@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.53 kB
JavaScript
import _mergeJSXProps from './_virtual/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.6 4.6 0 0 1-.901 1.698c-.027.035-.062.07-.088.096a4.74 4.74 0 0 1-2.266 1.391l-1.453.403a.4.4 0 0 0-.13.052c-.395.21-.395.788 0 1.007.043.026.087.035.13.052l1.453.402a4.65 4.65 0 0 1 2.266 1.392c.026.035.061.07.088.096.42.499.717 1.076.9 1.698l.482 1.636a.56.56 0 0 0 .534.376.55.55 0 0 0 .499-.297c.026-.044.035-.088.052-.132l.411-1.487a4.6 4.6 0 0 1 1.112-1.986c.06-.062.113-.123.175-.175a4.7 4.7 0 0 1 1.986-1.112l1.487-.411a.4.4 0 0 0 .132-.053c.393-.21.393-.787 0-1.006-.044-.026-.088-.035-.132-.052l-1.487-.412a4.6 4.6 0 0 1-1.986-1.11c-.062-.062-.123-.114-.175-.176a4.7 4.7 0 0 1-1.112-1.986l-.41-1.488a.4.4 0 0 0-.053-.13.56.56 0 0 0-.5-.298',
},
})]);
},
};
export { IconAi2Filled as default };