Skip to content

Commit

Permalink
Add heroicons 2 micro variant
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Apr 11, 2024
1 parent 3581372 commit 126e735
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -87,7 +87,7 @@ function Question() {
| [Flat Color Icons](https://github.com/icons8/flat-color-icons) | [MIT](https://opensource.org/licenses/MIT) | 1.0.2 | 329 |
| [Grommet-Icons](https://github.com/grommet/grommet-icons) | [Apache License Version 2.0](http://www.apache.org/licenses/) | 4.11.0 | 635 |
| [Heroicons](https://github.com/tailwindlabs/heroicons) | [MIT](https://opensource.org/licenses/MIT) | 1.0.6 | 460 |
| [Heroicons 2](https://github.com/tailwindlabs/heroicons) | [MIT](https://opensource.org/licenses/MIT) | 2.0.18 | 876 |
| [Heroicons 2](https://github.com/tailwindlabs/heroicons) | [MIT](https://opensource.org/licenses/MIT) | 2.1.3 | 1176 |
| [Simple Icons](https://simpleicons.org/) | [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) | 9.20.0 | 2753 |
| [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](https://github.com/Keyamoon/IcoMoon-Free/blob/master/License.txt) | d006795ede82361e1bac1ee76f215cf1dc51e4ca | 491 |
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/VERSIONS
Expand Up @@ -19,7 +19,7 @@
| [Flat Color Icons](https://github.com/icons8/flat-color-icons) | [MIT](https://opensource.org/licenses/MIT) | 1.0.2 | 329 |
| [Grommet-Icons](https://github.com/grommet/grommet-icons) | [Apache License Version 2.0](http://www.apache.org/licenses/) | 4.11.0 | 635 |
| [Heroicons](https://github.com/tailwindlabs/heroicons) | [MIT](https://opensource.org/licenses/MIT) | 1.0.6 | 460 |
| [Heroicons 2](https://github.com/tailwindlabs/heroicons) | [MIT](https://opensource.org/licenses/MIT) | 2.0.18 | 876 |
| [Heroicons 2](https://github.com/tailwindlabs/heroicons) | [MIT](https://opensource.org/licenses/MIT) | 2.1.3 | 1176 |
| [Simple Icons](https://simpleicons.org/) | [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) | 9.20.0 | 2753 |
| [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](https://github.com/Keyamoon/IcoMoon-Free/blob/master/License.txt) | d006795ede82361e1bac1ee76f215cf1dc51e4ca | 491 |
Expand Down
9 changes: 8 additions & 1 deletion packages/react-icons/src/icons/index.ts
Expand Up @@ -518,6 +518,13 @@ export const icons: IconDefinition[] = [
),
formatter: (name) => `HiMini${name}`,
},
{
files: path.resolve(
__dirname,
"../../icons/heroicons-2/optimized/16/solid/*.svg",
),
formatter: (name) => `HiMicro${name}`,
},
],
projectUrl: "https://github.com/tailwindlabs/heroicons",
license: "MIT",
Expand All @@ -528,7 +535,7 @@ export const icons: IconDefinition[] = [
remoteDir: "optimized/",
url: "https://github.com/tailwindlabs/heroicons.git",
branch: "master",
hash: "eee05eb77af6cdedfb97f128d1998773fc984b28",
hash: "01c786b0353c7e51b86bc903a329e81d7578333d",
},
},
{
Expand Down

0 comments on commit 126e735

Please sign in to comment.