open-icon
Version:
Open Icon
8 lines (7 loc) • 1.72 kB
JavaScript
// lib/icons/socket-type-b.ts
var IconSocketTypeB = `<svg id="circular-loader" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M27,49.5s-4.5-6.56-4.5-11.25,4.5-11.25,4.5-11.25h18s4.5,6.56,4.5,11.25-4.5,11.25-4.5,11.25h-18Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M27,49.5s-4.5-6.56-4.5-11.25,4.5-11.25,4.5-11.25h18s4.5,6.56,4.5,11.25-4.5,11.25-4.5,11.25h-18Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><g><line x1="31.5" y1="31.5" x2="31.5" y2="40.5" 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="40.5" y1="31.5" x2="40.5" y2="40.5" 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));"/></g><line x1="36" y1="42.5" x2="36" y2="45" 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="36" y1="42.49" x2="36" y2="42.49" 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));"/></svg>`;
var socket_type_b_default = IconSocketTypeB;
export {
IconSocketTypeB,
socket_type_b_default as default
};