open-icon
Version:
Open Icon
4 lines (3 loc) • 1.6 kB
TypeScript
declare const IconYurt = "<svg id=\"yurt\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M36,22.5l-22.5,9v14c0,2.21,1.79,4,4,4h14v-18h9v18h14c2.21,0,4-1.79,4-4v-14l-22.5-9Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M36,22.5l-22.5,9v14c0,2.21,1.79,4,4,4h37c2.21,0,4-1.79,4-4v-14l-22.5-9Z\" 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=\"63\" 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=\"40.5\" y1=\"40.5\" x2=\"58.5\" y2=\"40.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=\"13.5\" y1=\"40.5\" x2=\"31.5\" y2=\"40.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=\"13.5\" y1=\"31.5\" x2=\"58.5\" y2=\"31.5\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"31.5\" y=\"31.5\" width=\"9\" height=\"18\" 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 IconYurt;
export { IconYurt };