UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.21 kB
declare const IconClothingTshirt = "<svg id=\"clothing-tshirt\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M44.63,13.5c0,6.21-4.03,11.25-9,11.25s-9-5.04-9-11.25h0c-22.5,0-18,22.5-18,22.5h9v27h36v-27h9s4.5-22.5-18-22.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><polyline points=\"18 27 18 63 54 63 54 27\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M18,36h-9S4.5,13.5,27,13.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M54,36h9s4.5-22.5-18-22.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M45,13.5c0,6.21-4.03,11.25-9,11.25s-9-5.04-9-11.25h18Z\" 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));\"/></svg>"; export default IconClothingTshirt; export { IconClothingTshirt };