open-icon
Version:
Open Icon
4 lines (3 loc) • 2.48 kB
text/typescript
const IconTentCamping = `<svg id="tent-camping" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M10.45,55.61l12.05-24.11,13.5,27H12.24c-1.49,0-2.45-1.56-1.79-2.89Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M22.5,31.5h25.76c.76,0,1.45.43,1.79,1.11l11.5,23c.66,1.33-.3,2.89-1.79,2.89h-23.76l-13.5-27Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><circle cx="15.75" cy="15.75" r="6.75" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M10.45,55.61l12.05-24.11,13.5,27H12.24c-1.49,0-2.45-1.56-1.79-2.89Z" 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="M22.5,31.5h25.76c.76,0,1.45.43,1.79,1.11l11.5,23c.66,1.33-.3,2.89-1.79,2.89h-23.76l-13.5-27Z" 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="22.5" y1="31.5" x2="22.5" 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));"/><circle cx="15.75" cy="15.75" r="6.75" 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="58.5" y1="13.5" x2="58.5" 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));"/><path d="M58.5,11.25c0,3.73-3.02,6.75-6.75,6.75" 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="M58.5,18c0,4.97-4.03,9-9,9" 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="M58.5,11.25c0,3.73,3.02,6.75,6.75,6.75" 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="M58.5,18c0,4.97,4.03,9,9,9" 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 IconTentCamping;
export { IconTentCamping }