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