Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD: themify icons #396

Merged
merged 1 commit into from Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions packages/react-icons/VERSIONS
Expand Up @@ -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
14 changes: 14 additions & 0 deletions packages/react-icons/src/icons/index.js
Expand Up @@ -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",
},
],
};
1 change: 1 addition & 0 deletions packages/react-icons/src/icons/themify-icons
Submodule themify-icons added at ad5ed8