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