UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.96 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconAi2 = { name: 'IconAi2', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ai2', 'IconAi2'); return h('svg', helper.default([{ 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.224 1.13 1.715.07.078.148.148.218.227A5.86 5.86 0 0 0 11.01 8a5.98 5.98 0 0 0-1.69 1.12c-.078.07-.148.149-.218.219a5.67 5.67 0 0 0-1.129 1.715 6.035 6.035 0 0 0-.9-1.47l-.106-.123a6.102 6.102 0 0 0-2.012-1.47 5.784 5.784 0 0 0 2.012-1.47l.105-.122a5.72 5.72 0 0 0 .901-1.47m.018-3.08a.555.555 0 0 0-.534.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', }, })]); }, }; exports.default = IconAi2;