UNPKG

@master-c8/icons

Version:
6 lines (3 loc) 165 B
import { HTMLProps } from 'react'; export interface SwitchProps extends HTMLProps<SVGAElement> {} export default function Switch(props: SwitchProps): JSX.Element;