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

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