UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 2.67 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 IconAi = { name: 'IconAi', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ai', 'IconAi'); 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: 'M14.65 8.665s-.079-.035-.123-.044l-1.4-.385a4.405 4.405 0 0 1-1.872-1.041c-.062-.052-.114-.114-.167-.166a4.404 4.404 0 0 1-1.04-1.873l-.386-1.4s-.026-.087-.044-.122a.534.534 0 0 0-.472-.28c-.21 0-.42.114-.508.35l-.454 1.54a4.415 4.415 0 0 1-.85 1.601c-.025.035-.052.061-.078.096a4.423 4.423 0 0 1-2.135 1.313l-1.374.376s-.087.026-.122.044a.543.543 0 0 0 0 .945.506.506 0 0 0 .122.044l1.374.376a4.424 4.424 0 0 1 2.135 1.312c.026.035.053.061.079.096.394.464.673 1.016.849 1.602l.455 1.54c.087.236.297.35.507.35a.534.534 0 0 0 .472-.28.505.505 0 0 0 .044-.123l.385-1.4c.193-.7.543-1.347 1.041-1.872.053-.061.114-.114.167-.166a4.404 4.404 0 0 1 1.872-1.042l1.4-.385s.088-.026.123-.043a.543.543 0 0 0 0-.945v-.018Zm-4.305 1.479-.21.21A5.67 5.67 0 0 0 9.12 11.84a5.328 5.328 0 0 0-.796-1.251l-.105-.123a5.638 5.638 0 0 0-1.777-1.33 5.573 5.573 0 0 0 1.777-1.33l.104-.122c.316-.376.587-.796.797-1.251a5.67 5.67 0 0 0 1.015 1.487l.21.21c.428.403.918.744 1.461.998a5.474 5.474 0 0 0-1.461.997v.018Z', }, }), h('path', { attrs: { d: 'M3.52 5.987a.232.232 0 0 0 .201-.122c.009-.018.018-.035.018-.053l.166-.595c.079-.297.236-.577.446-.796.026-.026.044-.052.07-.07.228-.21.499-.367.796-.446l.595-.166s.035-.009.053-.018a.23.23 0 0 0 0-.402C5.847 3.31 5.83 3.3 5.812 3.3l-.595-.166a1.844 1.844 0 0 1-.796-.446c-.026-.027-.052-.044-.07-.07a1.895 1.895 0 0 1-.446-.797l-.166-.595s-.01-.035-.018-.052a.232.232 0 0 0-.201-.123.243.243 0 0 0-.219.15l-.192.655c-.07.254-.193.482-.36.683-.008.017-.025.026-.034.044-.245.271-.56.463-.91.56l-.586.157s-.035.009-.053.018c-.166.078-.166.315 0 .402a.124.124 0 0 0 .053.018l.586.157c.35.096.665.289.91.56.009.018.026.026.035.044.166.201.289.437.359.682l.192.657a.226.226 0 0 0 .219.148Z', }, })]); }, }; exports.default = IconAi;