htmlicon Icon
App.tsx
import { HtmlIcon } from 'mmk-icons'; const App = () => { return ( <HtmlIcon /> ); }; export default App;