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