@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.7 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconSpicy = {
name: 'IconSpicy',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--spicy', 'IconSpicy');
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: 'M4.106 13.757a3.04 3.04 0 0 1-2.625-1.137l-.428-.683.761-.288c2.275-.875 3.5-3.22 4.506-5.25a13 13 0 0 1 1.96-3.15 3.5 3.5 0 0 1 5.075 0 3.71 3.71 0 0 1 0 5.145c-1.855 1.82-5.154 4.287-7.201 4.987a6.4 6.4 0 0 1-2.048.376m-.76-1.382c.798.175 1.632.101 2.388-.21 1.75-.613 5.005-2.993 6.676-4.708a2.39 2.39 0 0 0 0-3.316 2.275 2.275 0 0 0-3.194 0 12.3 12.3 0 0 0-1.75 2.835c-.918 1.838-2.09 4.104-4.12 5.399',
},
}), h('path', {
attrs: {
d: 'm13.145 3.783-1.085-.735A3.79 3.79 0 0 1 15 1.217v1.313a2.54 2.54 0 0 0-1.855 1.252',
},
}), h('path', {
attrs: {
d: 'M13.136 6.74a3.63 3.63 0 0 1-3.631-3.631 1.8 1.8 0 0 1 0-.403l1.277.298-.639-.15.64.14v.115A2.32 2.32 0 0 0 13.1 5.427q.218.022.438 0l.297 1.278a3.3 3.3 0 0 1-.7.035',
},
})]);
},
};
exports.default = IconSpicy;