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