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