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

14 lines
326 B
JavaScript

import Icon from '../components/Icon.vue'
Icon.register({
mouse: {
width: 384,
height: 512,
paths: [
{
d: 'M0 352v-128h384v128c0 88.3-71.7 160-160 160h-64c-88.3 0-160-71.7-160-160zM176 0v192h-176v-32c0-88.3 71.7-160 160-160h16zM224 0c88.3 0 160 71.7 160 160v32h-176v-192h16z'
}
]
}
})