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