@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.7 kB
JavaScript
;
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 IconCaffeine = {
name: 'IconCaffeine',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--caffeine', 'IconCaffeine');
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: 'M11.57 2.584c-1.12-.735-2.546-.84-4.025-.28-1.4.534-2.686 1.601-3.614 3.018-1.969 2.984-1.75 6.624.49 8.103.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.844-1.838-3.587h.009ZM5.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.559 8.559 0 0 1-1.558 2.02c-1.172-1.268-1.076-3.744.333-5.88V6.04Zm5.941 3.92c-.779 1.19-1.846 2.074-2.984 2.511-.77.289-1.496.333-2.135.158a9.446 9.446 0 0 0 1.567-2.1c.568-1.041.787-1.925.988-2.713.21-.84.394-1.575.972-2.345.455-.604 1.058-1.111 1.802-1.514.551.526.884 1.304.928 2.267.052 1.225-.35 2.546-1.138 3.736Z',
},
})]);
},
};
exports.default = IconCaffeine;