UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 2.81 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 IconAiLarge = { name: 'IconAiLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--aiLarge', 'IconAiLarge'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'M28.582 17.313a.694.694 0 0 0-.236-.088l-2.642-.726a8.224 8.224 0 0 1-3.535-1.969l-.315-.315a8.224 8.224 0 0 1-1.969-3.535l-.726-2.643a2.565 2.565 0 0 0-.088-.236 1.008 1.008 0 0 0-.892-.525.992.992 0 0 0-.954.665l-.858 2.914c-.323 1.102-.857 2.144-1.6 3.019a3.138 3.138 0 0 1-.158.175c-1.068 1.199-2.476 2.038-4.025 2.467l-2.582.709a2.565 2.565 0 0 0-.236.087c-.7.377-.7 1.41 0 1.785.07.044.149.07.236.088l2.582.709c1.549.429 2.957 1.269 4.025 2.467.052.061.105.123.157.175a8.31 8.31 0 0 1 1.601 3.019l.858 2.914a1 1 0 0 0 .954.665c.35 0 .7-.175.892-.525a.693.693 0 0 0 .088-.237l.726-2.642a8.223 8.223 0 0 1 1.969-3.535l.315-.315a8.225 8.225 0 0 1 3.535-1.969l2.642-.726c.079-.026.158-.052.236-.087.7-.377.7-1.41 0-1.785Zm-3.342.91a10.125 10.125 0 0 0-4.279 2.388 7.63 7.63 0 0 0-.376.377c-1.12 1.172-1.943 2.65-2.389 4.278l-.044.167-.105-.368a10.017 10.017 0 0 0-1.942-3.658l-.184-.21c-1.277-1.434-2.957-2.467-4.865-2.992h-.017l.017-.009c1.908-.525 3.597-1.557 4.865-2.992l.184-.21a10.017 10.017 0 0 0 1.942-3.658l.105-.367.044.166a10.125 10.125 0 0 0 2.389 4.279c.122.131.245.254.376.376 1.173 1.12 2.652 1.943 4.279 2.389l.079.017-.079.018v.009Z', }, }), h('path', { attrs: { d: 'M7.583 12.264a.448.448 0 0 0 .385-.228.426.426 0 0 0 .035-.096l.306-1.129c.157-.56.437-1.085.84-1.505l.131-.131c.42-.403.945-.683 1.505-.84l1.129-.306s.07-.018.096-.035a.436.436 0 0 0 0-.762.427.427 0 0 0-.096-.035l-1.129-.306a3.562 3.562 0 0 1-1.505-.84L9.15 5.92a3.562 3.562 0 0 1-.84-1.505l-.306-1.129s-.018-.07-.035-.096a.428.428 0 0 0-.385-.228.439.439 0 0 0-.412.28l-.367 1.243A3.576 3.576 0 0 1 6.05 5.85 3.541 3.541 0 0 1 4.336 6.9l-1.102.306s-.07.018-.096.035a.436.436 0 0 0 0 .761.427.427 0 0 0 .096.035l1.102.307c.657.183 1.26.542 1.715 1.05.027.026.044.052.07.078.315.377.543.814.683 1.287L7.17 12c.07.193.237.28.412.28v-.017Z', }, })]); }, }; exports.default = IconAiLarge;