@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 2.02 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 IconFreshFoodLarge = {
name: 'IconFreshFoodLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--freshFoodLarge', 'IconFreshFoodLarge');
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: 'M25.512 14.218c-.994-1.577-2.91-2.815-5.072-3.224.732-.401 1.36-.907 1.882-1.517 1.979-2.292 1.735-5.168 1.726-5.29l-.07-.732-.732-.052c-2.083-.157-3.834.366-5.22 1.569-1.342 1.159-2.074 2.727-2.475 4.008-1.577-3.172-4.845-3.38-5.403-3.398v1.743c.383 0 3.399.122 4.27 3.66-3.215-.628-6.483.932-7.939 3.242-1.08 1.716-1.02 3.485-.985 4.549.149 4.279 3.024 9.237 7.06 9.777.208.027.418.044.635.044.122 0 .245 0 .367-.017.801-.061 1.594-.349 2.37-.863.723.41 2.1 1.02 3.503.837 4.044-.55 6.92-5.5 7.059-9.778.035-1.055.096-2.832-.985-4.55l.009-.008ZM17.86 7.943c.977-1.795 2.467-2.745 4.428-2.823-.07.82-.35 2.135-1.299 3.224-.898 1.037-2.24 1.682-3.983 1.935.149-.645.401-1.508.854-2.344v.008Zm6.894 10.763c-.122 3.495-2.432 7.686-5.552 8.113-1.089.148-2.379-.566-2.788-.854l-.497-.357-.924.627c-.531.358-1.054.558-1.56.602-.209.017-.427.008-.627-.018-3.12-.418-5.438-4.61-5.551-8.113-.035-.915-.079-2.292.714-3.564.924-1.473 2.92-2.562 5.02-2.562.871 0 1.76.191 2.597.61l.392.2.392-.2c2.806-1.42 6.362-.14 7.678 1.952.793 1.272.75 2.649.714 3.564h-.008Z',
},
})]);
},
};
exports.default = IconFreshFoodLarge;