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