open-icon
Version:
Open Icon
4 lines (3 loc) • 2.15 kB
TypeScript
declare const IconArtSupplies = "<svg id=\"art-supplies\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><path d=\"M46.06,37.08l15.87,15.87c.78.78.78,2.05,0,2.83l-9.79,9.79c-.78.78-2.05.78-2.83,0l-16.77-16.77\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><path d=\"M24.88,41.14L7.59,23.85c-.78-.78-.78-2.05,0-2.83l9.79-9.79c.78-.78,2.05-.78,2.83,0l16.39,16.39\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /></g><g><path d=\"M46.06,37.08l15.87,15.87c.78.78.78,2.05,0,2.83l-9.79,9.79c-.78.78-2.05.78-2.83,0l-16.77-16.77\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M24.88,41.14L7.59,23.85c-.78-.78-.78-2.05,0-2.83l9.79-9.79c.78-.78,2.05-.78,2.83,0l16.39,16.39\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"53.8\" y1=\"44.82\" x2=\"47.44\" y2=\"51.18\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"28.35\" y1=\"19.36\" x2=\"21.98\" y2=\"25.73\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g><g><path d=\"M31.47,49.62c14.81-11.11,30.33-27.26,25.1-32.5-5.24-5.24-21.39,10.29-32.5,25.1,0,0-1.85,1.85,1.85,5.55,3.7,3.7,5.55,1.85,5.55,1.85Z\" 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));\"/><path d=\"M27.77,57.02c-5.55,5.55-9.26-1.85-14.81,3.7-1.85-5.55-1.22-9.89,1.85-12.96,3.07-3.07,8.04-3.07,11.11,0,3.07,3.07,3.7,7.4,1.85,9.26Z\" 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));\"/></g></svg>";
export default IconArtSupplies;
export { IconArtSupplies };