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

Fixing webfont medical icons #500

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/webfont-medical-icons"]
path = packages/react-icons/src/icons/webfont-medical-icons
url = https://github.com/samcome/webfont-medical-icons.git
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/_react-icons_all-files/package.json
Expand Up @@ -21,4 +21,4 @@
"peerDependencies": {
"react": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/_react-icons_all/package.json
Expand Up @@ -21,4 +21,4 @@
"peerDependencies": {
"react": "*"
}
}
}
1 change: 1 addition & 0 deletions packages/react-icons/VERSIONS
Expand Up @@ -23,3 +23,4 @@ Icon Library|License|Version|Count
[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
[VS Code Icons](https://github.com/microsoft/vscode-codicons)|[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)|0.0.23|383
[Webfont Medical Icons](https://github.com/samcome/webfont-medical-icons)|[MIT](https://opensource.org/licenses/MIT)|1.0.0|144
16 changes: 16 additions & 0 deletions packages/react-icons/src/icons/index.js
Expand Up @@ -378,5 +378,21 @@ module.exports = {
license: "CC BY 4.0",
licenseUrl: "https://creativecommons.org/licenses/by/4.0/",
},
{
id: "mi",
name: "Webfont Medical Icons",
contents: [
{
files: path.resolve(
__dirname,
"webfont-medical-icons/packages/svg/*.svg"
),
formatter: (name) => `Mi${name}`,
},
],
projectUrl: "https://github.com/samcome/webfont-medical-icons",
license: "MIT",
licenseUrl: "https://opensource.org/licenses/MIT",
},
],
};
1 change: 1 addition & 0 deletions packages/react-icons/src/icons/webfont-medical-icons
Submodule webfont-medical-icons added at 1b415a