React icons that are generated using simple geometry, not drawn. You can control some of their styling using the included IconProvider context provider.
npm add @stephenvector/picto
import { ArrowLeft } from "@stephenvector/picto";
function App() {
return <ArrowLeft />;
}