UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.05 kB
// lib/icons/socket-type-a.ts var IconSocketTypeA = `<svg id="circular-loader" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M26.25,48s-5.25-5.62-5.25-11.25,5.25-11.25,5.25-11.25h21s5.25,5.62,5.25,11.25-5.25,11.25-5.25,11.25h-21Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M26.25,48s-5.25-5.62-5.25-11.25,5.25-11.25,5.25-11.25h21s5.25,5.62,5.25,11.25-5.25,11.25-5.25,11.25h-21Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><g><line x1="32.25" y1="32.25" x2="32.25" y2="41.25" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="41.25" y1="32.25" x2="41.25" y2="41.25" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g></svg>`; var socket_type_a_default = IconSocketTypeA; export { IconSocketTypeA, socket_type_a_default as default };