UNPKG

react-loading-icons

Version:

React implementation of the SVG Loaders library by Sam Herbert

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