suyiScreen/node_modules/vue-awesome/icons/arrow-alt-circle-up.js

14 lines
421 B
JavaScript

import Icon from '../components/Icon.vue'
Icon.register({
'arrow-alt-circle-up': {
width: 512,
height: 512,
paths: [
{
d: 'M8 256c0-137 111-248 248-248s248 111 248 248-111 248-248 248-248-111-248-248zM300 372v-116h70.9c10.7 0 16.1-13 8.5-20.5l-114.9-114.3c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5h70.9v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z'
}
]
}
})