open-icon
Version:
Open Icon
4 lines (3 loc) • 2.01 kB
text/typescript
const IconPerculator = `<svg id="perculator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="49.5 40.5 63 18 54 18 54 9 22.5 9 22.5 18 27 40.5 27 49.5 22.5 63 27 63 49.5 63 54 63 49.5 49.5 49.5 40.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><polyline points="13.5 36 13.5 18 22.5 18" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="31.5" y1="18" x2="36" y2="40.5" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="40.5" y1="49.5" x2="45" y2="63" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="31.5" y1="63" x2="36" y2="49.5" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="40.5" y1="40.5" x2="45" y2="18" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="54 18 54 9 22.5 9 22.5 18 27 40.5 27 49.5 22.5 63 27 63 49.5 63 54 63 49.5 49.5 49.5 40.5 54 18" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="22.5 18 54 18 63 18 49.5 40.5 27 40.5" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="27" y1="49.5" x2="49.5" y2="49.5" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconPerculator;
export { IconPerculator }