Skip to main contentMynaUI
All Icons
ArrowLongUpSolid
arrow-long-up-solid
npm install @mynaui/icons-react
                  
import { ArrowLongUpSolid } from "@mynaui/icons-react";

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