diff --git a/.gitmodules b/.gitmodules index 8d9502c479..ee22855211 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule "vscode-icons"] path = packages/react-icons/src/icons/vscode-icons url = https://github.com/microsoft/vscode-codicons.git +[submodule "packages/react-icons/src/icons/themify-icons"] + path = packages/react-icons/src/icons/themify-icons + url = https://github.com/lykmapipo/themify-icons.git diff --git a/README.md b/README.md index 62c9c8910a..9f0387ce9f 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Icon Library|License|Version|Count [BoxIcons](https://github.com/atisawd/boxicons)|[CC BY 4.0 License](undefined)|2.0.5|738 [css.gg](https://github.com/astrit/css.gg)|[MIT](https://opensource.org/licenses/MIT)|2.0.0|704 [VS Code Icons](https://github.com/microsoft/vscode-codicons)|[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)|0.0.1|319 +[Themify Icons](https://github.com/lykmapipo/themify-icons)|[MIT](https://github.com/thecreation/standard-icons/blob/master/modules/themify-icons/LICENSE)|1.0.1|352 You can add more icons by submitting pull requests or creating issues. diff --git a/packages/react-icons/VERSIONS b/packages/react-icons/VERSIONS index a93f13e05c..2f1b85ac05 100644 --- a/packages/react-icons/VERSIONS +++ b/packages/react-icons/VERSIONS @@ -22,3 +22,5 @@ Icon Library|License|Version|Count [BoxIcons](https://github.com/atisawd/boxicons)|[CC BY 4.0 License](undefined)|2.0.5|738 [css.gg](https://github.com/astrit/css.gg)|[MIT](https://opensource.org/licenses/MIT)|2.0.0|704 [VS Code Icons](https://github.com/microsoft/vscode-codicons)|[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)|0.0.1|319 +[Themify-Icons](https://github.com/lykmapipo/themify-icons)|[MIT](https://github.com/thecreation/standard-icons/blob/master/modules/themify-icons/LICENSE)|v0.1.2 +ad5ed84802fea2b865ce07220435a3a16b266837|352 diff --git a/packages/react-icons/src/icons/index.js b/packages/react-icons/src/icons/index.js index 71380e1a63..a64b5f8126 100644 --- a/packages/react-icons/src/icons/index.js +++ b/packages/react-icons/src/icons/index.js @@ -340,5 +340,19 @@ module.exports = { license: "CC BY 4.0", licenseUrl: "https://creativecommons.org/licenses/by/4.0/", }, + { + id: "tfi", + name: "Themify Icons", + contents: [ + { + files: path.resolve(__dirname, "themify-icons/SVG/*.svg"), + formatter: (name) => `Tfi${name}`, + }, + ], + projectUrl: "https://github.com/lykmapipo/themify-icons", + license: "MIT", + licenseUrl: + "https://github.com/thecreation/standard-icons/blob/master/modules/themify-icons/LICENSE", + }, ], }; diff --git a/packages/react-icons/src/icons/themify-icons b/packages/react-icons/src/icons/themify-icons new file mode 160000 index 0000000000..ad5ed84802 --- /dev/null +++ b/packages/react-icons/src/icons/themify-icons @@ -0,0 +1 @@ +Subproject commit ad5ed84802fea2b865ce07220435a3a16b266837