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