@iconify-solid/material-symbols 1.0.15 → 1.0.17
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/a/audio-capture-rounded.jsx +18 -0
- package/components/a/audio-capture-sharp.jsx +18 -0
- package/components/a/audio-capture.jsx +18 -0
- package/components/c/car-spark-outline-rounded.jsx +18 -0
- package/components/c/car-spark-outline-sharp.jsx +18 -0
- package/components/c/car-spark-outline.jsx +18 -0
- package/components/c/car-spark-rounded.jsx +18 -0
- package/components/c/car-spark-sharp.jsx +18 -0
- package/components/c/car-spark.jsx +18 -0
- package/components/c/credit-card-spark-outline-rounded.jsx +18 -0
- package/components/c/credit-card-spark-outline-sharp.jsx +18 -0
- package/components/c/credit-card-spark-outline.jsx +18 -0
- package/components/c/credit-card-spark-rounded.jsx +18 -0
- package/components/c/credit-card-spark-sharp.jsx +18 -0
- package/components/c/credit-card-spark.jsx +18 -0
- package/components/f/flight-spark-rounded.jsx +18 -0
- package/components/f/flight-spark.jsx +18 -0
- package/components/l/light-mode-auto-outline-rounded.jsx +18 -0
- package/components/l/light-mode-auto-outline.jsx +18 -0
- package/components/l/light-mode-auto-rounded.jsx +18 -0
- package/components/l/light-mode-auto.jsx +18 -0
- package/components/l/local-shipping-spark-outline-rounded.jsx +18 -0
- package/components/l/local-shipping-spark-outline.jsx +18 -0
- package/components/l/local-shipping-spark-rounded.jsx +18 -0
- package/components/l/local-shipping-spark.jsx +18 -0
- package/components/m/mail-spark-outline-rounded.jsx +18 -0
- package/components/m/mail-spark-outline-sharp.jsx +18 -0
- package/components/m/mail-spark-outline.jsx +18 -0
- package/components/m/mail-spark-rounded.jsx +18 -0
- package/components/m/mail-spark-sharp.jsx +18 -0
- package/components/m/mail-spark.jsx +18 -0
- package/components/p/passport-spark-outline-rounded.jsx +18 -0
- package/components/p/passport-spark-outline-sharp.jsx +18 -0
- package/components/p/passport-spark-outline.jsx +18 -0
- package/components/p/passport-spark-rounded.jsx +18 -0
- package/components/p/passport-spark-sharp.jsx +18 -0
- package/components/p/passport-spark.jsx +18 -0
- package/components/s/screen-spark-pause-outline-rounded.jsx +18 -0
- package/components/s/screen-spark-pause-outline-sharp.jsx +18 -0
- package/components/s/screen-spark-pause-outline.jsx +18 -0
- package/components/s/screen-spark-pause-rounded.jsx +18 -0
- package/components/s/screen-spark-pause-sharp.jsx +18 -0
- package/components/s/screen-spark-pause.jsx +18 -0
- package/components/s/split-scene-2-outline-rounded.jsx +18 -0
- package/components/s/split-scene-2-outline-sharp.jsx +18 -0
- package/components/s/split-scene-2-outline.jsx +18 -0
- package/components/s/split-scene-2-rounded.jsx +18 -0
- package/components/s/split-scene-2-sharp.jsx +18 -0
- package/components/s/split-scene-2.jsx +18 -0
- package/components/w/walk-bike-rounded.jsx +18 -0
- package/components/w/walk-bike-sharp.jsx +18 -0
- package/components/w/walk-bike.jsx +18 -0
- package/components/w/workspace-studio-outline.jsx +18 -0
- package/components/w/workspace-studio.jsx +18 -0
- package/iconify.json +2 -2
- package/package.json +229 -13
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-solid/material-symbols",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.17",
|
|
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",
|
|
@@ -5194,6 +5194,18 @@
|
|
|
5194
5194
|
"types": "./types/vn2rmosy.d.ts",
|
|
5195
5195
|
"default": "./components/a/attribution-sharp.jsx"
|
|
5196
5196
|
},
|
|
5197
|
+
"./audio-capture": {
|
|
5198
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
5199
|
+
"default": "./components/a/audio-capture.jsx"
|
|
5200
|
+
},
|
|
5201
|
+
"./audio-capture-rounded": {
|
|
5202
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
5203
|
+
"default": "./components/a/audio-capture-rounded.jsx"
|
|
5204
|
+
},
|
|
5205
|
+
"./audio-capture-sharp": {
|
|
5206
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
5207
|
+
"default": "./components/a/audio-capture-sharp.jsx"
|
|
5208
|
+
},
|
|
5197
5209
|
"./audio-description": {
|
|
5198
5210
|
"types": "./types/vn2rmosy.d.ts",
|
|
5199
5211
|
"default": "./components/a/audio-description.jsx"
|
|
@@ -11010,6 +11022,30 @@
|
|
|
11010
11022
|
"types": "./types/vn2rmosy.d.ts",
|
|
11011
11023
|
"default": "./components/c/car-repair-sharp.jsx"
|
|
11012
11024
|
},
|
|
11025
|
+
"./car-spark": {
|
|
11026
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
11027
|
+
"default": "./components/c/car-spark.jsx"
|
|
11028
|
+
},
|
|
11029
|
+
"./car-spark-outline": {
|
|
11030
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
11031
|
+
"default": "./components/c/car-spark-outline.jsx"
|
|
11032
|
+
},
|
|
11033
|
+
"./car-spark-outline-rounded": {
|
|
11034
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
11035
|
+
"default": "./components/c/car-spark-outline-rounded.jsx"
|
|
11036
|
+
},
|
|
11037
|
+
"./car-spark-outline-sharp": {
|
|
11038
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
11039
|
+
"default": "./components/c/car-spark-outline-sharp.jsx"
|
|
11040
|
+
},
|
|
11041
|
+
"./car-spark-rounded": {
|
|
11042
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
11043
|
+
"default": "./components/c/car-spark-rounded.jsx"
|
|
11044
|
+
},
|
|
11045
|
+
"./car-spark-sharp": {
|
|
11046
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
11047
|
+
"default": "./components/c/car-spark-sharp.jsx"
|
|
11048
|
+
},
|
|
11013
11049
|
"./car-tag": {
|
|
11014
11050
|
"types": "./types/vn2rmosy.d.ts",
|
|
11015
11051
|
"default": "./components/c/car-tag.jsx"
|
|
@@ -15074,6 +15110,30 @@
|
|
|
15074
15110
|
"types": "./types/vn2rmosy.d.ts",
|
|
15075
15111
|
"default": "./components/c/credit-card-sharp.jsx"
|
|
15076
15112
|
},
|
|
15113
|
+
"./credit-card-spark": {
|
|
15114
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
15115
|
+
"default": "./components/c/credit-card-spark.jsx"
|
|
15116
|
+
},
|
|
15117
|
+
"./credit-card-spark-outline": {
|
|
15118
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
15119
|
+
"default": "./components/c/credit-card-spark-outline.jsx"
|
|
15120
|
+
},
|
|
15121
|
+
"./credit-card-spark-outline-rounded": {
|
|
15122
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
15123
|
+
"default": "./components/c/credit-card-spark-outline-rounded.jsx"
|
|
15124
|
+
},
|
|
15125
|
+
"./credit-card-spark-outline-sharp": {
|
|
15126
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
15127
|
+
"default": "./components/c/credit-card-spark-outline-sharp.jsx"
|
|
15128
|
+
},
|
|
15129
|
+
"./credit-card-spark-rounded": {
|
|
15130
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
15131
|
+
"default": "./components/c/credit-card-spark-rounded.jsx"
|
|
15132
|
+
},
|
|
15133
|
+
"./credit-card-spark-sharp": {
|
|
15134
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
15135
|
+
"default": "./components/c/credit-card-spark-sharp.jsx"
|
|
15136
|
+
},
|
|
15077
15137
|
"./credit-score": {
|
|
15078
15138
|
"types": "./types/vn2rmosy.d.ts",
|
|
15079
15139
|
"default": "./components/c/credit-score.jsx"
|
|
@@ -23538,6 +23598,14 @@
|
|
|
23538
23598
|
"types": "./types/vn2rmosy.d.ts",
|
|
23539
23599
|
"default": "./components/f/flight-rounded.jsx"
|
|
23540
23600
|
},
|
|
23601
|
+
"./flight-spark": {
|
|
23602
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
23603
|
+
"default": "./components/f/flight-spark.jsx"
|
|
23604
|
+
},
|
|
23605
|
+
"./flight-spark-rounded": {
|
|
23606
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
23607
|
+
"default": "./components/f/flight-spark-rounded.jsx"
|
|
23608
|
+
},
|
|
23541
23609
|
"./flight-takeoff": {
|
|
23542
23610
|
"types": "./types/vn2rmosy.d.ts",
|
|
23543
23611
|
"default": "./components/f/flight-takeoff.jsx"
|
|
@@ -32446,6 +32514,22 @@
|
|
|
32446
32514
|
"types": "./types/vn2rmosy.d.ts",
|
|
32447
32515
|
"default": "./components/l/light-mode.jsx"
|
|
32448
32516
|
},
|
|
32517
|
+
"./light-mode-auto": {
|
|
32518
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
32519
|
+
"default": "./components/l/light-mode-auto.jsx"
|
|
32520
|
+
},
|
|
32521
|
+
"./light-mode-auto-outline": {
|
|
32522
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
32523
|
+
"default": "./components/l/light-mode-auto-outline.jsx"
|
|
32524
|
+
},
|
|
32525
|
+
"./light-mode-auto-outline-rounded": {
|
|
32526
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
32527
|
+
"default": "./components/l/light-mode-auto-outline-rounded.jsx"
|
|
32528
|
+
},
|
|
32529
|
+
"./light-mode-auto-rounded": {
|
|
32530
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
32531
|
+
"default": "./components/l/light-mode-auto-rounded.jsx"
|
|
32532
|
+
},
|
|
32449
32533
|
"./light-mode-outline": {
|
|
32450
32534
|
"types": "./types/vn2rmosy.d.ts",
|
|
32451
32535
|
"default": "./components/l/light-mode-outline.jsx"
|
|
@@ -33454,6 +33538,22 @@
|
|
|
33454
33538
|
"types": "./types/vn2rmosy.d.ts",
|
|
33455
33539
|
"default": "./components/l/local-shipping-sharp.jsx"
|
|
33456
33540
|
},
|
|
33541
|
+
"./local-shipping-spark": {
|
|
33542
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
33543
|
+
"default": "./components/l/local-shipping-spark.jsx"
|
|
33544
|
+
},
|
|
33545
|
+
"./local-shipping-spark-outline": {
|
|
33546
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
33547
|
+
"default": "./components/l/local-shipping-spark-outline.jsx"
|
|
33548
|
+
},
|
|
33549
|
+
"./local-shipping-spark-outline-rounded": {
|
|
33550
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
33551
|
+
"default": "./components/l/local-shipping-spark-outline-rounded.jsx"
|
|
33552
|
+
},
|
|
33553
|
+
"./local-shipping-spark-rounded": {
|
|
33554
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
33555
|
+
"default": "./components/l/local-shipping-spark-rounded.jsx"
|
|
33556
|
+
},
|
|
33457
33557
|
"./local-taxi": {
|
|
33458
33558
|
"types": "./types/vn2rmosy.d.ts",
|
|
33459
33559
|
"default": "./components/l/local-taxi.jsx"
|
|
@@ -34422,6 +34522,30 @@
|
|
|
34422
34522
|
"types": "./types/vn2rmosy.d.ts",
|
|
34423
34523
|
"default": "./components/m/mail-shield-sharp.jsx"
|
|
34424
34524
|
},
|
|
34525
|
+
"./mail-spark": {
|
|
34526
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
34527
|
+
"default": "./components/m/mail-spark.jsx"
|
|
34528
|
+
},
|
|
34529
|
+
"./mail-spark-outline": {
|
|
34530
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
34531
|
+
"default": "./components/m/mail-spark-outline.jsx"
|
|
34532
|
+
},
|
|
34533
|
+
"./mail-spark-outline-rounded": {
|
|
34534
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
34535
|
+
"default": "./components/m/mail-spark-outline-rounded.jsx"
|
|
34536
|
+
},
|
|
34537
|
+
"./mail-spark-outline-sharp": {
|
|
34538
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
34539
|
+
"default": "./components/m/mail-spark-outline-sharp.jsx"
|
|
34540
|
+
},
|
|
34541
|
+
"./mail-spark-rounded": {
|
|
34542
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
34543
|
+
"default": "./components/m/mail-spark-rounded.jsx"
|
|
34544
|
+
},
|
|
34545
|
+
"./mail-spark-sharp": {
|
|
34546
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
34547
|
+
"default": "./components/m/mail-spark-sharp.jsx"
|
|
34548
|
+
},
|
|
34425
34549
|
"./male": {
|
|
34426
34550
|
"types": "./types/vn2rmosy.d.ts",
|
|
34427
34551
|
"default": "./components/m/male.jsx"
|
|
@@ -42210,6 +42334,30 @@
|
|
|
42210
42334
|
"types": "./types/vn2rmosy.d.ts",
|
|
42211
42335
|
"default": "./components/p/passport-sharp.jsx"
|
|
42212
42336
|
},
|
|
42337
|
+
"./passport-spark": {
|
|
42338
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
42339
|
+
"default": "./components/p/passport-spark.jsx"
|
|
42340
|
+
},
|
|
42341
|
+
"./passport-spark-outline": {
|
|
42342
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
42343
|
+
"default": "./components/p/passport-spark-outline.jsx"
|
|
42344
|
+
},
|
|
42345
|
+
"./passport-spark-outline-rounded": {
|
|
42346
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
42347
|
+
"default": "./components/p/passport-spark-outline-rounded.jsx"
|
|
42348
|
+
},
|
|
42349
|
+
"./passport-spark-outline-sharp": {
|
|
42350
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
42351
|
+
"default": "./components/p/passport-spark-outline-sharp.jsx"
|
|
42352
|
+
},
|
|
42353
|
+
"./passport-spark-rounded": {
|
|
42354
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
42355
|
+
"default": "./components/p/passport-spark-rounded.jsx"
|
|
42356
|
+
},
|
|
42357
|
+
"./passport-spark-sharp": {
|
|
42358
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
42359
|
+
"default": "./components/p/passport-spark-sharp.jsx"
|
|
42360
|
+
},
|
|
42213
42361
|
"./password": {
|
|
42214
42362
|
"types": "./types/vn2rmosy.d.ts",
|
|
42215
42363
|
"default": "./components/p/password.jsx"
|
|
@@ -48926,6 +49074,30 @@
|
|
|
48926
49074
|
"types": "./types/vn2rmosy.d.ts",
|
|
48927
49075
|
"default": "./components/s/screen-share-sharp.jsx"
|
|
48928
49076
|
},
|
|
49077
|
+
"./screen-spark-pause": {
|
|
49078
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
49079
|
+
"default": "./components/s/screen-spark-pause.jsx"
|
|
49080
|
+
},
|
|
49081
|
+
"./screen-spark-pause-outline": {
|
|
49082
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
49083
|
+
"default": "./components/s/screen-spark-pause-outline.jsx"
|
|
49084
|
+
},
|
|
49085
|
+
"./screen-spark-pause-outline-rounded": {
|
|
49086
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
49087
|
+
"default": "./components/s/screen-spark-pause-outline-rounded.jsx"
|
|
49088
|
+
},
|
|
49089
|
+
"./screen-spark-pause-outline-sharp": {
|
|
49090
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
49091
|
+
"default": "./components/s/screen-spark-pause-outline-sharp.jsx"
|
|
49092
|
+
},
|
|
49093
|
+
"./screen-spark-pause-rounded": {
|
|
49094
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
49095
|
+
"default": "./components/s/screen-spark-pause-rounded.jsx"
|
|
49096
|
+
},
|
|
49097
|
+
"./screen-spark-pause-sharp": {
|
|
49098
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
49099
|
+
"default": "./components/s/screen-spark-pause-sharp.jsx"
|
|
49100
|
+
},
|
|
48929
49101
|
"./screencast": {
|
|
48930
49102
|
"types": "./types/vn2rmosy.d.ts",
|
|
48931
49103
|
"default": "./components/s/screencast.jsx"
|
|
@@ -53606,6 +53778,30 @@
|
|
|
53606
53778
|
"types": "./types/vn2rmosy.d.ts",
|
|
53607
53779
|
"default": "./components/s/split-scene.jsx"
|
|
53608
53780
|
},
|
|
53781
|
+
"./split-scene-2": {
|
|
53782
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
53783
|
+
"default": "./components/s/split-scene-2.jsx"
|
|
53784
|
+
},
|
|
53785
|
+
"./split-scene-2-outline": {
|
|
53786
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
53787
|
+
"default": "./components/s/split-scene-2-outline.jsx"
|
|
53788
|
+
},
|
|
53789
|
+
"./split-scene-2-outline-rounded": {
|
|
53790
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
53791
|
+
"default": "./components/s/split-scene-2-outline-rounded.jsx"
|
|
53792
|
+
},
|
|
53793
|
+
"./split-scene-2-outline-sharp": {
|
|
53794
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
53795
|
+
"default": "./components/s/split-scene-2-outline-sharp.jsx"
|
|
53796
|
+
},
|
|
53797
|
+
"./split-scene-2-rounded": {
|
|
53798
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
53799
|
+
"default": "./components/s/split-scene-2-rounded.jsx"
|
|
53800
|
+
},
|
|
53801
|
+
"./split-scene-2-sharp": {
|
|
53802
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
53803
|
+
"default": "./components/s/split-scene-2-sharp.jsx"
|
|
53804
|
+
},
|
|
53609
53805
|
"./split-scene-down": {
|
|
53610
53806
|
"types": "./types/vn2rmosy.d.ts",
|
|
53611
53807
|
"default": "./components/s/split-scene-down.jsx"
|
|
@@ -53686,10 +53882,6 @@
|
|
|
53686
53882
|
"types": "./types/vn2rmosy.d.ts",
|
|
53687
53883
|
"default": "./components/s/split-scene-sharp.jsx"
|
|
53688
53884
|
},
|
|
53689
|
-
"./split-scene-up": {
|
|
53690
|
-
"types": "./types/vn2rmosy.d.ts",
|
|
53691
|
-
"default": "./components/s/split-scene-up.jsx"
|
|
53692
|
-
},
|
|
53693
53885
|
"./split-scene-up-outline": {
|
|
53694
53886
|
"types": "./types/vn2rmosy.d.ts",
|
|
53695
53887
|
"default": "./components/s/split-scene-up-outline.jsx"
|
|
@@ -53702,14 +53894,6 @@
|
|
|
53702
53894
|
"types": "./types/vn2rmosy.d.ts",
|
|
53703
53895
|
"default": "./components/s/split-scene-up-outline-sharp.jsx"
|
|
53704
53896
|
},
|
|
53705
|
-
"./split-scene-up-rounded": {
|
|
53706
|
-
"types": "./types/vn2rmosy.d.ts",
|
|
53707
|
-
"default": "./components/s/split-scene-up-rounded.jsx"
|
|
53708
|
-
},
|
|
53709
|
-
"./split-scene-up-sharp": {
|
|
53710
|
-
"types": "./types/vn2rmosy.d.ts",
|
|
53711
|
-
"default": "./components/s/split-scene-up-sharp.jsx"
|
|
53712
|
-
},
|
|
53713
53897
|
"./splitscreen": {
|
|
53714
53898
|
"types": "./types/vn2rmosy.d.ts",
|
|
53715
53899
|
"default": "./components/s/splitscreen.jsx"
|
|
@@ -62798,6 +62982,18 @@
|
|
|
62798
62982
|
"types": "./types/vn2rmosy.d.ts",
|
|
62799
62983
|
"default": "./components/v/vrpano-sharp.jsx"
|
|
62800
62984
|
},
|
|
62985
|
+
"./walk-bike": {
|
|
62986
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
62987
|
+
"default": "./components/w/walk-bike.jsx"
|
|
62988
|
+
},
|
|
62989
|
+
"./walk-bike-rounded": {
|
|
62990
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
62991
|
+
"default": "./components/w/walk-bike-rounded.jsx"
|
|
62992
|
+
},
|
|
62993
|
+
"./walk-bike-sharp": {
|
|
62994
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
62995
|
+
"default": "./components/w/walk-bike-sharp.jsx"
|
|
62996
|
+
},
|
|
62801
62997
|
"./wall-art": {
|
|
62802
62998
|
"types": "./types/vn2rmosy.d.ts",
|
|
62803
62999
|
"default": "./components/w/wall-art.jsx"
|
|
@@ -64662,6 +64858,14 @@
|
|
|
64662
64858
|
"types": "./types/vn2rmosy.d.ts",
|
|
64663
64859
|
"default": "./components/w/workspace-premium-rounded.jsx"
|
|
64664
64860
|
},
|
|
64861
|
+
"./workspace-studio": {
|
|
64862
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
64863
|
+
"default": "./components/w/workspace-studio.jsx"
|
|
64864
|
+
},
|
|
64865
|
+
"./workspace-studio-outline": {
|
|
64866
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
64867
|
+
"default": "./components/w/workspace-studio-outline.jsx"
|
|
64868
|
+
},
|
|
64665
64869
|
"./workspaces": {
|
|
64666
64870
|
"types": "./types/vn2rmosy.d.ts",
|
|
64667
64871
|
"default": "./components/w/workspaces.jsx"
|
|
@@ -72574,6 +72778,18 @@
|
|
|
72574
72778
|
"types": "./types/vn2rmosy.d.ts",
|
|
72575
72779
|
"default": "./components/s/split-scene-right-sharp.jsx"
|
|
72576
72780
|
},
|
|
72781
|
+
"./split-scene-up": {
|
|
72782
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
72783
|
+
"default": "./components/s/split-scene-up.jsx"
|
|
72784
|
+
},
|
|
72785
|
+
"./split-scene-up-rounded": {
|
|
72786
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
72787
|
+
"default": "./components/s/split-scene-up-rounded.jsx"
|
|
72788
|
+
},
|
|
72789
|
+
"./split-scene-up-sharp": {
|
|
72790
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
72791
|
+
"default": "./components/s/split-scene-up-sharp.jsx"
|
|
72792
|
+
},
|
|
72577
72793
|
"./spoke-outline-sharp": {
|
|
72578
72794
|
"types": "./types/vn2rmosy.d.ts",
|
|
72579
72795
|
"default": "./components/s/spoke-outline-sharp.jsx"
|