open-icon
Version:
Open Icon
8 lines (7 loc) • 3.54 kB
JavaScript
// lib/icons/check-in.ts
var IconCheckIn = `<svg id="check_in" data-name="check in" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M9,11v2.5c0,2.49,2.01,4.5,4.5,4.5s4.5-2.01,4.5-4.5v-2.5h-9Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><rect x="13.5" y="45" width="9" height="13.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><circle cx="36" cy="15.75" r="5.06" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><rect x="31.5" y="27" width="9" height="18" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><rect x="9" y="22.5" width="9" height="9" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><polyline points="22.5 40.5 31.5 27 40.5 27 49.5 40.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="31.5 63 31.5 45 31.5 27 40.5 27 40.5 45 40.5 63" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="9 31.5 9 22.5 18 22.5 18 31.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));"/><line x1="31.5" y1="45" x2="40.5" y2="45" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="36" cy="15.75" r="5.06" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="13.5" y="45" width="9" height="13.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="49.5" y="45" width="13.5" height="18" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><rect x="49.5" y="45" width="13.5" height="18" 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="M56,31.5h.5c1.1,0,2,.9,2,2v11.5h-4.5v-11.5c0-1.1.9-2,2-2Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));"/><path d="M9,11v2.5c0,2.49,2.01,4.5,4.5,4.5s4.5-2.01,4.5-4.5v-2.5h-9Z" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));"/><line x1="4.5" y1="31.5" x2="22.5" y2="31.5" style="fill: white; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));"/><line x1="20.25" y1="11" x2="18" y2="11" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));"/><rect x="9" y="6.66" width="9" height="4.34" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));"/></svg>`;
var check_in_default = IconCheckIn;
export {
IconCheckIn,
check_in_default as default
};