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