open-icon
Version:
Open Icon
4 lines (3 loc) • 1.97 kB
TypeScript
declare const IconPlugTypeC = "<svg id=\"circular-loader\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g><line x1=\"28.8\" y1=\"9\" x2=\"28.8\" y2=\"22.5\" 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=\"42.3\" y1=\"9\" x2=\"42.3\" y2=\"22.5\" 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><path d=\"M24.3,27c0,9.64,5.62,8.36,5.62,18h11.25c0-9.64,5.63-8.36,5.63-18\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><polyline points=\"31.05 45 33.3 54 37.8 54 40.05 45\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><rect x=\"22.05\" y=\"22.5\" width=\"27\" height=\"4.5\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M24.3,27c0,9.64,5.62,8.36,5.62,18h11.25c0-9.64,5.63-8.36,5.63-18\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"31.05 45 33.3 54 37.8 54 40.05 45\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"35.55\" y1=\"63\" x2=\"35.55\" y2=\"54\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"22.05\" y=\"22.5\" width=\"27\" height=\"4.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconPlugTypeC;
export { IconPlugTypeC };