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

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