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