export type BrowserIconProps = {
    browser?: string;
};
