UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.18 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconFaceExcitedFilled = { name: 'IconFaceExcitedFilled', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--faceExcitedFilled', 'IconFaceExcitedFilled'); return h('svg', _mergeJSXProps([{ 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: 'M12.792 3.207A6.79 6.79 0 0 0 8 1.22 6.781 6.781 0 1 0 14.78 8a6.789 6.789 0 0 0-1.989-4.793ZM10.25 6a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm-4.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm5.384 3.297c0 1.475-1.406 2.675-3.134 2.675s-3.134-1.2-3.134-2.675v-.656h6.268v.656Z', }, })]); }, }; export { IconFaceExcitedFilled as default };