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