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