UNPKG

react-loading-icons

Version:

React implementation of the SVG Loaders library by Sam Herbert

3 lines (2 loc) 150 B
import { ReactElement, SVGProps } from 'react'; export default function Bars(props: JSX.IntrinsicAttributes & SVGProps<SVGSVGElement>): ReactElement;