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