UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 1.69 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 IconFaceExcitedLarge = { name: 'IconFaceExcitedLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--faceExcitedLarge', 'IconFaceExcitedLarge'); 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: 'M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338Zm-1.237 16.087a10.5 10.5 0 1 1-14.85-14.85 10.5 10.5 0 0 1 14.85 14.85Z', }, }), h('path', { attrs: { d: 'M10.815 15.9a1.31 1.31 0 0 0 .81-1.213 1.313 1.313 0 1 0-.81 1.213Z', }, }), h('path', { attrs: { d: 'M21.688 13.375a1.312 1.312 0 1 0 0 2.625 1.312 1.312 0 0 0 0-2.625Z', }, }), h('path', { attrs: { d: 'M10.344 18.855c0 2.759 2.537 5.003 5.656 5.003 3.119 0 5.656-2.244 5.656-5.003v-.875H10.344v.875Zm9.418.875c-.46 1.37-1.973 2.378-3.762 2.378-1.79 0-3.303-1.008-3.762-2.378h7.524Z', }, })]); }, }; exports.default = IconFaceExcitedLarge;