@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.79 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 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.036 3.036 0 0 1-2.625-1.137l-.428-.683.761-.288c2.275-.875 3.5-3.22 4.506-5.25a12.959 12.959 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.38 6.38 0 0 1-2.048.376Zm-.76-1.382c.798.175 1.632.101 2.388-.21 1.75-.613 5.005-2.993 6.676-4.708a2.389 2.389 0 0 0 0-3.316 2.275 2.275 0 0 0-3.194 0 12.25 12.25 0 0 0-1.75 2.835c-.918 1.838-2.09 4.104-4.12 5.399Z',
},
}), h('path', {
attrs: {
d: 'm13.145 3.783-1.085-.736A3.789 3.789 0 0 1 15 1.22V2.53a2.538 2.538 0 0 0-1.855 1.252Z',
},
}), h('path', {
attrs: {
d: 'M13.136 6.74a3.631 3.631 0 0 1-3.631-3.631 1.75 1.75 0 0 1 0-.403l1.277.298-.639-.15.64.14v.115A2.319 2.319 0 0 0 13.1 5.427c.145.015.292.015.438 0l.297 1.278a3.325 3.325 0 0 1-.7.035Z',
},
})]);
},
};
exports.default = IconSpicy;