@skyux/icons 8.3.0 → 8.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 +8 -0
- package/assets/manifest.json +2 -0
- package/assets/svg/skyux-icons.svg +302 -38
- 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,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [8.4.0](https://github.com/blackbaud/skyux-icons/compare/8.3.0...8.4.0) (2025-07-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add `virtual-terminal` icon ([#188](https://github.com/blackbaud/skyux-icons/issues/188)) ([12bbeb5](https://github.com/blackbaud/skyux-icons/commit/12bbeb58d75a9459c12264c77d9a535a36ba02c1))
|
|
9
|
+
* add custom size variations, `flower-heart`, `pause-circle`, and `leaf-two` icons ([#193](https://github.com/blackbaud/skyux-icons/issues/193)) ([c61cb04](https://github.com/blackbaud/skyux-icons/commit/c61cb0412a6b37f1cd0866799dbf212a5b3c0b2c))
|
|
10
|
+
|
|
3
11
|
## [8.3.0](https://github.com/blackbaud/skyux-icons/compare/8.2.0...8.3.0) (2025-07-07)
|
|
4
12
|
|
|
5
13
|
|
package/assets/manifest.json
CHANGED
|
@@ -1969,6 +1969,7 @@
|
|
|
1969
1969
|
"key",
|
|
1970
1970
|
"keyboard",
|
|
1971
1971
|
"laptop",
|
|
1972
|
+
"leaf-two",
|
|
1972
1973
|
"lightbulb",
|
|
1973
1974
|
"list",
|
|
1974
1975
|
"lock-open",
|
|
@@ -1984,6 +1985,7 @@
|
|
|
1984
1985
|
"options",
|
|
1985
1986
|
"organization-horizontal",
|
|
1986
1987
|
"paint-brush",
|
|
1988
|
+
"pause-circle",
|
|
1987
1989
|
"payment-wireless",
|
|
1988
1990
|
"person-add",
|
|
1989
1991
|
"person-available",
|