@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
59 lines (54 loc) • 3.33 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 IconSesameSeedsLarge = {
name: 'IconSesameSeedsLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--sesameSeedsLarge', 'IconSesameSeedsLarge');
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: 'M15.804 12.275c-.532.767-1.569.967-2.318.444-.75-.523-.916-1.56-.384-2.327.497-.706 1.97-1.133 2.632-1.29a.304.304 0 0 1 .375.262c.078.68.191 2.205-.305 2.91Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M14.262 16.449a4.805 4.805 0 0 1-2.772-.872h.01a4.825 4.825 0 0 1-2.014-3.207 5.025 5.025 0 0 1 .854-3.72C11.7 6.705 15.342 5.6 17.4 5.11a1.547 1.547 0 0 1 1.9 1.325c.244 2.091.462 5.9-.898 7.843a5.069 5.069 0 0 1-4.14 2.17Zm3.32-9.595c-2.928.715-5.098 1.752-5.821 2.789v.008a3.294 3.294 0 0 0-.567 2.44 3.12 3.12 0 0 0 1.29 2.066c1.438 1.002 3.442.61 4.48-.871.723-1.037.95-3.434.618-6.432Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
d: 'M22.863 18.419c-.863-.288-1.804.2-2.1 1.089-.27.819.27 2.248.54 2.884.07.175.279.236.436.149.592-.34 1.882-1.168 2.152-1.987.296-.89-.165-1.84-1.037-2.127l.009-.008Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M20.196 15.43a4.823 4.823 0 0 1 3.773-.262l.01.009c2.57.888 3.92 3.738 3.015 6.352-.776 2.24-3.983 4.305-5.822 5.334-.244.13-.505.2-.767.2-.174 0-.34-.035-.505-.087a1.57 1.57 0 0 1-.924-.871c-.82-1.944-2.065-5.552-1.29-7.791a5.033 5.033 0 0 1 2.51-2.885Zm.305 9.803c2.623-1.499 4.427-3.085 4.837-4.279v.009c.592-1.717-.28-3.564-1.935-4.14a2.905 2.905 0 0 0-1.01-.174c-.48 0-.96.113-1.413.34a3.3 3.3 0 0 0-1.647 1.891c-.41 1.194.027 3.556 1.168 6.353Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
d: 'M9.007 20.17a.309.309 0 0 0-.34.314c.009.688.105 2.213.688 2.85.628.688 1.682.749 2.353.13.671-.619.706-1.673.079-2.362-.584-.636-2.1-.862-2.78-.932Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M5.625 16.824a1.575 1.575 0 0 1 1.211-.392l-.008-.01c2.1.219 5.865.837 7.46 2.59 1.864 2.038 1.76 5.193-.245 7.023a4.81 4.81 0 0 1-3.285 1.272 5.046 5.046 0 0 1-3.73-1.655c-1.595-1.743-1.882-5.552-1.908-7.66 0-.445.183-.872.505-1.168Zm2.702 7.66c1.22 1.324 3.259 1.455 4.557.27v.009c1.29-1.185 1.351-3.233.131-4.567-.854-.932-3.137-1.673-6.144-2.004.061 3.015.602 5.36 1.456 6.292Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconSesameSeedsLarge;