ts-bigscreen-vue/node_modules/vue-awesome/icons/brands/yahoo.js

14 lines
390 B
JavaScript

import Icon from '../../components/Icon'
Icon.register({
'brands/yahoo': {
width: 512,
height: 512,
paths: [
{
d: 'M223.7 141.1h93.6l-140.9 338.9h-94.2l38.6-89.8-105.8-249.1h96.1l56 143.2zM329.1 276.9c32.1 0 58.2 26.1 58.2 58.2 0 32.1-26.1 58.2-58.2 58.2s-58.2-26.1-58.2-58.2c0-32.1 26.1-58.2 58.2-58.2zM394.6 32h104.4l-92.6 223.5h-104.8z'
}
]
}
})