@cdx-ui/icons 0.0.1-beta.4 → 0.0.1-beta.40
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/README.md +1 -1
- package/lib/commonjs/aliases/prefixed.js +175 -0
- package/lib/commonjs/aliases/suffixed.js +175 -0
- package/lib/commonjs/icons/2d_2.js +20 -0
- package/lib/commonjs/icons/3d_2.js +20 -0
- package/lib/commonjs/icons/add_task.js +3 -3
- package/lib/commonjs/icons/add_to_drive.js +3 -3
- package/lib/commonjs/icons/audio_capture.js +20 -0
- package/lib/commonjs/icons/bitbucket.js +20 -0
- package/lib/commonjs/icons/car_spark.js +20 -0
- package/lib/commonjs/icons/credit_card_spark.js +20 -0
- package/lib/commonjs/icons/crop_21_9.js +20 -0
- package/lib/commonjs/icons/crop_2_3.js +20 -0
- package/lib/commonjs/icons/docs.js +3 -3
- package/lib/commonjs/icons/drive_export.js +3 -3
- package/lib/commonjs/icons/flight_spark.js +20 -0
- package/lib/commonjs/icons/forms_add_on.js +3 -3
- package/lib/commonjs/icons/forms_apps_script.js +3 -3
- package/lib/commonjs/icons/gitlab.js +20 -0
- package/lib/commonjs/icons/index.js +175 -0
- package/lib/commonjs/icons/ink_highlighter_off.js +20 -0
- package/lib/commonjs/icons/light_mode_auto.js +20 -0
- package/lib/commonjs/icons/local_shipping_spark.js +20 -0
- package/lib/commonjs/icons/mail_spark.js +20 -0
- package/lib/commonjs/icons/passport_spark.js +20 -0
- package/lib/commonjs/icons/screen_spark_pause.js +20 -0
- package/lib/commonjs/icons/split_scene_2.js +20 -0
- package/lib/commonjs/icons/task_alt.js +3 -3
- package/lib/commonjs/icons/tilt_arrow_down.js +20 -0
- package/lib/commonjs/icons/tilt_arrow_up.js +20 -0
- package/lib/commonjs/icons/video_frame_copy.js +20 -0
- package/lib/commonjs/icons/video_frame_save.js +20 -0
- package/lib/commonjs/icons/walk_bike.js +20 -0
- package/lib/commonjs/icons/watch_button.js +20 -0
- package/lib/commonjs/icons/wb_twilight_2.js +20 -0
- package/lib/commonjs/icons/workspace_studio.js +20 -0
- package/lib/module/aliases/prefixed.js +25 -0
- package/lib/module/aliases/suffixed.js +25 -0
- package/lib/module/icons/2d_2.js +16 -0
- package/lib/module/icons/3d_2.js +16 -0
- package/lib/module/icons/add_task.js +3 -3
- package/lib/module/icons/add_to_drive.js +3 -3
- package/lib/module/icons/audio_capture.js +16 -0
- package/lib/module/icons/bitbucket.js +16 -0
- package/lib/module/icons/car_spark.js +16 -0
- package/lib/module/icons/credit_card_spark.js +16 -0
- package/lib/module/icons/crop_21_9.js +16 -0
- package/lib/module/icons/crop_2_3.js +16 -0
- package/lib/module/icons/docs.js +3 -3
- package/lib/module/icons/drive_export.js +3 -3
- package/lib/module/icons/flight_spark.js +16 -0
- package/lib/module/icons/forms_add_on.js +3 -3
- package/lib/module/icons/forms_apps_script.js +3 -3
- package/lib/module/icons/gitlab.js +16 -0
- package/lib/module/icons/index.js +25 -0
- package/lib/module/icons/ink_highlighter_off.js +16 -0
- package/lib/module/icons/light_mode_auto.js +16 -0
- package/lib/module/icons/local_shipping_spark.js +16 -0
- package/lib/module/icons/mail_spark.js +16 -0
- package/lib/module/icons/passport_spark.js +16 -0
- package/lib/module/icons/screen_spark_pause.js +16 -0
- package/lib/module/icons/split_scene_2.js +16 -0
- package/lib/module/icons/task_alt.js +3 -3
- package/lib/module/icons/tilt_arrow_down.js +16 -0
- package/lib/module/icons/tilt_arrow_up.js +16 -0
- package/lib/module/icons/video_frame_copy.js +16 -0
- package/lib/module/icons/video_frame_save.js +16 -0
- package/lib/module/icons/walk_bike.js +16 -0
- package/lib/module/icons/watch_button.js +16 -0
- package/lib/module/icons/wb_twilight_2.js +16 -0
- package/lib/module/icons/workspace_studio.js +16 -0
- package/lib/typescript/aliases/prefixed.d.ts +25 -0
- package/lib/typescript/aliases/suffixed.d.ts +25 -0
- package/lib/typescript/icons/2d_2.d.ts +6 -0
- package/lib/typescript/icons/3d_2.d.ts +6 -0
- package/lib/typescript/icons/add_task.d.ts +1 -1
- package/lib/typescript/icons/add_to_drive.d.ts +1 -1
- package/lib/typescript/icons/audio_capture.d.ts +6 -0
- package/lib/typescript/icons/bitbucket.d.ts +6 -0
- package/lib/typescript/icons/car_spark.d.ts +6 -0
- package/lib/typescript/icons/credit_card_spark.d.ts +6 -0
- package/lib/typescript/icons/crop_21_9.d.ts +6 -0
- package/lib/typescript/icons/crop_2_3.d.ts +6 -0
- package/lib/typescript/icons/docs.d.ts +1 -1
- package/lib/typescript/icons/drive_export.d.ts +1 -1
- package/lib/typescript/icons/flight_spark.d.ts +6 -0
- package/lib/typescript/icons/forms_add_on.d.ts +1 -1
- package/lib/typescript/icons/forms_apps_script.d.ts +1 -1
- package/lib/typescript/icons/gitlab.d.ts +6 -0
- package/lib/typescript/icons/index.d.ts +25 -0
- package/lib/typescript/icons/ink_highlighter_off.d.ts +6 -0
- package/lib/typescript/icons/light_mode_auto.d.ts +6 -0
- package/lib/typescript/icons/local_shipping_spark.d.ts +6 -0
- package/lib/typescript/icons/mail_spark.d.ts +6 -0
- package/lib/typescript/icons/passport_spark.d.ts +6 -0
- package/lib/typescript/icons/screen_spark_pause.d.ts +6 -0
- package/lib/typescript/icons/split_scene_2.d.ts +6 -0
- package/lib/typescript/icons/task_alt.d.ts +1 -1
- package/lib/typescript/icons/tilt_arrow_down.d.ts +6 -0
- package/lib/typescript/icons/tilt_arrow_up.d.ts +6 -0
- package/lib/typescript/icons/video_frame_copy.d.ts +6 -0
- package/lib/typescript/icons/video_frame_save.d.ts +6 -0
- package/lib/typescript/icons/walk_bike.d.ts +6 -0
- package/lib/typescript/icons/watch_button.d.ts +6 -0
- package/lib/typescript/icons/wb_twilight_2.d.ts +6 -0
- package/lib/typescript/icons/workspace_studio.d.ts +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const Crop23: import("..").CdxIcon;
|
|
5
|
+
export default Crop23;
|
|
6
|
+
//# sourceMappingURL=crop_2_3.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @preview 
|
|
3
3
|
*/
|
|
4
4
|
declare const Docs: import("..").CdxIcon;
|
|
5
5
|
export default Docs;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @preview 
|
|
3
3
|
*/
|
|
4
4
|
declare const DriveExport: import("..").CdxIcon;
|
|
5
5
|
export default DriveExport;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const FlightSpark: import("..").CdxIcon;
|
|
5
|
+
export default FlightSpark;
|
|
6
|
+
//# sourceMappingURL=flight_spark.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @preview 
|
|
3
3
|
*/
|
|
4
4
|
declare const FormsAddOn: import("..").CdxIcon;
|
|
5
5
|
export default FormsAddOn;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @preview 
|
|
3
3
|
*/
|
|
4
4
|
declare const FormsAppsScript: import("..").CdxIcon;
|
|
5
5
|
export default FormsAppsScript;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const Gitlab: import("..").CdxIcon;
|
|
5
|
+
export default Gitlab;
|
|
6
|
+
//# sourceMappingURL=gitlab.d.ts.map
|
|
@@ -22,6 +22,7 @@ export { default as _23mp } from './23mp';
|
|
|
22
22
|
export { default as _24fpsSelect } from './24fps_select';
|
|
23
23
|
export { default as _24mp } from './24mp';
|
|
24
24
|
export { default as _2d } from './2d';
|
|
25
|
+
export { default as _2d2 } from './2d_2';
|
|
25
26
|
export { default as _2k } from './2k';
|
|
26
27
|
export { default as _2kPlus } from './2k_plus';
|
|
27
28
|
export { default as _2mp } from './2mp';
|
|
@@ -29,6 +30,7 @@ export { default as _30fps } from './30fps';
|
|
|
29
30
|
export { default as _30fpsSelect } from './30fps_select';
|
|
30
31
|
export { default as _360 } from './360';
|
|
31
32
|
export { default as _3d } from './3d';
|
|
33
|
+
export { default as _3d2 } from './3d_2';
|
|
32
34
|
export { default as _3dRotation } from './3d_rotation';
|
|
33
35
|
export { default as _3gMobiledata } from './3g_mobiledata';
|
|
34
36
|
export { default as _3gMobiledataBadge } from './3g_mobiledata_badge';
|
|
@@ -322,6 +324,7 @@ export { default as AttachMoney } from './attach_money';
|
|
|
322
324
|
export { default as Attachment } from './attachment';
|
|
323
325
|
export { default as Attractions } from './attractions';
|
|
324
326
|
export { default as Attribution } from './attribution';
|
|
327
|
+
export { default as AudioCapture } from './audio_capture';
|
|
325
328
|
export { default as AudioDescription } from './audio_description';
|
|
326
329
|
export { default as AudioFile } from './audio_file';
|
|
327
330
|
export { default as AudioVideoReceiver } from './audio_video_receiver';
|
|
@@ -466,6 +469,7 @@ export { default as BikeDock } from './bike_dock';
|
|
|
466
469
|
export { default as BikeLane } from './bike_lane';
|
|
467
470
|
export { default as BikeScooter } from './bike_scooter';
|
|
468
471
|
export { default as Biotech } from './biotech';
|
|
472
|
+
export { default as Bitbucket } from './bitbucket';
|
|
469
473
|
export { default as Blanket } from './blanket';
|
|
470
474
|
export { default as Blender } from './blender';
|
|
471
475
|
export { default as Blind } from './blind';
|
|
@@ -653,6 +657,7 @@ export { default as CarLock } from './car_lock';
|
|
|
653
657
|
export { default as CarMirrorHeat } from './car_mirror_heat';
|
|
654
658
|
export { default as CarRental } from './car_rental';
|
|
655
659
|
export { default as CarRepair } from './car_repair';
|
|
660
|
+
export { default as CarSpark } from './car_spark';
|
|
656
661
|
export { default as CarTag } from './car_tag';
|
|
657
662
|
export { default as CardMembership } from './card_membership';
|
|
658
663
|
export { default as CardTravel } from './card_travel';
|
|
@@ -883,11 +888,14 @@ export { default as CreditCardClock } from './credit_card_clock';
|
|
|
883
888
|
export { default as CreditCardGear } from './credit_card_gear';
|
|
884
889
|
export { default as CreditCardHeart } from './credit_card_heart';
|
|
885
890
|
export { default as CreditCardOff } from './credit_card_off';
|
|
891
|
+
export { default as CreditCardSpark } from './credit_card_spark';
|
|
886
892
|
export { default as CreditScore } from './credit_score';
|
|
887
893
|
export { default as Crib } from './crib';
|
|
888
894
|
export { default as CrisisAlert } from './crisis_alert';
|
|
889
895
|
export { default as Crop } from './crop';
|
|
890
896
|
export { default as Crop169 } from './crop_16_9';
|
|
897
|
+
export { default as Crop23 } from './crop_2_3';
|
|
898
|
+
export { default as Crop219 } from './crop_21_9';
|
|
891
899
|
export { default as Crop32 } from './crop_3_2';
|
|
892
900
|
export { default as Crop54 } from './crop_5_4';
|
|
893
901
|
export { default as Crop75 } from './crop_7_5';
|
|
@@ -1374,6 +1382,7 @@ export { default as FlexWrap } from './flex_wrap';
|
|
|
1374
1382
|
export { default as Flight } from './flight';
|
|
1375
1383
|
export { default as FlightClass } from './flight_class';
|
|
1376
1384
|
export { default as FlightLand } from './flight_land';
|
|
1385
|
+
export { default as FlightSpark } from './flight_spark';
|
|
1377
1386
|
export { default as FlightTakeoff } from './flight_takeoff';
|
|
1378
1387
|
export { default as FlightsAndHotels } from './flights_and_hotels';
|
|
1379
1388
|
export { default as Flip } from './flip';
|
|
@@ -1566,6 +1575,7 @@ export { default as Gif2 } from './gif_2';
|
|
|
1566
1575
|
export { default as GifBox } from './gif_box';
|
|
1567
1576
|
export { default as Girl } from './girl';
|
|
1568
1577
|
export { default as Gite } from './gite';
|
|
1578
|
+
export { default as Gitlab } from './gitlab';
|
|
1569
1579
|
export { default as GlassCup } from './glass_cup';
|
|
1570
1580
|
export { default as Globe } from './globe';
|
|
1571
1581
|
export { default as Globe2Cancel } from './globe_2_cancel';
|
|
@@ -1805,6 +1815,7 @@ export { default as InkEraser } from './ink_eraser';
|
|
|
1805
1815
|
export { default as InkEraserOff } from './ink_eraser_off';
|
|
1806
1816
|
export { default as InkHighlighter } from './ink_highlighter';
|
|
1807
1817
|
export { default as InkHighlighterMove } from './ink_highlighter_move';
|
|
1818
|
+
export { default as InkHighlighterOff } from './ink_highlighter_off';
|
|
1808
1819
|
export { default as InkMarker } from './ink_marker';
|
|
1809
1820
|
export { default as InkPen } from './ink_pen';
|
|
1810
1821
|
export { default as InkSelection } from './ink_selection';
|
|
@@ -1940,6 +1951,7 @@ export { default as Light } from './light';
|
|
|
1940
1951
|
export { default as LightGroup } from './light_group';
|
|
1941
1952
|
export { default as LightGroup2 } from './light_group_2';
|
|
1942
1953
|
export { default as LightMode } from './light_mode';
|
|
1954
|
+
export { default as LightModeAuto } from './light_mode_auto';
|
|
1943
1955
|
export { default as LightOff } from './light_off';
|
|
1944
1956
|
export { default as Lightbulb } from './lightbulb';
|
|
1945
1957
|
export { default as Lightbulb2 } from './lightbulb_2';
|
|
@@ -2001,6 +2013,7 @@ export { default as LocalPolice } from './local_police';
|
|
|
2001
2013
|
export { default as LocalPostOffice } from './local_post_office';
|
|
2002
2014
|
export { default as LocalSee } from './local_see';
|
|
2003
2015
|
export { default as LocalShipping } from './local_shipping';
|
|
2016
|
+
export { default as LocalShippingSpark } from './local_shipping_spark';
|
|
2004
2017
|
export { default as LocalTaxi } from './local_taxi';
|
|
2005
2018
|
export { default as LocationAway } from './location_away';
|
|
2006
2019
|
export { default as LocationChip } from './location_chip';
|
|
@@ -2050,6 +2063,7 @@ export { default as MailAsterisk } from './mail_asterisk';
|
|
|
2050
2063
|
export { default as MailLock } from './mail_lock';
|
|
2051
2064
|
export { default as MailOff } from './mail_off';
|
|
2052
2065
|
export { default as MailShield } from './mail_shield';
|
|
2066
|
+
export { default as MailSpark } from './mail_spark';
|
|
2053
2067
|
export { default as Male } from './male';
|
|
2054
2068
|
export { default as Man } from './man';
|
|
2055
2069
|
export { default as Man2 } from './man_2';
|
|
@@ -2507,6 +2521,7 @@ export { default as PartnerReports } from './partner_reports';
|
|
|
2507
2521
|
export { default as PartyMode } from './party_mode';
|
|
2508
2522
|
export { default as Passkey } from './passkey';
|
|
2509
2523
|
export { default as Passport } from './passport';
|
|
2524
|
+
export { default as PassportSpark } from './passport_spark';
|
|
2510
2525
|
export { default as Password } from './password';
|
|
2511
2526
|
export { default as Password2 } from './password_2';
|
|
2512
2527
|
export { default as Password2Off } from './password_2_off';
|
|
@@ -2898,6 +2913,7 @@ export { default as ScreenRotationAlt } from './screen_rotation_alt';
|
|
|
2898
2913
|
export { default as ScreenRotationUp } from './screen_rotation_up';
|
|
2899
2914
|
export { default as ScreenSearchDesktop } from './screen_search_desktop';
|
|
2900
2915
|
export { default as ScreenShare } from './screen_share';
|
|
2916
|
+
export { default as ScreenSparkPause } from './screen_spark_pause';
|
|
2901
2917
|
export { default as ScreenshotFrame } from './screenshot_frame';
|
|
2902
2918
|
export { default as ScreenshotFrame2 } from './screenshot_frame_2';
|
|
2903
2919
|
export { default as ScreenshotKeyboard } from './screenshot_keyboard';
|
|
@@ -3179,6 +3195,7 @@ export { default as Speed4 } from './speed_4';
|
|
|
3179
3195
|
export { default as SpeedCamera } from './speed_camera';
|
|
3180
3196
|
export { default as Spellcheck } from './spellcheck';
|
|
3181
3197
|
export { default as SplitScene } from './split_scene';
|
|
3198
|
+
export { default as SplitScene2 } from './split_scene_2';
|
|
3182
3199
|
export { default as SplitSceneDown } from './split_scene_down';
|
|
3183
3200
|
export { default as SplitSceneLeft } from './split_scene_left';
|
|
3184
3201
|
export { default as SplitSceneRight } from './split_scene_right';
|
|
@@ -3477,6 +3494,8 @@ export { default as TibiaAlt } from './tibia_alt';
|
|
|
3477
3494
|
export { default as TileLarge } from './tile_large';
|
|
3478
3495
|
export { default as TileMedium } from './tile_medium';
|
|
3479
3496
|
export { default as TileSmall } from './tile_small';
|
|
3497
|
+
export { default as TiltArrowDown } from './tilt_arrow_down';
|
|
3498
|
+
export { default as TiltArrowUp } from './tilt_arrow_up';
|
|
3480
3499
|
export { default as TimeAuto } from './time_auto';
|
|
3481
3500
|
export { default as Timelapse } from './timelapse';
|
|
3482
3501
|
export { default as Timeline } from './timeline';
|
|
@@ -3664,6 +3683,8 @@ export { default as VideoCameraFront } from './video_camera_front';
|
|
|
3664
3683
|
export { default as VideoCameraFrontOff } from './video_camera_front_off';
|
|
3665
3684
|
export { default as VideoChat } from './video_chat';
|
|
3666
3685
|
export { default as VideoFile } from './video_file';
|
|
3686
|
+
export { default as VideoFrameCopy } from './video_frame_copy';
|
|
3687
|
+
export { default as VideoFrameSave } from './video_frame_save';
|
|
3667
3688
|
export { default as VideoLabel } from './video_label';
|
|
3668
3689
|
export { default as VideoLibrary } from './video_library';
|
|
3669
3690
|
export { default as VideoSearch } from './video_search';
|
|
@@ -3730,6 +3751,7 @@ export { default as VpnLock2 } from './vpn_lock_2';
|
|
|
3730
3751
|
export { default as Vr180Create2d } from './vr180_create2d';
|
|
3731
3752
|
export { default as Vr180Create2dOff } from './vr180_create2d_off';
|
|
3732
3753
|
export { default as Vrpano } from './vrpano';
|
|
3754
|
+
export { default as WalkBike } from './walk_bike';
|
|
3733
3755
|
export { default as WallArt } from './wall_art';
|
|
3734
3756
|
export { default as WallLamp } from './wall_lamp';
|
|
3735
3757
|
export { default as Wallet } from './wallet';
|
|
@@ -3747,6 +3769,7 @@ export { default as Watch } from './watch';
|
|
|
3747
3769
|
export { default as WatchAlert } from './watch_alert';
|
|
3748
3770
|
export { default as WatchArrow } from './watch_arrow';
|
|
3749
3771
|
export { default as WatchArrowDown } from './watch_arrow_down';
|
|
3772
|
+
export { default as WatchButton } from './watch_button';
|
|
3750
3773
|
export { default as WatchButtonPress } from './watch_button_press';
|
|
3751
3774
|
export { default as WatchCheck } from './watch_check';
|
|
3752
3775
|
export { default as WatchLock } from './watch_lock';
|
|
@@ -3781,6 +3804,7 @@ export { default as WbIridescent } from './wb_iridescent';
|
|
|
3781
3804
|
export { default as WbShade } from './wb_shade';
|
|
3782
3805
|
export { default as WbSunny } from './wb_sunny';
|
|
3783
3806
|
export { default as WbTwilight } from './wb_twilight';
|
|
3807
|
+
export { default as WbTwilight2 } from './wb_twilight_2';
|
|
3784
3808
|
export { default as Wc } from './wc';
|
|
3785
3809
|
export { default as WeatherHail } from './weather_hail';
|
|
3786
3810
|
export { default as WeatherMix } from './weather_mix';
|
|
@@ -3844,6 +3868,7 @@ export { default as WorkAlert } from './work_alert';
|
|
|
3844
3868
|
export { default as WorkHistory } from './work_history';
|
|
3845
3869
|
export { default as WorkUpdate } from './work_update';
|
|
3846
3870
|
export { default as WorkspacePremium } from './workspace_premium';
|
|
3871
|
+
export { default as WorkspaceStudio } from './workspace_studio';
|
|
3847
3872
|
export { default as Workspaces } from './workspaces';
|
|
3848
3873
|
export { default as WoundsInjuries } from './wounds_injuries';
|
|
3849
3874
|
export { default as WrapText } from './wrap_text';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const InkHighlighterOff: import("..").CdxIcon;
|
|
5
|
+
export default InkHighlighterOff;
|
|
6
|
+
//# sourceMappingURL=ink_highlighter_off.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const LightModeAuto: import("..").CdxIcon;
|
|
5
|
+
export default LightModeAuto;
|
|
6
|
+
//# sourceMappingURL=light_mode_auto.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const LocalShippingSpark: import("..").CdxIcon;
|
|
5
|
+
export default LocalShippingSpark;
|
|
6
|
+
//# sourceMappingURL=local_shipping_spark.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const MailSpark: import("..").CdxIcon;
|
|
5
|
+
export default MailSpark;
|
|
6
|
+
//# sourceMappingURL=mail_spark.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const PassportSpark: import("..").CdxIcon;
|
|
5
|
+
export default PassportSpark;
|
|
6
|
+
//# sourceMappingURL=passport_spark.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const ScreenSparkPause: import("..").CdxIcon;
|
|
5
|
+
export default ScreenSparkPause;
|
|
6
|
+
//# sourceMappingURL=screen_spark_pause.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const SplitScene2: import("..").CdxIcon;
|
|
5
|
+
export default SplitScene2;
|
|
6
|
+
//# sourceMappingURL=split_scene_2.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @preview 
|
|
3
3
|
*/
|
|
4
4
|
declare const TaskAlt: import("..").CdxIcon;
|
|
5
5
|
export default TaskAlt;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const TiltArrowDown: import("..").CdxIcon;
|
|
5
|
+
export default TiltArrowDown;
|
|
6
|
+
//# sourceMappingURL=tilt_arrow_down.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const TiltArrowUp: import("..").CdxIcon;
|
|
5
|
+
export default TiltArrowUp;
|
|
6
|
+
//# sourceMappingURL=tilt_arrow_up.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const VideoFrameCopy: import("..").CdxIcon;
|
|
5
|
+
export default VideoFrameCopy;
|
|
6
|
+
//# sourceMappingURL=video_frame_copy.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const VideoFrameSave: import("..").CdxIcon;
|
|
5
|
+
export default VideoFrameSave;
|
|
6
|
+
//# sourceMappingURL=video_frame_save.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const WalkBike: import("..").CdxIcon;
|
|
5
|
+
export default WalkBike;
|
|
6
|
+
//# sourceMappingURL=walk_bike.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const WatchButton: import("..").CdxIcon;
|
|
5
|
+
export default WatchButton;
|
|
6
|
+
//# sourceMappingURL=watch_button.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const WbTwilight2: import("..").CdxIcon;
|
|
5
|
+
export default WbTwilight2;
|
|
6
|
+
//# sourceMappingURL=wb_twilight_2.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const WorkspaceStudio: import("..").CdxIcon;
|
|
5
|
+
export default WorkspaceStudio;
|
|
6
|
+
//# sourceMappingURL=workspace_studio.d.ts.map
|