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

14 lines
357 B
JavaScript

import Icon from '../components/Icon.vue'
Icon.register({
file: {
width: 384,
height: 512,
paths: [
{
d: 'M224 136c0 13.2 10.8 24 24 24h136v328c0 13.3-10.7 24-24 24h-336c-13.3 0-24-10.7-24-24v-464c0-13.3 10.7-24 24-24h200v136zM384 121.9v6.1h-128v-128h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z'
}
]
}
})