@wolmer/jam-icons
Version:
A rect library of comprehensive collection of over 940 meticulously crafted & free icons, for all your projects.
8 lines (7 loc) • 302 B
TypeScript
import type { SVGProps } from "react";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgChevronsCircleDownLeftF: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
export default SvgChevronsCircleDownLeftF;