Skip to main contentMynaUI
All Icons
LetterSOctagon
letter-s-octagon
npm install @mynaui/icons-react
                  
import { LetterSOctagon } from "@mynaui/icons-react";

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