suyiScreen/node_modules/vue-awesome/icons/cross.js

14 lines
382 B
JavaScript

import Icon from '../components/Icon.vue'
Icon.register({
cross: {
width: 384,
height: 512,
paths: [
{
d: 'M352 128c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32h-96v224c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-224h-96c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32h96v-96c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v96h96z'
}
]
}
})