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