@loke/icons
Version:
A Loke icon library package for React applications.
12 lines (11 loc) • 499 B
TypeScript
import type { IconNode } from "../types";
export declare const __iconNode: IconNode;
/**
* @component @name TrendingDown
* @description Loke SVG icon component, renders SVG Element with children.
*
* @param {Object} props - Loke icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*/
declare const TrendingDown: import("react").ForwardRefExoticComponent<Omit<import("..").LokeProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
export default TrendingDown;