@skyux/icons 9.0.0 → 9.2.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 +21 -21
- 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.2.0](https://github.com/blackbaud/skyux-icons/compare/9.1.0...9.2.0) (2025-08-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add `plug-connected` and `receipt-money` icons ([#203](https://github.com/blackbaud/skyux-icons/issues/203)) ([44dbb97](https://github.com/blackbaud/skyux-icons/commit/44dbb9742e0629351c0c64cd1f47793821b14ed6))
|
|
9
|
+
|
|
10
|
+
## [9.1.0](https://github.com/blackbaud/skyux-icons/compare/9.0.0...9.1.0) (2025-07-14)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add `document-data` icon ([#201](https://github.com/blackbaud/skyux-icons/issues/201)) ([d45aeab](https://github.com/blackbaud/skyux-icons/commit/d45aeab7c020e2225c8cdc4b688df595b76ba934))
|
|
16
|
+
|
|
3
17
|
## [9.0.0](https://github.com/blackbaud/skyux-icons/compare/8.4.1...9.0.0) (2025-07-11)
|
|
4
18
|
|
|
5
19
|
|
package/assets/manifest.json
CHANGED
|
@@ -1943,6 +1943,7 @@
|
|
|
1943
1943
|
"dismiss-circle",
|
|
1944
1944
|
"dismiss-square",
|
|
1945
1945
|
"document-contract",
|
|
1946
|
+
"document-data",
|
|
1946
1947
|
"document-multiple",
|
|
1947
1948
|
"door-arrow-left",
|
|
1948
1949
|
"door-arrow-right",
|
|
@@ -2000,12 +2001,14 @@
|
|
|
2000
2001
|
"pivot",
|
|
2001
2002
|
"play",
|
|
2002
2003
|
"play-circle",
|
|
2004
|
+
"plug-connected",
|
|
2003
2005
|
"plug-disconnected",
|
|
2004
2006
|
"power",
|
|
2005
2007
|
"puzzle-piece",
|
|
2006
2008
|
"question",
|
|
2007
2009
|
"question-circle",
|
|
2008
2010
|
"receipt",
|
|
2011
|
+
"receipt-money",
|
|
2009
2012
|
"recycle",
|
|
2010
2013
|
"ribbon",
|
|
2011
2014
|
"road",
|