material-design-icons-literal-types 1.0.20 → 1.0.21
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.
|
@@ -365,6 +365,7 @@ export type MaterialSymbols =
|
|
|
365
365
|
| 'ballot'
|
|
366
366
|
| 'bar_chart'
|
|
367
367
|
| 'bar_chart_4_bars'
|
|
368
|
+
| 'bar_chart_off'
|
|
368
369
|
| 'barcode'
|
|
369
370
|
| 'barcode_reader'
|
|
370
371
|
| 'barcode_scanner'
|
|
@@ -465,6 +466,7 @@ export type MaterialSymbols =
|
|
|
465
466
|
| 'bookmark'
|
|
466
467
|
| 'bookmark_add'
|
|
467
468
|
| 'bookmark_added'
|
|
469
|
+
| 'bookmark_bag'
|
|
468
470
|
| 'bookmark_border'
|
|
469
471
|
| 'bookmark_check'
|
|
470
472
|
| 'bookmark_flag'
|
|
@@ -485,6 +487,7 @@ export type MaterialSymbols =
|
|
|
485
487
|
| 'border_style'
|
|
486
488
|
| 'border_top'
|
|
487
489
|
| 'border_vertical'
|
|
490
|
+
| 'borg'
|
|
488
491
|
| 'bottom_app_bar'
|
|
489
492
|
| 'bottom_drawer'
|
|
490
493
|
| 'bottom_navigation'
|
|
@@ -1273,6 +1276,7 @@ export type MaterialSymbols =
|
|
|
1273
1276
|
| 'fitness_center'
|
|
1274
1277
|
| 'fitness_tracker'
|
|
1275
1278
|
| 'flag'
|
|
1279
|
+
| 'flag_2'
|
|
1276
1280
|
| 'flag_circle'
|
|
1277
1281
|
| 'flag_filled'
|
|
1278
1282
|
| 'flaky'
|
|
@@ -1438,6 +1442,7 @@ export type MaterialSymbols =
|
|
|
1438
1442
|
| 'gesture_select'
|
|
1439
1443
|
| 'get_app'
|
|
1440
1444
|
| 'gif'
|
|
1445
|
+
| 'gif_2'
|
|
1441
1446
|
| 'gif_box'
|
|
1442
1447
|
| 'girl'
|
|
1443
1448
|
| 'gite'
|
|
@@ -2046,6 +2051,7 @@ export type MaterialSymbols =
|
|
|
2046
2051
|
| 'motion_photos_on'
|
|
2047
2052
|
| 'motion_photos_pause'
|
|
2048
2053
|
| 'motion_photos_paused'
|
|
2054
|
+
| 'motion_play'
|
|
2049
2055
|
| 'motion_sensor_active'
|
|
2050
2056
|
| 'motion_sensor_alert'
|
|
2051
2057
|
| 'motion_sensor_idle'
|
|
@@ -3446,6 +3452,7 @@ export type MaterialSymbols =
|
|
|
3446
3452
|
| 'vibration'
|
|
3447
3453
|
| 'video_call'
|
|
3448
3454
|
| 'video_camera_back'
|
|
3455
|
+
| 'video_camera_back_add'
|
|
3449
3456
|
| 'video_camera_front'
|
|
3450
3457
|
| 'video_camera_front_off'
|
|
3451
3458
|
| 'video_chat'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "material-design-icons-literal-types",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "node src/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"repository": "github:Defkil/material-design-icons-literal-types",
|
|
22
22
|
"license": "ISC",
|
|
23
23
|
"config": {
|
|
24
|
-
"lastGenerated": "2024-
|
|
24
|
+
"lastGenerated": "2024-08-12T00:21:50.425Z"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"README.md",
|