Tools to get browser svg.
yarn add react-browser-icons
# or
npm i react-browser-icons --savehttps://github.com/Achaak/react-browser-icons/blob/master/CHANGELOG.md
Return the SVG of browser.
Example:
const Component = getBrowserIcon({ browser: "Chrome", className: "class", style: { marginTop: 42 }, size: 42 })Return the managed list of browsers.
Example:
console.log(BrowsersList) // "Chrome" | "Safari" | "Mobile Safari" | "Opera" | "Firefox" | "Edge" | "IE" | "Brave" | "Samsung" | "Chromium"