@iconify-react/material-symbols-light 1.0.5 → 1.0.7
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/components/b/battery-charging-20-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-20-2-rounded.jsx +22 -0
- package/components/b/battery-charging-20-2-sharp.jsx +22 -0
- package/components/b/battery-charging-20-2.jsx +22 -0
- package/components/b/battery-charging-30-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-30-2-rounded.jsx +22 -0
- package/components/b/battery-charging-30-2-sharp.jsx +22 -0
- package/components/b/battery-charging-30-2.jsx +22 -0
- package/components/b/battery-charging-50-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-50-2-rounded.jsx +22 -0
- package/components/b/battery-charging-50-2-sharp.jsx +22 -0
- package/components/b/battery-charging-50-2.jsx +22 -0
- package/components/b/battery-charging-60-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-60-2-rounded.jsx +22 -0
- package/components/b/battery-charging-60-2-sharp.jsx +22 -0
- package/components/b/battery-charging-60-2.jsx +22 -0
- package/components/b/battery-charging-80-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-80-2-rounded.jsx +22 -0
- package/components/b/battery-charging-80-2-sharp.jsx +22 -0
- package/components/b/battery-charging-80-2.jsx +22 -0
- package/components/b/battery-charging-full-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-full-2-outline-sharp.jsx +22 -0
- package/components/b/battery-charging-full-2-outline.jsx +22 -0
- package/components/b/battery-charging-full-2-rounded.jsx +22 -0
- package/components/b/battery-charging-full-2-sharp.jsx +22 -0
- package/components/b/battery-charging-full-2.jsx +22 -0
- package/components/b/bolt-boost-rounded.jsx +22 -0
- package/components/b/bolt-boost.jsx +22 -0
- package/components/c/car-fan-recirculate-2-outline-rounded.jsx +22 -0
- package/components/c/car-fan-recirculate-2-outline-sharp.jsx +22 -0
- package/components/c/car-fan-recirculate-2-outline.jsx +22 -0
- package/components/c/car-fan-recirculate-2-rounded.jsx +22 -0
- package/components/c/car-fan-recirculate-2-sharp.jsx +22 -0
- package/components/c/car-fan-recirculate-2.jsx +22 -0
- package/components/c/car-fan-recirculate-outline-rounded.jsx +22 -0
- package/components/c/car-fan-recirculate-outline-sharp.jsx +22 -0
- package/components/c/car-fan-recirculate-outline.jsx +22 -0
- package/components/c/car-fan-recirculate-rounded.jsx +3 -3
- package/components/c/car-fan-recirculate-sharp.jsx +22 -0
- package/components/c/car-fan-recirculate.jsx +3 -3
- package/components/l/list-arrow-rounded.jsx +22 -0
- package/components/l/list-arrow.jsx +22 -0
- package/components/w/wifi-device-outline-rounded.jsx +22 -0
- package/components/w/wifi-device-outline-sharp.jsx +22 -0
- package/components/w/wifi-device-outline.jsx +22 -0
- package/components/w/wifi-device-rounded.jsx +22 -0
- package/components/w/wifi-device-sharp.jsx +22 -0
- package/components/w/wifi-device.jsx +22 -0
- package/iconify.json +2 -2
- package/package.json +185 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/material-symbols-light",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/material-symbols-light/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -6502,6 +6502,22 @@
|
|
|
6502
6502
|
"types": "./types/hqrkovbr.d.ts",
|
|
6503
6503
|
"default": "./components/b/battery-charging-20.jsx"
|
|
6504
6504
|
},
|
|
6505
|
+
"./battery-charging-20-2": {
|
|
6506
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6507
|
+
"default": "./components/b/battery-charging-20-2.jsx"
|
|
6508
|
+
},
|
|
6509
|
+
"./battery-charging-20-2-outline-rounded": {
|
|
6510
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6511
|
+
"default": "./components/b/battery-charging-20-2-outline-rounded.jsx"
|
|
6512
|
+
},
|
|
6513
|
+
"./battery-charging-20-2-rounded": {
|
|
6514
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6515
|
+
"default": "./components/b/battery-charging-20-2-rounded.jsx"
|
|
6516
|
+
},
|
|
6517
|
+
"./battery-charging-20-2-sharp": {
|
|
6518
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6519
|
+
"default": "./components/b/battery-charging-20-2-sharp.jsx"
|
|
6520
|
+
},
|
|
6505
6521
|
"./battery-charging-20-rounded": {
|
|
6506
6522
|
"types": "./types/hqrkovbr.d.ts",
|
|
6507
6523
|
"default": "./components/b/battery-charging-20-rounded.jsx"
|
|
@@ -6514,6 +6530,22 @@
|
|
|
6514
6530
|
"types": "./types/hqrkovbr.d.ts",
|
|
6515
6531
|
"default": "./components/b/battery-charging-30.jsx"
|
|
6516
6532
|
},
|
|
6533
|
+
"./battery-charging-30-2": {
|
|
6534
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6535
|
+
"default": "./components/b/battery-charging-30-2.jsx"
|
|
6536
|
+
},
|
|
6537
|
+
"./battery-charging-30-2-outline-rounded": {
|
|
6538
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6539
|
+
"default": "./components/b/battery-charging-30-2-outline-rounded.jsx"
|
|
6540
|
+
},
|
|
6541
|
+
"./battery-charging-30-2-rounded": {
|
|
6542
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6543
|
+
"default": "./components/b/battery-charging-30-2-rounded.jsx"
|
|
6544
|
+
},
|
|
6545
|
+
"./battery-charging-30-2-sharp": {
|
|
6546
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6547
|
+
"default": "./components/b/battery-charging-30-2-sharp.jsx"
|
|
6548
|
+
},
|
|
6517
6549
|
"./battery-charging-30-rounded": {
|
|
6518
6550
|
"types": "./types/hqrkovbr.d.ts",
|
|
6519
6551
|
"default": "./components/b/battery-charging-30-rounded.jsx"
|
|
@@ -6526,6 +6558,22 @@
|
|
|
6526
6558
|
"types": "./types/hqrkovbr.d.ts",
|
|
6527
6559
|
"default": "./components/b/battery-charging-50.jsx"
|
|
6528
6560
|
},
|
|
6561
|
+
"./battery-charging-50-2": {
|
|
6562
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6563
|
+
"default": "./components/b/battery-charging-50-2.jsx"
|
|
6564
|
+
},
|
|
6565
|
+
"./battery-charging-50-2-outline-rounded": {
|
|
6566
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6567
|
+
"default": "./components/b/battery-charging-50-2-outline-rounded.jsx"
|
|
6568
|
+
},
|
|
6569
|
+
"./battery-charging-50-2-rounded": {
|
|
6570
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6571
|
+
"default": "./components/b/battery-charging-50-2-rounded.jsx"
|
|
6572
|
+
},
|
|
6573
|
+
"./battery-charging-50-2-sharp": {
|
|
6574
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6575
|
+
"default": "./components/b/battery-charging-50-2-sharp.jsx"
|
|
6576
|
+
},
|
|
6529
6577
|
"./battery-charging-50-rounded": {
|
|
6530
6578
|
"types": "./types/hqrkovbr.d.ts",
|
|
6531
6579
|
"default": "./components/b/battery-charging-50-rounded.jsx"
|
|
@@ -6538,6 +6586,22 @@
|
|
|
6538
6586
|
"types": "./types/hqrkovbr.d.ts",
|
|
6539
6587
|
"default": "./components/b/battery-charging-60.jsx"
|
|
6540
6588
|
},
|
|
6589
|
+
"./battery-charging-60-2": {
|
|
6590
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6591
|
+
"default": "./components/b/battery-charging-60-2.jsx"
|
|
6592
|
+
},
|
|
6593
|
+
"./battery-charging-60-2-outline-rounded": {
|
|
6594
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6595
|
+
"default": "./components/b/battery-charging-60-2-outline-rounded.jsx"
|
|
6596
|
+
},
|
|
6597
|
+
"./battery-charging-60-2-rounded": {
|
|
6598
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6599
|
+
"default": "./components/b/battery-charging-60-2-rounded.jsx"
|
|
6600
|
+
},
|
|
6601
|
+
"./battery-charging-60-2-sharp": {
|
|
6602
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6603
|
+
"default": "./components/b/battery-charging-60-2-sharp.jsx"
|
|
6604
|
+
},
|
|
6541
6605
|
"./battery-charging-60-rounded": {
|
|
6542
6606
|
"types": "./types/hqrkovbr.d.ts",
|
|
6543
6607
|
"default": "./components/b/battery-charging-60-rounded.jsx"
|
|
@@ -6550,6 +6614,22 @@
|
|
|
6550
6614
|
"types": "./types/hqrkovbr.d.ts",
|
|
6551
6615
|
"default": "./components/b/battery-charging-80.jsx"
|
|
6552
6616
|
},
|
|
6617
|
+
"./battery-charging-80-2": {
|
|
6618
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6619
|
+
"default": "./components/b/battery-charging-80-2.jsx"
|
|
6620
|
+
},
|
|
6621
|
+
"./battery-charging-80-2-outline-rounded": {
|
|
6622
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6623
|
+
"default": "./components/b/battery-charging-80-2-outline-rounded.jsx"
|
|
6624
|
+
},
|
|
6625
|
+
"./battery-charging-80-2-rounded": {
|
|
6626
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6627
|
+
"default": "./components/b/battery-charging-80-2-rounded.jsx"
|
|
6628
|
+
},
|
|
6629
|
+
"./battery-charging-80-2-sharp": {
|
|
6630
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6631
|
+
"default": "./components/b/battery-charging-80-2-sharp.jsx"
|
|
6632
|
+
},
|
|
6553
6633
|
"./battery-charging-80-rounded": {
|
|
6554
6634
|
"types": "./types/hqrkovbr.d.ts",
|
|
6555
6635
|
"default": "./components/b/battery-charging-80-rounded.jsx"
|
|
@@ -6574,6 +6654,30 @@
|
|
|
6574
6654
|
"types": "./types/hqrkovbr.d.ts",
|
|
6575
6655
|
"default": "./components/b/battery-charging-full.jsx"
|
|
6576
6656
|
},
|
|
6657
|
+
"./battery-charging-full-2": {
|
|
6658
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6659
|
+
"default": "./components/b/battery-charging-full-2.jsx"
|
|
6660
|
+
},
|
|
6661
|
+
"./battery-charging-full-2-outline": {
|
|
6662
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6663
|
+
"default": "./components/b/battery-charging-full-2-outline.jsx"
|
|
6664
|
+
},
|
|
6665
|
+
"./battery-charging-full-2-outline-rounded": {
|
|
6666
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6667
|
+
"default": "./components/b/battery-charging-full-2-outline-rounded.jsx"
|
|
6668
|
+
},
|
|
6669
|
+
"./battery-charging-full-2-outline-sharp": {
|
|
6670
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6671
|
+
"default": "./components/b/battery-charging-full-2-outline-sharp.jsx"
|
|
6672
|
+
},
|
|
6673
|
+
"./battery-charging-full-2-rounded": {
|
|
6674
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6675
|
+
"default": "./components/b/battery-charging-full-2-rounded.jsx"
|
|
6676
|
+
},
|
|
6677
|
+
"./battery-charging-full-2-sharp": {
|
|
6678
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6679
|
+
"default": "./components/b/battery-charging-full-2-sharp.jsx"
|
|
6680
|
+
},
|
|
6577
6681
|
"./battery-charging-full-outline": {
|
|
6578
6682
|
"types": "./types/hqrkovbr.d.ts",
|
|
6579
6683
|
"default": "./components/b/battery-charging-full-outline.jsx"
|
|
@@ -7490,6 +7594,14 @@
|
|
|
7490
7594
|
"types": "./types/hqrkovbr.d.ts",
|
|
7491
7595
|
"default": "./components/b/bolt.jsx"
|
|
7492
7596
|
},
|
|
7597
|
+
"./bolt-boost": {
|
|
7598
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7599
|
+
"default": "./components/b/bolt-boost.jsx"
|
|
7600
|
+
},
|
|
7601
|
+
"./bolt-boost-rounded": {
|
|
7602
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7603
|
+
"default": "./components/b/bolt-boost-rounded.jsx"
|
|
7604
|
+
},
|
|
7493
7605
|
"./bolt-outline": {
|
|
7494
7606
|
"types": "./types/hqrkovbr.d.ts",
|
|
7495
7607
|
"default": "./components/b/bolt-outline.jsx"
|
|
@@ -10186,10 +10298,50 @@
|
|
|
10186
10298
|
"types": "./types/hqrkovbr.d.ts",
|
|
10187
10299
|
"default": "./components/c/car-fan-recirculate.jsx"
|
|
10188
10300
|
},
|
|
10301
|
+
"./car-fan-recirculate-2": {
|
|
10302
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10303
|
+
"default": "./components/c/car-fan-recirculate-2.jsx"
|
|
10304
|
+
},
|
|
10305
|
+
"./car-fan-recirculate-2-outline": {
|
|
10306
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10307
|
+
"default": "./components/c/car-fan-recirculate-2-outline.jsx"
|
|
10308
|
+
},
|
|
10309
|
+
"./car-fan-recirculate-2-outline-rounded": {
|
|
10310
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10311
|
+
"default": "./components/c/car-fan-recirculate-2-outline-rounded.jsx"
|
|
10312
|
+
},
|
|
10313
|
+
"./car-fan-recirculate-2-outline-sharp": {
|
|
10314
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10315
|
+
"default": "./components/c/car-fan-recirculate-2-outline-sharp.jsx"
|
|
10316
|
+
},
|
|
10317
|
+
"./car-fan-recirculate-2-rounded": {
|
|
10318
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10319
|
+
"default": "./components/c/car-fan-recirculate-2-rounded.jsx"
|
|
10320
|
+
},
|
|
10321
|
+
"./car-fan-recirculate-2-sharp": {
|
|
10322
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10323
|
+
"default": "./components/c/car-fan-recirculate-2-sharp.jsx"
|
|
10324
|
+
},
|
|
10325
|
+
"./car-fan-recirculate-outline": {
|
|
10326
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10327
|
+
"default": "./components/c/car-fan-recirculate-outline.jsx"
|
|
10328
|
+
},
|
|
10329
|
+
"./car-fan-recirculate-outline-rounded": {
|
|
10330
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10331
|
+
"default": "./components/c/car-fan-recirculate-outline-rounded.jsx"
|
|
10332
|
+
},
|
|
10333
|
+
"./car-fan-recirculate-outline-sharp": {
|
|
10334
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10335
|
+
"default": "./components/c/car-fan-recirculate-outline-sharp.jsx"
|
|
10336
|
+
},
|
|
10189
10337
|
"./car-fan-recirculate-rounded": {
|
|
10190
10338
|
"types": "./types/hqrkovbr.d.ts",
|
|
10191
10339
|
"default": "./components/c/car-fan-recirculate-rounded.jsx"
|
|
10192
10340
|
},
|
|
10341
|
+
"./car-fan-recirculate-sharp": {
|
|
10342
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10343
|
+
"default": "./components/c/car-fan-recirculate-sharp.jsx"
|
|
10344
|
+
},
|
|
10193
10345
|
"./car-gear": {
|
|
10194
10346
|
"types": "./types/hqrkovbr.d.ts",
|
|
10195
10347
|
"default": "./components/c/car-gear.jsx"
|
|
@@ -31674,6 +31826,14 @@
|
|
|
31674
31826
|
"types": "./types/hqrkovbr.d.ts",
|
|
31675
31827
|
"default": "./components/l/list-alt-sharp.jsx"
|
|
31676
31828
|
},
|
|
31829
|
+
"./list-arrow": {
|
|
31830
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
31831
|
+
"default": "./components/l/list-arrow.jsx"
|
|
31832
|
+
},
|
|
31833
|
+
"./list-arrow-rounded": {
|
|
31834
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
31835
|
+
"default": "./components/l/list-arrow-rounded.jsx"
|
|
31836
|
+
},
|
|
31677
31837
|
"./list-rounded": {
|
|
31678
31838
|
"types": "./types/hqrkovbr.d.ts",
|
|
31679
31839
|
"default": "./components/l/list-rounded.jsx"
|
|
@@ -61790,6 +61950,30 @@
|
|
|
61790
61950
|
"types": "./types/hqrkovbr.d.ts",
|
|
61791
61951
|
"default": "./components/w/wifi-channel-rounded.jsx"
|
|
61792
61952
|
},
|
|
61953
|
+
"./wifi-device": {
|
|
61954
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61955
|
+
"default": "./components/w/wifi-device.jsx"
|
|
61956
|
+
},
|
|
61957
|
+
"./wifi-device-outline": {
|
|
61958
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61959
|
+
"default": "./components/w/wifi-device-outline.jsx"
|
|
61960
|
+
},
|
|
61961
|
+
"./wifi-device-outline-rounded": {
|
|
61962
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61963
|
+
"default": "./components/w/wifi-device-outline-rounded.jsx"
|
|
61964
|
+
},
|
|
61965
|
+
"./wifi-device-outline-sharp": {
|
|
61966
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61967
|
+
"default": "./components/w/wifi-device-outline-sharp.jsx"
|
|
61968
|
+
},
|
|
61969
|
+
"./wifi-device-rounded": {
|
|
61970
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61971
|
+
"default": "./components/w/wifi-device-rounded.jsx"
|
|
61972
|
+
},
|
|
61973
|
+
"./wifi-device-sharp": {
|
|
61974
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61975
|
+
"default": "./components/w/wifi-device-sharp.jsx"
|
|
61976
|
+
},
|
|
61793
61977
|
"./wifi-find": {
|
|
61794
61978
|
"types": "./types/hqrkovbr.d.ts",
|
|
61795
61979
|
"default": "./components/w/wifi-find.jsx"
|