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