@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.83 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 IconVeganLarge = {
name: 'IconVeganLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--veganLarge', 'IconVeganLarge');
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: 'm27.944 4.004-.21-.875-.875.236c-.359.105-9.109 2.573-11.603 6.764a6.2 6.2 0 0 0-.28.534C12.16 7.373 5.168 5.605 4.853 5.5l-.875-.21-.228.91c-.07.341-1.75 8.365.604 12.11a6.843 6.843 0 0 0 5.784 3.203c.367-.005.732-.04 1.093-.105l2.87 7.148h2.625l3.054-7.612c.485.11.981.17 1.479.175a7.465 7.465 0 0 0 6.405-3.701c2.459-4.2.367-13.038.28-13.414ZM5.876 17.383c-1.435-2.258-.98-7.298-.55-9.914 2.545.752 7.244 2.52 8.688 4.821.105.166.198.338.28.516a7.453 7.453 0 0 0 .14 3.01c.052.175.105.36.166.534a4.708 4.708 0 0 1-1.986 2.695l-1.636-4.139H8.624l1.942 4.83a5.049 5.049 0 0 1-4.69-2.353Zm9.625 8.88-2.196-5.582.263-.14a6.405 6.405 0 0 0 2.126-2.205 7 7 0 0 0 2.039 1.82l.148.07-2.38 6.038Zm10.64-9.738A5.68 5.68 0 0 1 20.42 19.3l1.75-4.375h-2.231l-1.444 3.701a5.25 5.25 0 0 1-2.363-3.202 5.687 5.687 0 0 1 .63-4.375c1.707-2.923 7.455-5.005 9.678-5.723.569 2.87 1.269 8.54-.298 11.2Z',
},
})]);
},
};
exports.default = IconVeganLarge;