@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.13 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconMoonLarge = {
name: 'IconMoonLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--moonLarge', 'IconMoonLarge');
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: 'M15.125 16a8.794 8.794 0 0 1 6.93-8.558 11 11 0 0 0-.805-.524 10 10 0 0 0-1.321-.64A10.3 10.3 0 0 0 16 5.5a10.5 10.5 0 1 0 0 21c1.348 0 2.683-.265 3.929-.779q.684-.27 1.321-.639.422-.248.805-.524A8.79 8.79 0 0 1 15.125 16M16 24.75a8.75 8.75 0 1 1 1.811-17.307 10.5 10.5 0 0 0 0 17.115A9 9 0 0 1 16 24.75',
},
})]);
},
};
export { IconMoonLarge as default };