@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.22 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconFaceUnhappyFilledLarge = {
name: 'IconFaceUnhappyFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--faceUnhappyFilledLarge', 'IconFaceUnhappyFilledLarge');
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.338M10.815 15.9a1.312 1.312 0 1 1-1.005-2.424 1.312 1.312 0 0 1 1.005 2.424m2.309 2.703a4.715 4.715 0 0 1 7.435 2.53h-1.846a2.975 2.975 0 0 0-5.426 0h-1.846a4.7 4.7 0 0 1 1.683-2.53m9.655-3.186a1.312 1.312 0 1 1-2.182-1.457 1.312 1.312 0 0 1 2.182 1.457',
},
})]);
},
};
export { IconFaceUnhappyFilledLarge as default };