@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.55 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconCaffeine = {
name: 'IconCaffeine',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--caffeine', 'IconCaffeine');
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: 'M11.57 2.584c-1.12-.735-2.546-.84-4.025-.28-1.4.534-2.686 1.601-3.614 3.019-1.969 2.983-1.75 6.623.49 8.102.639.42 1.383.639 2.179.639.595 0 1.207-.114 1.837-.359 1.4-.534 2.687-1.601 3.614-3.019.928-1.417 1.418-3.018 1.348-4.515-.07-1.575-.718-2.843-1.838-3.587zM5.025 6.04c.787-1.19 1.846-2.074 2.984-2.511.62-.236 1.207-.298 1.74-.228-.56.403-1.05.858-1.443 1.391-.735.98-.962 1.908-1.19 2.81-.184.743-.376 1.513-.866 2.406a8.6 8.6 0 0 1-1.558 2.02c-1.172-1.268-1.076-3.744.333-5.88zm5.941 3.92c-.779 1.19-1.846 2.074-2.984 2.511-.77.289-1.496.333-2.135.158a9.5 9.5 0 0 0 1.567-2.1c.568-1.041.787-1.925.988-2.713.21-.84.394-1.575.972-2.345q.684-.908 1.802-1.513c.551.524.884 1.303.928 2.266.052 1.225-.35 2.546-1.138 3.736',
},
})]);
},
};
export { IconCaffeine as default };