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