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