open-icon
Version:
Open Icon
4 lines (3 loc) • 1.7 kB
TypeScript
declare const IconCaravan = "<svg id=\"tent-camping\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M40.5,18h-18c-7.46,0-13.5,6.04-13.5,13.5,0,5.88,3.76,10.86,9,12.72v-12.72c0-2.49,2.01-4.5,4.5-4.5s4.5,2.01,4.5,4.5v13.5h13.5c7.46,0,13.5-6.04,13.5-13.5s-6.04-13.5-13.5-13.5ZM45,34c0,1.1-.9,2-2,2h-5c-1.1,0-2-.9-2-2v-5c0-1.1.9-2,2-2h5c1.1,0,2,.9,2,2v5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M40.5,18h-18c-7.46,0-13.5,6.04-13.5,13.5s6.04,13.5,13.5,13.5h18c7.46,0,13.5-6.04,13.5-13.5s-6.04-13.5-13.5-13.5Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"31.5\" cy=\"49.5\" r=\"4.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"36\" y1=\"45\" x2=\"63\" y2=\"45\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"58.5\" y1=\"40.5\" x2=\"58.5\" y2=\"54\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M27,45v-13.5c0-2.49-2.01-4.5-4.5-4.5s-4.5,2.01-4.5,4.5v12.73\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"36\" y=\"27\" width=\"9\" height=\"9\" rx=\"2\" ry=\"2\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconCaravan;
export { IconCaravan };