open-icon
Version:
Open Icon
4 lines (3 loc) • 2.63 kB
TypeScript
declare const IconBug2 = "<svg id=\"circular-loader\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M36,18c-4.97,0-9-.47-9,4.5v7.28l9-2.78,9,2.78v-7.28c0-4.97-4.03-4.5-9-4.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><line x1=\"9\" y1=\"36\" x2=\"22.5\" y2=\"36\" 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));\"/><line x1=\"49.5\" y1=\"36\" x2=\"63\" y2=\"36\" 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=\"M13.5,18v4.5c0,4.97,4.03,9,9,9\" 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=\"M58.5,18v4.5c0,4.97-4.03,9-9,9\" 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=\"M58.5,54v-4.5c0-4.97-4.03-9-9-9\" 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=\"M13.5,54v-4.5c0-4.97,4.03-9,9-9\" 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=\"M22.5,31.5v18c0,7.46,6.04,9,13.5,9s13.5-1.54,13.5-9v-18l-13.5-4.5-13.5,4.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M22.5,31.5v18c0,7.46,6.04,9,13.5,9s13.5-1.54,13.5-9v-18l-13.5-4.5-13.5,4.5Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M45,31.5v-9c0-4.97-4.03-4.5-9-4.5s-9-.47-9,4.5v9\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"36\" y1=\"27\" x2=\"36\" y2=\"58.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconBug2;
export { IconBug2 };