vector-icons

(โ˜… 743)

No description available.

  • .eslintrc.js
  • .gitignore
  • .npmignore
  • .prettierrc
  • AntDesign.d.ts
  • AntDesign.js
  • babel.config.build.js
  • babel.config.js
  • CHANGELOG.md
  • createIconSet.d.ts
  • createIconSet.js
  • createIconSetFromFontello.d.ts
  • createIconSetFromFontello.js
  • createIconSetFromIcoMoon.d.ts
  • createIconSetFromIcoMoon.js
  • createMultiStyleIconSet.d.ts
  • createMultiStyleIconSet.js
  • Entypo.d.ts
  • Entypo.js
  • EvilIcons.d.ts
  • EvilIcons.js
  • Feather.d.ts
  • Feather.js
  • FontAwesome.d.ts
  • FontAwesome.js
  • FontAwesome5.d.ts
  • FontAwesome5.js
  • FontAwesome6.d.ts
  • FontAwesome6.js
  • Fontisto.d.ts
  • Fontisto.js
  • Foundation.d.ts
  • Foundation.js
  • Ionicons.d.ts
  • Ionicons.js
  • LICENSE
  • MaterialCommunityIcons.d.ts
  • MaterialCommunityIcons.js
  • MaterialIcons.d.ts
  • MaterialIcons.js
  • Octicons.d.ts
  • Octicons.js
  • package.json
  • README.md
  • SimpleLineIcons.d.ts
  • SimpleLineIcons.js
  • tsconfig.json
  • yarn.lock
  • Zocial.d.ts
  • Zocial.js

# Installation Guide

1. Get the code
git clone https://github.com/expo/vector-icons

Downloads the entire project code from GitHub to your computer.

cd vector-icons

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install

Downloads and installs the libraries listed in package.json.

npm start

Starts the development/run server.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation