UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.19 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 IconFaceNeutralFilledLarge = { name: 'IconFaceNeutralFilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--faceNeutralFilledLarge', 'IconFaceNeutralFilledLarge'); return h('svg', _mergeJSXProps([{ 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.338ZM10.815 15.9a1.312 1.312 0 1 1-1.005-2.423 1.312 1.312 0 0 1 1.005 2.423Zm9.744 5.354H11.44v-1.75h9.118v1.75Zm2.22-5.837a1.314 1.314 0 1 1-2.184-1.46 1.314 1.314 0 0 1 2.184 1.46Z', }, })]); }, }; export { IconFaceNeutralFilledLarge as default };