/
githubmirror
/
Motrix
Обзор
Документация
Войти
/
githubmirror
/
Motrix
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/renderer/components/Icons/win-close.js
16 строк
491 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-close': { 'width': 12, 'height': 12, 'raw': `<line x1="1.5" y1="1.5" x2="10.5" y2="10.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/> <line x1="10.5" y1="1.5" x2="1.5" y2="10.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>`, 'g': { 'stroke': 'currentColor', 'stroke-linecap': 'round', 'stroke-linejoin': 'round', 'stroke-width': '1' } } })