Skip to content

Commit

Permalink
Merge remote-tracking branch 'exploreorg/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 2e6e401 + cc35d53 commit 8ef37b8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@
[submodule "packages/react-icons/src/icons/Circum-Icons"]
path = packages/react-icons/src/icons/Circum-Icons
url = https://github.com/Klarr-Agency/Circum-Icons
[submodule "packages/react-icons/src/icons/simple-line-icons"]
path = packages/react-icons/src/icons/simple-line-icons
url = https://github.com/thesabbir/simple-line-icons.git
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Icon Library|License|Version|Count
[Heroicons](https://github.com/tailwindlabs/heroicons)|[MIT](https://opensource.org/licenses/MIT)|1.0.4|460
[Heroicons 2](https://github.com/tailwindlabs/heroicons)|[MIT](https://opensource.org/licenses/MIT)|2.0.8|530
[Simple Icons](https://simpleicons.org/)|[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)|5.16.0|2024
[Simple Line Icons](https://thesabbir.github.io/simple-line-icons/)|[MIT](https://github.com/primer/octicons/blob/master/LICENSE)|2.5.4|189
[IcoMoon Free](https://github.com/Keyamoon/IcoMoon-Free)|[CC BY 4.0 License](undefined)|d006795ede82361e1bac1ee76f215cf1dc51e4ca|491
[BoxIcons](https://github.com/atisawd/boxicons)|[CC BY 4.0 License](undefined)|2.0.9|757
[css.gg](https://github.com/astrit/css.gg)|[MIT](https://opensource.org/licenses/MIT)|2.0.0|704
Expand Down
1 change: 1 addition & 0 deletions packages/react-icons/VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Icon Library|License|Version|Count
[Heroicons](https://github.com/tailwindlabs/heroicons)|[MIT](https://opensource.org/licenses/MIT)|1.0.4|460
[Heroicons 2](https://github.com/tailwindlabs/heroicons)|[MIT](https://opensource.org/licenses/MIT)|2.0.8|530
[Simple Icons](https://simpleicons.org/)|[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)|5.16.0|2024
[Simple Line Icons](https://thesabbir.github.io/simple-line-icons/)|[MIT](https://opensource.org/licenses/MIT)|2.5.5|189
[IcoMoon Free](https://github.com/Keyamoon/IcoMoon-Free)|[CC BY 4.0 License](undefined)|d006795ede82361e1bac1ee76f215cf1dc51e4ca|491
[BoxIcons](https://github.com/atisawd/boxicons)|[CC BY 4.0 License](undefined)|2.0.9|757
[css.gg](https://github.com/astrit/css.gg)|[MIT](https://opensource.org/licenses/MIT)|2.0.0|704
Expand Down
13 changes: 13 additions & 0 deletions packages/react-icons/src/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,19 @@ module.exports = {
license: "CC0 1.0 Universal",
licenseUrl: "https://creativecommons.org/publicdomain/zero/1.0/",
},
{
id: "sl",
name: "Simple Line Icons",
contents: [
{
files: path.resolve(__dirname, "simple-line-icons/src/svgs/*.svg"),
formatter: (name) => `Sl${name}`,
},
],
projectUrl: "https://thesabbir.github.io/simple-line-icons/",
license: "MIT",
licenseUrl: "https://opensource.org/licenses/MIT",
},
{
id: "im",
name: "IcoMoon Free",
Expand Down
1 change: 1 addition & 0 deletions packages/react-icons/src/icons/simple-line-icons
Submodule simple-line-icons added at f3ed94

0 comments on commit 8ef37b8

Please sign in to comment.