@react-native-vector-icons/common 0.0.1-alpha.3 → 0.0.1-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -16
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -45,26 +45,25 @@ sponsorship plays a pivotal role in materializing these advancements.
45
45
 
46
46
  RNVI comes with the following supported icons. You can [search NPM](https://www.npmjs.com/search?q=keywords%3Areact-native-vector-icons-icon) for third party icons.
47
47
 
48
- FIXME: update all of these
49
- FIXME: update all of these
50
- FIXME: update all of these
51
- FIXME: update all of these
52
-
53
- - [`AntDesign`](https://ant.design/) from AntFinance (_298_ icons)
48
+ - [`AntDesign`](https://ant.design/components/icon) from Ant Group (v4.3.1 with _421_ icons)
54
49
  - [`Entypo`](http://entypo.com) by Daniel Bruce (v1.0.1 with _411_ icons)
55
50
  - [`EvilIcons`](http://evil-icons.io) designed by Alexander Madyankin & Roman Shamin (v1.10.1 with _70_ icons)
56
- - [`Feather`](http://feathericons.com) created by Cole Bemis & Contributors (v4.28.0 featuring _286_ icons)
57
- - [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.7.0 containing _675_ icons)
58
- - [`FontAwesome 5`](https://fontawesome.com/v5/icons/) from Fonticons, Inc. (v5.15.3 offering _1598_ free and _7848_ pro icons)
59
- - [`FontAwesome 6`](https://fontawesome.com) designed by Fonticons, Inc. (v6.1.2 featuring _2016_ free and _16150_ pro icons)
60
- - [`Fontisto`](https://github.com/kenangundogan/fontisto) created by Kenan Gündoğan (v3.0.4 featuring _615_ icons)
51
+ - [`Feather`](http://feathericons.com) created by Cole Bemis & Contributors (v4.29.1 featuring _287_ icons)
52
+ - [`FontAwesome`](https://fontawesome.com/v4/icons) by Fonticons, Inc. (v4.7.0 containing _785_ icons)
53
+ - [`FontAwesome 5`](https://fontawesome.com/v5/search) from Fonticons, Inc. (v5.15.4 offering _1608_ free and _7864_ pro icons)
54
+ - [`FontAwesome 6`](https://fontawesome.com) designed by Fonticons, Inc. (v6.5.1 featuring _2037_ free and _30013_ pro icons)
55
+ - [`Fontisto`](https://github.com/kenangundogan/fontisto) created by Kenan Gündoğan (v3.0.4 featuring _617_ icons)
61
56
  - [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0 with _283_ icons)
62
- - [`Ionicons`](https://ionicons.com/) crafted by Ionic (v7.1.0 containing _1338_ icons)
63
- - [`MaterialIcons`](https://fonts.google.com/icons/) by Google, Inc. (v4.0.0 featuring _2189_ icons)
64
- - [`MaterialCommunityIcons`](https://materialdesignicons.com/) from MaterialDesignIcons.com (v6.5.95 including _6596_ icons)
65
- - [`Octicons`](http://octicons.github.com) designed by Github, Inc. (v16.3.1 with _250_ icons)
66
- - [`Zocial`](http://zocial.smcllns.com/) by Sam Collins (v1.4.0 with _100_ icons)
57
+ - [`Ionicons`](https://ionic.io/ionicons) crafted by Ionic (v7.2.2 containing _1338_ icons)
58
+ - [`MaterialIcons`](https://fonts.google.com/icons?icon.set=Material+Icons) by Google, Inc. (v4.0.0 featuring _2234_ icons)
59
+ - [`MaterialCommunityIcons`](https://pictogrammers.com/library/mdi/) from MaterialDesignIcons.com (v7.4.47 including _7447_ icons)
60
+ - [`Octicons`](https://primer.style/foundations/icons) designed by Github, Inc. (v19.8.0 with _320_ icons)
67
61
  - [`SimpleLineIcons`](https://simplelineicons.github.io/) crafted by Sabbir & Contributors (v2.5.5 with _189_ icons)
62
+ - [`Zocial`](https://smcllns.github.io/css-social-buttons) by Sam Collins (v1.1.1 with _100_ icons)
63
+
64
+ ## Migration
65
+
66
+ See [MIGRATION.md](./MIGRATION.md) if you are migrating from `react-native-vector-icons`
68
67
 
69
68
  ## Installation
70
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-vector-icons/common",
3
- "version": "0.0.1-alpha.3",
3
+ "version": "0.0.1-alpha.4",
4
4
  "description": "Customizable Icons for React Native with support for image source and full styling.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -101,7 +101,6 @@
101
101
  "release-it": "^17.0.1",
102
102
  "svg2ttf": "^6.0.3",
103
103
  "svgicons2svgfont": "^12.0.0",
104
- "turbo": "^1.11.2",
105
104
  "typescript": "^5.3.3"
106
105
  },
107
106
  "peerDependencies": {
@@ -166,5 +165,5 @@
166
165
  }
167
166
  },
168
167
  "packageManager": "yarn@4.0.1",
169
- "gitHead": "5e029cbce89086e6e93261f43ce6382d9e2d0bbe"
168
+ "gitHead": "660207464c8301bcbead39ce21fa98f6e37a5d99"
170
169
  }