import type { IconProps } from '../components/types.js'; /** Renders an SVG icon. */ declare const SvgAlignHorizontalLeft: { ({ size, "aria-hidden": ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default SvgAlignHorizontalLeft; //# sourceMappingURL=align-horizontal-left.d.ts.map