UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 2.15 kB
declare const IconSun2 = "<svg id=\"sun_2\" data-name=\"sun 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><circle cx=\"36\" cy=\"36\" r=\"13.5\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><circle cx=\"36\" cy=\"36\" r=\"13.5\" 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=\"36\" y1=\"4.5\" x2=\"36\" y2=\"13.5\" 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=\"36\" y1=\"58.5\" x2=\"36\" y2=\"67.5\" 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=\"4.5\" y1=\"36\" x2=\"13.5\" y2=\"36\" 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=\"58.5\" y1=\"36\" x2=\"67.5\" y2=\"36\" 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=\"13.73\" y1=\"13.73\" x2=\"20.09\" y2=\"20.09\" 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=\"51.91\" y1=\"51.91\" x2=\"58.27\" y2=\"58.27\" 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=\"13.73\" y1=\"58.27\" x2=\"20.09\" y2=\"51.91\" 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=\"51.91\" y1=\"20.09\" x2=\"58.27\" y2=\"13.73\" 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 IconSun2; export { IconSun2 };