suyiScreen/node_modules/vue-awesome/icons/arrow-right.js

14 lines
434 B
JavaScript

import Icon from '../components/Icon.vue'
Icon.register({
'arrow-right': {
width: 448,
height: 512,
paths: [
{
d: 'M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0l194.4 194.3c9.4 9.4 9.4 24.6 0 33.9l-194.4 194.4c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 0.4-34.3l120.5-114.8h-287.4c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4l-120.5-114.8c-9.8-9.3-10-24.8-0.4-34.3z'
}
]
}
})