@skyux/icons 9.2.1 → 9.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/assets/manifest.json +3 -0
- package/assets/svg/skyux-icons.svg +6 -6
- package/module/__get-icon-manifest.js +1 -1
- package/module/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.4.0](https://github.com/blackbaud/skyux-icons/compare/9.3.0...9.4.0) (2025-08-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add data usage settings fluent icon ([#209](https://github.com/blackbaud/skyux-icons/issues/209)) ([085e2df](https://github.com/blackbaud/skyux-icons/commit/085e2dfee153dcc24290cd5a13b84c1b15dd3507))
|
|
9
|
+
|
|
10
|
+
## [9.3.0](https://github.com/blackbaud/skyux-icons/compare/9.2.1...9.3.0) (2025-08-20)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add `arrow-sort-down-lines` and `arrow-sort-up-lines` icons ([#207](https://github.com/blackbaud/skyux-icons/issues/207)) ([7e2486e](https://github.com/blackbaud/skyux-icons/commit/7e2486ec33fbefb28dd5c57b1900300a32cc911b))
|
|
16
|
+
|
|
3
17
|
## [9.2.1](https://github.com/blackbaud/skyux-icons/compare/9.2.0...9.2.1) (2025-08-07)
|
|
4
18
|
|
|
5
19
|
|
package/assets/manifest.json
CHANGED
|
@@ -1894,6 +1894,8 @@
|
|
|
1894
1894
|
"arrow-repeat-all",
|
|
1895
1895
|
"arrow-right",
|
|
1896
1896
|
"arrow-split",
|
|
1897
|
+
"arrow-sort-down-lines",
|
|
1898
|
+
"arrow-sort-up-lines",
|
|
1897
1899
|
"arrow-sync",
|
|
1898
1900
|
"arrow-trending",
|
|
1899
1901
|
"arrow-trending-down",
|
|
@@ -1937,6 +1939,7 @@
|
|
|
1937
1939
|
"data-scatter",
|
|
1938
1940
|
"data-trending",
|
|
1939
1941
|
"data-usage",
|
|
1942
|
+
"data-usage-settings",
|
|
1940
1943
|
"data-whisker",
|
|
1941
1944
|
"database",
|
|
1942
1945
|
"desktop",
|