UNPKG

182 BTypeScriptView Raw
1import * as React from "react";
2import type { SVGIconProps } from "../../svgIconProps";
3export declare const ArrowBottomLeft: React.FC<SVGIconProps>;
4export default ArrowBottomLeft;