UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.9 kB
const IconShoppingCartFast = `<svg id="shopping-cart-fast" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M58.12,18H23.06l2.81,22.5h29.35c1.91,0,3.55-1.35,3.92-3.22l2.9-14.5c.5-2.48-1.4-4.78-3.92-4.78Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M54,49.5h-23.47c-2.02,0-3.72-1.5-3.97-3.5l-4.06-32.5h-9" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="31.5" y1="58.5" x2="31.5" y2="58.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 8px;"/><line x1="45" y1="58.5" x2="45" y2="58.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 8px;"/><path d="M23.06,18h35.06c2.52,0,4.42,2.31,3.92,4.78l-2.9,14.5c-.37,1.87-2.02,3.22-3.92,3.22h-29.35" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="7.5" y1="27" x2="15" y2="27" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="11.5" y1="36" x2="17" y2="36" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="16" y1="45" x2="19.5" y2="45" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconShoppingCartFast; export { IconShoppingCartFast }