@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
49 lines (46 loc) • 2.07 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconPetSupplies = {
name: 'IconPetSupplies',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--petSupplies', 'IconPetSupplies');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M7.857 7.729c0 .437-.288.787-.638.787s-.64-.35-.64-.787.29-.788.64-.788.638.35.638.788',
},
}), h('path', {
attrs: {
d: 'M9.879 10.065v.026h-.027s.027.053.027.08c.052.122.078.262.078.402 0 .7-.56 1.26-1.26 1.26-.245 0-.498-.08-.7-.21-.2.14-.437.21-.7.21-.7 0-1.26-.56-1.26-1.26 0-.14.035-.272.08-.403l.034-.079v-.026c.228-.595.954-1.041 1.855-1.041s1.645.446 1.864 1.041z',
},
}), h('path', {
attrs: {
d: 'M5.784 9.654c.35 0 .638-.35.638-.788 0-.437-.28-.787-.638-.787-.36 0-.64.35-.64.787s.28.788.64.788',
},
}), h('path', {
attrs: {
d: 'M9.494 7.729c0 .437-.29.787-.64.787s-.638-.35-.638-.787.289-.788.639-.788.639.35.639.788',
},
}), h('path', {
attrs: {
d: 'M10.299 8.088c-.35 0-.64.35-.64.787s.29.788.64.788.638-.35.638-.788c0-.437-.288-.787-.638-.787',
},
}), h('path', {
attrs: {
d: 'M11.2 2.216H4.882A2.087 2.087 0 0 0 2.8 4.3v9.485h10.482V4.299A2.09 2.09 0 0 0 11.2 2.216m-6.318 1.33H11.2c.411 0 .752.342.752.753v.7H4.13v-.7c0-.411.341-.753.752-.753m-.752 8.908V6.31h7.822v6.143z',
},
})]);
},
};
export { IconPetSupplies as default };