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