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