@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 2.58 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 IconFanFestivalLarge = {
name: 'IconFanFestivalLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--fanFestivalLarge', 'IconFanFestivalLarge');
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: 'M20.042 18.275c.77 1.435.98 2.074.998 2.354-.691.061-3.089-1.077-5.845-3.833-2.774-2.773-3.938-5.215-3.85-5.836.35.026 1.102.332 2.257.927l.797-1.557c-1.453-.753-3.273-1.68-4.27-.683-.018.018-.027.044-.044.062-.07.078-.14.166-.219.288 0 .01-.017.018-.017.036-.683 1.04-1.838 3.736-3.885 8.61-.99 2.345-1.917 4.558-2.477 5.722a2.627 2.627 0 0 0 .508 2.993l.849.848a2.61 2.61 0 0 0 1.855.77c.402 0 .805-.096 1.18-.28 1.182-.595 3.422-1.584 5.802-2.634 4.769-2.1 7.368-3.272 8.348-3.946.052-.035.105-.07.148-.113.027-.018.044-.035.07-.053.035-.026.07-.052.105-.087.963-.963.193-2.634-.76-4.41l-1.54.83-.01-.008Zm-7.07 6.169c-2.397 1.059-4.663 2.056-5.88 2.669a.868.868 0 0 1-1.006-.167l-.849-.849a.87.87 0 0 1-.175-.988c.578-1.199 1.523-3.439 2.512-5.81.796-1.908 1.846-4.393 2.66-6.186.857 1.75 2.458 3.648 3.727 4.917 1.426 1.435 3.045 2.695 4.419 3.465.184.105.359.192.542.271a298.261 298.261 0 0 1-5.94 2.678h-.01Zm10.3-11.209.174 1.741c-2.152.219-3.789.893-4.847 2.004l-1.26-1.207c1.365-1.418 3.36-2.275 5.932-2.538Zm-6.957-8.103 1.435-1.006c.131.184 3.167 4.629-1.453 10.448l-1.373-1.085c3.77-4.752 1.487-8.208 1.39-8.357Zm4.567 7.21-1.137-1.33c1.802-1.548 1.12-2.948 1.111-2.966l1.558-.796c.105.184.752 1.146 2.555.175 1.093-.586 1.47-2.275 1.522-2.879l1.741.149c-.008.122-.28 3.106-2.44 4.27-1.138.612-2.197.787-3.133.516-.175.902-.674 1.917-1.777 2.861Zm6.782 1.48a1.31 1.31 0 0 1-1.313 1.312 1.31 1.31 0 0 1-1.312-1.313 1.31 1.31 0 0 1 1.312-1.312 1.31 1.31 0 0 1 1.313 1.312Zm-14.875-7A1.31 1.31 0 0 1 14.1 5.508a1.31 1.31 0 0 1 1.313 1.312A1.31 1.31 0 0 1 14.1 8.134 1.31 1.31 0 0 1 12.79 6.82Z',
},
})]);
},
};
exports.default = IconFanFestivalLarge;