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