@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.79 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconFreshFood = {
name: 'IconFreshFood',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--freshFood', 'IconFreshFood');
return h('svg', _mergeJSXProps([{
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.85 3.013.018.557c.166 0 1.525.044 2.039 1.542-1.69-.2-3.363.627-4.13 1.847-.61.967-.575 1.986-.549 2.535.079 2.361 1.682 5.088 3.93 5.393.121.017.243.026.365.026h.21a2.8 2.8 0 0 0 1.254-.427c.427.227 1.141.514 1.882.41 2.247-.305 3.842-3.032 3.929-5.393.017-.549.052-1.56-.55-2.527-.487-.775-1.376-1.393-2.395-1.69.253-.174.48-.383.68-.61 1.106-1.28.967-2.892.967-2.962l-.053-.548-.548-.044c-1.16-.087-2.144.21-2.919.88-.61.531-.984 1.202-1.228 1.82-.784-1.21-2.065-1.559-2.884-1.541m6.29.157c-.06.4-.226.932-.618 1.385-.401.47-.985.775-1.743.932.235-.871.836-2.143 2.361-2.309v-.008Zm1.333 7.021c-.061 1.786-1.272 3.938-2.797 4.139-.505.07-1.15-.28-1.35-.419l-.374-.261-.602.41c-.252.165-.505.27-.74.287h-.296c-1.525-.21-2.736-2.352-2.797-4.138-.017-.488-.043-1.168.357-1.795.462-.74 1.455-1.28 2.51-1.28.435 0 .88.095 1.297.304l.297.148.296-.148c1.411-.714 3.188-.07 3.842.976.392.627.366 1.298.357 1.795v-.018Z',
},
})]);
},
};
export { IconFreshFood as default };