suyiScreen/node_modules/vue-awesome/icons/window-minimize.js

14 lines
281 B
JavaScript

import Icon from '../components/Icon.vue'
Icon.register({
'window-minimize': {
width: 512,
height: 512,
paths: [
{
d: 'M464 352c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48h-416c-26.5 0-48-21.5-48-48v-32c0-26.5 21.5-48 48-48h416z'
}
]
}
})