@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.77 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconAi2 = {
name: 'IconAi2',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--ai2', 'IconAi2');
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.973 4.938c.28.638.665 1.225 1.13 1.715.07.078.148.148.218.227A5.9 5.9 0 0 0 11.01 8a6 6 0 0 0-1.69 1.12c-.078.07-.148.149-.218.219a5.7 5.7 0 0 0-1.129 1.715 6 6 0 0 0-.9-1.47l-.106-.123a6.1 6.1 0 0 0-2.012-1.47 5.8 5.8 0 0 0 2.012-1.47l.105-.122a5.7 5.7 0 0 0 .901-1.47m.018-3.08a.555.555 0 0 0-.534.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 { IconAi2 as default };