@sanity/icons
Version:
The Sanity icons.
7 lines • 343 B
TypeScript
import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
* @public
*/
declare const DoubleChevronDownIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { DoubleChevronDownIcon, DoubleChevronDownIcon as default };
//# sourceMappingURL=DoubleChevronDown.d.ts.map