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