@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
51 lines (48 loc) • 3.08 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconPetSuppliesLarge = {
name: 'IconPetSuppliesLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--petSuppliesLarge', 'IconPetSuppliesLarge');
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.713 16.49c0 .525-.35.954-.78.954-.428 0-.778-.43-.778-.954 0-.525.35-.954.779-.954s.779.429.779.954',
},
}), h('path', {
attrs: {
d: 'M14.171 19.351v.027l-.008.008.011.036q.014.029.015.06c.052.15.087.307.087.482a1.533 1.533 0 0 1-2.389 1.269 1.533 1.533 0 0 1-2.389-1.269c0-.175.036-.333.088-.49l.027-.088.017-.035c.271-.735 1.181-1.277 2.266-1.277s1.995.542 2.275 1.277',
},
}), h('path', {
attrs: {
d: 'M9.936 17.873c0-.526-.35-.954-.779-.954-.428 0-.778.428-.778.953 0 .526.35.954.778.954.43 0 .78-.428.78-.954',
},
}), h('path', {
attrs: {
d: 'M13.699 16.49c0 .525-.35.954-.779.954s-.779-.43-.779-.954c0-.525.35-.954.78-.954.428 0 .778.429.778.954',
},
}), h('path', {
attrs: {
d: 'M14.696 16.91c-.428 0-.778.429-.778.954s.35.953.778.953.779-.428.779-.953-.35-.954-.779-.954',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'm23.271 17.829-.315.332v.01c2.442.104 4.402 2.038 4.402 4.584a4.617 4.617 0 0 1-4.612 4.611c-1.426 0-2.677-.656-3.526-1.67v1.67H4.634V10.488a2.633 2.633 0 0 1 2.625-2.625h9.354a2.633 2.633 0 0 1 2.625 2.625v4.007l.42-.367c.262-.272.227-.744.174-.998a2.58 2.58 0 0 1 .71-2.327 2.59 2.59 0 0 1 3.665 0c.464.472.71 1.076.744 1.688a2.57 2.57 0 0 1 1.689.744 2.59 2.59 0 0 1 0 3.666 2.6 2.6 0 0 1-2.328.71c-.262-.053-.735-.088-1.04.218m-1.732-5.04c.201 1.015-.062 1.969-.7 2.607v.018l-1.61 1.409v2.773l2.791-2.975c.656-.665 1.61-.918 2.625-.726.28.053.56-.035.761-.236a.845.845 0 0 0 0-1.199.845.845 0 0 0-1.198 0 .871.871 0 1 1-1.234-1.234.845.845 0 0 0 0-1.198.845.845 0 0 0-1.199 0 .85.85 0 0 0-.236.76m-4.944-3.185H7.259a.88.88 0 0 0-.875.875v.761H17.47v-.761a.88.88 0 0 0-.875-.875M6.384 12.999v12.617H17.47V13zm16.362 6.886a2.87 2.87 0 0 0-2.861 2.861h-.009c0 1.05.578 1.96 1.418 2.46.113-1.033.665-2.066 1.549-2.827.7-.604 1.522-.98 2.345-1.094a2.85 2.85 0 0 0-2.442-1.4m.271 5.661v.035l-.008.01a2.84 2.84 0 0 0 2.555-2.573c-.525.035-1.103.27-1.584.69-.586.508-.963 1.217-.963 1.838',
'clip-rule': 'evenodd',
},
})]);
},
};
export { IconPetSuppliesLarge as default };