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 Circum icons #601

Merged
merged 2 commits 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 @@ -55,3 +55,6 @@
[submodule "packages/react-icons/src/icons/heroicons-2"]
path = packages/react-icons/src/icons/heroicons-2
url = https://github.com/tailwindlabs/heroicons
[submodule "packages/react-icons/src/icons/Circum-Icons"]
path = packages/react-icons/src/icons/Circum-Icons
url = https://github.com/Klarr-Agency/Circum-Icons
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -59,6 +59,7 @@ class Question extends React.Component {

Icon Library|License|Version|Count
---|---|---|---
[Circum Icons](https://circumicons.com/)|[MPL-2.0 license](https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE)|1.1|285
[Font Awesome](https://fontawesome.com/)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)|5.15.4 7d3d774145ac38663f6d1effc6def0334b68ab7e|1612
[Ionicons 4](https://ionicons.com/)|[MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE)|4.6.3|696
[Ionicons 5](https://ionicons.com/)|[MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE)|5.5.0|1332
Expand Down
1 change: 1 addition & 0 deletions packages/react-icons/VERSIONS
@@ -1,5 +1,6 @@
Icon Library|License|Version|Count
---|---|---|---
[Circum Icons](https://circumicons.com/)|[MPL-2.0 license](https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE)|1.1|285
[Font Awesome](https://fontawesome.com/)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)|5.15.4
7d3d774145ac38663f6d1effc6def0334b68ab7e|1612
[Ionicons 4](https://ionicons.com/)|[MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE)|4.6.3|696
Expand Down
1 change: 1 addition & 0 deletions packages/react-icons/src/icons/Circum-Icons
Submodule Circum-Icons added at a2924c
16 changes: 16 additions & 0 deletions packages/react-icons/src/icons/index.js
Expand Up @@ -4,6 +4,22 @@ const glob = require("glob-promise");

module.exports = {
icons: [
{
id: "ci",
name: "Circum Icons",
contents: [
{
files: path.resolve(
__dirname,
"Circum-Icons/svg/*.svg"
),
formatter: (name) => `Ci${name}`,
}
],
projectUrl: "https://circumicons.com/",
license: "MPL-2.0 license",
licenseUrl: "https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE",
},
{
id: "fa",
name: "Font Awesome",
Expand Down