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