open-icon
Version:
Open Icon
4 lines (3 loc) • 1.24 kB
TypeScript
declare const IconShoppingBasket = "<svg id=\"shopping-basket\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M27,54v-27.5c0-2.21,1.79-4,4-4h10c2.21,0,4,1.79,4,4v27.5\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"36\" y1=\"31.5\" x2=\"36\" y2=\"54\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"15.75\" y1=\"42.75\" x2=\"56.25\" y2=\"42.75\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M21.28,54h29.44c1.91,0,3.55-1.35,3.92-3.22l3.86-19.28H13.5l3.86,19.28c.37,1.87,2.02,3.22,3.92,3.22Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconShoppingBasket;
export { IconShoppingBasket };