lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
33 lines (30 loc) • 766 B
JavaScript
/**
* @license lucide-static v1.17.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const RepeatOff = `
<svg
class="lucide lucide-repeat-off"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M11.656 6H21l-4-4" />
<path d="M17.898 17.898A4 4 0 0 1 17 18H3l4-4" />
<path d="m2 2 20 20" />
<path d="M21 13v1a4 4 0 0 1-.171 1.159" />
<path d="m21 6-4 4" />
<path d="M3 11v-1a4 4 0 0 1 3.102-3.898" />
<path d="m7 22-4-4" />
</svg>
`;
export { RepeatOff as default };
//# sourceMappingURL=repeat-off.mjs.map