Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iconify/icon-sets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.198
Choose a base ref
...
head repository: iconify/icon-sets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 897ecaf204fa2594c2a42713ccab837826f9f271
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Apr 9, 2024

  1. Update 4 icon sets: Ant Design Icons, FormKit Icons, Token Icons Bran…

    …ded, Token Icons
    cyberalien committed Apr 9, 2024
    Copy the full SHA
    897ecaf View commit details
Showing with 259 additions and 256 deletions.
  1. +3 −3 collections.json
  2. +3 −3 collections.md
  3. +1 −1 composer.json
  4. +167 −167 json/ant-design.json
  5. +75 −75 json/formkit.json
  6. +6 −3 json/token-branded.json
  7. +1 −1 json/token.json
  8. +2 −2 package-lock.json
  9. +1 −1 package.json
6 changes: 3 additions & 3 deletions collections.json
Original file line number Diff line number Diff line change
@@ -2459,7 +2459,7 @@
"token": {
"name": "Token Icons",
"total": 1629,
"version": "1.9.0",
"version": "2.1.0",
"author": {
"name": "0xa3k5",
"url": "https://github.com/0xa3k5/token-icons"
@@ -2480,8 +2480,8 @@
},
"token-branded": {
"name": "Token Icons Branded",
"total": 1811,
"version": "1.9.0",
"total": 1812,
"version": "2.1.0",
"author": {
"name": "0xa3k5",
"url": "https://github.com/0xa3k5/token-icons"
6 changes: 3 additions & 3 deletions collections.md
Original file line number Diff line number Diff line change
@@ -1201,18 +1201,18 @@
* URL: https://github.com/0xa3k5/token-icons
* License: MIT
* License URL: https://github.com/0xa3k5/token-icons/blob/main/LICENCE
* Version: 1.9.0
* Version: 2.1.0
* Palette: Colorless
* Icon set prefix: `token`
* File: [json/token.json](json/token.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Token Icons Branded
* Number of icons: 1811
* Number of icons: 1812
* Author: 0xa3k5
* URL: https://github.com/0xa3k5/token-icons
* License: MIT
* License URL: https://github.com/0xa3k5/token-icons/blob/main/LICENCE
* Version: 1.9.0
* Version: 2.1.0
* Palette: Colorful
* Icon set prefix: `token-branded`
* File: [json/token-branded.json](json/token-branded.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "2.2.198",
"version": "2.2.199",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
Loading