suyiScreen/node_modules/vue-awesome/icons/square-full.js

14 lines
194 B
JavaScript

import Icon from '../components/Icon.vue'
Icon.register({
'square-full': {
width: 512,
height: 512,
paths: [
{
d: 'M512 512h-512v-512h512v512z'
}
]
}
})