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