/
githubmirror
/
Motrix
Обзор
Документация
Войти
/
githubmirror
/
Motrix
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/renderer/components/Icons/win-minimize.js
15 строк
374 B
Dr_rOot
refactor: new title-bar component
15 янв 2019, 18:48
15 янв 2019, 18:48
f5b30ef
Код
Авторство
О чём код?
import Icon from '@/components/Icons/Icon' Icon.register({ 'win-minimize': { 'width': 12, 'height': 12, 'raw': `<line x1="1" y1="6" x2="11" y2="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>`, 'g': { 'stroke': 'currentColor', 'stroke-linecap': 'round', 'stroke-linejoin': 'round', 'stroke-width': '1' } } })