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