open-icon
Version:
Open Icon
4 lines (3 loc) • 1.66 kB
TypeScript
declare const IconSocketTypeF = "<svg id=\"circular-loader\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M51.75,33.75h-2.25v-4.68c-2.75-3.93-7.76-6.57-13.5-6.57s-10.75,2.64-13.5,6.57v4.68h-2.25v4.5h2.25v4.68c2.75,3.93,7.76,6.57,13.5,6.57s10.75-2.64,13.5-6.57v-4.68h2.25v-4.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><g><line x1=\"42.75\" y1=\"36\" x2=\"42.75\" y2=\"36\" 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));\"/><line x1=\"29.25\" y1=\"36\" x2=\"29.25\" y2=\"36\" 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));\"/></g><line x1=\"36\" y1=\"29.25\" x2=\"36\" y2=\"29.25\" 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));\"/><path d=\"M51.75,33.75h-2.25v-4.68c-2.75-3.93-7.76-6.57-13.5-6.57s-10.75,2.64-13.5,6.57v4.68h-2.25v4.5h2.25v4.68c2.75,3.93,7.76,6.57,13.5,6.57s10.75-2.64,13.5-6.57v-4.68h2.25v-4.5Z\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconSocketTypeF;
export { IconSocketTypeF };