open-icon
Version:
Open Icon
4 lines (3 loc) • 1.31 kB
text/typescript
const IconShoppingLabels = `<svg id="shopping-labels" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M18,22.5h-7.37c-.9,0-1.63.73-1.63,1.63v12.37c0,.43.17.85.48,1.15l20.38,20.38c.64.64,1.67.64,2.31,0l6.18-6.18" 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));"/><path d="M18,30.67v-15.17c0-1.1.9-2,2-2h15.17c.53,0,1.04.21,1.41.59l25,25c.78.78.78,2.05,0,2.83l-15.17,15.17c-.78.78-2.05.78-2.83,0l-25-25c-.38-.38-.59-.88-.59-1.41Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M18,30.67v-15.17c0-1.1.9-2,2-2h15.17c.53,0,1.04.21,1.41.59l25,25c.78.78.78,2.05,0,2.83l-15.17,15.17c-.78.78-2.05.78-2.83,0l-25-25c-.38-.38-.59-.88-.59-1.41Z" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="27" y1="22.5" x2="27" y2="22.5" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconShoppingLabels;
export { IconShoppingLabels }