UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (38 loc) 1.55 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 IconFaceExcited = { name: 'IconFaceExcited', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--faceExcited', 'IconFaceExcited'); 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: 'M9.5 6.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z', }, }), 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.781 8a6.79 6.79 0 0 0-1.989-4.793Zm.26 6.886a5.47 5.47 0 0 1-10.104 0 5.468 5.468 0 1 1 10.105 0Z', }, }), h('path', { attrs: { d: 'M5.75 7.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z', }, }), h('path', { attrs: { d: 'M4.866 9.297c0 1.475 1.405 2.675 3.134 2.675 1.729 0 3.134-1.2 3.134-2.675v-.656H4.866v.656Zm4.723.656c-.316.418-.917.707-1.589.707-.672 0-1.273-.29-1.588-.707h3.177Z', }, })]); }, }; export { IconFaceExcited as default };