open-icon
Version:
Open Icon
4 lines (3 loc) • 2.65 kB
TypeScript
declare const IconChangingArea = "<svg id=\"changing-area\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><circle cx=\"56.25\" cy=\"45\" r=\"5.06\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><circle cx=\"29.25\" cy=\"11.25\" r=\"5.06\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M31.5,36h9v9c0,4.97-4.03,9-9,9h0v-18h0Z\" transform=\"translate(81 9) rotate(90)\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M22.5,49.5H4.5v-13.5l12.35-12.35c.74-.74,1.74-1.15,2.79-1.15h0c3.15,0,5.03,3.51,3.28,6.13l-4.91,7.37,4.5,13.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><polyline points=\"45 31.5 45 40.5 45 49.5\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M31.5,31.5l-4.5,9h18v9h-9c-4.97,0-9-4.03-9-9h0\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M19.63,22.5h6.44c.61,0,1.22.14,1.76.42l6.9,3.45c.83.42,1.75.63,2.68.63h3.08\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M9,63v-13.5h-4.5v-13.5l12.35-12.35c.74-.74,1.74-1.15,2.79-1.15h0c3.15,0,5.03,3.51,3.28,6.13l-4.91,7.37,4.5,13.5h-4.5v13.5\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"56.25\" cy=\"45\" r=\"5.06\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"29.25\" cy=\"11.25\" r=\"5.06\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"9\" y1=\"49.5\" x2=\"18\" y2=\"49.5\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"27\" y1=\"58.5\" x2=\"63\" y2=\"58.5\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconChangingArea;
export { IconChangingArea };