import { FC, SVGProps } from 'react'; interface Props extends SVGProps { color?: string; size?: number; } /** * @deprecated Renamed to `AlignHorizontalCenter02` 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 AlignHorizontalCentre02: FC; export { AlignHorizontalCentre02 };