@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.62 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconAi2Filled = {
name: 'IconAi2Filled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--ai2Filled', 'IconAi2Filled');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M7.99 1.849a.555.555 0 0 0-.533.376l-.481 1.636a4.607 4.607 0 0 1-.901 1.698c-.027.035-.062.07-.088.096a4.742 4.742 0 0 1-2.266 1.391l-1.453.403a.413.413 0 0 0-.13.052c-.395.21-.395.788 0 1.006.043.027.087.036.13.053l1.453.402a4.651 4.651 0 0 1 2.266 1.392c.026.035.061.07.088.096.42.499.717 1.076.9 1.698l.482 1.636a.562.562 0 0 0 .534.376.548.548 0 0 0 .499-.297c.026-.044.035-.088.052-.132l.411-1.487a4.617 4.617 0 0 1 1.112-1.986c.06-.062.113-.123.175-.175a4.708 4.708 0 0 1 1.986-1.112l1.487-.411a.412.412 0 0 0 .132-.053c.393-.21.393-.787 0-1.006-.044-.026-.088-.035-.132-.052l-1.487-.412a4.616 4.616 0 0 1-1.986-1.11c-.062-.062-.123-.114-.175-.176a4.708 4.708 0 0 1-1.112-1.986l-.41-1.488a.413.413 0 0 0-.053-.13.557.557 0 0 0-.5-.298Z',
},
})]);
},
};
export { IconAi2Filled as default };