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