open-icon
Version:
Open Icon
4 lines (3 loc) • 1.35 kB
TypeScript
declare const IconGlobe3 = "<svg id=\"circular-loader\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><circle cx=\"36.25\" cy=\"29.66\" r=\"15.75\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><circle cx=\"36.25\" cy=\"29.66\" r=\"15.75\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M51.91,13.5c4.07,4.07,6.59,9.7,6.59,15.91s-2.52,11.84-6.59,15.91c-4.07,4.07-9.7,6.59-15.91,6.59s-11.84-2.52-15.91-6.59\" 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=\"36\" y1=\"60.91\" x2=\"36\" y2=\"51.91\" 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=\"27\" y1=\"60.91\" x2=\"45\" y2=\"60.91\" 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 IconGlobe3;
export { IconGlobe3 };