import { FC, SVGProps } from 'react'; interface Props extends SVGProps { color?: string; size?: number; } /** * @deprecated Renamed to `AlignHorizontalCenter01` to match the US spelling used across the library. * This alias still renders the same icon and will be removed in a future major release. */ declare const AlignHorizontalCentre01: FC; export { AlignHorizontalCentre01 };