@iconify-json/material-symbols-light 1.2.54 → 1.2.55
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/icons.json +5207 -5154
- package/info.json +1 -1
- package/metadata.json +15 -8
- package/package.json +1 -1
package/info.json
CHANGED
package/metadata.json
CHANGED
|
@@ -2202,6 +2202,8 @@
|
|
|
2202
2202
|
"mobile-wrench-outline-sharp",
|
|
2203
2203
|
"mobile-wrench-rounded",
|
|
2204
2204
|
"mobile-wrench-sharp",
|
|
2205
|
+
"mobiledata-arrows",
|
|
2206
|
+
"mobiledata-arrows-rounded",
|
|
2205
2207
|
"mobiledata-off",
|
|
2206
2208
|
"mobiledata-off-rounded",
|
|
2207
2209
|
"nearby",
|
|
@@ -5875,7 +5877,6 @@
|
|
|
5875
5877
|
"reset-tv-rounded",
|
|
5876
5878
|
"reset-tv-sharp",
|
|
5877
5879
|
"reset-wrench",
|
|
5878
|
-
"reset-wrench-outline-rounded",
|
|
5879
5880
|
"reset-wrench-rounded",
|
|
5880
5881
|
"robot",
|
|
5881
5882
|
"robot-2",
|
|
@@ -8362,10 +8363,8 @@
|
|
|
8362
8363
|
"rectangle",
|
|
8363
8364
|
"rectangle-outline",
|
|
8364
8365
|
"reset-brightness",
|
|
8365
|
-
"reset-brightness-outline-rounded",
|
|
8366
8366
|
"reset-brightness-rounded",
|
|
8367
8367
|
"reset-exposure",
|
|
8368
|
-
"reset-exposure-outline-rounded",
|
|
8369
8368
|
"reset-exposure-rounded",
|
|
8370
8369
|
"reset-exposure-sharp",
|
|
8371
8370
|
"reset-focus",
|
|
@@ -8373,20 +8372,15 @@
|
|
|
8373
8372
|
"reset-focus-rounded",
|
|
8374
8373
|
"reset-focus-sharp",
|
|
8375
8374
|
"reset-iso",
|
|
8376
|
-
"reset-iso-outline-rounded",
|
|
8377
8375
|
"reset-iso-rounded",
|
|
8378
8376
|
"reset-iso-sharp",
|
|
8379
8377
|
"reset-settings",
|
|
8380
|
-
"reset-settings-outline-rounded",
|
|
8381
8378
|
"reset-settings-rounded",
|
|
8382
8379
|
"reset-shadow",
|
|
8383
|
-
"reset-shadow-outline-rounded",
|
|
8384
8380
|
"reset-shadow-rounded",
|
|
8385
8381
|
"reset-shutter-speed",
|
|
8386
|
-
"reset-shutter-speed-outline-rounded",
|
|
8387
8382
|
"reset-shutter-speed-rounded",
|
|
8388
8383
|
"reset-white-balance",
|
|
8389
|
-
"reset-white-balance-outline-rounded",
|
|
8390
8384
|
"reset-white-balance-rounded",
|
|
8391
8385
|
"rotate-90-degrees-ccw",
|
|
8392
8386
|
"rotate-90-degrees-ccw-outline",
|
|
@@ -9544,6 +9538,9 @@
|
|
|
9544
9538
|
"altitude-rounded",
|
|
9545
9539
|
"antigravity",
|
|
9546
9540
|
"antigravity-outline",
|
|
9541
|
+
"avocado-bean",
|
|
9542
|
+
"avocado-bean-outline",
|
|
9543
|
+
"avocado-bean-outline-rounded",
|
|
9547
9544
|
"barefoot",
|
|
9548
9545
|
"barefoot-outline",
|
|
9549
9546
|
"bedtime",
|
|
@@ -10936,6 +10933,10 @@
|
|
|
10936
10933
|
"whatshot-outline",
|
|
10937
10934
|
"whatshot-outline-rounded",
|
|
10938
10935
|
"whatshot-rounded",
|
|
10936
|
+
"wheat",
|
|
10937
|
+
"wheat-outline",
|
|
10938
|
+
"wheat-outline-rounded",
|
|
10939
|
+
"wheat-rounded",
|
|
10939
10940
|
"wind-power",
|
|
10940
10941
|
"wind-power-outline",
|
|
10941
10942
|
"wind-power-outline-rounded",
|
|
@@ -12870,6 +12871,12 @@
|
|
|
12870
12871
|
"bus-alert-outline-sharp",
|
|
12871
12872
|
"bus-alert-rounded",
|
|
12872
12873
|
"bus-alert-sharp",
|
|
12874
|
+
"bus-map-pin",
|
|
12875
|
+
"bus-map-pin-outline",
|
|
12876
|
+
"bus-map-pin-outline-rounded",
|
|
12877
|
+
"bus-map-pin-outline-sharp",
|
|
12878
|
+
"bus-map-pin-rounded",
|
|
12879
|
+
"bus-map-pin-sharp",
|
|
12873
12880
|
"bus-railway",
|
|
12874
12881
|
"bus-railway-outline",
|
|
12875
12882
|
"bus-railway-outline-rounded",
|
package/package.json
CHANGED