import { Icon } from "../../types/icon.mjs"; import React from "react"; //#region src/icons/arrow-left/ArrowLeft.d.ts declare const ArrowLeftIcon: { (props: Icon): React.JSX.Element; displayName: string; }; //#endregion export { ArrowLeftIcon };