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