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