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