UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.76 kB
const IconShoppingBagDiscount = `<svg id="shopping-bag-discount" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M22.36,27.84l-4.17,25c-.1.61.37,1.16.99,1.16h33.64c.62,0,1.09-.55.99-1.16l-4.17-25c-.08-.48-.5-.84-.99-.84h-25.31c-.49,0-.91.35-.99.84Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M22.36,27.84l-4.17,25c-.1.61.37,1.16.99,1.16h33.64c.62,0,1.09-.55.99-1.16l-4.17-25c-.08-.48-.5-.84-.99-.84h-25.31c-.49,0-.91.35-.99.84Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M31.5,27v-9c0-2.49,2.01-4.5,4.5-4.5s4.5,2.01,4.5,4.5v9" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><g><line x1="29" y1="33.75" x2="29" y2="33.75" style="fill: red; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><line x1="42.5" y1="47.25" x2="42.5" y2="47.25" style="fill: red; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><line x1="29" y1="47.25" x2="42.5" y2="33.75" style="fill: red; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g></svg>`; export default IconShoppingBagDiscount; export { IconShoppingBagDiscount }