@cdx-ui/icons 0.0.1-beta.3 → 0.0.1-beta.30
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 +91 -0
- package/lib/commonjs/aliases/suffixed.js +91 -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/bitbucket.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/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 +91 -0
- package/lib/commonjs/icons/ink_highlighter_off.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/watch_button.js +20 -0
- package/lib/commonjs/icons/wb_twilight_2.js +20 -0
- package/lib/module/aliases/prefixed.js +13 -0
- package/lib/module/aliases/suffixed.js +13 -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/bitbucket.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/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 +13 -0
- package/lib/module/icons/ink_highlighter_off.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/watch_button.js +16 -0
- package/lib/module/icons/wb_twilight_2.js +16 -0
- package/lib/typescript/aliases/prefixed.d.ts +13 -0
- package/lib/typescript/aliases/suffixed.d.ts +13 -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/bitbucket.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/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 +13 -0
- package/lib/typescript/icons/ink_highlighter_off.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/watch_button.d.ts +6 -0
- package/lib/typescript/icons/wb_twilight_2.d.ts +6 -0
- package/package.json +5 -4
|
@@ -24,6 +24,7 @@ export { default as _23mpIcon } from '../icons/23mp';
|
|
|
24
24
|
export { default as _24fpsSelectIcon } from '../icons/24fps_select';
|
|
25
25
|
export { default as _24mpIcon } from '../icons/24mp';
|
|
26
26
|
export { default as _2dIcon } from '../icons/2d';
|
|
27
|
+
export { default as _2d2Icon } from '../icons/2d_2';
|
|
27
28
|
export { default as _2kIcon } from '../icons/2k';
|
|
28
29
|
export { default as _2kPlusIcon } from '../icons/2k_plus';
|
|
29
30
|
export { default as _2mpIcon } from '../icons/2mp';
|
|
@@ -31,6 +32,7 @@ export { default as _30fpsIcon } from '../icons/30fps';
|
|
|
31
32
|
export { default as _30fpsSelectIcon } from '../icons/30fps_select';
|
|
32
33
|
export { default as _360Icon } from '../icons/360';
|
|
33
34
|
export { default as _3dIcon } from '../icons/3d';
|
|
35
|
+
export { default as _3d2Icon } from '../icons/3d_2';
|
|
34
36
|
export { default as _3dRotationIcon } from '../icons/3d_rotation';
|
|
35
37
|
export { default as _3gMobiledataIcon } from '../icons/3g_mobiledata';
|
|
36
38
|
export { default as _3gMobiledataBadgeIcon } from '../icons/3g_mobiledata_badge';
|
|
@@ -468,6 +470,7 @@ export { default as BikeDockIcon } from '../icons/bike_dock';
|
|
|
468
470
|
export { default as BikeLaneIcon } from '../icons/bike_lane';
|
|
469
471
|
export { default as BikeScooterIcon } from '../icons/bike_scooter';
|
|
470
472
|
export { default as BiotechIcon } from '../icons/biotech';
|
|
473
|
+
export { default as BitbucketIcon } from '../icons/bitbucket';
|
|
471
474
|
export { default as BlanketIcon } from '../icons/blanket';
|
|
472
475
|
export { default as BlenderIcon } from '../icons/blender';
|
|
473
476
|
export { default as BlindIcon } from '../icons/blind';
|
|
@@ -890,6 +893,8 @@ export { default as CribIcon } from '../icons/crib';
|
|
|
890
893
|
export { default as CrisisAlertIcon } from '../icons/crisis_alert';
|
|
891
894
|
export { default as CropIcon } from '../icons/crop';
|
|
892
895
|
export { default as Crop169Icon } from '../icons/crop_16_9';
|
|
896
|
+
export { default as Crop23Icon } from '../icons/crop_2_3';
|
|
897
|
+
export { default as Crop219Icon } from '../icons/crop_21_9';
|
|
893
898
|
export { default as Crop32Icon } from '../icons/crop_3_2';
|
|
894
899
|
export { default as Crop54Icon } from '../icons/crop_5_4';
|
|
895
900
|
export { default as Crop75Icon } from '../icons/crop_7_5';
|
|
@@ -1568,6 +1573,7 @@ export { default as Gif2Icon } from '../icons/gif_2';
|
|
|
1568
1573
|
export { default as GifBoxIcon } from '../icons/gif_box';
|
|
1569
1574
|
export { default as GirlIcon } from '../icons/girl';
|
|
1570
1575
|
export { default as GiteIcon } from '../icons/gite';
|
|
1576
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1571
1577
|
export { default as GlassCupIcon } from '../icons/glass_cup';
|
|
1572
1578
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1573
1579
|
export { default as Globe2CancelIcon } from '../icons/globe_2_cancel';
|
|
@@ -1807,6 +1813,7 @@ export { default as InkEraserIcon } from '../icons/ink_eraser';
|
|
|
1807
1813
|
export { default as InkEraserOffIcon } from '../icons/ink_eraser_off';
|
|
1808
1814
|
export { default as InkHighlighterIcon } from '../icons/ink_highlighter';
|
|
1809
1815
|
export { default as InkHighlighterMoveIcon } from '../icons/ink_highlighter_move';
|
|
1816
|
+
export { default as InkHighlighterOffIcon } from '../icons/ink_highlighter_off';
|
|
1810
1817
|
export { default as InkMarkerIcon } from '../icons/ink_marker';
|
|
1811
1818
|
export { default as InkPenIcon } from '../icons/ink_pen';
|
|
1812
1819
|
export { default as InkSelectionIcon } from '../icons/ink_selection';
|
|
@@ -3479,6 +3486,8 @@ export { default as TibiaAltIcon } from '../icons/tibia_alt';
|
|
|
3479
3486
|
export { default as TileLargeIcon } from '../icons/tile_large';
|
|
3480
3487
|
export { default as TileMediumIcon } from '../icons/tile_medium';
|
|
3481
3488
|
export { default as TileSmallIcon } from '../icons/tile_small';
|
|
3489
|
+
export { default as TiltArrowDownIcon } from '../icons/tilt_arrow_down';
|
|
3490
|
+
export { default as TiltArrowUpIcon } from '../icons/tilt_arrow_up';
|
|
3482
3491
|
export { default as TimeAutoIcon } from '../icons/time_auto';
|
|
3483
3492
|
export { default as TimelapseIcon } from '../icons/timelapse';
|
|
3484
3493
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
@@ -3666,6 +3675,8 @@ export { default as VideoCameraFrontIcon } from '../icons/video_camera_front';
|
|
|
3666
3675
|
export { default as VideoCameraFrontOffIcon } from '../icons/video_camera_front_off';
|
|
3667
3676
|
export { default as VideoChatIcon } from '../icons/video_chat';
|
|
3668
3677
|
export { default as VideoFileIcon } from '../icons/video_file';
|
|
3678
|
+
export { default as VideoFrameCopyIcon } from '../icons/video_frame_copy';
|
|
3679
|
+
export { default as VideoFrameSaveIcon } from '../icons/video_frame_save';
|
|
3669
3680
|
export { default as VideoLabelIcon } from '../icons/video_label';
|
|
3670
3681
|
export { default as VideoLibraryIcon } from '../icons/video_library';
|
|
3671
3682
|
export { default as VideoSearchIcon } from '../icons/video_search';
|
|
@@ -3749,6 +3760,7 @@ export { default as WatchIcon } from '../icons/watch';
|
|
|
3749
3760
|
export { default as WatchAlertIcon } from '../icons/watch_alert';
|
|
3750
3761
|
export { default as WatchArrowIcon } from '../icons/watch_arrow';
|
|
3751
3762
|
export { default as WatchArrowDownIcon } from '../icons/watch_arrow_down';
|
|
3763
|
+
export { default as WatchButtonIcon } from '../icons/watch_button';
|
|
3752
3764
|
export { default as WatchButtonPressIcon } from '../icons/watch_button_press';
|
|
3753
3765
|
export { default as WatchCheckIcon } from '../icons/watch_check';
|
|
3754
3766
|
export { default as WatchLockIcon } from '../icons/watch_lock';
|
|
@@ -3783,6 +3795,7 @@ export { default as WbIridescentIcon } from '../icons/wb_iridescent';
|
|
|
3783
3795
|
export { default as WbShadeIcon } from '../icons/wb_shade';
|
|
3784
3796
|
export { default as WbSunnyIcon } from '../icons/wb_sunny';
|
|
3785
3797
|
export { default as WbTwilightIcon } from '../icons/wb_twilight';
|
|
3798
|
+
export { default as WbTwilight2Icon } from '../icons/wb_twilight_2';
|
|
3786
3799
|
export { default as WcIcon } from '../icons/wc';
|
|
3787
3800
|
export { default as WeatherHailIcon } from '../icons/weather_hail';
|
|
3788
3801
|
export { default as WeatherMixIcon } from '../icons/weather_mix';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const _2d2 = createCdxIcon('2d2', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M147-279v-68q51-41 88.5-72.5T292-478q14-20 23-41.5t9-42.5q0-28-16.5-44T266-622q-24 0-39 15.5T207-564l-69-5q6-54 40.5-87.5T266-690q63 0 97.5 32t34.5 90q0 37-14 69t-36 61q-23 31-46.5 50.5T249-346l2 3h157v64H147Zm341-1v-401h134q97 0 148.5 52T822-480q0 97-52 148.5T622-280H488Zm76-72h54q66 0 97.5-31t31.5-97q0-66-31.5-97.5T618-609h-54v257Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M147-279v-68q51-41 88.5-72.5T292-478q14-20 23-41.5t9-42.5q0-28-16.5-44T266-622q-24 0-39 15.5T207-564l-69-5q6-54 40.5-87.5T266-690q63 0 97.5 32t34.5 90q0 37-14 69t-36 61q-23 31-46.5 50.5T249-346l2 3h157v64H147Zm341-1v-401h134q97 0 148.5 52T822-480q0 97-52 148.5T622-280H488Zm76-72h54q66 0 97.5-31t31.5-97q0-66-31.5-97.5T618-609h-54v257Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default _2d2;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const _3d2 = createCdxIcon('3d2', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M490-279v-401h133q97 0 148.5 51.5T823-480q0 97-52 149t-148 52H490Zm75-72h55q66 0 97-31.5t31-97.5q0-66-31-97.5T620-609h-55v258Zm-289 81q-59 0-96-30.5T137-388l72-14q5 29 21.5 45.5T276-340q28 0 45-15.5t17-42.5q0-26-18-43t-51-17h-32v-64h30q30 0 45-14t15-37q0-23-14.5-36.5T274-623q-23 0-37.5 12T216-576l-71-8q8-53 42-79t88-26q55 0 89.5 27.5T399-581q0 30-13.5 50.5T350-496v4q30 11 46 39t16 61q0 59-37.5 90.5T276-270Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M490-279v-401h133q97 0 148.5 51.5T823-480q0 97-52 149t-148 52H490Zm75-72h55q66 0 97-31.5t31-97.5q0-66-31-97.5T620-609h-55v258Zm-289 81q-59 0-96-30.5T137-388l72-14q5 29 21.5 45.5T276-340q28 0 45-15.5t17-42.5q0-26-18-43t-51-17h-32v-64h30q30 0 45-14t15-37q0-23-14.5-36.5T274-623q-23 0-37.5 12T216-576l-71-8q8-53 42-79t88-26q55 0 89.5 27.5T399-581q0 30-13.5 50.5T350-496v4q30 11 46 39t16 61q0 59-37.5 90.5T276-270Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default _3d2;
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const AddTask = createCdxIcon('AddTask', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "
|
|
10
|
+
"d": "M720-80v-120H600v-80h120v-120h80v120h120v80H800v120h-80ZM381-343q18 18 42.5 18t42.5-18l212-212q12-12 12-28.5T678-611q-12-12-28.5-12T621-611L423-413l-85-85q-12-12-28-12t-28 12q-12 12-12 28t12 28l99 99Zm18 183q-134 0-227.5-93T78-480q0-134 93.5-227T399-800h161q134 0 227.5 93T881-480h-80q0-100-71-170t-171-70H400q-100 0-171 70t-71 170q0 100 71 170t171 70h120v80H399Zm81-320Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "
|
|
13
|
+
"d": "M720-80v-120H600v-80h120v-120h80v120h120v80H800v120h-80ZM381-343q18 18 42.5 18t42.5-18l212-212q12-12 12-28.5T678-611q-12-12-28.5-12T621-611L423-413l-85-85q-12-12-28-12t-28 12q-12 12-12 28t12 28l99 99Zm152 183H399q-134 0-227.5-93T78-480q0-133 93.5-226.5T399-800h161q134 0 227.5 93.5T881-480q0 8-.5 16.5T879-447q-26-15-56.5-23.5T760-479q-100 0-170 70t-70 170q0 21 3 40.5t10 38.5Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default AddTask;
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const AddToDrive = createCdxIcon('AddToDrive', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "
|
|
10
|
+
"d": "M271-200h197L330-440h-93l-53 91q-14 23-13.5 49.5T184-250q13 23 36.5 36.5T271-200Zm209-140 58-100H422l58 100ZM283-520h301l46-80-64-110q-14-23-36.5-36.5T480-760q-27 0-50 13.5T393-710L283-520Zm249 400H271q-49 0-91-24t-66-66q-24-42-24-90t24-90l210-360q24-42 66-66t90-24q48 0 90 24t66 66l187 320q-24-6-48.5-8t-48.5 2l-50-85-90 156q-32 32-49.5 75T519-198q0 20 3.5 40t9.5 38Zm188 80v-120H600v-80h120v-120h80v120h120v80H800v120h-80Zm-44-481Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "
|
|
13
|
+
"d": "M271-120q-49 0-91-24t-66-66q-24-42-24-90t24-90l29-50h187l184 320H271Zm-81-400 134-230q24-42 66-66t90-24q48 0 90 24t66 66l40 69-92 161H190ZM720-40v-120H600v-80h120v-120h80v120h120v80H800v120h-80ZM587-365l136-237 100 172q-63-17-126.5 0T587-365Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default AddToDrive;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const Bitbucket = createCdxIcon('Bitbucket', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M228-120q-17 0-28-9t-14-26L81-804q-2-16 6-26t23-10h740q16 0 24 10t5 26l-29 171q-3 17-13.5 26t-27.5 9H363q-3 0-9 12l35 214q0 2 10 10h161q4 0 10-10l25-155q2-14 10.5-20.5T628-554h175q16 0 24 10t6 25l-59 364q-3 17-14 26t-28 9H228Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M228-120q-17 0-28-9t-14-26L81-804q-2-16 6-26t23-10h740q16 0 24 10t5 26l-29 171q-3 17-13.5 26t-27.5 9H363q-3 0-9 12l35 214q0 2 10 10h161q4 0 10-10l25-155q2-14 10.5-20.5T628-554h175q16 0 24 10t6 25l-59 364q-3 17-14 26t-28 9H228Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default Bitbucket;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const Crop219 = createCdxIcon('Crop219', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M160-280q-33 0-56.5-23.5T80-360v-240q0-33 23.5-56.5T160-680h640q33 0 56.5 23.5T880-600v240q0 33-23.5 56.5T800-280H160Zm0-80h640v-240H160v240Zm0 0v-240 240Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M160-280q-33 0-56.5-23.5T80-360v-240q0-33 23.5-56.5T160-680h640q33 0 56.5 23.5T880-600v240q0 33-23.5 56.5T800-280H160Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default Crop219;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const Crop23 = createCdxIcon('Crop23', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M320-80q-33 0-56.5-23.5T240-160v-640q0-33 23.5-56.5T320-880h320q33 0 56.5 23.5T720-800v640q0 33-23.5 56.5T640-80H320Zm0-80h320v-640H320v640Zm0 0v-640 640Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M320-80q-33 0-56.5-23.5T240-160v-640q0-33 23.5-56.5T320-880h320q33 0 56.5 23.5T720-800v640q0 33-23.5 56.5T640-80H320Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default Crop23;
|
package/lib/module/icons/docs.js
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const Docs = createCdxIcon('Docs', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "
|
|
10
|
+
"d": "M280-80q-33 0-56.5-23.5T200-160v-640q0-33 23.5-56.5T280-880h247q16 0 30.5 6t25.5 17l154 154q11 11 17 25.5t6 30.5v487q0 33-23.5 56.5T680-80H280Zm160-720H280v640h400v-400H560q-50 0-85-35t-35-85v-120Zm80 0v120q0 17 11.5 28.5T560-640h120v-7L527-800h-7ZM400-200q-17 0-28.5-11.5T360-240q0-17 11.5-28.5T400-280h80q17 0 28.5 11.5T520-240q0 17-11.5 28.5T480-200h-80Zm0-160q-17 0-28.5-11.5T360-400q0-17 11.5-28.5T400-440h160q17 0 28.5 11.5T600-400q0 17-11.5 28.5T560-360H400Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "
|
|
13
|
+
"d": "M480-880v160q0 50 35 85t85 35h160v440q0 33-23.5 56.5T680-80H280q-33 0-56.5-23.5T200-160v-640q0-33 23.5-56.5T280-880h200Zm80 0 200 200H600q-17 0-28.5-11.5T560-720v-160ZM400-200h80q17 0 28.5-11.5T520-240q0-17-11.5-28.5T480-280h-80q-17 0-28.5 11.5T360-240q0 17 11.5 28.5T400-200Zm0-160h160q17 0 28.5-11.5T600-400q0-17-11.5-28.5T560-440H400q-17 0-28.5 11.5T360-400q0 17 11.5 28.5T400-360Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default Docs;
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const DriveExport = createCdxIcon('DriveExport', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "m676-
|
|
10
|
+
"d": "m676-60-56-56 123-124H640v-80h240v240h-80v-104L676-60ZM271-200h197L330-440h-93l-53 91q-14 23-13.5 49.5T184-250q13 23 36.5 36.5T271-200Zm209-140 58-100H422l58 100ZM283-520h301l46-80-64-110q-14-23-36.5-36.5T480-760q-27 0-50 13.5T393-710L283-520Zm249 400H271q-49 0-91-24t-66-66q-24-42-24-90t24-90l210-360q24-42 66-66t90-24q48 0 90 24t66 66l187 320q-24-6-48.5-8t-48.5 2l-50-85-90 156q-32 32-49.5 75T519-198q0 20 3.5 40t9.5 38Zm144-401Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "m676-
|
|
13
|
+
"d": "m676-60-56-56 123-124H640v-80h240v240h-80v-104L676-60Zm-405-60q-49 0-91-24t-66-66q-24-42-24-90t24-90l29-50h187l184 320H271Zm-81-400 134-230q24-42 66-66t90-24q48 0 90 24t66 66l40 69-92 161H190Zm397 155 136-237 100 172q-63-17-126.5 0T587-365Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default DriveExport;
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const FormsAddOn = createCdxIcon('FormsAddOn', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "
|
|
10
|
+
"d": "M720-80v-120H600v-80h120v-120h80v120h120v80H800v120h-80Zm-460-60q-58 0-99-41t-41-99q0-29 11-54.5t31-45.5q-20-19-31-45t-11-55q0-29 11-54.5t31-45.5q-20-19-31-45t-11-55q0-57 41-98.5t99-41.5q29 0 54.5 11.5T360-777q19-20 45-31.5t55-11.5h240q57 0 98.5 41.5T840-680q0 29-11.5 55T797-580q23 23 34 52.5t8 61.5q-19-7-39-10t-40-3q0-25-17.5-43T700-540H460q-25 0-42.5 17.5T400-480q0 25 17.5 42.5T460-420h143q-19 17-34.5 37T542-340h-82q-25 0-42.5 17.5T400-280q0 25 17.5 42.5T460-220h61q2 21 7 41t13 39h-81q-29 0-55-11t-45-31q-20 20-45.5 31T260-140Zm0-80q25 0 42.5-17.5T320-280q0-25-17.5-42.5T260-340q-25 0-42.5 17.5T200-280q0 25 17.5 42.5T260-220Zm0-200q25 0 42.5-17.5T320-480q0-25-17.5-42.5T260-540q-25 0-42.5 17.5T200-480q0 25 17.5 42.5T260-420Zm0-200q25 0 42.5-17.5T320-680q0-25-17.5-42.5T260-740q-25 0-42.5 17.5T200-680q0 25 17.5 42.5T260-620Zm200 0h240q25 0 42.5-17.5T760-680q0-25-17.5-42.5T700-740H460q-25 0-42.5 17.5T400-680q0 25 17.5 42.5T460-620Zm-99 240Zm0-200Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "
|
|
13
|
+
"d": "M720-80v-120H600v-80h120v-120h80v120h120v80H800v120h-80Zm-479-39q-50 0-85-35t-35-85q0-50 35-85t85-35q-50 0-85-35t-35-85q0-50 35-85t85-35q-50 0-85-35t-35-85q0-51 35-86t85-35q50 0 85 35.5t35 85.5q0-50 35-85.5t85-35.5h238q51 0 86 35t35 86q0 50-35 85t-86 35q54 1 90 40t30 93q-19-7-38-10t-39-3q-100 0-171 69t-71 169q0 32 8 64t24 58h-71q-50 0-85-35t-35-85q0 50-35 85t-85 35Zm0-561q17 0 28.5-11.5T281-720q0-17-11.5-28.5T241-760q-17 0-28.5 11.5T201-720q0 17 11.5 28.5T241-680Zm220 0h279v-80H461v80ZM361-239q0-50 35-85t85-35q-50 0-85-35.5T361-480q0 50-35 85.5T241-359q50 0 85 35t35 85Zm0-241q0-50 35-84.5t85-34.5q-50 0-85-35t-35-85q0 50-35 85t-85 35q50 0 85 34.5t35 84.5Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default FormsAddOn;
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const FormsAppsScript = createCdxIcon('FormsAppsScript', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "
|
|
10
|
+
"d": "M825-100H627q-12 0-20.5-8.5T598-129q0-12 8.5-20.5T627-158h125l-106-82q-9-7-11-18t5-20q7-10 18.5-12t21.5 6l102 78-44-133q-3-10 1-19t14-14q11-5 21.5.5T789-355l43 129 34-133q3-11 13-16.5t21-2.5q11 3 16.5 12.5T919-345l-55 215q-4 14-14.5 22t-24.5 8Zm-565-40q-58 0-99-41t-41-99q0-29 11-54.5t31-45.5q-20-19-31-45t-11-55q0-29 11-54.5t31-45.5q-20-19-31-45t-11-55q0-57 41-98.5t99-41.5q29 0 54.5 11.5T360-777q19-20 45-31.5t55-11.5h240q57 0 98.5 41.5T840-680q0 29-11.5 55T797-580q23 23 34 52.5t8 61.5q-19-7-39-10t-40-3q0-25-17.5-43T700-540H460q-25 0-42.5 17.5T400-480q0 25 17.5 42.5T460-420h143q-19 17-34.5 37T542-340h-82q-25 0-42.5 17.5T400-280q0 25 17.5 42.5T460-220h61q2 21 7 41t13 39h-81q-29 0-55-11t-45-31q-20 20-45.5 31T260-140Zm0-80q25 0 42.5-17.5T320-280q0-25-17.5-42.5T260-340q-25 0-42.5 17.5T200-280q0 25 17.5 42.5T260-220Zm0-200q25 0 42.5-17.5T320-480q0-25-17.5-42.5T260-540q-25 0-42.5 17.5T200-480q0 25 17.5 42.5T260-420Zm0-200q25 0 42.5-17.5T320-680q0-25-17.5-42.5T260-740q-25 0-42.5 17.5T200-680q0 25 17.5 42.5T260-620Zm200 0h240q25 0 42.5-17.5T760-680q0-25-17.5-42.5T700-740H460q-25 0-42.5 17.5T400-680q0 25 17.5 42.5T460-620Zm-99 240Zm0-200Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "
|
|
13
|
+
"d": "m752-158-106-82q-9-7-11-18t5-20q7-10 18.5-12t21.5 6l102 78-44-133q-3-10 1-19t14-14q11-5 21.5.5T789-355l43 129 34-133q3-11 13-16.5t21-2.5q11 3 16.5 12.5T919-345l-55 215q-4 14-14.5 22t-24.5 8H627q-12 0-20.5-8.5T598-129q0-12 8.5-20.5T627-158h125Zm-511 39q-50 0-85-35t-35-85q0-50 35-85t85-35q-50 0-85-35t-35-85q0-50 35-85t85-35q-50 0-85-35t-35-85q0-51 35-86t85-35q50 0 85 35.5t35 85.5q0-50 35-85.5t85-35.5h238q51 0 86 35t35 86q0 50-35 85t-86 35q54 1 90 40t30 93q-19-7-38-10t-39-3q-100 0-171 69t-71 169q0 32 8 64t24 58h-71q-50 0-85-35t-35-85q0 50-35 85t-85 35Zm0-561q17 0 28.5-11.5T281-720q0-17-11.5-28.5T241-760q-17 0-28.5 11.5T201-720q0 17 11.5 28.5T241-680Zm220 0h279v-80H461v80ZM361-239q0-50 35-85t85-35q-50 0-85-35.5T361-480q0 50-35 85.5T241-359q50 0 85 35t35 85Zm0-241q0-50 35-84.5t85-34.5q-50 0-85-35t-35-85q0 50-35 85t-85 35q50 0 85 34.5t35 84.5Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default FormsAppsScript;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const Gitlab = createCdxIcon('Gitlab', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M460-126 181-336q-51-38-68-100t6-122l102-265q3-8 10-12.5t15-4.5q8 0 15.5 4.5T272-821l69 211h278l69-211q3-10 10.5-14.5T714-840q8 0 15 4.5t10 12.5l101 265q23 60 6 122t-68 100L498-126q-8 6-19 6t-19-6Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M460-126 181-336q-51-38-68-100t6-122l102-265q3-8 10-12.5t15-4.5q8 0 15.5 4.5T272-821l69 211h278l69-211q3-10 10.5-14.5T714-840q8 0 15 4.5t10 12.5l101 265q23 60 6 122t-68 100L498-126q-8 6-19 6t-19-6Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default Gitlab;
|
|
@@ -24,6 +24,7 @@ export { default as _23mp } from './23mp';
|
|
|
24
24
|
export { default as _24fpsSelect } from './24fps_select';
|
|
25
25
|
export { default as _24mp } from './24mp';
|
|
26
26
|
export { default as _2d } from './2d';
|
|
27
|
+
export { default as _2d2 } from './2d_2';
|
|
27
28
|
export { default as _2k } from './2k';
|
|
28
29
|
export { default as _2kPlus } from './2k_plus';
|
|
29
30
|
export { default as _2mp } from './2mp';
|
|
@@ -31,6 +32,7 @@ export { default as _30fps } from './30fps';
|
|
|
31
32
|
export { default as _30fpsSelect } from './30fps_select';
|
|
32
33
|
export { default as _360 } from './360';
|
|
33
34
|
export { default as _3d } from './3d';
|
|
35
|
+
export { default as _3d2 } from './3d_2';
|
|
34
36
|
export { default as _3dRotation } from './3d_rotation';
|
|
35
37
|
export { default as _3gMobiledata } from './3g_mobiledata';
|
|
36
38
|
export { default as _3gMobiledataBadge } from './3g_mobiledata_badge';
|
|
@@ -468,6 +470,7 @@ export { default as BikeDock } from './bike_dock';
|
|
|
468
470
|
export { default as BikeLane } from './bike_lane';
|
|
469
471
|
export { default as BikeScooter } from './bike_scooter';
|
|
470
472
|
export { default as Biotech } from './biotech';
|
|
473
|
+
export { default as Bitbucket } from './bitbucket';
|
|
471
474
|
export { default as Blanket } from './blanket';
|
|
472
475
|
export { default as Blender } from './blender';
|
|
473
476
|
export { default as Blind } from './blind';
|
|
@@ -890,6 +893,8 @@ export { default as Crib } from './crib';
|
|
|
890
893
|
export { default as CrisisAlert } from './crisis_alert';
|
|
891
894
|
export { default as Crop } from './crop';
|
|
892
895
|
export { default as Crop169 } from './crop_16_9';
|
|
896
|
+
export { default as Crop23 } from './crop_2_3';
|
|
897
|
+
export { default as Crop219 } from './crop_21_9';
|
|
893
898
|
export { default as Crop32 } from './crop_3_2';
|
|
894
899
|
export { default as Crop54 } from './crop_5_4';
|
|
895
900
|
export { default as Crop75 } from './crop_7_5';
|
|
@@ -1568,6 +1573,7 @@ export { default as Gif2 } from './gif_2';
|
|
|
1568
1573
|
export { default as GifBox } from './gif_box';
|
|
1569
1574
|
export { default as Girl } from './girl';
|
|
1570
1575
|
export { default as Gite } from './gite';
|
|
1576
|
+
export { default as Gitlab } from './gitlab';
|
|
1571
1577
|
export { default as GlassCup } from './glass_cup';
|
|
1572
1578
|
export { default as Globe } from './globe';
|
|
1573
1579
|
export { default as Globe2Cancel } from './globe_2_cancel';
|
|
@@ -1807,6 +1813,7 @@ export { default as InkEraser } from './ink_eraser';
|
|
|
1807
1813
|
export { default as InkEraserOff } from './ink_eraser_off';
|
|
1808
1814
|
export { default as InkHighlighter } from './ink_highlighter';
|
|
1809
1815
|
export { default as InkHighlighterMove } from './ink_highlighter_move';
|
|
1816
|
+
export { default as InkHighlighterOff } from './ink_highlighter_off';
|
|
1810
1817
|
export { default as InkMarker } from './ink_marker';
|
|
1811
1818
|
export { default as InkPen } from './ink_pen';
|
|
1812
1819
|
export { default as InkSelection } from './ink_selection';
|
|
@@ -3479,6 +3486,8 @@ export { default as TibiaAlt } from './tibia_alt';
|
|
|
3479
3486
|
export { default as TileLarge } from './tile_large';
|
|
3480
3487
|
export { default as TileMedium } from './tile_medium';
|
|
3481
3488
|
export { default as TileSmall } from './tile_small';
|
|
3489
|
+
export { default as TiltArrowDown } from './tilt_arrow_down';
|
|
3490
|
+
export { default as TiltArrowUp } from './tilt_arrow_up';
|
|
3482
3491
|
export { default as TimeAuto } from './time_auto';
|
|
3483
3492
|
export { default as Timelapse } from './timelapse';
|
|
3484
3493
|
export { default as Timeline } from './timeline';
|
|
@@ -3666,6 +3675,8 @@ export { default as VideoCameraFront } from './video_camera_front';
|
|
|
3666
3675
|
export { default as VideoCameraFrontOff } from './video_camera_front_off';
|
|
3667
3676
|
export { default as VideoChat } from './video_chat';
|
|
3668
3677
|
export { default as VideoFile } from './video_file';
|
|
3678
|
+
export { default as VideoFrameCopy } from './video_frame_copy';
|
|
3679
|
+
export { default as VideoFrameSave } from './video_frame_save';
|
|
3669
3680
|
export { default as VideoLabel } from './video_label';
|
|
3670
3681
|
export { default as VideoLibrary } from './video_library';
|
|
3671
3682
|
export { default as VideoSearch } from './video_search';
|
|
@@ -3749,6 +3760,7 @@ export { default as Watch } from './watch';
|
|
|
3749
3760
|
export { default as WatchAlert } from './watch_alert';
|
|
3750
3761
|
export { default as WatchArrow } from './watch_arrow';
|
|
3751
3762
|
export { default as WatchArrowDown } from './watch_arrow_down';
|
|
3763
|
+
export { default as WatchButton } from './watch_button';
|
|
3752
3764
|
export { default as WatchButtonPress } from './watch_button_press';
|
|
3753
3765
|
export { default as WatchCheck } from './watch_check';
|
|
3754
3766
|
export { default as WatchLock } from './watch_lock';
|
|
@@ -3783,6 +3795,7 @@ export { default as WbIridescent } from './wb_iridescent';
|
|
|
3783
3795
|
export { default as WbShade } from './wb_shade';
|
|
3784
3796
|
export { default as WbSunny } from './wb_sunny';
|
|
3785
3797
|
export { default as WbTwilight } from './wb_twilight';
|
|
3798
|
+
export { default as WbTwilight2 } from './wb_twilight_2';
|
|
3786
3799
|
export { default as Wc } from './wc';
|
|
3787
3800
|
export { default as WeatherHail } from './weather_hail';
|
|
3788
3801
|
export { default as WeatherMix } from './weather_mix';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const InkHighlighterOff = createCdxIcon('InkHighlighterOff', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "m664-408-56-57 192-191-104-104-192 192-56-57 192-191q24-24 56-24t56 24l104 104q24 24 24 56t-24 56L664-408ZM792-56 552-296 400-144q-24 24-56 24t-56-24l-2-2-26 26H60l126-126-2-2q-24-24-24-56t24-56l152-152L56-792l57-57 736 736-57 57ZM240-304l104 104 152-152-104-104-152 152Zm316-213ZM444-404Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M665-408 448-625l192-191q24-24 56-24t56 24l104 104q24 24 24 56t-24 56L665-408ZM792-56 552-296 400-144q-24 24-56 24t-56-24l-2-2-26 26H60l126-126-2-2q-24-24-24-56t24-56l152-152L56-792l57-57 736 736-57 57Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default InkHighlighterOff;
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const TaskAlt = createCdxIcon('TaskAlt', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "
|
|
10
|
+
"d": "M399-160q-134 0-227.5-93T78-480q0-134 93.5-227T399-800h161q134 0 227.5 93T881-480q0 134-93.5 227T560-160H399Zm1-80h159q100 0 171-70t71-170q0-100-71-170t-171-70H400q-100 0-171 70t-71 170q0 100 71 170t171 70Zm23-173-85-85q-11-12-27.5-12T282-498q-12 12-12 28.5t12 27.5l99 99q18 18 43 18t42-18l212-212q12-11 12-28t-12-28q-12-12-28.5-12T621-611L423-413Zm57-67Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "
|
|
13
|
+
"d": "M399-160q-134 0-227.5-93T78-480q0-134 93.5-227T399-800h161q134 0 227.5 93T881-480q0 134-93.5 227T560-160H399Zm24-253-85-85q-11-12-27.5-12T282-498q-12 12-12 28.5t12 27.5l99 99q18 18 43 18t42-18l212-212q12-11 12-28t-12-28q-12-12-28.5-12T621-611L423-413Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default TaskAlt;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const TiltArrowDown = createCdxIcon('TiltArrowDown', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M240-120q-33 0-56.5-23.5T160-200v-560q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v560q0 33-23.5 56.5T720-120H240Zm0-80h480v-560H240v560Zm200-273-64-63-56 56 160 160 160-160-56-57-64 64v-167h-80v167Zm280 273H240h480Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M240-120q-33 0-56.5-23.5T160-200v-560q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v560q0 33-23.5 56.5T720-120H240Zm200-353-64-63-56 56 160 160 160-160-56-57-64 64v-167h-80v167Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default TiltArrowDown;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const TiltArrowUp = createCdxIcon('TiltArrowUp', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M180-120q-38 0-62-29.5T102-217l124-560q6-28 28-45.5t50-17.5h352q28 0 50 17.5t28 45.5l124 560q8 38-16 67.5T780-120H180Zm0-80h600L656-760H304L180-200Zm260-287v167h80v-167l64 63 56-56-160-160-160 160 56 57 64-64Zm340 287H180h600Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M180-120q-38 0-62-29.5T102-217l124-560q6-28 28-45.5t50-17.5h352q28 0 50 17.5t28 45.5l124 560q8 38-16 67.5T780-120H180Zm260-367v167h80v-167l64 63 56-56-160-160-160 160 56 57 64-64Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default TiltArrowUp;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const VideoFrameCopy = createCdxIcon('VideoFrameCopy', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M120-120q-33 0-56.5-23.5T40-200v-480h80v480h640v80H120Zm720-520v-120H720v-80h120q33 0 56.5 23.5T920-760v120h-80Zm-640 0v-120q0-33 23.5-56.5T280-840h120v80H280v120h-80Zm520 360v-80h120v-120h80v120q0 33-23.5 56.5T840-280H720Zm-440 0q-33 0-56.5-23.5T200-360v-120h80v120h120v80H280Zm200-120 249-160-249-160v320Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M120-120q-33 0-56.5-23.5T40-200v-480h80v480h640v80H120Zm720-520v-120H720v-80h120q33 0 56.5 23.5T920-760v120h-80Zm-640 0v-120q0-33 23.5-56.5T280-840h120v80H280v120h-80Zm520 360v-80h120v-120h80v120q0 33-23.5 56.5T840-280H720Zm-440 0q-33 0-56.5-23.5T200-360v-120h80v120h120v80H280Zm200-120 249-160-249-160v320Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default VideoFrameCopy;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const VideoFrameSave = createCdxIcon('VideoFrameSave', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M800-560v-160H640v-80h160q33 0 56.5 23.5T880-720v160h-80Zm-720 0v-160q0-33 23.5-56.5T160-800h160v80H160v160H80Zm80 400q-33 0-56.5-23.5T80-240v-160h80v160h160v80H160Zm220-140v-360l280 180-280 180ZM600-1v-80h320v80H600Zm160-119L600-280l56-56 64 62v-166h80v166l64-62 56 56-160 160Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M800-560v-160H640v-80h160q33 0 56.5 23.5T880-720v160h-80Zm-720 0v-160q0-33 23.5-56.5T160-800h160v80H160v160H80Zm80 400q-33 0-56.5-23.5T80-240v-160h80v160h160v80H160Zm220-140v-360l280 180-280 180ZM600-1v-80h320v80H600Zm160-119L600-280l56-56 64 62v-166h80v166l64-62 56 56-160 160Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default VideoFrameSave;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const WatchButton = createCdxIcon('WatchButton', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "m193-57-67-44q45-88 59-184t14-195q0-98-14-194t-59-184l67-44q13 25 23.5 50.5T235-800h85q66 1 113 47.5T480-639v320q0 66-47 113t-113 47h-85q-8 26-18.5 51.5T193-57Zm527-263L560-480l160-160 56 57-63 63h167v80H713l63 64-56 56Zm-463 80h63q33 0 56.5-23.5T400-320v-320q0-33-23.5-56.5T320-720h-64q13 59 18.5 119.5T280-480q0 61-5 121t-18 119Zm23-240Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "m193-57-67-44q45-88 59-184t14-195q0-98-14-194t-59-184l67-44q13 25 23.5 50.5T235-800h85q66 1 113 47.5T480-639v320q0 66-47 113t-113 47h-85q-8 26-18.5 51.5T193-57Zm527-263L560-480l160-160 56 57-63 63h167v80H713l63 64-56 56Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default WatchButton;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const WbTwilight2 = createCdxIcon('WbTwilight2', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M80-160v-80h800v80H80Zm217-240h366q-23-54-72-87t-111-33q-62 0-111 33t-72 87Zm-97 80q0-117 81.5-198.5T480-600q117 0 198.5 81.5T760-320H200Zm280-80Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M80-160v-80h800v80H80Zm120-160q0-117 81.5-198.5T480-600q117 0 198.5 81.5T760-320H200Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default WbTwilight2;
|