UNPKG

@hashicorp/flight-icons

Version:
7 lines (6 loc) 166 B
import { SVGAttributes } from 'react'; export interface IconProps extends SVGAttributes<SVGElement> { children?: never; color?: string; title?: string; }