Skip to content

Commit

Permalink
fix: correct non-standard filled icon names (#10309)
Browse files Browse the repository at this point in the history
## Summary

The following icons were added:

layers-16-f
layers-24-f
layers-32-f
refresh-16-f 
refresh-24-f
refresh-32-f 
rss-16-f
rss-24-f
rss-32-f

The following icons are deprecated and will be removed in v4:

layers-f-16
layers-f-24
layers-f-32
refresh-f-16
refresh-f-24
refresh-f-32
rss-f-16
rss-f-24
rss-f-32

---------

Co-authored-by: Ben Elan <no-reply@benelan.dev>
  • Loading branch information
arowles and benelan authored Sep 17, 2024
1 parent 46de96b commit 7d67334
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 30 deletions.
60 changes: 30 additions & 30 deletions packages/calcite-ui-icons/docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -7236,11 +7236,6 @@
"category": "Layers",
"release": "3.22.4"
},
"refresh-f": {
"alias": ["3.22.5", "arrows", "fill", "circles", "updates", "arrows", "repeat"],
"category": "Arrows",
"release": "3.22.5"
},
"arrow-circle-down-f": {
"alias": ["3.22.5", "arrows", "fill", "circles", "downloaded", "arrows", "saved", "processed"],
"category": "Arrows",
Expand Down Expand Up @@ -8385,26 +8380,6 @@
"category": "Generic",
"release": "3.26.2"
},
"rss-f": {
"alias": [
"3.26.2",
"generic",
"follow",
"subscribe",
"square",
"web",
"feed",
"users",
"app",
"applications",
"updates",
"websites",
"unfollow",
"unsubscribe"
],
"category": "Generic",
"release": "3.26.2"
},
"folder-open-f": {
"alias": ["3.26.3", "files", "open folder", "open state", "open directory", "browse", "expanded", "filled"],
"category": "Files",
Expand Down Expand Up @@ -8539,11 +8514,6 @@
"category": "Layers",
"release": "3.27.5"
},
"layers-f": {
"alias": ["3.27.6", "layers", "arcgis", "filled"],
"category": "Layers",
"release": "3.27.6"
},
"clipboard-brackets": {
"alias": ["3.27.7", "objects", "select", "clipboard", "frame"],
"category": "Objects",
Expand Down Expand Up @@ -8960,5 +8930,35 @@
"alias": ["3.32.0", "gis", "tool", "history", "edit", "modify"],
"category": "GIS",
"release": "3.32.0"
},
"rss-f": {
"alias": [
"3.32.0",
"generic",
"follow",
"subscribe",
"square",
"web",
"feed",
"users",
"app",
"applications",
"updates",
"websites",
"unfollow",
"unsubscribe"
],
"category": "Generic",
"release": "3.32.0"
},
"refresh-f": {
"alias": ["3.32.0", "arrows", "fill", "circles", "updates", "arrows", "repeat"],
"category": "Arrows",
"release": "3.32.0"
},
"layers-f": {
"alias": ["3.32.0", "layers", "arcgis", "filled"],
"category": "Layers",
"release": "3.32.0"
}
}
1 change: 1 addition & 0 deletions packages/calcite-ui-icons/icons/layers-16-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/calcite-ui-icons/icons/layers-24-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/calcite-ui-icons/icons/layers-32-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/calcite-ui-icons/icons/refresh-16-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/calcite-ui-icons/icons/refresh-24-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/calcite-ui-icons/icons/refresh-32-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/calcite-ui-icons/icons/rss-16-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/calcite-ui-icons/icons/rss-24-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/calcite-ui-icons/icons/rss-32-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d67334

Please sign in to comment.