@iconify-react/material-symbols 1.0.0 → 1.0.2
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/bus-map-pin-2-outline-rounded.jsx +22 -0
- package/components/b/bus-map-pin-2-outline-sharp.jsx +22 -0
- package/components/b/bus-map-pin-2-outline.jsx +22 -0
- package/components/b/bus-map-pin-2-rounded.jsx +22 -0
- package/components/b/bus-map-pin-2-sharp.jsx +22 -0
- package/components/b/bus-map-pin-2.jsx +22 -0
- package/components/c/check-alert-rounded.jsx +22 -0
- package/components/c/check-alert.jsx +22 -0
- package/components/c/code-xml-rounded.jsx +22 -0
- package/components/c/code-xml.jsx +22 -0
- package/components/f/fire-check-outline-rounded.jsx +22 -0
- package/components/f/fire-check-outline.jsx +22 -0
- package/components/f/fire-check-rounded.jsx +22 -0
- package/components/f/fire-check.jsx +22 -0
- package/components/f/fork-chart-outline-sharp.jsx +22 -0
- package/components/f/fork-chart-outline.jsx +22 -0
- package/components/f/fork-chart-sharp.jsx +22 -0
- package/components/f/fork-chart.jsx +22 -0
- package/components/g/grid-layout-side-outline-sharp.jsx +22 -0
- package/components/g/grid-layout-side-outline.jsx +22 -0
- package/components/g/grid-layout-side-rounded.jsx +22 -0
- package/components/g/grid-layout-side-sharp.jsx +22 -0
- package/components/g/grid-layout-side.jsx +22 -0
- package/components/s/signal-cellular-alt-off-rounded.jsx +22 -0
- package/components/s/signal-cellular-alt-off.jsx +22 -0
- package/components/s/snowflake-rounded.jsx +22 -0
- package/components/s/snowflake.jsx +22 -0
- package/components/s/space-dashboard-2-outline-sharp.jsx +22 -0
- package/components/s/space-dashboard-2-outline.jsx +22 -0
- package/components/s/space-dashboard-2-rounded.jsx +22 -0
- package/components/s/space-dashboard-2-sharp.jsx +22 -0
- package/components/s/space-dashboard-2.jsx +22 -0
- package/components/t/terminal-2-rounded.jsx +22 -0
- package/components/t/terminal-2.jsx +22 -0
- package/components/w/water-drops-outline-rounded.jsx +22 -0
- package/components/w/water-drops-outline.jsx +22 -0
- package/components/w/water-drops-rounded.jsx +22 -0
- package/components/w/water-drops.jsx +22 -0
- package/components/y/youtube-activity-2-outline-rounded.jsx +22 -0
- package/components/y/youtube-activity-2-outline.jsx +22 -0
- package/components/y/youtube-activity-2-rounded.jsx +22 -0
- package/components/y/youtube-activity-2.jsx +22 -0
- package/components/y/youtube-activity-outline-rounded.jsx +22 -0
- package/components/y/youtube-activity-outline.jsx +22 -0
- package/components/y/youtube-activity-rounded.jsx +3 -3
- package/components/y/youtube-activity-sharp.jsx +3 -3
- package/components/y/youtube-activity.jsx +3 -3
- package/components/y/youtube-video-outline-rounded.jsx +22 -0
- package/components/y/youtube-video-outline.jsx +22 -0
- package/components/y/youtube-video-rounded.jsx +22 -0
- package/components/y/youtube-video.jsx +22 -0
- package/iconify.json +2 -2
- package/package.json +197 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/material-symbols",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/material-symbols/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -9438,6 +9438,30 @@
|
|
|
9438
9438
|
"types": "./types/hqrkovbr.d.ts",
|
|
9439
9439
|
"default": "./components/b/bus-map-pin.jsx"
|
|
9440
9440
|
},
|
|
9441
|
+
"./bus-map-pin-2": {
|
|
9442
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
9443
|
+
"default": "./components/b/bus-map-pin-2.jsx"
|
|
9444
|
+
},
|
|
9445
|
+
"./bus-map-pin-2-outline": {
|
|
9446
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
9447
|
+
"default": "./components/b/bus-map-pin-2-outline.jsx"
|
|
9448
|
+
},
|
|
9449
|
+
"./bus-map-pin-2-outline-rounded": {
|
|
9450
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
9451
|
+
"default": "./components/b/bus-map-pin-2-outline-rounded.jsx"
|
|
9452
|
+
},
|
|
9453
|
+
"./bus-map-pin-2-outline-sharp": {
|
|
9454
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
9455
|
+
"default": "./components/b/bus-map-pin-2-outline-sharp.jsx"
|
|
9456
|
+
},
|
|
9457
|
+
"./bus-map-pin-2-rounded": {
|
|
9458
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
9459
|
+
"default": "./components/b/bus-map-pin-2-rounded.jsx"
|
|
9460
|
+
},
|
|
9461
|
+
"./bus-map-pin-2-sharp": {
|
|
9462
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
9463
|
+
"default": "./components/b/bus-map-pin-2-sharp.jsx"
|
|
9464
|
+
},
|
|
9441
9465
|
"./bus-map-pin-outline": {
|
|
9442
9466
|
"types": "./types/hqrkovbr.d.ts",
|
|
9443
9467
|
"default": "./components/b/bus-map-pin-outline.jsx"
|
|
@@ -11814,6 +11838,14 @@
|
|
|
11814
11838
|
"types": "./types/hqrkovbr.d.ts",
|
|
11815
11839
|
"default": "./components/c/check.jsx"
|
|
11816
11840
|
},
|
|
11841
|
+
"./check-alert": {
|
|
11842
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
11843
|
+
"default": "./components/c/check-alert.jsx"
|
|
11844
|
+
},
|
|
11845
|
+
"./check-alert-rounded": {
|
|
11846
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
11847
|
+
"default": "./components/c/check-alert-rounded.jsx"
|
|
11848
|
+
},
|
|
11817
11849
|
"./check-box": {
|
|
11818
11850
|
"types": "./types/hqrkovbr.d.ts",
|
|
11819
11851
|
"default": "./components/c/check-box.jsx"
|
|
@@ -13150,6 +13182,14 @@
|
|
|
13150
13182
|
"types": "./types/hqrkovbr.d.ts",
|
|
13151
13183
|
"default": "./components/c/code-rounded.jsx"
|
|
13152
13184
|
},
|
|
13185
|
+
"./code-xml": {
|
|
13186
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
13187
|
+
"default": "./components/c/code-xml.jsx"
|
|
13188
|
+
},
|
|
13189
|
+
"./code-xml-rounded": {
|
|
13190
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
13191
|
+
"default": "./components/c/code-xml-rounded.jsx"
|
|
13192
|
+
},
|
|
13153
13193
|
"./coffee": {
|
|
13154
13194
|
"types": "./types/hqrkovbr.d.ts",
|
|
13155
13195
|
"default": "./components/c/coffee.jsx"
|
|
@@ -22670,6 +22710,22 @@
|
|
|
22670
22710
|
"types": "./types/hqrkovbr.d.ts",
|
|
22671
22711
|
"default": "./components/f/fingerprint-sharp.jsx"
|
|
22672
22712
|
},
|
|
22713
|
+
"./fire-check": {
|
|
22714
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
22715
|
+
"default": "./components/f/fire-check.jsx"
|
|
22716
|
+
},
|
|
22717
|
+
"./fire-check-outline": {
|
|
22718
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
22719
|
+
"default": "./components/f/fire-check-outline.jsx"
|
|
22720
|
+
},
|
|
22721
|
+
"./fire-check-outline-rounded": {
|
|
22722
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
22723
|
+
"default": "./components/f/fire-check-outline-rounded.jsx"
|
|
22724
|
+
},
|
|
22725
|
+
"./fire-check-rounded": {
|
|
22726
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
22727
|
+
"default": "./components/f/fire-check-rounded.jsx"
|
|
22728
|
+
},
|
|
22673
22729
|
"./fire-extinguisher": {
|
|
22674
22730
|
"types": "./types/hqrkovbr.d.ts",
|
|
22675
22731
|
"default": "./components/f/fire-extinguisher.jsx"
|
|
@@ -24194,6 +24250,22 @@
|
|
|
24194
24250
|
"types": "./types/hqrkovbr.d.ts",
|
|
24195
24251
|
"default": "./components/f/forest-rounded.jsx"
|
|
24196
24252
|
},
|
|
24253
|
+
"./fork-chart": {
|
|
24254
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
24255
|
+
"default": "./components/f/fork-chart.jsx"
|
|
24256
|
+
},
|
|
24257
|
+
"./fork-chart-outline": {
|
|
24258
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
24259
|
+
"default": "./components/f/fork-chart-outline.jsx"
|
|
24260
|
+
},
|
|
24261
|
+
"./fork-chart-outline-sharp": {
|
|
24262
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
24263
|
+
"default": "./components/f/fork-chart-outline-sharp.jsx"
|
|
24264
|
+
},
|
|
24265
|
+
"./fork-chart-sharp": {
|
|
24266
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
24267
|
+
"default": "./components/f/fork-chart-sharp.jsx"
|
|
24268
|
+
},
|
|
24197
24269
|
"./fork-left": {
|
|
24198
24270
|
"types": "./types/hqrkovbr.d.ts",
|
|
24199
24271
|
"default": "./components/f/fork-left.jsx"
|
|
@@ -26598,6 +26670,26 @@
|
|
|
26598
26670
|
"types": "./types/hqrkovbr.d.ts",
|
|
26599
26671
|
"default": "./components/g/grid-guides-sharp.jsx"
|
|
26600
26672
|
},
|
|
26673
|
+
"./grid-layout-side": {
|
|
26674
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
26675
|
+
"default": "./components/g/grid-layout-side.jsx"
|
|
26676
|
+
},
|
|
26677
|
+
"./grid-layout-side-outline": {
|
|
26678
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
26679
|
+
"default": "./components/g/grid-layout-side-outline.jsx"
|
|
26680
|
+
},
|
|
26681
|
+
"./grid-layout-side-outline-sharp": {
|
|
26682
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
26683
|
+
"default": "./components/g/grid-layout-side-outline-sharp.jsx"
|
|
26684
|
+
},
|
|
26685
|
+
"./grid-layout-side-rounded": {
|
|
26686
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
26687
|
+
"default": "./components/g/grid-layout-side-rounded.jsx"
|
|
26688
|
+
},
|
|
26689
|
+
"./grid-layout-side-sharp": {
|
|
26690
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
26691
|
+
"default": "./components/g/grid-layout-side-sharp.jsx"
|
|
26692
|
+
},
|
|
26601
26693
|
"./grid-off": {
|
|
26602
26694
|
"types": "./types/hqrkovbr.d.ts",
|
|
26603
26695
|
"default": "./components/g/grid-off.jsx"
|
|
@@ -51026,6 +51118,14 @@
|
|
|
51026
51118
|
"types": "./types/hqrkovbr.d.ts",
|
|
51027
51119
|
"default": "./components/s/signal-cellular-alt-2-bar-rounded.jsx"
|
|
51028
51120
|
},
|
|
51121
|
+
"./signal-cellular-alt-off": {
|
|
51122
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
51123
|
+
"default": "./components/s/signal-cellular-alt-off.jsx"
|
|
51124
|
+
},
|
|
51125
|
+
"./signal-cellular-alt-off-rounded": {
|
|
51126
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
51127
|
+
"default": "./components/s/signal-cellular-alt-off-rounded.jsx"
|
|
51128
|
+
},
|
|
51029
51129
|
"./signal-cellular-alt-rounded": {
|
|
51030
51130
|
"types": "./types/hqrkovbr.d.ts",
|
|
51031
51131
|
"default": "./components/s/signal-cellular-alt-rounded.jsx"
|
|
@@ -51994,6 +52094,14 @@
|
|
|
51994
52094
|
"types": "./types/hqrkovbr.d.ts",
|
|
51995
52095
|
"default": "./components/s/snowboarding-sharp.jsx"
|
|
51996
52096
|
},
|
|
52097
|
+
"./snowflake": {
|
|
52098
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
52099
|
+
"default": "./components/s/snowflake.jsx"
|
|
52100
|
+
},
|
|
52101
|
+
"./snowflake-rounded": {
|
|
52102
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
52103
|
+
"default": "./components/s/snowflake-rounded.jsx"
|
|
52104
|
+
},
|
|
51997
52105
|
"./snowing": {
|
|
51998
52106
|
"types": "./types/hqrkovbr.d.ts",
|
|
51999
52107
|
"default": "./components/s/snowing.jsx"
|
|
@@ -52338,6 +52446,26 @@
|
|
|
52338
52446
|
"types": "./types/hqrkovbr.d.ts",
|
|
52339
52447
|
"default": "./components/s/space-dashboard.jsx"
|
|
52340
52448
|
},
|
|
52449
|
+
"./space-dashboard-2": {
|
|
52450
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
52451
|
+
"default": "./components/s/space-dashboard-2.jsx"
|
|
52452
|
+
},
|
|
52453
|
+
"./space-dashboard-2-outline": {
|
|
52454
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
52455
|
+
"default": "./components/s/space-dashboard-2-outline.jsx"
|
|
52456
|
+
},
|
|
52457
|
+
"./space-dashboard-2-outline-sharp": {
|
|
52458
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
52459
|
+
"default": "./components/s/space-dashboard-2-outline-sharp.jsx"
|
|
52460
|
+
},
|
|
52461
|
+
"./space-dashboard-2-rounded": {
|
|
52462
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
52463
|
+
"default": "./components/s/space-dashboard-2-rounded.jsx"
|
|
52464
|
+
},
|
|
52465
|
+
"./space-dashboard-2-sharp": {
|
|
52466
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
52467
|
+
"default": "./components/s/space-dashboard-2-sharp.jsx"
|
|
52468
|
+
},
|
|
52341
52469
|
"./space-dashboard-outline": {
|
|
52342
52470
|
"types": "./types/hqrkovbr.d.ts",
|
|
52343
52471
|
"default": "./components/s/space-dashboard-outline.jsx"
|
|
@@ -56826,6 +56954,14 @@
|
|
|
56826
56954
|
"types": "./types/hqrkovbr.d.ts",
|
|
56827
56955
|
"default": "./components/t/terminal.jsx"
|
|
56828
56956
|
},
|
|
56957
|
+
"./terminal-2": {
|
|
56958
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56959
|
+
"default": "./components/t/terminal-2.jsx"
|
|
56960
|
+
},
|
|
56961
|
+
"./terminal-2-rounded": {
|
|
56962
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56963
|
+
"default": "./components/t/terminal-2-rounded.jsx"
|
|
56964
|
+
},
|
|
56829
56965
|
"./terminal-rounded": {
|
|
56830
56966
|
"types": "./types/hqrkovbr.d.ts",
|
|
56831
56967
|
"default": "./components/t/terminal-rounded.jsx"
|
|
@@ -62298,6 +62434,22 @@
|
|
|
62298
62434
|
"types": "./types/hqrkovbr.d.ts",
|
|
62299
62435
|
"default": "./components/w/water-drop-rounded.jsx"
|
|
62300
62436
|
},
|
|
62437
|
+
"./water-drops": {
|
|
62438
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
62439
|
+
"default": "./components/w/water-drops.jsx"
|
|
62440
|
+
},
|
|
62441
|
+
"./water-drops-outline": {
|
|
62442
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
62443
|
+
"default": "./components/w/water-drops-outline.jsx"
|
|
62444
|
+
},
|
|
62445
|
+
"./water-drops-outline-rounded": {
|
|
62446
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
62447
|
+
"default": "./components/w/water-drops-outline-rounded.jsx"
|
|
62448
|
+
},
|
|
62449
|
+
"./water-drops-rounded": {
|
|
62450
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
62451
|
+
"default": "./components/w/water-drops-rounded.jsx"
|
|
62452
|
+
},
|
|
62301
62453
|
"./water-ec": {
|
|
62302
62454
|
"types": "./types/hqrkovbr.d.ts",
|
|
62303
62455
|
"default": "./components/w/water-ec.jsx"
|
|
@@ -63770,13 +63922,21 @@
|
|
|
63770
63922
|
"types": "./types/hqrkovbr.d.ts",
|
|
63771
63923
|
"default": "./components/y/your-trips-sharp.jsx"
|
|
63772
63924
|
},
|
|
63773
|
-
"./youtube-activity": {
|
|
63925
|
+
"./youtube-activity-2": {
|
|
63774
63926
|
"types": "./types/hqrkovbr.d.ts",
|
|
63775
|
-
"default": "./components/y/youtube-activity.jsx"
|
|
63927
|
+
"default": "./components/y/youtube-activity-2.jsx"
|
|
63776
63928
|
},
|
|
63777
|
-
"./youtube-activity-
|
|
63929
|
+
"./youtube-activity-2-outline": {
|
|
63778
63930
|
"types": "./types/hqrkovbr.d.ts",
|
|
63779
|
-
"default": "./components/y/youtube-activity-
|
|
63931
|
+
"default": "./components/y/youtube-activity-2-outline.jsx"
|
|
63932
|
+
},
|
|
63933
|
+
"./youtube-activity-2-outline-rounded": {
|
|
63934
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63935
|
+
"default": "./components/y/youtube-activity-2-outline-rounded.jsx"
|
|
63936
|
+
},
|
|
63937
|
+
"./youtube-activity-2-rounded": {
|
|
63938
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63939
|
+
"default": "./components/y/youtube-activity-2-rounded.jsx"
|
|
63780
63940
|
},
|
|
63781
63941
|
"./youtube-music": {
|
|
63782
63942
|
"types": "./types/hqrkovbr.d.ts",
|
|
@@ -63798,6 +63958,22 @@
|
|
|
63798
63958
|
"types": "./types/hqrkovbr.d.ts",
|
|
63799
63959
|
"default": "./components/y/youtube-tv-outline.jsx"
|
|
63800
63960
|
},
|
|
63961
|
+
"./youtube-video": {
|
|
63962
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63963
|
+
"default": "./components/y/youtube-video.jsx"
|
|
63964
|
+
},
|
|
63965
|
+
"./youtube-video-outline": {
|
|
63966
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63967
|
+
"default": "./components/y/youtube-video-outline.jsx"
|
|
63968
|
+
},
|
|
63969
|
+
"./youtube-video-outline-rounded": {
|
|
63970
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63971
|
+
"default": "./components/y/youtube-video-outline-rounded.jsx"
|
|
63972
|
+
},
|
|
63973
|
+
"./youtube-video-rounded": {
|
|
63974
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63975
|
+
"default": "./components/y/youtube-video-rounded.jsx"
|
|
63976
|
+
},
|
|
63801
63977
|
"./zone-person-alert": {
|
|
63802
63978
|
"types": "./types/hqrkovbr.d.ts",
|
|
63803
63979
|
"default": "./components/z/zone-person-alert.jsx"
|
|
@@ -73274,6 +73450,22 @@
|
|
|
73274
73450
|
"types": "./types/hqrkovbr.d.ts",
|
|
73275
73451
|
"default": "./components/w/wrong-location-sharp.jsx"
|
|
73276
73452
|
},
|
|
73453
|
+
"./youtube-activity": {
|
|
73454
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
73455
|
+
"default": "./components/y/youtube-activity.jsx"
|
|
73456
|
+
},
|
|
73457
|
+
"./youtube-activity-outline": {
|
|
73458
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
73459
|
+
"default": "./components/y/youtube-activity-outline.jsx"
|
|
73460
|
+
},
|
|
73461
|
+
"./youtube-activity-outline-rounded": {
|
|
73462
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
73463
|
+
"default": "./components/y/youtube-activity-outline-rounded.jsx"
|
|
73464
|
+
},
|
|
73465
|
+
"./youtube-activity-rounded": {
|
|
73466
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
73467
|
+
"default": "./components/y/youtube-activity-rounded.jsx"
|
|
73468
|
+
},
|
|
73277
73469
|
"./youtube-activity-sharp": {
|
|
73278
73470
|
"types": "./types/hqrkovbr.d.ts",
|
|
73279
73471
|
"default": "./components/y/youtube-activity-sharp.jsx"
|