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