open-icon
Version:
Open Icon
4 lines (3 loc) • 3.15 kB
text/typescript
const IconCarParking = `<svg id="car-parking" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><circle cx="54" cy="18" r="13.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><rect x="8.47" y="46.42" width="37.3" height="11.19" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M8.47,46.42l6.5-13.08c.56-1.13,1.71-1.84,2.97-1.84h18.36c1.26,0,2.41.71,2.97,1.84l6.5,13.08v11.19H8.47v-11.19Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="8.47" y1="46.42" x2="45.77" y2="46.42" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M8.47,57.61h4.97v3.39c0,1.1-.9,2-2,2h-.97c-1.1,0-2-.9-2-2v-3.39h0Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M40.8,57.61h4.97v3.39c0,1.1-.9,2-2,2h-.97c-1.1,0-2-.9-2-2v-3.39h0Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M8.47,57.61h4.97v3.39c0,1.1-.9,2-2,2h-.97c-1.1,0-2-.9-2-2v-3.39h0Z" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><path d="M40.8,57.61h4.97v3.39c0,1.1-.9,2-2,2h-.97c-1.1,0-2-.9-2-2v-3.39h0Z" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><line x1="12.2" y1="52.22" x2="19.66" y2="52.22" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="34.58" y1="52.22" x2="42.04" y2="52.22" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="4.74" y1="42.69" x2="10.32" y2="42.69" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="43.91" y1="42.69" x2="49.5" y2="42.69" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="54" cy="18" r="13.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="50.79" y1="12.21" x2="50.79" y2="23.79" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M50.79,12.21h3.86c2.13,0,3.86,1.73,3.86,3.86s-1.73,3.86-3.86,3.86h-3.86" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconCarParking;
export { IconCarParking }