Skip to content

Commit

Permalink
Inclue Simple Line Icons from submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwilhelmsen committed Oct 24, 2021
1 parent d890861 commit 2cfad3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-icons/VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Icon Library|License|Version|Count
[Grommet-Icons](https://github.com/grommet/grommet-icons)|[Apache License Version 2.0](http://www.apache.org/licenses/)|4.6.2|615
[Heroicons](https://github.com/tailwindlabs/heroicons)|[MIT](https://opensource.org/licenses/MIT)|1.0.4|460
[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 @@ -328,6 +328,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

0 comments on commit 2cfad3a

Please sign in to comment.