@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
45 lines (40 loc) • 1.55 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconFaceNeutralLarge = {
name: 'IconFaceNeutralLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--faceNeutralLarge', 'IconFaceNeutralLarge');
return h('svg', helper.default([{
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.338Zm-1.237 16.087a10.5 10.5 0 1 1-14.85-14.85 10.5 10.5 0 0 1 14.85 14.85Z',
},
}), h('path', {
attrs: {
d: 'M11.625 14.688a1.313 1.313 0 1 1-2.625 0 1.313 1.313 0 0 1 2.625 0Z',
},
}), h('path', {
attrs: {
d: 'M23 14.688a1.313 1.313 0 1 1-2.625 0 1.313 1.313 0 0 1 2.625 0Z',
},
}), h('path', {
attrs: {
d: 'M20.559 19.504H11.44v1.75h9.118v-1.75Z',
},
})]);
},
};
exports.default = IconFaceNeutralLarge;