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