import * as React from 'react'; export interface Centralize24Props extends React.SVGProps { ariaLabel?: string } export default function Centralize24({ ariaLabel, ...props }: Centralize24Props) { return ( ); }