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