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