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