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