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