UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

5 lines (4 loc) 256 B
import * as React from 'react'; import { StyledIconProps } from '../StyledIconBase'; export declare type StyledIcon = React.ForwardRefExoticComponent<React.PropsWithoutRef<StyledIconProps> & React.RefAttributes<SVGSVGElement>>; export { StyledIconProps };