@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.9 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 IconFriesLarge = {
name: 'IconFriesLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--friesLarge', 'IconFriesLarge');
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.826 12.8a.876.876 0 0 0-.875-.105l-.709.271.937-3.141a.874.874 0 0 0-.309-.96.876.876 0 0 0-.313-.151l-3.5-.875.324-2.993a.875.875 0 0 0-.131-.63.876.876 0 0 0-.613-.341l-3.56-.306a.875.875 0 0 0-.946.778l-.07.622a.875.875 0 0 0-.875-.613l-3.561.306a.875.875 0 0 0-.796.954l.13 1.278-3.193.673a.875.875 0 0 0-.691 1.077L8.22 13.14c-.402-.14-.796-.289-1.181-.446a.875.875 0 0 0-1.216.91l1.662 13.247a2.748 2.748 0 0 0 2.721 2.398h11.585a2.748 2.748 0 0 0 2.722-2.398l1.653-13.247a.875.875 0 0 0-.34-.805Zm-4.375-3.045 1.75.446-1.006 3.421c-.595.167-1.199.315-1.803.43l.123-1.165.936-3.132ZM17.75 5.397l1.82.158-.945 8.767c-.613.07-1.234.114-1.855.132l.98-9.057Zm-3.316.78.708 7-.14 1.277c-.34 0-.682 0-1.015-.07l-.9-3.632-.447-4.375 1.794-.2ZM9 9.124l1.75-.376.56 2.205v.166l.779 3.062a22.517 22.517 0 0 1-1.97-.41L9 9.124Zm13.772 17.5a.98.98 0 0 1-.98.875H10.207a.98.98 0 0 1-.98-.875L7.75 14.839a25.165 25.165 0 0 0 16.502 0l-1.479 11.786Z',
},
})]);
},
};
exports.default = IconFriesLarge;