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