UNPKG

@sexyicons/react

Version:

React components for sexy icons: Icons speak louder than words

10 lines (9 loc) 356 B
import React from "react"; import { Set } from "../helpers/withSVG"; export interface IconProps { color?: string; set: Set; } export declare const ChevronDown: React.FC<IconProps>; declare const _default: React.ForwardRefExoticComponent<import("../helpers/withSVG").SVGProps & React.RefAttributes<SVGSVGElement>>; export default _default;