@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 2.35 kB
JavaScript
'use strict';
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 IconCaffeineLarge = {
name: 'IconCaffeineLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--caffeineLarge', 'IconCaffeineLarge');
return h('svg', helper.default([{
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: 'M12.08 6.077c-2.03-.437-4.147.228-5.967 1.873C4.37 9.516 3.11 11.818 2.56 14.416 1.388 19.885 3.76 25.047 7.836 25.914c.403.087.797.122 1.2.122 3.683 0 7.27-3.526 8.32-8.461 1.173-5.469-1.198-10.631-5.276-11.497Zm-7.814 8.698c.482-2.24 1.55-4.209 3.02-5.53.927-.84 1.942-1.347 2.948-1.496-.718 1.015-1.251 2.082-1.566 3.202-.508 1.846-.324 3.264-.132 4.778.158 1.216.315 2.476.114 4.095-.175 1.382-.595 2.765-1.234 4.103-2.633-1.154-4.025-5.03-3.14-9.16l-.01.008Zm11.384 2.432c-.866 4.052-3.631 6.974-6.449 7.07a14.895 14.895 0 0 0 1.19-4.235c.237-1.846.053-3.272-.113-4.532-.175-1.391-.333-2.59.087-4.095.341-1.225.998-2.38 1.934-3.465 2.765 1.041 4.252 5.014 3.351 9.249v.008Z',
},
}), h('path', {
attrs: {
d: 'M29.685 15.912c-.192-2.065-1.461-3.885-3.579-5.127-2.02-1.181-4.585-1.698-7.236-1.453-.201.018-.402.053-.604.08.245.533.455 1.093.63 1.68.053 0 .097-.018.14-.018.385-.035.77-.053 1.147-.053 1.863 0 3.622.438 5.04 1.269 1.076.63 1.863 1.453 2.31 2.363-1.173-.377-2.354-.57-3.527-.526-1.907.07-3.21.674-4.593 1.304 0 0-.018 0-.027.009a14.76 14.76 0 0 1-.236 2.021c.35-.148.674-.297.989-.446 1.269-.586 2.371-1.094 3.929-1.146 1.277-.053 2.58.236 3.885.805-.158 2.948-3.51 5.565-7.814 5.976a11.83 11.83 0 0 1-2.905-.079 13.383 13.383 0 0 1-1.111 1.549 13.015 13.015 0 0 0 4.19.271c5.566-.525 9.775-4.34 9.38-8.487l-.008.008Z',
},
})]);
},
};
exports.default = IconCaffeineLarge;