@steambrew/client
Version:
A support library for creating plugins with Millennium.
9 lines (6 loc) • 321 B
text/typescript
import { FC, SVGAttributes } from 'react';
import { IconsModule } from '../webpack';
/** @component React Components */
export const Spinner = Object.values(IconsModule)?.find((mod: any) => mod?.toString && /Spinner\)}\)?,.\.createElement\(\"path\",{d:\"M18 /.test(mod.toString())) as FC<
SVGAttributes<SVGElement>
>;