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