@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.
Files changed (107) hide show
  1. package/README.md +1 -1
  2. package/lib/commonjs/aliases/prefixed.js +175 -0
  3. package/lib/commonjs/aliases/suffixed.js +175 -0
  4. package/lib/commonjs/icons/2d_2.js +20 -0
  5. package/lib/commonjs/icons/3d_2.js +20 -0
  6. package/lib/commonjs/icons/add_task.js +3 -3
  7. package/lib/commonjs/icons/add_to_drive.js +3 -3
  8. package/lib/commonjs/icons/audio_capture.js +20 -0
  9. package/lib/commonjs/icons/bitbucket.js +20 -0
  10. package/lib/commonjs/icons/car_spark.js +20 -0
  11. package/lib/commonjs/icons/credit_card_spark.js +20 -0
  12. package/lib/commonjs/icons/crop_21_9.js +20 -0
  13. package/lib/commonjs/icons/crop_2_3.js +20 -0
  14. package/lib/commonjs/icons/docs.js +3 -3
  15. package/lib/commonjs/icons/drive_export.js +3 -3
  16. package/lib/commonjs/icons/flight_spark.js +20 -0
  17. package/lib/commonjs/icons/forms_add_on.js +3 -3
  18. package/lib/commonjs/icons/forms_apps_script.js +3 -3
  19. package/lib/commonjs/icons/gitlab.js +20 -0
  20. package/lib/commonjs/icons/index.js +175 -0
  21. package/lib/commonjs/icons/ink_highlighter_off.js +20 -0
  22. package/lib/commonjs/icons/light_mode_auto.js +20 -0
  23. package/lib/commonjs/icons/local_shipping_spark.js +20 -0
  24. package/lib/commonjs/icons/mail_spark.js +20 -0
  25. package/lib/commonjs/icons/passport_spark.js +20 -0
  26. package/lib/commonjs/icons/screen_spark_pause.js +20 -0
  27. package/lib/commonjs/icons/split_scene_2.js +20 -0
  28. package/lib/commonjs/icons/task_alt.js +3 -3
  29. package/lib/commonjs/icons/tilt_arrow_down.js +20 -0
  30. package/lib/commonjs/icons/tilt_arrow_up.js +20 -0
  31. package/lib/commonjs/icons/video_frame_copy.js +20 -0
  32. package/lib/commonjs/icons/video_frame_save.js +20 -0
  33. package/lib/commonjs/icons/walk_bike.js +20 -0
  34. package/lib/commonjs/icons/watch_button.js +20 -0
  35. package/lib/commonjs/icons/wb_twilight_2.js +20 -0
  36. package/lib/commonjs/icons/workspace_studio.js +20 -0
  37. package/lib/module/aliases/prefixed.js +25 -0
  38. package/lib/module/aliases/suffixed.js +25 -0
  39. package/lib/module/icons/2d_2.js +16 -0
  40. package/lib/module/icons/3d_2.js +16 -0
  41. package/lib/module/icons/add_task.js +3 -3
  42. package/lib/module/icons/add_to_drive.js +3 -3
  43. package/lib/module/icons/audio_capture.js +16 -0
  44. package/lib/module/icons/bitbucket.js +16 -0
  45. package/lib/module/icons/car_spark.js +16 -0
  46. package/lib/module/icons/credit_card_spark.js +16 -0
  47. package/lib/module/icons/crop_21_9.js +16 -0
  48. package/lib/module/icons/crop_2_3.js +16 -0
  49. package/lib/module/icons/docs.js +3 -3
  50. package/lib/module/icons/drive_export.js +3 -3
  51. package/lib/module/icons/flight_spark.js +16 -0
  52. package/lib/module/icons/forms_add_on.js +3 -3
  53. package/lib/module/icons/forms_apps_script.js +3 -3
  54. package/lib/module/icons/gitlab.js +16 -0
  55. package/lib/module/icons/index.js +25 -0
  56. package/lib/module/icons/ink_highlighter_off.js +16 -0
  57. package/lib/module/icons/light_mode_auto.js +16 -0
  58. package/lib/module/icons/local_shipping_spark.js +16 -0
  59. package/lib/module/icons/mail_spark.js +16 -0
  60. package/lib/module/icons/passport_spark.js +16 -0
  61. package/lib/module/icons/screen_spark_pause.js +16 -0
  62. package/lib/module/icons/split_scene_2.js +16 -0
  63. package/lib/module/icons/task_alt.js +3 -3
  64. package/lib/module/icons/tilt_arrow_down.js +16 -0
  65. package/lib/module/icons/tilt_arrow_up.js +16 -0
  66. package/lib/module/icons/video_frame_copy.js +16 -0
  67. package/lib/module/icons/video_frame_save.js +16 -0
  68. package/lib/module/icons/walk_bike.js +16 -0
  69. package/lib/module/icons/watch_button.js +16 -0
  70. package/lib/module/icons/wb_twilight_2.js +16 -0
  71. package/lib/module/icons/workspace_studio.js +16 -0
  72. package/lib/typescript/aliases/prefixed.d.ts +25 -0
  73. package/lib/typescript/aliases/suffixed.d.ts +25 -0
  74. package/lib/typescript/icons/2d_2.d.ts +6 -0
  75. package/lib/typescript/icons/3d_2.d.ts +6 -0
  76. package/lib/typescript/icons/add_task.d.ts +1 -1
  77. package/lib/typescript/icons/add_to_drive.d.ts +1 -1
  78. package/lib/typescript/icons/audio_capture.d.ts +6 -0
  79. package/lib/typescript/icons/bitbucket.d.ts +6 -0
  80. package/lib/typescript/icons/car_spark.d.ts +6 -0
  81. package/lib/typescript/icons/credit_card_spark.d.ts +6 -0
  82. package/lib/typescript/icons/crop_21_9.d.ts +6 -0
  83. package/lib/typescript/icons/crop_2_3.d.ts +6 -0
  84. package/lib/typescript/icons/docs.d.ts +1 -1
  85. package/lib/typescript/icons/drive_export.d.ts +1 -1
  86. package/lib/typescript/icons/flight_spark.d.ts +6 -0
  87. package/lib/typescript/icons/forms_add_on.d.ts +1 -1
  88. package/lib/typescript/icons/forms_apps_script.d.ts +1 -1
  89. package/lib/typescript/icons/gitlab.d.ts +6 -0
  90. package/lib/typescript/icons/index.d.ts +25 -0
  91. package/lib/typescript/icons/ink_highlighter_off.d.ts +6 -0
  92. package/lib/typescript/icons/light_mode_auto.d.ts +6 -0
  93. package/lib/typescript/icons/local_shipping_spark.d.ts +6 -0
  94. package/lib/typescript/icons/mail_spark.d.ts +6 -0
  95. package/lib/typescript/icons/passport_spark.d.ts +6 -0
  96. package/lib/typescript/icons/screen_spark_pause.d.ts +6 -0
  97. package/lib/typescript/icons/split_scene_2.d.ts +6 -0
  98. package/lib/typescript/icons/task_alt.d.ts +1 -1
  99. package/lib/typescript/icons/tilt_arrow_down.d.ts +6 -0
  100. package/lib/typescript/icons/tilt_arrow_up.d.ts +6 -0
  101. package/lib/typescript/icons/video_frame_copy.d.ts +6 -0
  102. package/lib/typescript/icons/video_frame_save.d.ts +6 -0
  103. package/lib/typescript/icons/walk_bike.d.ts +6 -0
  104. package/lib/typescript/icons/watch_button.d.ts +6 -0
  105. package/lib/typescript/icons/wb_twilight_2.d.ts +6 -0
  106. package/lib/typescript/icons/workspace_studio.d.ts +6 -0
  107. package/package.json +1 -1
@@ -3,14 +3,14 @@
3
3
  import createCdxIcon from '../createCdxIcon';
4
4
 
5
5
  /**
6
- * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00ODAtODBxLTgzIDAtMTU2LTMxLjVUMTk3LTE5N3EtNTQtNTQtODUuNS0xMjdUODAtNDgwcTAtODMgMzEuNS0xNTZUMTk3LTc2M3E1NC01NCAxMjctODUuNVQ0ODAtODgwcTY1IDAgMTIzIDE5dDEwNyA1M2wtNTggNTlxLTM4LTI0LTgxLTM3LjVUNDgwLTgwMHEtMTMzIDAtMjI2LjUgOTMuNVQxNjAtNDgwcTAgMTMzIDkzLjUgMjI2LjVUNDgwLTE2MHExMzMgMCAyMjYuNS05My41VDgwMC00ODBxMC0xOC0yLTM2dC02LTM1bDY1LTY1cTExIDMyIDE3IDY2dDYgNzBxMCA4My0zMS41IDE1NlQ3NjMtMTk3cS01NCA1NC0xMjcgODUuNVQ0ODAtODBabS01Ni0yMTZMMjU0LTQ2Nmw1Ni01NiAxMTQgMTE0IDQwMC00MDEgNTYgNTYtNDU2IDQ1N1oiLz48L3N2Zz4=)
6
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0zOTktMTYwcS0xMzQgMC0yMjcuNS05M1Q3OC00ODBxMC0xMzQgOTMuNS0yMjdUMzk5LTgwMGgxNjFxMTM0IDAgMjI3LjUgOTNUODgxLTQ4MHEwIDEzNC05My41IDIyN1Q1NjAtMTYwSDM5OVptMS04MGgxNTlxMTAwIDAgMTcxLTcwdDcxLTE3MHEwLTEwMC03MS0xNzB0LTE3MS03MEg0MDBxLTEwMCAwLTE3MSA3MHQtNzEgMTcwcTAgMTAwIDcxIDE3MHQxNzEgNzBabTIzLTE3My04NS04NXEtMTEtMTItMjcuNS0xMlQyODItNDk4cS0xMiAxMi0xMiAyOC41dDEyIDI3LjVsOTkgOTlxMTggMTggNDMgMTh0NDItMThsMjEyLTIxMnExMi0xMSAxMi0yOHQtMTItMjhxLTEyLTEyLTI4LjUtMTJUNjIxLTYxMUw0MjMtNDEzWm01Ny02N1oiLz48L3N2Zz4=)
7
7
  */
8
8
  const TaskAlt = createCdxIcon('TaskAlt', {
9
9
  outlined: [["path", {
10
- "d": "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q65 0 123 19t107 53l-58 59q-38-24-81-37.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-18-2-36t-6-35l65-65q11 32 17 66t6 70q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-56-216L254-466l56-56 114 114 400-401 56 56-456 457Z"
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": "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q65 0 123 19t107 53l-58 59q-38-24-81-37.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-18-2-36t-6-35l65-65q11 32 17 66t6 70q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-56-216L254-466l56-56 114 114 400-401 56 56-456 457Z"
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 ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0yNDAtMTIwcS0zMyAwLTU2LjUtMjMuNVQxNjAtMjAwdi01NjBxMC0zMyAyMy41LTU2LjVUMjQwLTg0MGg0ODBxMzMgMCA1Ni41IDIzLjVUODAwLTc2MHY1NjBxMCAzMy0yMy41IDU2LjVUNzIwLTEyMEgyNDBabTAtODBoNDgwdi01NjBIMjQwdjU2MFptMjAwLTI3My02NC02My01NiA1NiAxNjAgMTYwIDE2MC0xNjAtNTYtNTctNjQgNjR2LTE2N2gtODB2MTY3Wm0yODAgMjczSDI0MGg0ODBaIi8+PC9zdmc+)
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 ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0xODAtMTIwcS0zOCAwLTYyLTI5LjVUMTAyLTIxN2wxMjQtNTYwcTYtMjggMjgtNDUuNXQ1MC0xNy41aDM1MnEyOCAwIDUwIDE3LjV0MjggNDUuNWwxMjQgNTYwcTggMzgtMTYgNjcuNVQ3ODAtMTIwSDE4MFptMC04MGg2MDBMNjU2LTc2MEgzMDRMMTgwLTIwMFptMjYwLTI4N3YxNjdoODB2LTE2N2w2NCA2MyA1Ni01Ni0xNjAtMTYwLTE2MCAxNjAgNTYgNTcgNjQtNjRabTM0MCAyODdIMTgwaDYwMFoiLz48L3N2Zz4=)
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 ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0xMjAtMTIwcS0zMyAwLTU2LjUtMjMuNVQ0MC0yMDB2LTQ4MGg4MHY0ODBoNjQwdjgwSDEyMFptNzIwLTUyMHYtMTIwSDcyMHYtODBoMTIwcTMzIDAgNTYuNSAyMy41VDkyMC03NjB2MTIwaC04MFptLTY0MCAwdi0xMjBxMC0zMyAyMy41LTU2LjVUMjgwLTg0MGgxMjB2ODBIMjgwdjEyMGgtODBabTUyMCAzNjB2LTgwaDEyMHYtMTIwaDgwdjEyMHEwIDMzLTIzLjUgNTYuNVQ4NDAtMjgwSDcyMFptLTQ0MCAwcS0zMyAwLTU2LjUtMjMuNVQyMDAtMzYwdi0xMjBoODB2MTIwaDEyMHY4MEgyODBabTIwMC0xMjAgMjQ5LTE2MC0yNDktMTYwdjMyMFoiLz48L3N2Zz4=)
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 ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik04MDAtNTYwdi0xNjBINjQwdi04MGgxNjBxMzMgMCA1Ni41IDIzLjVUODgwLTcyMHYxNjBoLTgwWm0tNzIwIDB2LTE2MHEwLTMzIDIzLjUtNTYuNVQxNjAtODAwaDE2MHY4MEgxNjB2MTYwSDgwWm04MCA0MDBxLTMzIDAtNTYuNS0yMy41VDgwLTI0MHYtMTYwaDgwdjE2MGgxNjB2ODBIMTYwWm0yMjAtMTQwdi0zNjBsMjgwIDE4MC0yODAgMTgwWk02MDAtMXYtODBoMzIwdjgwSDYwMFptMTYwLTExOUw2MDAtMjgwbDU2LTU2IDY0IDYydi0xNjZoODB2MTY2bDY0LTYyIDU2IDU2LTE2MCAxNjBaIi8+PC9zdmc+)
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 ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Im0xMjAtMTYwIDgwLTQ4NS04MCAzMnY5M0g0MHYtMTA2cTAtMTkgMTAtMzR0MjctMjJsMTY1LTY2cTIzLTkgNDQuNS0uNVQzMTYtNzIwcTMgNiA3IDI1LjV0MTYuNSA0MC41cTEyLjUgMjEgMzYgMzcuNVQ0NDAtNjAwaDQwdjgwaC00MHEtMzAgMC01Ny41LTlUMzMyLTU1M2wtMTYgOTMgNjUgNjJxOSA5IDE0IDIwdDUgMjR2MTk0aC04MHYtMTYwbC04MC04MC00MCAyNDBoLTgwWm0xNDAuNS02NDAuNVEyNDAtODIxIDI0MC04NTB0MjAuNS00OS41UTI4MS05MjAgMzEwLTkyMHQ0OS41IDIwLjVRMzgwLTg3OSAzODAtODUwdC0yMC41IDQ5LjVRMzM5LTc4MCAzMTAtNzgwdC00OS41LTIwLjVaTTc0MC03OXEtNjAgMC0xMDYtMzMuNVQ1NjktMjAwSDQ2MGw0MC04MGg2MHEyLTIyIDkuNS00Mi41VDU4OS0zNjBoLTg5bDQwLTgwaDk4bC0yNy04MGgtNzF2LTgwaDcxcTI2IDAgNDcgMTQuNXQyOSAzOS41bDM1IDEwNXE1LTEgOS0uNXQ5IC41cTc1IDAgMTI4IDUzdDUzIDEyOHEwIDc1LTUzIDEyOFQ3NDAtNzlabTAtODFxNDIgMCA3MS0yOXQyOS03MXEwLTM5LTI2LjUtNjcuNVQ3NDktMzYwbDI5IDg3LTc2IDI1LTI5LTg2cS0xNSAxNC0yNCAzMi41dC05IDQxLjVxMCA0MiAyOSA3MXQ3MSAyOVoiLz48L3N2Zz4=)
7
+ */
8
+ const WalkBike = createCdxIcon('WalkBike', {
9
+ outlined: [["path", {
10
+ "d": "m120-160 80-485-80 32v93H40v-106q0-19 10-34t27-22l165-66q23-9 44.5-.5T316-720q3 6 7 25.5t16.5 40.5q12.5 21 36 37.5T440-600h40v80h-40q-30 0-57.5-9T332-553l-16 93 65 62q9 9 14 20t5 24v194h-80v-160l-80-80-40 240h-80Zm140.5-640.5Q240-821 240-850t20.5-49.5Q281-920 310-920t49.5 20.5Q380-879 380-850t-20.5 49.5Q339-780 310-780t-49.5-20.5ZM740-79q-60 0-106-33.5T569-200H460l40-80h60q2-22 9.5-42.5T589-360h-89l40-80h98l-27-80h-71v-80h71q26 0 47 14.5t29 39.5l35 105q5-1 9-.5t9 .5q75 0 128 53t53 128q0 75-53 128T740-79Zm0-81q42 0 71-29t29-71q0-39-26.5-67.5T749-360l29 87-76 25-29-86q-15 14-24 32.5t-9 41.5q0 42 29 71t71 29Z"
11
+ }]],
12
+ filled: [["path", {
13
+ "d": "m120-160 80-485-80 32v93H40v-106q0-19 10-34t27-22l165-66q23-9 44.5-.5T316-720q3 6 7 25.5t16.5 40.5q12.5 21 36 37.5T440-600h40v80h-40q-30 0-57.5-9T332-553l-16 93 65 62q9 9 14 20t5 24v194h-80v-160l-80-80-40 240h-80Zm140.5-640.5Q240-821 240-850t20.5-49.5Q281-920 310-920t49.5 20.5Q380-879 380-850t-20.5 49.5Q339-780 310-780t-49.5-20.5ZM740-79q-60 0-106-33.5T569-200H460l40-80h60q2-22 9.5-42.5T589-360h-89l40-80h98l-27-80h-71v-80h71q26 0 47 14.5t29 39.5l35 105q5-1 9-.5t9 .5q75 0 128 53t53 128q0 75-53 128T740-79Zm0-81q42 0 71-29t29-71q0-39-26.5-67.5T749-360l29 87-76 25-29-86q-15 14-24 32.5t-9 41.5q0 42 29 71t71 29Z"
14
+ }]]
15
+ });
16
+ export default WalkBike;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ import createCdxIcon from '../createCdxIcon';
4
+
5
+ /**
6
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Im0xOTMtNTctNjctNDRxNDUtODggNTktMTg0dDE0LTE5NXEwLTk4LTE0LTE5NHQtNTktMTg0bDY3LTQ0cTEzIDI1IDIzLjUgNTAuNVQyMzUtODAwaDg1cTY2IDEgMTEzIDQ3LjVUNDgwLTYzOXYzMjBxMCA2Ni00NyAxMTN0LTExMyA0N2gtODVxLTggMjYtMTguNSA1MS41VDE5My01N1ptNTI3LTI2M0w1NjAtNDgwbDE2MC0xNjAgNTYgNTctNjMgNjNoMTY3djgwSDcxM2w2MyA2NC01NiA1NlptLTQ2MyA4MGg2M3EzMyAwIDU2LjUtMjMuNVQ0MDAtMzIwdi0zMjBxMC0zMy0yMy41LTU2LjVUMzIwLTcyMGgtNjRxMTMgNTkgMTguNSAxMTkuNVQyODAtNDgwcTAgNjEtNSAxMjF0LTE4IDExOVptMjMtMjQwWiIvPjwvc3ZnPg==)
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 ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik04MC0xNjB2LTgwaDgwMHY4MEg4MFptMjE3LTI0MGgzNjZxLTIzLTU0LTcyLTg3dC0xMTEtMzNxLTYyIDAtMTExIDMzdC03MiA4N1ptLTk3IDgwcTAtMTE3IDgxLjUtMTk4LjVUNDgwLTYwMHExMTcgMCAxOTguNSA4MS41VDc2MC0zMjBIMjAwWm0yODAtODBaIi8+PC9zdmc+)
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;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ import createCdxIcon from '../createCdxIcon';
4
+
5
+ /**
6
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0zNTQtNDc5Wk00ODAtODBxLTY2IDAtMTEyLjUtNDVUMzIwLTIzNnEtMS0zMiAxMS02Mi41dDM1LTUzLjVsMTI4LTEyNy0xMjgtMTI3cS0yMi0yMS0zMy41LTQ5VDMyMC03MTRxLTItNjggNDQuNS0xMTdUNDgwLTg4MHEzMiAwIDYxIDEydDUyIDM1bDIzOSAyNDBxMjMgMjMgMzUuNSA1Mi41VDg4MC00NzlxMCAzMi0xMiA2MXQtMzUgNTJMNTkzLTEyNnEtMjMgMjMtNTIgMzQuNVQ0ODAtODBabTAtODFxMTYgMCAzMC41LTUuNVQ1MzYtMTgzbDI0My0yNDNxMTAtMTEgMTUuNS0yNXQ1LjUtMjlxMC0xNS01LjUtMjlUNzc5LTUzNEw1MzYtNzc2cS0xMS0xMS0yNS41LTE3dC0zMC41LTZxLTMzIDAtNTYuNSAyMy41VDQwMC03MjBxMCAxNyA2IDMxLjV0MTcgMjUuNWwxODQgMTgzLTE4NCAxODRxLTExIDExLTE3IDI1LjV0LTYgMzAuNXEwIDMzIDIzLjUgNTZ0NTYuNSAyM1ptMTIwLTE1OXE4IDAgMTUtM3QxMy05bDkyLTkxcTExLTExIDE3LTI2dDYtMzFxMC0xNi02LTMxdC0xNy0yNmwtOTItOTFxLTEyLTEyLTI4LjUtMTJUNTcxLTYyOHEtMTIgMTItMTIgMjguNXQxMiAyOC41bDkyIDkxLTkyIDkycS0xMiAxMi0xMiAyOC41dDEyIDI3LjVxNiA2IDEzLjUgOXQxNS41IDNaTTIyMC0xMTlxLTU5IDAtOTkuNS00MlQ4MC0yNjJxMC0yOSAxMS01NnQzMi00N2wxMTctMTE0LTExNy0xMTRxLTIxLTIwLTMyLTQ3dC0xMS01NnEwLTYwIDQwLjUtMTAxLjVUMjIwLTgzOXEyOCAwIDUzIDkuNXQ0NSAyOS41bDQyIDQxdjExM2wtOTgtOTZxLTgtOC0xOS0xMi41dC0yMy00LjVxLTI2IDAtNDMgMTguNVQxNjAtNjk2cTAgMTMgNSAyNXQxNCAyMWwxNzUgMTcxLTE3NSAxNzFxLTkgOS0xNCAyMC41dC01IDI0LjVxMCAyNiAxNyA0NXQ0MyAxOXExMiAwIDIzLTQuNXQxOS0xMi41bDk4LTk1djExMWwtNDIgNDFxLTIwIDIwLTQ1IDMwdC01MyAxMFptMzg3LTM2MVoiLz48L3N2Zz4=)
7
+ */
8
+ const WorkspaceStudio = createCdxIcon('WorkspaceStudio', {
9
+ outlined: [["path", {
10
+ "d": "M354-479ZM480-80q-66 0-112.5-45T320-236q-1-32 11-62.5t35-53.5l128-127-128-127q-22-21-33.5-49T320-714q-2-68 44.5-117T480-880q32 0 61 12t52 35l239 240q23 23 35.5 52.5T880-479q0 32-12 61t-35 52L593-126q-23 23-52 34.5T480-80Zm0-81q16 0 30.5-5.5T536-183l243-243q10-11 15.5-25t5.5-29q0-15-5.5-29T779-534L536-776q-11-11-25.5-17t-30.5-6q-33 0-56.5 23.5T400-720q0 17 6 31.5t17 25.5l184 183-184 184q-11 11-17 25.5t-6 30.5q0 33 23.5 56t56.5 23Zm120-159q8 0 15-3t13-9l92-91q11-11 17-26t6-31q0-16-6-31t-17-26l-92-91q-12-12-28.5-12T571-628q-12 12-12 28.5t12 28.5l92 91-92 92q-12 12-12 28.5t12 27.5q6 6 13.5 9t15.5 3ZM220-119q-59 0-99.5-42T80-262q0-29 11-56t32-47l117-114-117-114q-21-20-32-47t-11-56q0-60 40.5-101.5T220-839q28 0 53 9.5t45 29.5l42 41v113l-98-96q-8-8-19-12.5t-23-4.5q-26 0-43 18.5T160-696q0 13 5 25t14 21l175 171-175 171q-9 9-14 20.5t-5 24.5q0 26 17 45t43 19q12 0 23-4.5t19-12.5l98-95v111l-42 41q-20 20-45 30t-53 10Zm387-361Z"
11
+ }]],
12
+ filled: [["path", {
13
+ "d": "M480-80q-66 0-112.5-45T320-236q-1-32 11-62.5t35-53.5l128-127-128-127q-22-21-33.5-49T320-714q-2-68 44.5-117T480-880q32 0 61 12t52 35l239 240q23 23 35.5 52.5T880-479q0 32-12 61t-35 52L593-126q-23 23-52 34.5T480-80Zm-260-39q-59 0-99.5-42T80-262q0-29 11-56t32-47l117-114-117-114q-21-20-32-47t-11-56q0-60 40.5-101.5T220-839q13 0 25 2t23 6q-14 28-21.5 58t-6.5 61q2 47 19.5 88.5T309-550l71 71-71 71q-35 34-52.5 79T240-235q1 28 7.5 55.5T268-127q-11 4-23 6t-25 2Zm351-213q13 12 29 12t28-12l92-91q11-11 17-26t6-31q0-16-6-31t-17-26l-92-91q-12-12-28.5-12T571-628q-12 12-12 28.5t12 28.5l92 91-92 92q-12 12-12 28.5t12 27.5Z"
14
+ }]]
15
+ });
16
+ export default WorkspaceStudio;
@@ -22,6 +22,7 @@ export { default as Cdx23mp } from '../icons/23mp';
22
22
  export { default as Cdx24fpsSelect } from '../icons/24fps_select';
23
23
  export { default as Cdx24mp } from '../icons/24mp';
24
24
  export { default as Cdx2d } from '../icons/2d';
25
+ export { default as Cdx2d2 } from '../icons/2d_2';
25
26
  export { default as Cdx2k } from '../icons/2k';
26
27
  export { default as Cdx2kPlus } from '../icons/2k_plus';
27
28
  export { default as Cdx2mp } from '../icons/2mp';
@@ -29,6 +30,7 @@ export { default as Cdx30fps } from '../icons/30fps';
29
30
  export { default as Cdx30fpsSelect } from '../icons/30fps_select';
30
31
  export { default as Cdx360 } from '../icons/360';
31
32
  export { default as Cdx3d } from '../icons/3d';
33
+ export { default as Cdx3d2 } from '../icons/3d_2';
32
34
  export { default as Cdx3dRotation } from '../icons/3d_rotation';
33
35
  export { default as Cdx3gMobiledata } from '../icons/3g_mobiledata';
34
36
  export { default as Cdx3gMobiledataBadge } from '../icons/3g_mobiledata_badge';
@@ -322,6 +324,7 @@ export { default as CdxAttachMoney } from '../icons/attach_money';
322
324
  export { default as CdxAttachment } from '../icons/attachment';
323
325
  export { default as CdxAttractions } from '../icons/attractions';
324
326
  export { default as CdxAttribution } from '../icons/attribution';
327
+ export { default as CdxAudioCapture } from '../icons/audio_capture';
325
328
  export { default as CdxAudioDescription } from '../icons/audio_description';
326
329
  export { default as CdxAudioFile } from '../icons/audio_file';
327
330
  export { default as CdxAudioVideoReceiver } from '../icons/audio_video_receiver';
@@ -466,6 +469,7 @@ export { default as CdxBikeDock } from '../icons/bike_dock';
466
469
  export { default as CdxBikeLane } from '../icons/bike_lane';
467
470
  export { default as CdxBikeScooter } from '../icons/bike_scooter';
468
471
  export { default as CdxBiotech } from '../icons/biotech';
472
+ export { default as CdxBitbucket } from '../icons/bitbucket';
469
473
  export { default as CdxBlanket } from '../icons/blanket';
470
474
  export { default as CdxBlender } from '../icons/blender';
471
475
  export { default as CdxBlind } from '../icons/blind';
@@ -653,6 +657,7 @@ export { default as CdxCarLock } from '../icons/car_lock';
653
657
  export { default as CdxCarMirrorHeat } from '../icons/car_mirror_heat';
654
658
  export { default as CdxCarRental } from '../icons/car_rental';
655
659
  export { default as CdxCarRepair } from '../icons/car_repair';
660
+ export { default as CdxCarSpark } from '../icons/car_spark';
656
661
  export { default as CdxCarTag } from '../icons/car_tag';
657
662
  export { default as CdxCardMembership } from '../icons/card_membership';
658
663
  export { default as CdxCardTravel } from '../icons/card_travel';
@@ -883,11 +888,14 @@ export { default as CdxCreditCardClock } from '../icons/credit_card_clock';
883
888
  export { default as CdxCreditCardGear } from '../icons/credit_card_gear';
884
889
  export { default as CdxCreditCardHeart } from '../icons/credit_card_heart';
885
890
  export { default as CdxCreditCardOff } from '../icons/credit_card_off';
891
+ export { default as CdxCreditCardSpark } from '../icons/credit_card_spark';
886
892
  export { default as CdxCreditScore } from '../icons/credit_score';
887
893
  export { default as CdxCrib } from '../icons/crib';
888
894
  export { default as CdxCrisisAlert } from '../icons/crisis_alert';
889
895
  export { default as CdxCrop } from '../icons/crop';
890
896
  export { default as CdxCrop169 } from '../icons/crop_16_9';
897
+ export { default as CdxCrop23 } from '../icons/crop_2_3';
898
+ export { default as CdxCrop219 } from '../icons/crop_21_9';
891
899
  export { default as CdxCrop32 } from '../icons/crop_3_2';
892
900
  export { default as CdxCrop54 } from '../icons/crop_5_4';
893
901
  export { default as CdxCrop75 } from '../icons/crop_7_5';
@@ -1374,6 +1382,7 @@ export { default as CdxFlexWrap } from '../icons/flex_wrap';
1374
1382
  export { default as CdxFlight } from '../icons/flight';
1375
1383
  export { default as CdxFlightClass } from '../icons/flight_class';
1376
1384
  export { default as CdxFlightLand } from '../icons/flight_land';
1385
+ export { default as CdxFlightSpark } from '../icons/flight_spark';
1377
1386
  export { default as CdxFlightTakeoff } from '../icons/flight_takeoff';
1378
1387
  export { default as CdxFlightsAndHotels } from '../icons/flights_and_hotels';
1379
1388
  export { default as CdxFlip } from '../icons/flip';
@@ -1566,6 +1575,7 @@ export { default as CdxGif2 } from '../icons/gif_2';
1566
1575
  export { default as CdxGifBox } from '../icons/gif_box';
1567
1576
  export { default as CdxGirl } from '../icons/girl';
1568
1577
  export { default as CdxGite } from '../icons/gite';
1578
+ export { default as CdxGitlab } from '../icons/gitlab';
1569
1579
  export { default as CdxGlassCup } from '../icons/glass_cup';
1570
1580
  export { default as CdxGlobe } from '../icons/globe';
1571
1581
  export { default as CdxGlobe2Cancel } from '../icons/globe_2_cancel';
@@ -1805,6 +1815,7 @@ export { default as CdxInkEraser } from '../icons/ink_eraser';
1805
1815
  export { default as CdxInkEraserOff } from '../icons/ink_eraser_off';
1806
1816
  export { default as CdxInkHighlighter } from '../icons/ink_highlighter';
1807
1817
  export { default as CdxInkHighlighterMove } from '../icons/ink_highlighter_move';
1818
+ export { default as CdxInkHighlighterOff } from '../icons/ink_highlighter_off';
1808
1819
  export { default as CdxInkMarker } from '../icons/ink_marker';
1809
1820
  export { default as CdxInkPen } from '../icons/ink_pen';
1810
1821
  export { default as CdxInkSelection } from '../icons/ink_selection';
@@ -1940,6 +1951,7 @@ export { default as CdxLight } from '../icons/light';
1940
1951
  export { default as CdxLightGroup } from '../icons/light_group';
1941
1952
  export { default as CdxLightGroup2 } from '../icons/light_group_2';
1942
1953
  export { default as CdxLightMode } from '../icons/light_mode';
1954
+ export { default as CdxLightModeAuto } from '../icons/light_mode_auto';
1943
1955
  export { default as CdxLightOff } from '../icons/light_off';
1944
1956
  export { default as CdxLightbulb } from '../icons/lightbulb';
1945
1957
  export { default as CdxLightbulb2 } from '../icons/lightbulb_2';
@@ -2001,6 +2013,7 @@ export { default as CdxLocalPolice } from '../icons/local_police';
2001
2013
  export { default as CdxLocalPostOffice } from '../icons/local_post_office';
2002
2014
  export { default as CdxLocalSee } from '../icons/local_see';
2003
2015
  export { default as CdxLocalShipping } from '../icons/local_shipping';
2016
+ export { default as CdxLocalShippingSpark } from '../icons/local_shipping_spark';
2004
2017
  export { default as CdxLocalTaxi } from '../icons/local_taxi';
2005
2018
  export { default as CdxLocationAway } from '../icons/location_away';
2006
2019
  export { default as CdxLocationChip } from '../icons/location_chip';
@@ -2050,6 +2063,7 @@ export { default as CdxMailAsterisk } from '../icons/mail_asterisk';
2050
2063
  export { default as CdxMailLock } from '../icons/mail_lock';
2051
2064
  export { default as CdxMailOff } from '../icons/mail_off';
2052
2065
  export { default as CdxMailShield } from '../icons/mail_shield';
2066
+ export { default as CdxMailSpark } from '../icons/mail_spark';
2053
2067
  export { default as CdxMale } from '../icons/male';
2054
2068
  export { default as CdxMan } from '../icons/man';
2055
2069
  export { default as CdxMan2 } from '../icons/man_2';
@@ -2507,6 +2521,7 @@ export { default as CdxPartnerReports } from '../icons/partner_reports';
2507
2521
  export { default as CdxPartyMode } from '../icons/party_mode';
2508
2522
  export { default as CdxPasskey } from '../icons/passkey';
2509
2523
  export { default as CdxPassport } from '../icons/passport';
2524
+ export { default as CdxPassportSpark } from '../icons/passport_spark';
2510
2525
  export { default as CdxPassword } from '../icons/password';
2511
2526
  export { default as CdxPassword2 } from '../icons/password_2';
2512
2527
  export { default as CdxPassword2Off } from '../icons/password_2_off';
@@ -2898,6 +2913,7 @@ export { default as CdxScreenRotationAlt } from '../icons/screen_rotation_alt';
2898
2913
  export { default as CdxScreenRotationUp } from '../icons/screen_rotation_up';
2899
2914
  export { default as CdxScreenSearchDesktop } from '../icons/screen_search_desktop';
2900
2915
  export { default as CdxScreenShare } from '../icons/screen_share';
2916
+ export { default as CdxScreenSparkPause } from '../icons/screen_spark_pause';
2901
2917
  export { default as CdxScreenshotFrame } from '../icons/screenshot_frame';
2902
2918
  export { default as CdxScreenshotFrame2 } from '../icons/screenshot_frame_2';
2903
2919
  export { default as CdxScreenshotKeyboard } from '../icons/screenshot_keyboard';
@@ -3179,6 +3195,7 @@ export { default as CdxSpeed4 } from '../icons/speed_4';
3179
3195
  export { default as CdxSpeedCamera } from '../icons/speed_camera';
3180
3196
  export { default as CdxSpellcheck } from '../icons/spellcheck';
3181
3197
  export { default as CdxSplitScene } from '../icons/split_scene';
3198
+ export { default as CdxSplitScene2 } from '../icons/split_scene_2';
3182
3199
  export { default as CdxSplitSceneDown } from '../icons/split_scene_down';
3183
3200
  export { default as CdxSplitSceneLeft } from '../icons/split_scene_left';
3184
3201
  export { default as CdxSplitSceneRight } from '../icons/split_scene_right';
@@ -3477,6 +3494,8 @@ export { default as CdxTibiaAlt } from '../icons/tibia_alt';
3477
3494
  export { default as CdxTileLarge } from '../icons/tile_large';
3478
3495
  export { default as CdxTileMedium } from '../icons/tile_medium';
3479
3496
  export { default as CdxTileSmall } from '../icons/tile_small';
3497
+ export { default as CdxTiltArrowDown } from '../icons/tilt_arrow_down';
3498
+ export { default as CdxTiltArrowUp } from '../icons/tilt_arrow_up';
3480
3499
  export { default as CdxTimeAuto } from '../icons/time_auto';
3481
3500
  export { default as CdxTimelapse } from '../icons/timelapse';
3482
3501
  export { default as CdxTimeline } from '../icons/timeline';
@@ -3664,6 +3683,8 @@ export { default as CdxVideoCameraFront } from '../icons/video_camera_front';
3664
3683
  export { default as CdxVideoCameraFrontOff } from '../icons/video_camera_front_off';
3665
3684
  export { default as CdxVideoChat } from '../icons/video_chat';
3666
3685
  export { default as CdxVideoFile } from '../icons/video_file';
3686
+ export { default as CdxVideoFrameCopy } from '../icons/video_frame_copy';
3687
+ export { default as CdxVideoFrameSave } from '../icons/video_frame_save';
3667
3688
  export { default as CdxVideoLabel } from '../icons/video_label';
3668
3689
  export { default as CdxVideoLibrary } from '../icons/video_library';
3669
3690
  export { default as CdxVideoSearch } from '../icons/video_search';
@@ -3730,6 +3751,7 @@ export { default as CdxVpnLock2 } from '../icons/vpn_lock_2';
3730
3751
  export { default as CdxVr180Create2d } from '../icons/vr180_create2d';
3731
3752
  export { default as CdxVr180Create2dOff } from '../icons/vr180_create2d_off';
3732
3753
  export { default as CdxVrpano } from '../icons/vrpano';
3754
+ export { default as CdxWalkBike } from '../icons/walk_bike';
3733
3755
  export { default as CdxWallArt } from '../icons/wall_art';
3734
3756
  export { default as CdxWallLamp } from '../icons/wall_lamp';
3735
3757
  export { default as CdxWallet } from '../icons/wallet';
@@ -3747,6 +3769,7 @@ export { default as CdxWatch } from '../icons/watch';
3747
3769
  export { default as CdxWatchAlert } from '../icons/watch_alert';
3748
3770
  export { default as CdxWatchArrow } from '../icons/watch_arrow';
3749
3771
  export { default as CdxWatchArrowDown } from '../icons/watch_arrow_down';
3772
+ export { default as CdxWatchButton } from '../icons/watch_button';
3750
3773
  export { default as CdxWatchButtonPress } from '../icons/watch_button_press';
3751
3774
  export { default as CdxWatchCheck } from '../icons/watch_check';
3752
3775
  export { default as CdxWatchLock } from '../icons/watch_lock';
@@ -3781,6 +3804,7 @@ export { default as CdxWbIridescent } from '../icons/wb_iridescent';
3781
3804
  export { default as CdxWbShade } from '../icons/wb_shade';
3782
3805
  export { default as CdxWbSunny } from '../icons/wb_sunny';
3783
3806
  export { default as CdxWbTwilight } from '../icons/wb_twilight';
3807
+ export { default as CdxWbTwilight2 } from '../icons/wb_twilight_2';
3784
3808
  export { default as CdxWc } from '../icons/wc';
3785
3809
  export { default as CdxWeatherHail } from '../icons/weather_hail';
3786
3810
  export { default as CdxWeatherMix } from '../icons/weather_mix';
@@ -3844,6 +3868,7 @@ export { default as CdxWorkAlert } from '../icons/work_alert';
3844
3868
  export { default as CdxWorkHistory } from '../icons/work_history';
3845
3869
  export { default as CdxWorkUpdate } from '../icons/work_update';
3846
3870
  export { default as CdxWorkspacePremium } from '../icons/workspace_premium';
3871
+ export { default as CdxWorkspaceStudio } from '../icons/workspace_studio';
3847
3872
  export { default as CdxWorkspaces } from '../icons/workspaces';
3848
3873
  export { default as CdxWoundsInjuries } from '../icons/wounds_injuries';
3849
3874
  export { default as CdxWrapText } from '../icons/wrap_text';
@@ -22,6 +22,7 @@ export { default as _23mpIcon } from '../icons/23mp';
22
22
  export { default as _24fpsSelectIcon } from '../icons/24fps_select';
23
23
  export { default as _24mpIcon } from '../icons/24mp';
24
24
  export { default as _2dIcon } from '../icons/2d';
25
+ export { default as _2d2Icon } from '../icons/2d_2';
25
26
  export { default as _2kIcon } from '../icons/2k';
26
27
  export { default as _2kPlusIcon } from '../icons/2k_plus';
27
28
  export { default as _2mpIcon } from '../icons/2mp';
@@ -29,6 +30,7 @@ export { default as _30fpsIcon } from '../icons/30fps';
29
30
  export { default as _30fpsSelectIcon } from '../icons/30fps_select';
30
31
  export { default as _360Icon } from '../icons/360';
31
32
  export { default as _3dIcon } from '../icons/3d';
33
+ export { default as _3d2Icon } from '../icons/3d_2';
32
34
  export { default as _3dRotationIcon } from '../icons/3d_rotation';
33
35
  export { default as _3gMobiledataIcon } from '../icons/3g_mobiledata';
34
36
  export { default as _3gMobiledataBadgeIcon } from '../icons/3g_mobiledata_badge';
@@ -322,6 +324,7 @@ export { default as AttachMoneyIcon } from '../icons/attach_money';
322
324
  export { default as AttachmentIcon } from '../icons/attachment';
323
325
  export { default as AttractionsIcon } from '../icons/attractions';
324
326
  export { default as AttributionIcon } from '../icons/attribution';
327
+ export { default as AudioCaptureIcon } from '../icons/audio_capture';
325
328
  export { default as AudioDescriptionIcon } from '../icons/audio_description';
326
329
  export { default as AudioFileIcon } from '../icons/audio_file';
327
330
  export { default as AudioVideoReceiverIcon } from '../icons/audio_video_receiver';
@@ -466,6 +469,7 @@ export { default as BikeDockIcon } from '../icons/bike_dock';
466
469
  export { default as BikeLaneIcon } from '../icons/bike_lane';
467
470
  export { default as BikeScooterIcon } from '../icons/bike_scooter';
468
471
  export { default as BiotechIcon } from '../icons/biotech';
472
+ export { default as BitbucketIcon } from '../icons/bitbucket';
469
473
  export { default as BlanketIcon } from '../icons/blanket';
470
474
  export { default as BlenderIcon } from '../icons/blender';
471
475
  export { default as BlindIcon } from '../icons/blind';
@@ -653,6 +657,7 @@ export { default as CarLockIcon } from '../icons/car_lock';
653
657
  export { default as CarMirrorHeatIcon } from '../icons/car_mirror_heat';
654
658
  export { default as CarRentalIcon } from '../icons/car_rental';
655
659
  export { default as CarRepairIcon } from '../icons/car_repair';
660
+ export { default as CarSparkIcon } from '../icons/car_spark';
656
661
  export { default as CarTagIcon } from '../icons/car_tag';
657
662
  export { default as CardMembershipIcon } from '../icons/card_membership';
658
663
  export { default as CardTravelIcon } from '../icons/card_travel';
@@ -883,11 +888,14 @@ export { default as CreditCardClockIcon } from '../icons/credit_card_clock';
883
888
  export { default as CreditCardGearIcon } from '../icons/credit_card_gear';
884
889
  export { default as CreditCardHeartIcon } from '../icons/credit_card_heart';
885
890
  export { default as CreditCardOffIcon } from '../icons/credit_card_off';
891
+ export { default as CreditCardSparkIcon } from '../icons/credit_card_spark';
886
892
  export { default as CreditScoreIcon } from '../icons/credit_score';
887
893
  export { default as CribIcon } from '../icons/crib';
888
894
  export { default as CrisisAlertIcon } from '../icons/crisis_alert';
889
895
  export { default as CropIcon } from '../icons/crop';
890
896
  export { default as Crop169Icon } from '../icons/crop_16_9';
897
+ export { default as Crop23Icon } from '../icons/crop_2_3';
898
+ export { default as Crop219Icon } from '../icons/crop_21_9';
891
899
  export { default as Crop32Icon } from '../icons/crop_3_2';
892
900
  export { default as Crop54Icon } from '../icons/crop_5_4';
893
901
  export { default as Crop75Icon } from '../icons/crop_7_5';
@@ -1374,6 +1382,7 @@ export { default as FlexWrapIcon } from '../icons/flex_wrap';
1374
1382
  export { default as FlightIcon } from '../icons/flight';
1375
1383
  export { default as FlightClassIcon } from '../icons/flight_class';
1376
1384
  export { default as FlightLandIcon } from '../icons/flight_land';
1385
+ export { default as FlightSparkIcon } from '../icons/flight_spark';
1377
1386
  export { default as FlightTakeoffIcon } from '../icons/flight_takeoff';
1378
1387
  export { default as FlightsAndHotelsIcon } from '../icons/flights_and_hotels';
1379
1388
  export { default as FlipIcon } from '../icons/flip';
@@ -1566,6 +1575,7 @@ export { default as Gif2Icon } from '../icons/gif_2';
1566
1575
  export { default as GifBoxIcon } from '../icons/gif_box';
1567
1576
  export { default as GirlIcon } from '../icons/girl';
1568
1577
  export { default as GiteIcon } from '../icons/gite';
1578
+ export { default as GitlabIcon } from '../icons/gitlab';
1569
1579
  export { default as GlassCupIcon } from '../icons/glass_cup';
1570
1580
  export { default as GlobeIcon } from '../icons/globe';
1571
1581
  export { default as Globe2CancelIcon } from '../icons/globe_2_cancel';
@@ -1805,6 +1815,7 @@ export { default as InkEraserIcon } from '../icons/ink_eraser';
1805
1815
  export { default as InkEraserOffIcon } from '../icons/ink_eraser_off';
1806
1816
  export { default as InkHighlighterIcon } from '../icons/ink_highlighter';
1807
1817
  export { default as InkHighlighterMoveIcon } from '../icons/ink_highlighter_move';
1818
+ export { default as InkHighlighterOffIcon } from '../icons/ink_highlighter_off';
1808
1819
  export { default as InkMarkerIcon } from '../icons/ink_marker';
1809
1820
  export { default as InkPenIcon } from '../icons/ink_pen';
1810
1821
  export { default as InkSelectionIcon } from '../icons/ink_selection';
@@ -1940,6 +1951,7 @@ export { default as LightIcon } from '../icons/light';
1940
1951
  export { default as LightGroupIcon } from '../icons/light_group';
1941
1952
  export { default as LightGroup2Icon } from '../icons/light_group_2';
1942
1953
  export { default as LightModeIcon } from '../icons/light_mode';
1954
+ export { default as LightModeAutoIcon } from '../icons/light_mode_auto';
1943
1955
  export { default as LightOffIcon } from '../icons/light_off';
1944
1956
  export { default as LightbulbIcon } from '../icons/lightbulb';
1945
1957
  export { default as Lightbulb2Icon } from '../icons/lightbulb_2';
@@ -2001,6 +2013,7 @@ export { default as LocalPoliceIcon } from '../icons/local_police';
2001
2013
  export { default as LocalPostOfficeIcon } from '../icons/local_post_office';
2002
2014
  export { default as LocalSeeIcon } from '../icons/local_see';
2003
2015
  export { default as LocalShippingIcon } from '../icons/local_shipping';
2016
+ export { default as LocalShippingSparkIcon } from '../icons/local_shipping_spark';
2004
2017
  export { default as LocalTaxiIcon } from '../icons/local_taxi';
2005
2018
  export { default as LocationAwayIcon } from '../icons/location_away';
2006
2019
  export { default as LocationChipIcon } from '../icons/location_chip';
@@ -2050,6 +2063,7 @@ export { default as MailAsteriskIcon } from '../icons/mail_asterisk';
2050
2063
  export { default as MailLockIcon } from '../icons/mail_lock';
2051
2064
  export { default as MailOffIcon } from '../icons/mail_off';
2052
2065
  export { default as MailShieldIcon } from '../icons/mail_shield';
2066
+ export { default as MailSparkIcon } from '../icons/mail_spark';
2053
2067
  export { default as MaleIcon } from '../icons/male';
2054
2068
  export { default as ManIcon } from '../icons/man';
2055
2069
  export { default as Man2Icon } from '../icons/man_2';
@@ -2507,6 +2521,7 @@ export { default as PartnerReportsIcon } from '../icons/partner_reports';
2507
2521
  export { default as PartyModeIcon } from '../icons/party_mode';
2508
2522
  export { default as PasskeyIcon } from '../icons/passkey';
2509
2523
  export { default as PassportIcon } from '../icons/passport';
2524
+ export { default as PassportSparkIcon } from '../icons/passport_spark';
2510
2525
  export { default as PasswordIcon } from '../icons/password';
2511
2526
  export { default as Password2Icon } from '../icons/password_2';
2512
2527
  export { default as Password2OffIcon } from '../icons/password_2_off';
@@ -2898,6 +2913,7 @@ export { default as ScreenRotationAltIcon } from '../icons/screen_rotation_alt';
2898
2913
  export { default as ScreenRotationUpIcon } from '../icons/screen_rotation_up';
2899
2914
  export { default as ScreenSearchDesktopIcon } from '../icons/screen_search_desktop';
2900
2915
  export { default as ScreenShareIcon } from '../icons/screen_share';
2916
+ export { default as ScreenSparkPauseIcon } from '../icons/screen_spark_pause';
2901
2917
  export { default as ScreenshotFrameIcon } from '../icons/screenshot_frame';
2902
2918
  export { default as ScreenshotFrame2Icon } from '../icons/screenshot_frame_2';
2903
2919
  export { default as ScreenshotKeyboardIcon } from '../icons/screenshot_keyboard';
@@ -3179,6 +3195,7 @@ export { default as Speed4Icon } from '../icons/speed_4';
3179
3195
  export { default as SpeedCameraIcon } from '../icons/speed_camera';
3180
3196
  export { default as SpellcheckIcon } from '../icons/spellcheck';
3181
3197
  export { default as SplitSceneIcon } from '../icons/split_scene';
3198
+ export { default as SplitScene2Icon } from '../icons/split_scene_2';
3182
3199
  export { default as SplitSceneDownIcon } from '../icons/split_scene_down';
3183
3200
  export { default as SplitSceneLeftIcon } from '../icons/split_scene_left';
3184
3201
  export { default as SplitSceneRightIcon } from '../icons/split_scene_right';
@@ -3477,6 +3494,8 @@ export { default as TibiaAltIcon } from '../icons/tibia_alt';
3477
3494
  export { default as TileLargeIcon } from '../icons/tile_large';
3478
3495
  export { default as TileMediumIcon } from '../icons/tile_medium';
3479
3496
  export { default as TileSmallIcon } from '../icons/tile_small';
3497
+ export { default as TiltArrowDownIcon } from '../icons/tilt_arrow_down';
3498
+ export { default as TiltArrowUpIcon } from '../icons/tilt_arrow_up';
3480
3499
  export { default as TimeAutoIcon } from '../icons/time_auto';
3481
3500
  export { default as TimelapseIcon } from '../icons/timelapse';
3482
3501
  export { default as TimelineIcon } from '../icons/timeline';
@@ -3664,6 +3683,8 @@ export { default as VideoCameraFrontIcon } from '../icons/video_camera_front';
3664
3683
  export { default as VideoCameraFrontOffIcon } from '../icons/video_camera_front_off';
3665
3684
  export { default as VideoChatIcon } from '../icons/video_chat';
3666
3685
  export { default as VideoFileIcon } from '../icons/video_file';
3686
+ export { default as VideoFrameCopyIcon } from '../icons/video_frame_copy';
3687
+ export { default as VideoFrameSaveIcon } from '../icons/video_frame_save';
3667
3688
  export { default as VideoLabelIcon } from '../icons/video_label';
3668
3689
  export { default as VideoLibraryIcon } from '../icons/video_library';
3669
3690
  export { default as VideoSearchIcon } from '../icons/video_search';
@@ -3730,6 +3751,7 @@ export { default as VpnLock2Icon } from '../icons/vpn_lock_2';
3730
3751
  export { default as Vr180Create2dIcon } from '../icons/vr180_create2d';
3731
3752
  export { default as Vr180Create2dOffIcon } from '../icons/vr180_create2d_off';
3732
3753
  export { default as VrpanoIcon } from '../icons/vrpano';
3754
+ export { default as WalkBikeIcon } from '../icons/walk_bike';
3733
3755
  export { default as WallArtIcon } from '../icons/wall_art';
3734
3756
  export { default as WallLampIcon } from '../icons/wall_lamp';
3735
3757
  export { default as WalletIcon } from '../icons/wallet';
@@ -3747,6 +3769,7 @@ export { default as WatchIcon } from '../icons/watch';
3747
3769
  export { default as WatchAlertIcon } from '../icons/watch_alert';
3748
3770
  export { default as WatchArrowIcon } from '../icons/watch_arrow';
3749
3771
  export { default as WatchArrowDownIcon } from '../icons/watch_arrow_down';
3772
+ export { default as WatchButtonIcon } from '../icons/watch_button';
3750
3773
  export { default as WatchButtonPressIcon } from '../icons/watch_button_press';
3751
3774
  export { default as WatchCheckIcon } from '../icons/watch_check';
3752
3775
  export { default as WatchLockIcon } from '../icons/watch_lock';
@@ -3781,6 +3804,7 @@ export { default as WbIridescentIcon } from '../icons/wb_iridescent';
3781
3804
  export { default as WbShadeIcon } from '../icons/wb_shade';
3782
3805
  export { default as WbSunnyIcon } from '../icons/wb_sunny';
3783
3806
  export { default as WbTwilightIcon } from '../icons/wb_twilight';
3807
+ export { default as WbTwilight2Icon } from '../icons/wb_twilight_2';
3784
3808
  export { default as WcIcon } from '../icons/wc';
3785
3809
  export { default as WeatherHailIcon } from '../icons/weather_hail';
3786
3810
  export { default as WeatherMixIcon } from '../icons/weather_mix';
@@ -3844,6 +3868,7 @@ export { default as WorkAlertIcon } from '../icons/work_alert';
3844
3868
  export { default as WorkHistoryIcon } from '../icons/work_history';
3845
3869
  export { default as WorkUpdateIcon } from '../icons/work_update';
3846
3870
  export { default as WorkspacePremiumIcon } from '../icons/workspace_premium';
3871
+ export { default as WorkspaceStudioIcon } from '../icons/workspace_studio';
3847
3872
  export { default as WorkspacesIcon } from '../icons/workspaces';
3848
3873
  export { default as WoundsInjuriesIcon } from '../icons/wounds_injuries';
3849
3874
  export { default as WrapTextIcon } from '../icons/wrap_text';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0xNDctMjc5di02OHE1MS00MSA4OC41LTcyLjVUMjkyLTQ3OHExNC0yMCAyMy00MS41dDktNDIuNXEwLTI4LTE2LjUtNDRUMjY2LTYyMnEtMjQgMC0zOSAxNS41VDIwNy01NjRsLTY5LTVxNi01NCA0MC41LTg3LjVUMjY2LTY5MHE2MyAwIDk3LjUgMzJ0MzQuNSA5MHEwIDM3LTE0IDY5dC0zNiA2MXEtMjMgMzEtNDYuNSA1MC41VDI0OS0zNDZsMiAzaDE1N3Y2NEgxNDdabTM0MS0xdi00MDFoMTM0cTk3IDAgMTQ4LjUgNTJUODIyLTQ4MHEwIDk3LTUyIDE0OC41VDYyMi0yODBINDg4Wm03Ni03Mmg1NHE2NiAwIDk3LjUtMzF0MzEuNS05N3EwLTY2LTMxLjUtOTcuNVQ2MTgtNjA5aC01NHYyNTdaIi8+PC9zdmc+)
3
+ */
4
+ declare const _2d2: import("..").CdxIcon;
5
+ export default _2d2;
6
+ //# sourceMappingURL=2d_2.d.ts.map
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00OTAtMjc5di00MDFoMTMzcTk3IDAgMTQ4LjUgNTEuNVQ4MjMtNDgwcTAgOTctNTIgMTQ5dC0xNDggNTJINDkwWm03NS03Mmg1NXE2NiAwIDk3LTMxLjV0MzEtOTcuNXEwLTY2LTMxLTk3LjVUNjIwLTYwOWgtNTV2MjU4Wm0tMjg5IDgxcS01OSAwLTk2LTMwLjVUMTM3LTM4OGw3Mi0xNHE1IDI5IDIxLjUgNDUuNVQyNzYtMzQwcTI4IDAgNDUtMTUuNXQxNy00Mi41cTAtMjYtMTgtNDN0LTUxLTE3aC0zMnYtNjRoMzBxMzAgMCA0NS0xNHQxNS0zN3EwLTIzLTE0LjUtMzYuNVQyNzQtNjIzcS0yMyAwLTM3LjUgMTJUMjE2LTU3NmwtNzEtOHE4LTUzIDQyLTc5dDg4LTI2cTU1IDAgODkuNSAyNy41VDM5OS01ODFxMCAzMC0xMy41IDUwLjVUMzUwLTQ5NnY0cTMwIDExIDQ2IDM5dDE2IDYxcTAgNTktMzcuNSA5MC41VDI3Ni0yNzBaIi8+PC9zdmc+)
3
+ */
4
+ declare const _3d2: import("..").CdxIcon;
5
+ export default _3d2;
6
+ //# sourceMappingURL=3d_2.d.ts.map
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00ODAtODBxLTgzIDAtMTU2LTMxLjVUMTk3LTE5N3EtNTQtNTQtODUuNS0xMjdUODAtNDgwcTAtODMgMzEuNS0xNTZUMTk3LTc2M3E1NC01NCAxMjctODUuNVQ0ODAtODgwcTY1IDAgMTIzIDE5dDEwNyA1M2wtNTggNTlxLTM4LTI0LTgxLTM3LjVUNDgwLTgwMHEtMTMzIDAtMjI2LjUgOTMuNVQxNjAtNDgwcTAgMTMzIDkzLjUgMjI2LjVUNDgwLTE2MHEzMiAwIDYyLTZ0NTgtMTdsNjAgNjFxLTQxIDIwLTg2IDMxdC05NCAxMVptMjgwLTgwdi0xMjBINjQwdi04MGgxMjB2LTEyMGg4MHYxMjBoMTIwdjgwSDg0MHYxMjBoLTgwWk00MjQtMjk2IDI1NC00NjZsNTYtNTYgMTE0IDExNCA0MDAtNDAxIDU2IDU2LTQ1NiA0NTdaIi8+PC9zdmc+)
2
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik03MjAtODB2LTEyMEg2MDB2LTgwaDEyMHYtMTIwaDgwdjEyMGgxMjB2ODBIODAwdjEyMGgtODBaTTM4MS0zNDNxMTggMTggNDIuNSAxOHQ0Mi41LTE4bDIxMi0yMTJxMTItMTIgMTItMjguNVQ2NzgtNjExcS0xMi0xMi0yOC41LTEyVDYyMS02MTFMNDIzLTQxM2wtODUtODVxLTEyLTEyLTI4LTEydC0yOCAxMnEtMTIgMTItMTIgMjh0MTIgMjhsOTkgOTlabTE4IDE4M3EtMTM0IDAtMjI3LjUtOTNUNzgtNDgwcTAtMTM0IDkzLjUtMjI3VDM5OS04MDBoMTYxcTEzNCAwIDIyNy41IDkzVDg4MS00ODBoLTgwcTAtMTAwLTcxLTE3MHQtMTcxLTcwSDQwMHEtMTAwIDAtMTcxIDcwdC03MSAxNzBxMCAxMDAgNzEgMTcwdDE3MSA3MGgxMjB2ODBIMzk5Wm04MS0zMjBaIi8+PC9zdmc+)
3
3
  */
4
4
  declare const AddTask: import("..").CdxIcon;
5
5
  export default AddTask;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0yMjAtMTAwcS0xNyAwLTM0LjUtMTAuNVQxNjAtMTM1TDYwLTMxMHEtOC0xNC04LTM0LjV0OC0zNC41bDI2MC00NDZxOC0xNCAyNS41LTI0LjVUMzgwLTg2MGgyMDBxMTcgMCAzNC41IDEwLjVUNjQwLTgyNWwxODIgMzEycS0yMy02LTQ3LjUtOHQtNDguNSAyTDU3NC03ODBIMzg2TDEzMi0zNDRsOTQgMTY0aDMxNnExMSAyMyAyNS41IDQzdDMzLjUgMzdIMjIwWm03MC0xODAtMjktNTEgMTgzLTMxOWg3MmwxMDEgMTc2cS0xNyAxMy0zMS41IDI4LjVUNTYwLTQxM2wtODAtMTM5LTExMCAxOTJoMTY0cS03IDE5LTEwLjUgMzl0LTMuNSA0MUgyOTBabTQzMCAxNjB2LTEyMEg2MDB2LTgwaDEyMHYtMTIwaDgwdjEyMGgxMjB2ODBIODAwdjEyMGgtODBaIi8+PC9zdmc+)
2
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0yNzEtMjAwaDE5N0wzMzAtNDQwaC05M2wtNTMgOTFxLTE0IDIzLTEzLjUgNDkuNVQxODQtMjUwcTEzIDIzIDM2LjUgMzYuNVQyNzEtMjAwWm0yMDktMTQwIDU4LTEwMEg0MjJsNTggMTAwWk0yODMtNTIwaDMwMWw0Ni04MC02NC0xMTBxLTE0LTIzLTM2LjUtMzYuNVQ0ODAtNzYwcS0yNyAwLTUwIDEzLjVUMzkzLTcxMEwyODMtNTIwWm0yNDkgNDAwSDI3MXEtNDkgMC05MS0yNHQtNjYtNjZxLTI0LTQyLTI0LTkwdDI0LTkwbDIxMC0zNjBxMjQtNDIgNjYtNjZ0OTAtMjRxNDggMCA5MCAyNHQ2NiA2NmwxODcgMzIwcS0yNC02LTQ4LjUtOHQtNDguNSAybC01MC04NS05MCAxNTZxLTMyIDMyLTQ5LjUgNzVUNTE5LTE5OHEwIDIwIDMuNSA0MHQ5LjUgMzhabTE4OCA4MHYtMTIwSDYwMHYtODBoMTIwdi0xMjBoODB2MTIwaDEyMHY4MEg4MDB2MTIwaC04MFptLTQ0LTQ4MVoiLz48L3N2Zz4=)
3
3
  */
4
4
  declare const AddToDrive: import("..").CdxIcon;
5
5
  export default AddToDrive;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik04MC04MHYtNDAwaDgwdjIwNWw0Ni00NWgxMTR2ODBoLTgwTDgwLTgwWm01NjAtMTYwdi04MGgxNjB2LTE2MGg4MHYxNjBxMCAzMy0yMy41IDU2LjVUODAwLTI0MEg2NDBaTTQ0MC0zNjB2LTQwMGg4MHY0MDBoLTgwWm0tMTYwLTgwdi0yNDBoODB2MjQwaC04MFptMzIwLTQwdi0xNjBoODB2MTYwaC04MFpNODAtNjQwdi0xNjBxMC0zMyAyMy41LTU2LjVUMTYwLTg4MGgxNjB2ODBIMTYwdjE2MEg4MFptNzIwIDB2LTE2MEg2NDB2LTgwaDE2MHEzMyAwIDU2LjUgMjMuNVQ4ODAtODAwdjE2MGgtODBaIi8+PC9zdmc+)
3
+ */
4
+ declare const AudioCapture: import("..").CdxIcon;
5
+ export default AudioCapture;
6
+ //# sourceMappingURL=audio_capture.d.ts.map
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0yMjgtMTIwcS0xNyAwLTI4LTl0LTE0LTI2TDgxLTgwNHEtMi0xNiA2LTI2dDIzLTEwaDc0MHExNiAwIDI0IDEwdDUgMjZsLTI5IDE3MXEtMyAxNy0xMy41IDI2dC0yNy41IDlIMzYzcS0zIDAtOSAxMmwzNSAyMTRxMCAyIDEwIDEwaDE2MXE0IDAgMTAtMTBsMjUtMTU1cTItMTQgMTAuNS0yMC41VDYyOC01NTRoMTc1cTE2IDAgMjQgMTB0NiAyNWwtNTkgMzY0cS0zIDE3LTE0IDI2dC0yOCA5SDIyOFoiLz48L3N2Zz4=)
3
+ */
4
+ declare const Bitbucket: import("..").CdxIcon;
5
+ export default Bitbucket;
6
+ //# sourceMappingURL=bitbucket.d.ts.map
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0yMDAtMjgwdi0yMDAgMjAwWm0xMDAtNDBxMjUgMCA0Mi41LTE3LjVUMzYwLTM4MHEwLTI1LTE3LjUtNDIuNVQzMDAtNDQwcS0yNSAwLTQyLjUgMTcuNVQyNDAtMzgwcTAgMjUgMTcuNSA0Mi41VDMwMC0zMjBabTM2MCAwcTI1IDAgNDIuNS0xNy41VDcyMC0zODBxMC0yNS0xNy41LTQyLjVUNjYwLTQ0MHEtMjUgMC00Mi41IDE3LjVUNjAwLTM4MHEwIDI1IDE3LjUgNDIuNVQ2NjAtMzIwWk0yMDAtMTIwaC00MHEtMTcgMC0yOC41LTExLjVUMTIwLTE2MHYtMzIwbDg0LTI0MHE2LTE4IDIxLjUtMjl0MzQuNS0xMWgyMjFxLTIgMjAtLjUgNDB0Ni41IDQwSDI3NGwtNDIgMTIwaDMyMXEzNyAzOCA4NSA1OXQxMDIgMjFIMjAwdjIwMGg1NjB2LTIwMXEyMS0yIDQwLjUtNi41VDg0MC01MDB2MzQwcTAgMTctMTEuNSAyOC41VDgwMC0xMjBoLTQwcS0xNyAwLTI4LjUtMTEuNVQ3MjAtMTYwdi00MEgyNDB2NDBxMCAxNy0xMS41IDI4LjVUMjAwLTEyMFptNTQwLTQ0MHEtNiAwLTgtNi0xNi02MS02MC41LTEwNS41VDU2Ni03MzJxLTYtMi02LTh0Ni04cTYxLTE1IDEwNS41LTYwVDczMi05MTRxMi02IDgtNnQ4IDZxMTYgNjEgNjAuNSAxMDUuNVQ5MTQtNzQ4cTYgMSA2IDggMCA2LTYgOC02MSAxNi0xMDUuNSA2MC41VDc0OC01NjZxLTEgNi04IDZaIi8+PC9zdmc+)
3
+ */
4
+ declare const CarSpark: import("..").CdxIcon;
5
+ export default CarSpark;
6
+ //# sourceMappingURL=car_spark.d.ts.map
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0xNjAtMjQwdi0yODAgNy0yMDcgNDgwWm0wIDgwcS0zMyAwLTU2LjUtMjMuNVQ4MC0yNDB2LTQ4MHEwLTMzIDIzLjUtNTYuNVQxNjAtODAwaDY0MHEzMyAwIDU2LjUgMjMuNVQ4ODAtNzIwdjI0MHEtMzItMTktNjctMjkuNVQ3NDAtNTIwcS0zOCAwLTczIDEwLjVUNjAyLTQ4MEgxNjB2MjQwaDMyMXEyIDIxIDYuNSA0MXQxMi41IDM5SDE2MFptMC00ODBoNjQwdi04MEgxNjB2ODBaTTc0MC04MHEtNiAwLTgtNi0xNi02MS02MC41LTEwNS41VDU2Ni0yNTJxLTYtMi02LTggMC03IDYtOCA2MS0xNiAxMDUuNS02MC41VDczMi00MzRxMi02IDgtNnQ4IDZxMTYgNjEgNjAuNSAxMDUuNVQ5MTQtMjY4cTYgMSA2IDggMCA2LTYgOC02MSAxNi0xMDUuNSA2MC41VDc0OC04NnEtMSA2LTggNloiLz48L3N2Zz4=)
3
+ */
4
+ declare const CreditCardSpark: import("..").CdxIcon;
5
+ export default CreditCardSpark;
6
+ //# sourceMappingURL=credit_card_spark.d.ts.map
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsgYm9yZGVyLXJhZGl1czogMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik0xNjAtMjgwcS0zMyAwLTU2LjUtMjMuNVQ4MC0zNjB2LTI0MHEwLTMzIDIzLjUtNTYuNVQxNjAtNjgwaDY0MHEzMyAwIDU2LjUgMjMuNVQ4ODAtNjAwdjI0MHEwIDMzLTIzLjUgNTYuNVQ4MDAtMjgwSDE2MFptMC04MGg2NDB2LTI0MEgxNjB2MjQwWm0wIDB2LTI0MCAyNDBaIi8+PC9zdmc+)
3
+ */
4
+ declare const Crop219: import("..").CdxIcon;
5
+ export default Crop219;
6
+ //# sourceMappingURL=crop_21_9.d.ts.map