UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.64 kB
// lib/icons/map.ts var IconMap = `<svg id="map" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="27 18 27 58.5 45 54 45 13.5 27 18" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M10.24,13.81c-.63-.16-1.24.32-1.24.97v38.44c0,.46.31.86.76.97l17.24,4.31V18l-16.76-4.19Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M62.24,17.81l-17.24-4.31v40.5l16.76,4.19c.63.16,1.24-.32,1.24-.97V18.78c0-.46-.31-.86-.76-.97Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><line x1="27" y1="18" x2="27" y2="58.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="45" y1="13.5" x2="45" y2="54" 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));"/><path d="M62.24,17.81l-17.24-4.31-18,4.5-16.76-4.19c-.63-.16-1.24.32-1.24.97v38.44c0,.46.31.86.76.97l17.24,4.31,18-4.5,16.76,4.19c.63.16,1.24-.32,1.24-.97V18.78c0-.46-.31-.86-.76-.97Z" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var map_default = IconMap; export { IconMap, map_default as default };