@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.17 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 IconMoon = {
name: 'IconMoon',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--moon', 'IconMoon');
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: 'M8.219 8a4.174 4.174 0 0 1 3.412-4.078 5.3 5.3 0 0 0-1.444-.927A5.4 5.4 0 0 0 8 2.531 5.469 5.469 0 0 0 8 13.47a5.4 5.4 0 0 0 2.188-.464 5.3 5.3 0 0 0 1.443-.928A4.174 4.174 0 0 1 8.22 8M8 12.156a4.155 4.155 0 0 1-3.689-6.18 4.16 4.16 0 0 1 4.433-2.053 5.443 5.443 0 0 0 0 8.155 4 4 0 0 1-.744.078',
},
})]);
},
};
exports.default = IconMoon;