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