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