Skip to main contentMynaUI
All Icons
BrandChrome
brand-chrome
npm install @mynaui/icons-react
                  
import { BrandChrome } from "@mynaui/icons-react";

const App = () => {
  return <BrandChrome />;
};