declare const IconShoppingLabel = "<svg id=\"shopping-label\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M13.5,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=\"M13.5,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=\"22.5\" y1=\"22.5\" x2=\"22.5\" 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 IconShoppingLabel;
export { IconShoppingLabel };
