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