@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.19 kB
JavaScript
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 IconFaceHappyFilled = {
name: 'IconFaceHappyFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--faceHappyFilled', 'IconFaceHappyFilled');
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.208A6.79 6.79 0 0 0 8 1.218 6.781 6.781 0 1 0 14.781 8a6.79 6.79 0 0 0-1.989-4.792ZM10.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.5Zm4.245 4.7A3.168 3.168 0 0 1 5 9h1.374A1.847 1.847 0 0 0 9.75 9h1.374a3.167 3.167 0 0 1-1.13 1.7Z',
},
})]);
},
};
export { IconFaceHappyFilled as default };