Skip to content

Commit

Permalink
feat: add system uicons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Ogaili committed Aug 4, 2020
1 parent 2d80167 commit 36caccc
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -76,3 +76,6 @@
[submodule "packages/react-icons/src/icons/open-iconic"]
path = packages/react-icons/src/icons/open-iconic
url = https://github.com/iconic/open-iconic
[submodule "packages/react-icons/src/icons/system-uicons"]
path = packages/react-icons/src/icons/system-uicons
url = https://github.com/CoreyGinnivan/system-uicons
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -48,6 +48,7 @@ Icon Library|License|Version
[Zondicons](https://github.com/dukestreetstudio/zondicons)|[MIT](https://opensource.org/licenses/MIT)| v0.1.0
[Evil Icons](https://github.com/evil-icons/evil-icons)|[MIT](https://opensource.org/licenses/MIT)| 1.10.1
[Open Iconic](https://github.com/iconic/open-iconic)|[MIT](https://opensource.org/licenses/MIT)| v1.1.1
[System Uicons](https://github.com/CoreyGinnivan/system-uicons)|[The Unlicense](https://github.com/CoreyGinnivan/system-uicons/blob/master/LICENSE)| 53a7811705be2aaa37ddbe01fd255225083eed63

- Just add react component and modify the size, color, style, etc
- Includes the most popular open source SVG icon sets
Expand Down
1 change: 1 addition & 0 deletions packages/react-icons/.gitignore
Expand Up @@ -33,5 +33,6 @@
/zo/
/ei/
/oi/
/su/
README.md

7 changes: 5 additions & 2 deletions packages/react-icons/LICENSE
Expand Up @@ -16,7 +16,7 @@ License: CC BY 4.0 License https://creativecommons.org/licenses/by/4.0/
Ionicons - https://ionicons.com/
License: MIT https://github.com/ionic-team/ionicons/blob/master/LICENSE

Material Design icons - http://google.github.io/material-design-icons/
Material Design Icons - http://google.github.io/material-design-icons/
License: Apache License Version 2.0 https://github.com/google/material-design-icons/blob/master/LICENSE

Typicons - http://s-ings.com/typicons/
Expand Down Expand Up @@ -55,7 +55,7 @@ License: Apache License Version 2.0 http://www.apache.org/licenses/
css.gg - https://github.com/astrit/css.gg
License: MIT https://opensource.org/licenses/MIT

Material Design Community Icons - https://github.com/templarian/MaterialDesign
MD Community Icons - https://github.com/templarian/MaterialDesign
License: SIL https://github.com/Templarian/MaterialDesign/blob/master/LICENSE

Simple Icons - https://simpleicons.org/
Expand Down Expand Up @@ -96,3 +96,6 @@ License: MIT https://opensource.org/licenses/MIT

Open Iconic - https://github.com/iconic/open-iconic
License: MIT https://opensource.org/licenses/MIT

System Uicons - https://github.com/CoreyGinnivan/system-uicons
License: The Unlicense https://github.com/CoreyGinnivan/system-uicons/blob/master/LICENSE
5 changes: 3 additions & 2 deletions packages/react-icons/VERSIONS
Expand Up @@ -3,7 +3,7 @@ Icon Library|License|Version
[Font Awesome](https://fontawesome.com/)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)|5.12.1
0d1f27efb836eb2ab994ba37221849ed64a73e5c
[Ionicons](https://ionicons.com/)|[MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE)|4.6.3
[Material Design icons](http://google.github.io/material-design-icons/)|[Apache License Version 2.0](https://github.com/google/material-design-icons/blob/master/LICENSE)|3.0.1
[Material Design Icons](http://google.github.io/material-design-icons/)|[Apache License Version 2.0](https://github.com/google/material-design-icons/blob/master/LICENSE)|3.0.1
[Typicons](http://s-ings.com/typicons/)|[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)|2.0.9
[Github Octicons icons](https://octicons.github.com/)|[MIT](https://github.com/primer/octicons/blob/master/LICENSE)|8.5.0
[Feather](https://feathericons.com/)|[MIT](https://github.com/feathericons/feather/blob/master/LICENSE)|4.28.0
Expand All @@ -16,7 +16,7 @@ Icon Library|License|Version
[Flat Color Icons](https://github.com/icons8/flat-color-icons)|[MIT](https://opensource.org/licenses/MIT)|1.0.2
[Grommet-Icons](https://github.com/grommet/grommet-icons)|[Apache License Version 2.0](http://www.apache.org/licenses/)|4.4.0
[css.gg](https://github.com/astrit/css.gg)|[MIT](https://opensource.org/licenses/MIT)|2.0.0
[Material Design Community Icons](https://github.com/templarian/MaterialDesign)|[SIL](https://github.com/Templarian/MaterialDesign/blob/master/LICENSE)|52442e9e6ea4424c41fb6489911c6f87fe83a7a8
[MD Community Icons](https://github.com/templarian/MaterialDesign)|[SIL](https://github.com/Templarian/MaterialDesign/blob/master/LICENSE)|52442e9e6ea4424c41fb6489911c6f87fe83a7a8
[Simple Icons](https://simpleicons.org/)|[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)|3.3.0
[IcoMoon Free](https://github.com/Keyamoon/IcoMoon-Free)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)|d006795ede82361e1bac1ee76f215cf1dc51e4ca
[Heroicons](https://github.com/refactoringui/heroicons)|[MIT](https://opensource.org/licenses/MIT)|0.3.7
Expand All @@ -31,3 +31,4 @@ Icon Library|License|Version
[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
[System Uicons](https://github.com/CoreyGinnivan/system-uicons)|[The Unlicense](https://github.com/CoreyGinnivan/system-uicons/blob/master/LICENSE)|53a7811705be2aaa37ddbe01fd255225083eed63
13 changes: 13 additions & 0 deletions packages/react-icons/src/icons/index.js
Expand Up @@ -499,6 +499,19 @@ module.exports = {
projectUrl: "https://github.com/iconic/open-iconic",
license: "MIT",
licenseUrl: "https://opensource.org/licenses/MIT"
},
{
id: "su",
name: "System Uicons",
contents: [
{
files: path.resolve(__dirname, "system-uicons/src/images/icons/*.svg"),
formatter: name => `Su${name}`
}
],
projectUrl: "https://github.com/CoreyGinnivan/system-uicons",
license: "The Unlicense",
licenseUrl: "https://github.com/CoreyGinnivan/system-uicons/blob/master/LICENSE"
}
]
};
Expand Down
1 change: 1 addition & 0 deletions packages/react-icons/src/icons/system-uicons
Submodule system-uicons added at 53a781

0 comments on commit 36caccc

Please sign in to comment.