UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 2.42 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 IconAiFilled = { name: 'IconAiFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--aiFilled', 'IconAiFilled'); 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-.122-.044l-1.4-.385a4.405 4.405 0 0 1-1.873-1.041c-.061-.052-.114-.114-.166-.166a4.404 4.404 0 0 1-1.041-1.873l-.385-1.4s-.027-.087-.044-.122a.534.534 0 0 0-.473-.28c-.21 0-.42.114-.507.35l-.455 1.54a4.415 4.415 0 0 1-.849 1.601c-.026.035-.052.061-.079.096a4.423 4.423 0 0 1-2.135 1.313l-1.373.376s-.088.026-.123.044a.543.543 0 0 0 0 .945.506.506 0 0 0 .123.044l1.373.376a4.424 4.424 0 0 1 2.135 1.312c.027.035.053.061.08.096.393.464.673 1.016.848 1.602l.455 1.54c.087.236.297.35.507.35a.534.534 0 0 0 .473-.28.505.505 0 0 0 .044-.123l.385-1.4c.192-.7.542-1.347 1.041-1.872.053-.061.114-.114.166-.166a4.404 4.404 0 0 1 1.873-1.042l1.4-.385s.087-.026.122-.043a.543.543 0 0 0 0-.945v-.018Z', }, }), h('path', { attrs: { d: 'M3.52 5.987a.232.232 0 0 0 .202-.122c.008-.018.017-.035.017-.053l.166-.595c.08-.297.237-.577.447-.796.026-.026.043-.052.07-.07.227-.21.498-.367.796-.446l.595-.166s.035-.009.052-.018a.23.23 0 0 0 0-.402C5.848 3.31 5.83 3.3 5.813 3.3l-.595-.166a1.844 1.844 0 0 1-.796-.446c-.027-.027-.053-.044-.07-.07a1.895 1.895 0 0 1-.447-.797l-.166-.595s-.009-.035-.017-.052a.232.232 0 0 0-.202-.123.243.243 0 0 0-.218.15l-.193.655c-.07.254-.192.482-.359.683-.008.017-.026.026-.035.044-.245.271-.56.463-.91.56L1.22 3.3s-.035.009-.052.018c-.167.078-.167.315 0 .402a.124.124 0 0 0 .052.018l.586.157c.35.096.665.289.91.56.01.018.027.026.035.044.167.201.29.437.36.682l.192.657a.226.226 0 0 0 .218.148Z', }, })]); }, }; exports.default = IconAiFilled;