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