UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.65 kB
const IconCamper = `<svg id="tent-camping" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M58.5,18H13c-2.21,0-4,1.79-4,4v32h4.5c0-2.49,2.01-4.5,4.5-4.5s4.5,2.01,4.5,4.5h18v-27h18c2.49,0,4.5-2.01,4.5-4.5s-2.01-4.5-4.5-4.5ZM31.5,36h-13.5v-9h13.5v9Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><circle cx="18" cy="54" r="4.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="49.5" cy="54" r="4.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M13.5,54h-4.5V22c0-2.21,1.79-4,4-4h45.5c2.49,0,4.5,2.01,4.5,4.5h0c0,2.49-2.01,4.5-4.5,4.5h-18v27h-18" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="40.5" y1="54" x2="45" y2="54" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="54 54 63 54 63 40.5 54 27 40.5 27" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="18" y="27" width="13.5" height="9" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="49.5 27 49.5 40.5 63 40.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconCamper; export { IconCamper }