React Native Heroicons
https://www.npmjs.com/package/react-native-heroicons
Установка
yarn add react-native-heroicons react-native-svg
Добавление в шаблон
npx expo install react-native-screens react-native-safe-area-context
import * as Icons from "react-native-heroicons/solid";
export default function App() { return <Icons.SparklesIcon />;}