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

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