@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconFaceNeutralFilled = {
name: 'IconFaceNeutralFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--faceNeutralFilled', 'IconFaceNeutralFilled');
return h('svg', helper.default([{
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.793 3.208A6.8 6.8 0 0 0 8 1.218 6.782 6.782 0 1 0 14.78 8a6.8 6.8 0 0 0-1.989-4.792M5.75 6a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5M11 10.94H5V9.626h6zm-.75-3.44a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5',
},
})]);
},
};
exports.default = IconFaceNeutralFilled;