open-icon
Version:
Open Icon
8 lines (7 loc) • 1.25 kB
JavaScript
// lib/icons/no-leaks.ts
var IconNoLeaks = `<svg id="no-leaks-2" data-name="no-leaks" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M48.6,36.9c0,6.96-5.64,12.6-12.6,12.6s-12.6-5.64-12.6-12.6c0-9.45,12.6-18.9,12.6-18.9,0,0,12.6,9.45,12.6,18.9Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M13.5,13.91v25.64c0,5.49,2.96,10.67,8,13.96l14.5,9.49,14.5-9.49c5.04-3.3,8-8.47,8-13.96V13.91l-22.5-4.91-22.5,4.91Z" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M48.6,36.9c0,6.96-5.64,12.6-12.6,12.6s-12.6-5.64-12.6-12.6c0-9.45,12.6-18.9,12.6-18.9,0,0,12.6,9.45,12.6,18.9Z" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="58.5" y1="13.91" x2="19.7" y2="52.18" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var no_leaks_default = IconNoLeaks;
export {
IconNoLeaks,
no_leaks_default as default
};