@skyux/icons 7.22.0 → 7.23.1
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 +10 -26
- package/assets/svg/skyux-icons.svg +186 -1
- package/module/__get-icon-manifest.js +1 -1
- package/module/version.js +1 -1
- package/package.json +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [7.23.1](https://github.com/blackbaud/skyux-icons/compare/7.23.0...7.23.1) (2025-04-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* svg inventory updates for post-v12 release ([#167](https://github.com/blackbaud/skyux-icons/issues/167)) ([fd155a8](https://github.com/blackbaud/skyux-icons/commit/fd155a87ccba9e861915dd25ebc7d03b58b0a229))
|
|
9
|
+
|
|
10
|
+
## [7.23.0](https://github.com/blackbaud/skyux-icons/compare/7.22.0...7.23.0) (2025-04-21)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add branded icon support ([#168](https://github.com/blackbaud/skyux-icons/issues/168)) ([926dbb4](https://github.com/blackbaud/skyux-icons/commit/926dbb4611e5f80c2ae6ada73efee1f98f3d08fe))
|
|
16
|
+
|
|
3
17
|
## [7.22.0](https://github.com/blackbaud/skyux-icons/compare/7.21.2...7.22.0) (2025-04-01)
|
|
4
18
|
|
|
5
19
|
|
package/assets/manifest.json
CHANGED
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"sort",
|
|
249
249
|
"unsorted"
|
|
250
250
|
],
|
|
251
|
-
"iconName": "arrow-
|
|
251
|
+
"iconName": "arrow-sort",
|
|
252
252
|
"code": 59397
|
|
253
253
|
},
|
|
254
254
|
{
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"faNames": [
|
|
260
260
|
"columns"
|
|
261
261
|
],
|
|
262
|
-
"iconName": "
|
|
262
|
+
"iconName": "layout-column-three",
|
|
263
263
|
"code": 59398
|
|
264
264
|
},
|
|
265
265
|
{
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
"faNames": [
|
|
584
584
|
"pencil-square-o"
|
|
585
585
|
],
|
|
586
|
-
"iconName": "
|
|
586
|
+
"iconName": "notepad-edit",
|
|
587
587
|
"code": 59394
|
|
588
588
|
},
|
|
589
589
|
{
|
|
@@ -704,22 +704,6 @@
|
|
|
704
704
|
"deprecated": "true",
|
|
705
705
|
"code": 59429
|
|
706
706
|
},
|
|
707
|
-
{
|
|
708
|
-
"name": "phone-action-credit-card-line",
|
|
709
|
-
"usage": [
|
|
710
|
-
"Payments"
|
|
711
|
-
],
|
|
712
|
-
"iconName": "payment-wireless",
|
|
713
|
-
"code": 59562
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"name": "bluetooth-on-line",
|
|
717
|
-
"usage": [
|
|
718
|
-
"Payments"
|
|
719
|
-
],
|
|
720
|
-
"iconName": "bluetooth",
|
|
721
|
-
"code": 59563
|
|
722
|
-
},
|
|
723
707
|
{
|
|
724
708
|
"name": "user-line",
|
|
725
709
|
"usage": [
|
|
@@ -791,7 +775,7 @@
|
|
|
791
775
|
"faNames": [
|
|
792
776
|
"pencil-square-o"
|
|
793
777
|
],
|
|
794
|
-
"iconName": "note",
|
|
778
|
+
"iconName": "note-edit",
|
|
795
779
|
"code": 59474
|
|
796
780
|
},
|
|
797
781
|
{
|
|
@@ -1241,7 +1225,7 @@
|
|
|
1241
1225
|
"usage": [
|
|
1242
1226
|
"Mobile payment"
|
|
1243
1227
|
],
|
|
1244
|
-
"iconName": "
|
|
1228
|
+
"iconName": "phone-action-credit-card-line",
|
|
1245
1229
|
"code": 59562
|
|
1246
1230
|
},
|
|
1247
1231
|
{
|
|
@@ -1279,7 +1263,7 @@
|
|
|
1279
1263
|
"faNames": [
|
|
1280
1264
|
"pie-chart"
|
|
1281
1265
|
],
|
|
1282
|
-
"iconName": "
|
|
1266
|
+
"iconName": "pie-chart",
|
|
1283
1267
|
"code": 59440
|
|
1284
1268
|
},
|
|
1285
1269
|
{
|
|
@@ -1299,7 +1283,7 @@
|
|
|
1299
1283
|
"bar-chart",
|
|
1300
1284
|
"bar-chart-o"
|
|
1301
1285
|
],
|
|
1302
|
-
"iconName": "
|
|
1286
|
+
"iconName": "bar-chart-vertical",
|
|
1303
1287
|
"code": 59468
|
|
1304
1288
|
},
|
|
1305
1289
|
{
|
|
@@ -1307,7 +1291,7 @@
|
|
|
1307
1291
|
"usage": [
|
|
1308
1292
|
"Horizontal bar chart"
|
|
1309
1293
|
],
|
|
1310
|
-
"iconName": "
|
|
1294
|
+
"iconName": "bar-chart-horizontal",
|
|
1311
1295
|
"code": 59510
|
|
1312
1296
|
},
|
|
1313
1297
|
{
|
|
@@ -1318,7 +1302,7 @@
|
|
|
1318
1302
|
"faNames": [
|
|
1319
1303
|
"line-chart"
|
|
1320
1304
|
],
|
|
1321
|
-
"iconName": "
|
|
1305
|
+
"iconName": "line-chart",
|
|
1322
1306
|
"code": 59511
|
|
1323
1307
|
},
|
|
1324
1308
|
{
|
|
@@ -1556,7 +1540,7 @@
|
|
|
1556
1540
|
"owner": [
|
|
1557
1541
|
"Webalys, LLC"
|
|
1558
1542
|
],
|
|
1559
|
-
"iconName": "
|
|
1543
|
+
"iconName": "notepad-edit",
|
|
1560
1544
|
"code": 59535
|
|
1561
1545
|
},
|
|
1562
1546
|
{
|