open-icon
Version:
Open Icon
8 lines (7 loc) • 1.7 kB
JavaScript
// lib/icons/loader-dots.ts
var IconLoaderDots = `<svg id="loader-dots" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><line x1="36" y1="22.5" x2="36" y2="22.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-xl, calc(var(--icon-stroke-width, 5) * 3));"/><line x1="36" y1="54" x2="36" y2="54" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="20.25" y1="38.25" x2="20.25" y2="38.25" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><line x1="51.75" y1="38.25" x2="51.75" y2="38.25" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><line x1="24.86" y1="27.11" x2="24.86" y2="27.11" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 8px;"/><line x1="47.14" y1="49.39" x2="47.14" y2="49.39" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="24.86" y1="49.39" x2="24.86" y2="49.39" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="47.14" y1="27.11" x2="47.14" y2="27.11" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 8px;"/></svg>`;
var loader_dots_default = IconLoaderDots;
export {
IconLoaderDots,
loader_dots_default as default
};