@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
|
@@ -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 AudioCapture = createCdxIcon('AudioCapture', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M80-80v-400h80v205l46-45h114v80h-80L80-80Zm560-160v-80h160v-160h80v160q0 33-23.5 56.5T800-240H640ZM440-360v-400h80v400h-80Zm-160-80v-240h80v240h-80Zm320-40v-160h80v160h-80ZM80-640v-160q0-33 23.5-56.5T160-880h160v80H160v160H80Zm720 0v-160H640v-80h160q33 0 56.5 23.5T880-800v160h-80Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M80-80v-400h80v205l46-45h114v80h-80L80-80Zm560-160v-80h160v-160h80v160q0 33-23.5 56.5T800-240H640ZM440-360v-400h80v400h-80Zm-160-80v-240h80v240h-80Zm320-40v-160h80v160h-80ZM80-640v-160q0-33 23.5-56.5T160-880h160v80H160v160H80Zm720 0v-160H640v-80h160q33 0 56.5 23.5T880-800v160h-80Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default AudioCapture;
|
|
@@ -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 CarSpark = createCdxIcon('CarSpark', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M200-280v-200 200Zm100-40q25 0 42.5-17.5T360-380q0-25-17.5-42.5T300-440q-25 0-42.5 17.5T240-380q0 25 17.5 42.5T300-320Zm360 0q25 0 42.5-17.5T720-380q0-25-17.5-42.5T660-440q-25 0-42.5 17.5T600-380q0 25 17.5 42.5T660-320ZM200-120h-40q-17 0-28.5-11.5T120-160v-320l84-240q6-18 21.5-29t34.5-11h221q-2 20-.5 40t6.5 40H274l-42 120h321q37 38 85 59t102 21H200v200h560v-201q21-2 40.5-6.5T840-500v340q0 17-11.5 28.5T800-120h-40q-17 0-28.5-11.5T720-160v-40H240v40q0 17-11.5 28.5T200-120Zm540-440q-6 0-8-6-16-61-60.5-105.5T566-732q-6-2-6-8t6-8q61-15 105.5-60T732-914q2-6 8-6t8 6q16 61 60.5 105.5T914-748q6 1 6 8 0 6-6 8-61 16-105.5 60.5T748-566q-1 6-8 6Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M200-120h-40q-17 0-28.5-11.5T120-160v-320l84-240q6-18 21.5-29t34.5-11h221q-2 20-.5 40t6.5 40H274l-42 120h321q37 38 85 59t102 21q27-2 50.5-5.5T840-500v340q0 17-11.5 28.5T800-120h-40q-17 0-28.5-11.5T720-160v-40H240v40q0 17-11.5 28.5T200-120Zm100-200q25 0 42.5-17.5T360-380q0-25-17.5-42.5T300-440q-25 0-42.5 17.5T240-380q0 25 17.5 42.5T300-320Zm360 0q25 0 42.5-17.5T720-380q0-25-17.5-42.5T660-440q-25 0-42.5 17.5T600-380q0 25 17.5 42.5T660-320Zm80-240q-6 0-8-6-16-61-60.5-105.5T566-732q-6-2-6-8t6-8q61-15 105.5-60T732-914q2-6 8-6t8 6q16 61 60.5 105.5T914-748q6 1 6 8 0 6-6 8-61 16-105.5 60.5T748-566q-1 6-8 6Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default CarSpark;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const CreditCardSpark = createCdxIcon('CreditCardSpark', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M160-240v-280 7-207 480Zm0 80q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v240q-32-19-67-29.5T740-520q-38 0-73 10.5T602-480H160v240h321q2 21 6.5 41t12.5 39H160Zm0-480h640v-80H160v80ZM740-80q-6 0-8-6-16-61-60.5-105.5T566-252q-6-2-6-8 0-7 6-8 61-16 105.5-60.5T732-434q2-6 8-6t8 6q16 61 60.5 105.5T914-268q6 1 6 8 0 6-6 8-61 16-105.5 60.5T748-86q-1 6-8 6Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M500-160H160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v241q-18-12-38-20.5T800-513v-127H160v160h442q-55 35-88.5 93T480-260q0 26 5 51.5t15 48.5Zm240 80q-6 0-8-6-16-61-60.5-105.5T566-252q-6-2-6-8 0-7 6-8 61-16 105.5-60.5T732-434q2-6 8-6t8 6q16 61 60.5 105.5T914-268q6 1 6 8 0 6-6 8-61 16-105.5 60.5T748-86q-1 6-8 6Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default CreditCardSpark;
|
|
@@ -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;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const FlightSpark = createCdxIcon('FlightSpark', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M740-560q-6 0-8-6-16-61-60.5-105.5T566-732q-6-2-6-8 0-7 6-8 61-16 105.5-60.5T732-914q2-6 8-6t8 6q16 61 60.5 105.5T914-748q6 1 6 8 0 6-6 8-61 16-105.5 60.5T748-566q-1 6-8 6ZM240-80v-100l120-84v-144L40-280v-120l320-224v-176q0-33 23.5-56.5T440-880q33 0 56.5 23.5T520-800v176l320 224v120L520-408v144l120 84v100l-200-60-200 60Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M740-560q-6 0-8-6-16-61-60.5-105.5T566-732q-6-2-6-8 0-7 6-8 61-16 105.5-60.5T732-914q2-6 8-6t8 6q16 61 60.5 105.5T914-748q6 1 6 8 0 6-6 8-61 16-105.5 60.5T748-566q-1 6-8 6ZM240-80v-100l120-84v-144L40-280v-120l320-224v-176q0-33 23.5-56.5T440-880q33 0 56.5 23.5T520-800v176l320 224v120L520-408v144l120 84v100l-200-60-200 60Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default FlightSpark;
|
|
@@ -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';
|
|
@@ -324,6 +326,7 @@ export { default as AttachMoney } from './attach_money';
|
|
|
324
326
|
export { default as Attachment } from './attachment';
|
|
325
327
|
export { default as Attractions } from './attractions';
|
|
326
328
|
export { default as Attribution } from './attribution';
|
|
329
|
+
export { default as AudioCapture } from './audio_capture';
|
|
327
330
|
export { default as AudioDescription } from './audio_description';
|
|
328
331
|
export { default as AudioFile } from './audio_file';
|
|
329
332
|
export { default as AudioVideoReceiver } from './audio_video_receiver';
|
|
@@ -468,6 +471,7 @@ export { default as BikeDock } from './bike_dock';
|
|
|
468
471
|
export { default as BikeLane } from './bike_lane';
|
|
469
472
|
export { default as BikeScooter } from './bike_scooter';
|
|
470
473
|
export { default as Biotech } from './biotech';
|
|
474
|
+
export { default as Bitbucket } from './bitbucket';
|
|
471
475
|
export { default as Blanket } from './blanket';
|
|
472
476
|
export { default as Blender } from './blender';
|
|
473
477
|
export { default as Blind } from './blind';
|
|
@@ -655,6 +659,7 @@ export { default as CarLock } from './car_lock';
|
|
|
655
659
|
export { default as CarMirrorHeat } from './car_mirror_heat';
|
|
656
660
|
export { default as CarRental } from './car_rental';
|
|
657
661
|
export { default as CarRepair } from './car_repair';
|
|
662
|
+
export { default as CarSpark } from './car_spark';
|
|
658
663
|
export { default as CarTag } from './car_tag';
|
|
659
664
|
export { default as CardMembership } from './card_membership';
|
|
660
665
|
export { default as CardTravel } from './card_travel';
|
|
@@ -885,11 +890,14 @@ export { default as CreditCardClock } from './credit_card_clock';
|
|
|
885
890
|
export { default as CreditCardGear } from './credit_card_gear';
|
|
886
891
|
export { default as CreditCardHeart } from './credit_card_heart';
|
|
887
892
|
export { default as CreditCardOff } from './credit_card_off';
|
|
893
|
+
export { default as CreditCardSpark } from './credit_card_spark';
|
|
888
894
|
export { default as CreditScore } from './credit_score';
|
|
889
895
|
export { default as Crib } from './crib';
|
|
890
896
|
export { default as CrisisAlert } from './crisis_alert';
|
|
891
897
|
export { default as Crop } from './crop';
|
|
892
898
|
export { default as Crop169 } from './crop_16_9';
|
|
899
|
+
export { default as Crop23 } from './crop_2_3';
|
|
900
|
+
export { default as Crop219 } from './crop_21_9';
|
|
893
901
|
export { default as Crop32 } from './crop_3_2';
|
|
894
902
|
export { default as Crop54 } from './crop_5_4';
|
|
895
903
|
export { default as Crop75 } from './crop_7_5';
|
|
@@ -1376,6 +1384,7 @@ export { default as FlexWrap } from './flex_wrap';
|
|
|
1376
1384
|
export { default as Flight } from './flight';
|
|
1377
1385
|
export { default as FlightClass } from './flight_class';
|
|
1378
1386
|
export { default as FlightLand } from './flight_land';
|
|
1387
|
+
export { default as FlightSpark } from './flight_spark';
|
|
1379
1388
|
export { default as FlightTakeoff } from './flight_takeoff';
|
|
1380
1389
|
export { default as FlightsAndHotels } from './flights_and_hotels';
|
|
1381
1390
|
export { default as Flip } from './flip';
|
|
@@ -1568,6 +1577,7 @@ export { default as Gif2 } from './gif_2';
|
|
|
1568
1577
|
export { default as GifBox } from './gif_box';
|
|
1569
1578
|
export { default as Girl } from './girl';
|
|
1570
1579
|
export { default as Gite } from './gite';
|
|
1580
|
+
export { default as Gitlab } from './gitlab';
|
|
1571
1581
|
export { default as GlassCup } from './glass_cup';
|
|
1572
1582
|
export { default as Globe } from './globe';
|
|
1573
1583
|
export { default as Globe2Cancel } from './globe_2_cancel';
|
|
@@ -1807,6 +1817,7 @@ export { default as InkEraser } from './ink_eraser';
|
|
|
1807
1817
|
export { default as InkEraserOff } from './ink_eraser_off';
|
|
1808
1818
|
export { default as InkHighlighter } from './ink_highlighter';
|
|
1809
1819
|
export { default as InkHighlighterMove } from './ink_highlighter_move';
|
|
1820
|
+
export { default as InkHighlighterOff } from './ink_highlighter_off';
|
|
1810
1821
|
export { default as InkMarker } from './ink_marker';
|
|
1811
1822
|
export { default as InkPen } from './ink_pen';
|
|
1812
1823
|
export { default as InkSelection } from './ink_selection';
|
|
@@ -1942,6 +1953,7 @@ export { default as Light } from './light';
|
|
|
1942
1953
|
export { default as LightGroup } from './light_group';
|
|
1943
1954
|
export { default as LightGroup2 } from './light_group_2';
|
|
1944
1955
|
export { default as LightMode } from './light_mode';
|
|
1956
|
+
export { default as LightModeAuto } from './light_mode_auto';
|
|
1945
1957
|
export { default as LightOff } from './light_off';
|
|
1946
1958
|
export { default as Lightbulb } from './lightbulb';
|
|
1947
1959
|
export { default as Lightbulb2 } from './lightbulb_2';
|
|
@@ -2003,6 +2015,7 @@ export { default as LocalPolice } from './local_police';
|
|
|
2003
2015
|
export { default as LocalPostOffice } from './local_post_office';
|
|
2004
2016
|
export { default as LocalSee } from './local_see';
|
|
2005
2017
|
export { default as LocalShipping } from './local_shipping';
|
|
2018
|
+
export { default as LocalShippingSpark } from './local_shipping_spark';
|
|
2006
2019
|
export { default as LocalTaxi } from './local_taxi';
|
|
2007
2020
|
export { default as LocationAway } from './location_away';
|
|
2008
2021
|
export { default as LocationChip } from './location_chip';
|
|
@@ -2052,6 +2065,7 @@ export { default as MailAsterisk } from './mail_asterisk';
|
|
|
2052
2065
|
export { default as MailLock } from './mail_lock';
|
|
2053
2066
|
export { default as MailOff } from './mail_off';
|
|
2054
2067
|
export { default as MailShield } from './mail_shield';
|
|
2068
|
+
export { default as MailSpark } from './mail_spark';
|
|
2055
2069
|
export { default as Male } from './male';
|
|
2056
2070
|
export { default as Man } from './man';
|
|
2057
2071
|
export { default as Man2 } from './man_2';
|
|
@@ -2509,6 +2523,7 @@ export { default as PartnerReports } from './partner_reports';
|
|
|
2509
2523
|
export { default as PartyMode } from './party_mode';
|
|
2510
2524
|
export { default as Passkey } from './passkey';
|
|
2511
2525
|
export { default as Passport } from './passport';
|
|
2526
|
+
export { default as PassportSpark } from './passport_spark';
|
|
2512
2527
|
export { default as Password } from './password';
|
|
2513
2528
|
export { default as Password2 } from './password_2';
|
|
2514
2529
|
export { default as Password2Off } from './password_2_off';
|
|
@@ -2900,6 +2915,7 @@ export { default as ScreenRotationAlt } from './screen_rotation_alt';
|
|
|
2900
2915
|
export { default as ScreenRotationUp } from './screen_rotation_up';
|
|
2901
2916
|
export { default as ScreenSearchDesktop } from './screen_search_desktop';
|
|
2902
2917
|
export { default as ScreenShare } from './screen_share';
|
|
2918
|
+
export { default as ScreenSparkPause } from './screen_spark_pause';
|
|
2903
2919
|
export { default as ScreenshotFrame } from './screenshot_frame';
|
|
2904
2920
|
export { default as ScreenshotFrame2 } from './screenshot_frame_2';
|
|
2905
2921
|
export { default as ScreenshotKeyboard } from './screenshot_keyboard';
|
|
@@ -3181,6 +3197,7 @@ export { default as Speed4 } from './speed_4';
|
|
|
3181
3197
|
export { default as SpeedCamera } from './speed_camera';
|
|
3182
3198
|
export { default as Spellcheck } from './spellcheck';
|
|
3183
3199
|
export { default as SplitScene } from './split_scene';
|
|
3200
|
+
export { default as SplitScene2 } from './split_scene_2';
|
|
3184
3201
|
export { default as SplitSceneDown } from './split_scene_down';
|
|
3185
3202
|
export { default as SplitSceneLeft } from './split_scene_left';
|
|
3186
3203
|
export { default as SplitSceneRight } from './split_scene_right';
|
|
@@ -3479,6 +3496,8 @@ export { default as TibiaAlt } from './tibia_alt';
|
|
|
3479
3496
|
export { default as TileLarge } from './tile_large';
|
|
3480
3497
|
export { default as TileMedium } from './tile_medium';
|
|
3481
3498
|
export { default as TileSmall } from './tile_small';
|
|
3499
|
+
export { default as TiltArrowDown } from './tilt_arrow_down';
|
|
3500
|
+
export { default as TiltArrowUp } from './tilt_arrow_up';
|
|
3482
3501
|
export { default as TimeAuto } from './time_auto';
|
|
3483
3502
|
export { default as Timelapse } from './timelapse';
|
|
3484
3503
|
export { default as Timeline } from './timeline';
|
|
@@ -3666,6 +3685,8 @@ export { default as VideoCameraFront } from './video_camera_front';
|
|
|
3666
3685
|
export { default as VideoCameraFrontOff } from './video_camera_front_off';
|
|
3667
3686
|
export { default as VideoChat } from './video_chat';
|
|
3668
3687
|
export { default as VideoFile } from './video_file';
|
|
3688
|
+
export { default as VideoFrameCopy } from './video_frame_copy';
|
|
3689
|
+
export { default as VideoFrameSave } from './video_frame_save';
|
|
3669
3690
|
export { default as VideoLabel } from './video_label';
|
|
3670
3691
|
export { default as VideoLibrary } from './video_library';
|
|
3671
3692
|
export { default as VideoSearch } from './video_search';
|
|
@@ -3732,6 +3753,7 @@ export { default as VpnLock2 } from './vpn_lock_2';
|
|
|
3732
3753
|
export { default as Vr180Create2d } from './vr180_create2d';
|
|
3733
3754
|
export { default as Vr180Create2dOff } from './vr180_create2d_off';
|
|
3734
3755
|
export { default as Vrpano } from './vrpano';
|
|
3756
|
+
export { default as WalkBike } from './walk_bike';
|
|
3735
3757
|
export { default as WallArt } from './wall_art';
|
|
3736
3758
|
export { default as WallLamp } from './wall_lamp';
|
|
3737
3759
|
export { default as Wallet } from './wallet';
|
|
@@ -3749,6 +3771,7 @@ export { default as Watch } from './watch';
|
|
|
3749
3771
|
export { default as WatchAlert } from './watch_alert';
|
|
3750
3772
|
export { default as WatchArrow } from './watch_arrow';
|
|
3751
3773
|
export { default as WatchArrowDown } from './watch_arrow_down';
|
|
3774
|
+
export { default as WatchButton } from './watch_button';
|
|
3752
3775
|
export { default as WatchButtonPress } from './watch_button_press';
|
|
3753
3776
|
export { default as WatchCheck } from './watch_check';
|
|
3754
3777
|
export { default as WatchLock } from './watch_lock';
|
|
@@ -3783,6 +3806,7 @@ export { default as WbIridescent } from './wb_iridescent';
|
|
|
3783
3806
|
export { default as WbShade } from './wb_shade';
|
|
3784
3807
|
export { default as WbSunny } from './wb_sunny';
|
|
3785
3808
|
export { default as WbTwilight } from './wb_twilight';
|
|
3809
|
+
export { default as WbTwilight2 } from './wb_twilight_2';
|
|
3786
3810
|
export { default as Wc } from './wc';
|
|
3787
3811
|
export { default as WeatherHail } from './weather_hail';
|
|
3788
3812
|
export { default as WeatherMix } from './weather_mix';
|
|
@@ -3846,6 +3870,7 @@ export { default as WorkAlert } from './work_alert';
|
|
|
3846
3870
|
export { default as WorkHistory } from './work_history';
|
|
3847
3871
|
export { default as WorkUpdate } from './work_update';
|
|
3848
3872
|
export { default as WorkspacePremium } from './workspace_premium';
|
|
3873
|
+
export { default as WorkspaceStudio } from './workspace_studio';
|
|
3849
3874
|
export { default as Workspaces } from './workspaces';
|
|
3850
3875
|
export { default as WoundsInjuries } from './wounds_injuries';
|
|
3851
3876
|
export { default as WrapText } from './wrap_text';
|
|
@@ -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;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const LightModeAuto = createCdxIcon('LightModeAuto', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M477-480ZM40-440v-80h160v80H40Zm400-320v-160h80v160h-80Zm0 720v-160h80v160h-80ZM256-650l-101-97 57-59 96 100-52 56Zm492 496-97-101 53-55 101 97-57 59Zm-535-1-59-57 101-97 55 53-97 101Zm267-125q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q11 0 21 1.5t21 3.5l-27 76q-4-1-7.5-1H480q-50 0-85 35t-35 85q0 50 35 85t85 35q39 0 69.5-22.5T593-440h83q-14 69-69 114.5T480-280Zm72-240 128-360h80l128 360h-76l-28-80H656l-28 80h-76Zm122-134h92l-46-146-46 146Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M40-440v-80h160v80H40Zm400-320v-160h80v160h-80Zm0 720v-160h80v160h-80ZM256-650l-101-97 57-59 96 100-52 56Zm492 496-97-101 53-55 101 97-57 59Zm-535-1-59-57 101-97 55 53-97 101Zm339-365 128-360h80l128 360h-76l-28-80H656l-28 80h-76Zm122-134h92l-46-146-46 146ZM480-280q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q11 0 21 1t21 3l-83 236h237q-14 69-68.5 114.5T480-280Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default LightModeAuto;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const LocalShippingSpark = createCdxIcon('LocalShippingSpark', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M360-540Zm-91.5 288.5Q280-263 280-280t-11.5-28.5Q257-320 240-320t-28.5 11.5Q200-297 200-280t11.5 28.5Q223-240 240-240t28.5-11.5Zm480 0Q760-263 760-280t-11.5-28.5Q737-320 720-320t-28.5 11.5Q680-297 680-280t11.5 28.5Q703-240 720-240t28.5-11.5ZM680-440h170l-90-120h-80v120ZM473-800h207v160h120l120 160v200h-80q0 50-35 85t-85 35q-50 0-85-35t-35-85H360q0 50-35 85t-85 35q-50 0-85-35t-35-85H40v-273q17 17 37 30t43 23v140h32q17-18 39-29t49-11q27 0 49 11t39 29h272v-360H479q2-20 .5-40t-6.5-40ZM220-560q-6 0-8-6-16-61-60.5-105.5T46-732q-6-2-6-8t6-8q61-15 105.5-60T212-914q2-6 8-6t8 6q16 61 60.5 105.5T394-748q6 1 6 8 0 6-6 8-61 16-105.5 60.5T228-566q-1 6-8 6Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M268.5-251.5Q280-263 280-280t-11.5-28.5Q257-320 240-320t-28.5 11.5Q200-297 200-280t11.5 28.5Q223-240 240-240t28.5-11.5Zm480 0Q760-263 760-280t-11.5-28.5Q737-320 720-320t-28.5 11.5Q680-297 680-280t11.5 28.5Q703-240 720-240t28.5-11.5ZM680-440h170l-90-120h-80v120ZM220-560q-6 0-8-6-16-61-60.5-105.5T46-732q-6-2-6-8t6-8q61-15 105.5-60T212-914q2-6 8-6t8 6q16 61 60.5 105.5T394-748q6 1 6 8 0 6-6 8-61 16-105.5 60.5T228-566q-1 6-8 6Zm-65 365q-35-35-35-85H40v-273q36 35 82.5 54t97.5 19q107 0 183.5-76T480-740q0-15-1.5-30t-5.5-30h207v160h120l120 160v200h-80q0 50-35 85t-85 35q-50 0-85-35t-35-85H360q0 50-35 85t-85 35q-50 0-85-35Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default LocalShippingSpark;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const MailSpark = createCdxIcon('MailSpark', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M480-480Zm0-40 320-200H160l320 200Zm-1 360H160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v240h-80v-160L480-440 160-640v400h319v80ZM740-40q-6 0-8-6-16-61-60.5-105.5T566-212q-6-2-6-8 0-7 6-8 61-16 105.5-60.5T732-394q2-6 8-6t8 6q16 61 60.5 105.5T914-228q6 1 6 8 0 6-6 8-61 16-105.5 60.5T748-46q-1 6-8 6Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "m480-440 320-200v-80L480-520 160-720v80l320 200Zm7 280H160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v281q-31-20-66.5-30.5T740-480q-108 0-184 76t-76 184q0 16 1.5 31t5.5 29ZM740-40q-6 0-8-6-16-61-60.5-105.5T566-212q-6-2-6-8 0-7 6-8 61-16 105.5-60.5T732-394q2-6 8-6t8 6q16 61 60.5 105.5T914-228q6 1 6 8 0 6-6 8-61 16-105.5 60.5T748-46q-1 6-8 6Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default MailSpark;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const PassportSpark = createCdxIcon('PassportSpark', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M240-160v-640 640Zm240-180q69 0 122.5-42T673-488q-38-11-71-32t-59-50h-92q3-41 12-66.5t17-36.5v-67q-83 0-141.5 58.5T280-540q0 83 58.5 141.5T480-340ZM160-80v-800h361q-12 19-20.5 39T487-800H240v640h480v-320q20 2 40 0t40-7v327q0 33-23.5 56.5T720-80H160Zm320-327q-8-11-17-36.5T451-510h58q-3 41-12 66.5T480-407Zm-72-13q-24-15-41-38t-23-52h47q2 25 6 47.5t11 42.5Zm-64-150q6-29 23-52t41-38q-7 20-11 42.5t-6 47.5h-47Zm208 150q7-20 11-42.5t6-47.5h47q-6 29-23 52t-41 38ZM340-220h280v-60H340v60Zm400-340q-6 0-8-6-16-61-60.5-105.5T566-732q-6-2-6-8t6-8q61-15 105.5-60T732-914q2-6 8-6t8 6q16 61 60.5 105.5T914-748q6 1 6 8 0 6-6 8-61 16-105.5 60.5T748-566q-1 6-8 6Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M340-220h280v-60H340v60Zm111-350q3-41 12-66.5t17-36.5q8 11 17 36.5t12 66.5h-58Zm29 163q-8-11-17-36.5T451-510h58q-3 41-12 66.5T480-407Zm-72-13q-24-15-41-38t-23-52h47q2 25 6 47.5t11 42.5Zm144 0q7-20 11-42.5t6-47.5h47q-6 29-23 52t-41 38ZM344-570q6-29 23-52t41-38q-7 20-11 42.5t-6 47.5h-47Zm396 10q-6 0-8-6-16-61-60.5-105.5T566-732q-6-2-6-8 0-7 6-8 61-16 105.5-60.5T732-914q2-6 8-6t8 6q16 61 60.5 105.5T914-748q6 1 6 8 0 6-6 8-61 16-105.5 60.5T748-566q-1 6-8 6ZM160-80v-800h361q-12 19-20.5 39T487-800q-3 15-5 30t-2 30q-83 0-141.5 58.5T280-540q0 83 58.5 141.5T480-340q69 0 122.5-42T673-488q11 3 23 5t24 3q20 2 40 0t40-7v327q0 33-23.5 56.5T720-80H160Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default PassportSpark;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const ScreenSparkPause = createCdxIcon('ScreenSparkPause', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M160-240v-480 212-12 280Zm292 80H160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v251q-18-13-38-22.5T800-508v-212H160v480h280q0 21 3 41t9 39Zm126.5 61.5Q520-157 520-240t58.5-141.5Q637-440 720-440t141.5 58.5Q920-323 920-240T861.5-98.5Q803-40 720-40T578.5-98.5ZM650-160h40v-160h-40v160Zm100 0h40v-160h-40v160ZM459-342q22-55 63-96t96-63q-39-18-76.5-55T488-654q-2-6-8-6t-8 6q-16 61-60.5 105.5T306-488q-6 2-6 8t6 8q61 16 98 53.5t55 76.5Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M578.5-98.5Q520-157 520-240t58.5-141.5Q637-440 720-440t141.5 58.5Q920-323 920-240T861.5-98.5Q803-40 720-40T578.5-98.5ZM650-160h40v-160h-40v160Zm100 0h40v-160h-40v160Zm-590 0q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v251q-34-24-74.5-37.5T720-520q-27 0-52.5 5T618-501q-48-22-82-61.5T488-654q-2-6-8-6t-8 6q-16 61-60.5 105.5T306-488q-6 2-6 8t6 8q52 14 91.5 48t61.5 82q-9 24-14 49.5t-5 52.5q0 21 3 41t9 39H160Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default ScreenSparkPause;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const SplitScene2 = createCdxIcon('SplitScene2', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M240-120q-33 0-56.5-23.5T160-200v-160h80v160h480v-160h80v160q0 33-23.5 56.5T720-120H240ZM80-440v-80h80v-240q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v240h80v80H80Zm160-80h480v-240H240v240Zm480 320H240h480Zm0-560H240h480Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M240-120q-33 0-56.5-23.5T160-200v-160h640v160q0 33-23.5 56.5T720-120H240ZM80-440v-80h80v-240q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v240h80v80H80Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default SplitScene2;
|