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