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