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