@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 2.4 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconFriedChickenLarge = {
name: 'IconFriedChickenLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--friedChickenLarge', 'IconFriedChickenLarge');
return h('svg', _mergeJSXProps([{
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: 'M9.998 6.183a2 2 0 0 1 .936-1.995 2.8 2.8 0 0 0 .385 1.592c.219.341.612.656 1.059 1.225.258.33.444.712.542 1.12a2.3 2.3 0 0 1 0 .735 2 2 0 0 1-.236.63 2.82 2.82 0 0 1-1.75 1.242q.305-.855.464-1.75v-.27c0-.08-.053-.123-.07-.193a3 3 0 0 0-.342-.49 4.3 4.3 0 0 1-.988-1.846m5.538.385a1 1 0 0 1 .07.13V6.9q-.07.753-.245 1.487a2.23 2.23 0 0 0 1.54-1.032 1.83 1.83 0 0 0 .21-1.19c-.077-.36-.229-.7-.446-.997-.376-.5-.674-.735-.875-.99a2.54 2.54 0 0 1-.394-1.303 1.7 1.7 0 0 0-.875 1.689c.108.6.37 1.16.762 1.627q.14.18.253.377m13.59 10.7a6.58 6.58 0 0 1-4.437 6.126c-.648 1.146-2.975 4.261-8.365 2.406-5.04-1.75-6.606-1.181-7.604.376-.884 1.339-1.47 2.127-2.345 2.127a2 2 0 0 1-1.032-.342l-.097-.061a2.01 2.01 0 0 1-.743-2.074c.056-.401.026-.81-.088-1.198a4.9 4.9 0 0 0-.875-1.4 2.14 2.14 0 0 1-.472-2.494c.69-1.593 1.925-1.103 2.52-.875a3.29 3.29 0 0 0 2.87 0c1.12-.455 1.828-1.882 2.572-3.387 1.041-2.1 2.214-4.47 4.926-4.82a8.14 8.14 0 0 1 5.25-2.346 6.34 6.34 0 0 1 4.63 2.214c.857.332 3.29 1.689 3.29 5.749m-1.75 0c0-3.42-2.162-4.138-2.25-4.164l-.227-.07-.149-.184a4.74 4.74 0 0 0-3.5-1.794 5.3 5.3 0 0 0-2.73.875 7 7 0 0 1 1.418.569l-.875 1.523a5.25 5.25 0 0 0-2.625-.674c-1.75.122-2.625 1.549-3.79 3.876-.874 1.75-1.75 3.5-3.5 4.226a5.02 5.02 0 0 1-4.173 0l-.254-.096v.044c-.113.262-.113.262.228.691a6.9 6.9 0 0 1 1.129 1.846c.218.63.29 1.3.21 1.96v.525q.526-.571.962-1.216c1.934-3.01 5.128-2.625 9.625-1.094 4.935 1.706 6.309-1.645 6.37-1.75a2.56 2.56 0 0 0 .053-2.003l1.575-.858c.229.51.351 1.06.358 1.619a4.5 4.5 0 0 0 2.144-3.85',
},
})]);
},
};
export { IconFriedChickenLarge as default };