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