Skip to content

Commit

Permalink
Merge remote-tracking branch 'Klarr-Agency/master' into some-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Oct 7, 2022
2 parents c673936 + 2b58851 commit 2e6e401
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -58,3 +58,6 @@
[submodule "packages/react-icons/src/icons/themify-icons"]
path = packages/react-icons/src/icons/themify-icons
url = https://github.com/lykmapipo/themify-icons.git
[submodule "packages/react-icons/src/icons/Circum-Icons"]
path = packages/react-icons/src/icons/Circum-Icons
url = https://github.com/Klarr-Agency/Circum-Icons
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -60,6 +60,7 @@ function Question(){
Icon Library|License|Version|Count
---|---|---|---
[Circum Icons](https://circumicons.com/)|[MPL-2.0 license](https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE)|1.1|285
[Font Awesome](https://fontawesome.com/)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)|5.15.4 7d3d774145ac38663f6d1effc6def0334b68ab7e|1612
[Ionicons 4](https://ionicons.com/)|[MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE)|4.6.3|696
[Ionicons 5](https://ionicons.com/)|[MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE)|5.5.0|1332
Expand Down
1 change: 1 addition & 0 deletions packages/react-icons/VERSIONS
@@ -1,5 +1,6 @@
Icon Library|License|Version|Count
---|---|---|---
[Circum Icons](https://circumicons.com/)|[MPL-2.0 license](https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE)|1.1|285
[Font Awesome](https://fontawesome.com/)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)|5.15.4
7d3d774145ac38663f6d1effc6def0334b68ab7e|1612
[Ionicons 4](https://ionicons.com/)|[MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE)|4.6.3|696
Expand Down
1 change: 1 addition & 0 deletions packages/react-icons/src/icons/Circum-Icons
Submodule Circum-Icons added at a2924c
16 changes: 16 additions & 0 deletions packages/react-icons/src/icons/index.js
Expand Up @@ -4,6 +4,22 @@ const glob = require("glob-promise");

module.exports = {
icons: [
{
id: "ci",
name: "Circum Icons",
contents: [
{
files: path.resolve(
__dirname,
"Circum-Icons/svg/*.svg"
),
formatter: (name) => `Ci${name}`,
}
],
projectUrl: "https://circumicons.com/",
license: "MPL-2.0 license",
licenseUrl: "https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE",
},
{
id: "fa",
name: "Font Awesome",
Expand Down

0 comments on commit 2e6e401

Please sign in to comment.