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

14 lines
269 B
JavaScript

import Icon from '../components/Icon.vue'
Icon.register({
stop: {
width: 448,
height: 512,
paths: [
{
d: 'M400 32c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-352c-26.5 0-48-21.5-48-48v-352c0-26.5 21.5-48 48-48h352z'
}
]
}
})