@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (38 loc) • 1.88 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconPeanutsLarge = {
name: 'IconPeanutsLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--peanutsLarge', 'IconPeanutsLarge');
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: 'M11.852 27.375c-.271 0-.551 0-.83-.044a7.27 7.27 0 0 1-5.347-3.456 7.19 7.19 0 0 1 .149-7.726 7.2 7.2 0 0 1 4.523-3.036 3.95 3.95 0 0 0 3.028-2.94q.096-.405.236-.797A7.105 7.105 0 0 1 25.957 7.46a7.31 7.31 0 0 1 .683 7.56 6.1 6.1 0 0 1-2.196 2.511 8.5 8.5 0 0 1-2.625 1.13 4.38 4.38 0 0 0-3.028 3.342 7.2 7.2 0 0 1-7 5.372zM7.25 17.155A5.43 5.43 0 0 0 7.162 23a5.47 5.47 0 0 0 8.549 1.041 5.43 5.43 0 0 0 1.409-2.458 6.13 6.13 0 0 1 4.313-4.603 6.7 6.7 0 0 0 2.057-.875 4.4 4.4 0 0 0 1.557-1.75 5.51 5.51 0 0 0-.49-5.775 5.347 5.347 0 0 0-9.327 1.383 4 4 0 0 0-.184.603 5.73 5.73 0 0 1-4.375 4.262 5.43 5.43 0 0 0-3.421 2.327',
},
}), h('path', {
attrs: {
d: 'M21.25 9.875a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75',
},
}), h('path', {
attrs: {
d: 'M22.125 13.375a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75',
},
}), h('path', {
attrs: {
d: 'M18.625 12.5a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75',
},
})]);
},
};
export { IconPeanutsLarge as default };