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