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