UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.03 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 IconAi2Large = { name: 'IconAi2Large', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ai2Large', 'IconAi2Large'); 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: 'm15.904 8.116.123.438a10.472 10.472 0 0 0 2.476 4.436c.131.131.254.262.394.394a10.472 10.472 0 0 0 4.436 2.476l.359.096-.36.096a10.474 10.474 0 0 0-4.435 2.477c-.132.131-.263.253-.394.393a10.473 10.473 0 0 0-2.476 4.437l-.123.437-.192-.647c-.42-1.427-1.094-2.704-2.013-3.789-.061-.07-.122-.149-.192-.219-1.322-1.487-3.063-2.555-5.05-3.106l-.288-.079.289-.079c1.986-.542 3.727-1.618 5.049-3.106.06-.07.13-.149.192-.219a10.2 10.2 0 0 0 2.013-3.788l.192-.648Zm.018-3.578a1.04 1.04 0 0 0-.998.69l-.892 3.046a8.79 8.79 0 0 1-1.672 3.159l-.157.183c-1.111 1.252-2.59 2.135-4.209 2.582L5.3 14.94a1.189 1.189 0 0 0-.245.096c-.735.394-.735 1.47 0 1.864.079.044.158.07.245.096l2.695.744c1.619.447 3.089 1.322 4.209 2.582l.157.183a8.524 8.524 0 0 1 1.672 3.159l.892 3.045c.175.464.586.691.998.691a1.056 1.056 0 0 0 1.032-.796l.761-2.765a8.665 8.665 0 0 1 2.39-4.025c1.032-.989 2.31-1.68 3.692-2.056l2.765-.762a1.19 1.19 0 0 0 .245-.096c.735-.393.735-1.47 0-1.864a1.19 1.19 0 0 0-.245-.096l-2.765-.761a8.664 8.664 0 0 1-4.025-2.389c-.99-1.032-1.68-2.31-2.057-3.692l-.76-2.765a1.055 1.055 0 0 0-1.033-.796Z', }, })]); }, }; exports.default = IconAi2Large;