Skip to content

Commit

Permalink
feat: add open iconic icon pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Ogaili committed Aug 4, 2020
1 parent 5562bb5 commit 2077718
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@
[submodule "packages/react-icons/src/icons/evil-icons"]
path = packages/react-icons/src/icons/evil-icons
url = https://github.com/evil-icons/evil-icons.git
[submodule "packages/react-icons/src/icons/open-iconic"]
path = packages/react-icons/src/icons/open-iconic
url = https://github.com/iconic/open-iconic
3 changes: 2 additions & 1 deletion packages/react-icons/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/all.js
/all.d.ts
/fa/
/io/
/ios/
/md/
/ti/
/go/
Expand All @@ -32,5 +32,6 @@
/fd/
/zo/
/ei/
/oi/
README.md

3 changes: 3 additions & 0 deletions packages/react-icons/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ License: MIT https://opensource.org/licenses/MIT

Evil Icons - https://github.com/dukestreetstudio/zondicons
License: MIT https://opensource.org/licenses/MIT

Open Iconic - https://github.com/iconic/open-iconic
License: MIT https://opensource.org/licenses/MIT
4 changes: 2 additions & 2 deletions packages/react-icons/VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Icon Library|License|Version
[Boxicons](https://github.com/atisawd/boxicons)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)|2.0.5
[Cryptoicons](https://github.com/spothq/cryptocurrency-icons)|[CC0 1.0 Universal](https://github.com/spothq/cryptocurrency-icons/blob/master/LICENSE.md)|0.16.1
[Entypo](https://github.com/hypermodules/entypo)|[ISC License](https://github.com/hypermodules/entypo/blob/master/LICENSE.md)|2.2.1
[Foundation](https://github.com/meronex/foundation-icons-3)|[MIT](https://opensource.org/licenses/MIT)|v1.4.1-8-gc99eb7f3
c99eb7f341d8974403a533ec89e044524ac7c034
[Foundation](https://github.com/meronex/foundation-icons-3)|[MIT](https://opensource.org/licenses/MIT)|d3729a82f36c0fb5e3576dc33fcb4be7cd5001f4
[Zondicons](https://github.com/dukestreetstudio/zondicons)|[MIT](https://opensource.org/licenses/MIT)|0.1.0
[Evil Icons](https://github.com/dukestreetstudio/zondicons)|[MIT](https://opensource.org/licenses/MIT)|1.10.1
[Open Iconic](https://github.com/iconic/open-iconic)|[MIT](https://opensource.org/licenses/MIT)|1.1.1
22 changes: 17 additions & 5 deletions packages/react-icons/src/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ module.exports = {
licenseUrl: "https://creativecommons.org/licenses/by/4.0/"
},
{
id: "io",
id: "ios",
name: "Ionicons",
contents: [
{
files: path.resolve(
__dirname,
"../../../../node_modules/ionicons/dist/collection/icon/svg/*.svg"
),
formatter: name => `Io${name}`
)
}
],
projectUrl: "https://ionicons.com/",
Expand All @@ -40,7 +39,7 @@ module.exports = {
},
{
id: "md",
name: "Material Design icons",
name: "Material Design Icons",
contents: [
{
files: path.resolve(
Expand Down Expand Up @@ -314,7 +313,7 @@ module.exports = {
},
{
id: "mdc",
name: "Material Design Community Icons",
name: "MD Community Icons",
contents: [
{
files: path.resolve(__dirname, "MaterialDesign/svg/*.svg"),
Expand Down Expand Up @@ -487,6 +486,19 @@ module.exports = {
projectUrl: "https://github.com/dukestreetstudio/zondicons",
license: "MIT",
licenseUrl: "https://opensource.org/licenses/MIT"
},
{
id: "oi",
name: "Open Iconic",
contents: [
{
files: path.resolve(__dirname, "open-iconic/svg/*.svg"),
formatter: name => `Oi${name}`
}
],
projectUrl: "https://github.com/iconic/open-iconic",
license: "MIT",
licenseUrl: "https://opensource.org/licenses/MIT"
}
]
};
Expand Down
1 change: 1 addition & 0 deletions packages/react-icons/src/icons/open-iconic
Submodule open-iconic added at 1d1e88

0 comments on commit 2077718

Please sign in to comment.