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

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