@cdx-ui/icons 0.0.1-beta.4 → 0.0.1-beta.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/commonjs/aliases/prefixed.js +175 -0
- package/lib/commonjs/aliases/suffixed.js +175 -0
- package/lib/commonjs/icons/2d_2.js +20 -0
- package/lib/commonjs/icons/3d_2.js +20 -0
- package/lib/commonjs/icons/add_task.js +3 -3
- package/lib/commonjs/icons/add_to_drive.js +3 -3
- package/lib/commonjs/icons/audio_capture.js +20 -0
- package/lib/commonjs/icons/bitbucket.js +20 -0
- package/lib/commonjs/icons/car_spark.js +20 -0
- package/lib/commonjs/icons/credit_card_spark.js +20 -0
- package/lib/commonjs/icons/crop_21_9.js +20 -0
- package/lib/commonjs/icons/crop_2_3.js +20 -0
- package/lib/commonjs/icons/docs.js +3 -3
- package/lib/commonjs/icons/drive_export.js +3 -3
- package/lib/commonjs/icons/flight_spark.js +20 -0
- package/lib/commonjs/icons/forms_add_on.js +3 -3
- package/lib/commonjs/icons/forms_apps_script.js +3 -3
- package/lib/commonjs/icons/gitlab.js +20 -0
- package/lib/commonjs/icons/index.js +175 -0
- package/lib/commonjs/icons/ink_highlighter_off.js +20 -0
- package/lib/commonjs/icons/light_mode_auto.js +20 -0
- package/lib/commonjs/icons/local_shipping_spark.js +20 -0
- package/lib/commonjs/icons/mail_spark.js +20 -0
- package/lib/commonjs/icons/passport_spark.js +20 -0
- package/lib/commonjs/icons/screen_spark_pause.js +20 -0
- package/lib/commonjs/icons/split_scene_2.js +20 -0
- package/lib/commonjs/icons/task_alt.js +3 -3
- package/lib/commonjs/icons/tilt_arrow_down.js +20 -0
- package/lib/commonjs/icons/tilt_arrow_up.js +20 -0
- package/lib/commonjs/icons/video_frame_copy.js +20 -0
- package/lib/commonjs/icons/video_frame_save.js +20 -0
- package/lib/commonjs/icons/walk_bike.js +20 -0
- package/lib/commonjs/icons/watch_button.js +20 -0
- package/lib/commonjs/icons/wb_twilight_2.js +20 -0
- package/lib/commonjs/icons/workspace_studio.js +20 -0
- package/lib/module/aliases/prefixed.js +25 -0
- package/lib/module/aliases/suffixed.js +25 -0
- package/lib/module/icons/2d_2.js +16 -0
- package/lib/module/icons/3d_2.js +16 -0
- package/lib/module/icons/add_task.js +3 -3
- package/lib/module/icons/add_to_drive.js +3 -3
- package/lib/module/icons/audio_capture.js +16 -0
- package/lib/module/icons/bitbucket.js +16 -0
- package/lib/module/icons/car_spark.js +16 -0
- package/lib/module/icons/credit_card_spark.js +16 -0
- package/lib/module/icons/crop_21_9.js +16 -0
- package/lib/module/icons/crop_2_3.js +16 -0
- package/lib/module/icons/docs.js +3 -3
- package/lib/module/icons/drive_export.js +3 -3
- package/lib/module/icons/flight_spark.js +16 -0
- package/lib/module/icons/forms_add_on.js +3 -3
- package/lib/module/icons/forms_apps_script.js +3 -3
- package/lib/module/icons/gitlab.js +16 -0
- package/lib/module/icons/index.js +25 -0
- package/lib/module/icons/ink_highlighter_off.js +16 -0
- package/lib/module/icons/light_mode_auto.js +16 -0
- package/lib/module/icons/local_shipping_spark.js +16 -0
- package/lib/module/icons/mail_spark.js +16 -0
- package/lib/module/icons/passport_spark.js +16 -0
- package/lib/module/icons/screen_spark_pause.js +16 -0
- package/lib/module/icons/split_scene_2.js +16 -0
- package/lib/module/icons/task_alt.js +3 -3
- package/lib/module/icons/tilt_arrow_down.js +16 -0
- package/lib/module/icons/tilt_arrow_up.js +16 -0
- package/lib/module/icons/video_frame_copy.js +16 -0
- package/lib/module/icons/video_frame_save.js +16 -0
- package/lib/module/icons/walk_bike.js +16 -0
- package/lib/module/icons/watch_button.js +16 -0
- package/lib/module/icons/wb_twilight_2.js +16 -0
- package/lib/module/icons/workspace_studio.js +16 -0
- package/lib/typescript/aliases/prefixed.d.ts +25 -0
- package/lib/typescript/aliases/suffixed.d.ts +25 -0
- package/lib/typescript/icons/2d_2.d.ts +6 -0
- package/lib/typescript/icons/3d_2.d.ts +6 -0
- package/lib/typescript/icons/add_task.d.ts +1 -1
- package/lib/typescript/icons/add_to_drive.d.ts +1 -1
- package/lib/typescript/icons/audio_capture.d.ts +6 -0
- package/lib/typescript/icons/bitbucket.d.ts +6 -0
- package/lib/typescript/icons/car_spark.d.ts +6 -0
- package/lib/typescript/icons/credit_card_spark.d.ts +6 -0
- package/lib/typescript/icons/crop_21_9.d.ts +6 -0
- package/lib/typescript/icons/crop_2_3.d.ts +6 -0
- package/lib/typescript/icons/docs.d.ts +1 -1
- package/lib/typescript/icons/drive_export.d.ts +1 -1
- package/lib/typescript/icons/flight_spark.d.ts +6 -0
- package/lib/typescript/icons/forms_add_on.d.ts +1 -1
- package/lib/typescript/icons/forms_apps_script.d.ts +1 -1
- package/lib/typescript/icons/gitlab.d.ts +6 -0
- package/lib/typescript/icons/index.d.ts +25 -0
- package/lib/typescript/icons/ink_highlighter_off.d.ts +6 -0
- package/lib/typescript/icons/light_mode_auto.d.ts +6 -0
- package/lib/typescript/icons/local_shipping_spark.d.ts +6 -0
- package/lib/typescript/icons/mail_spark.d.ts +6 -0
- package/lib/typescript/icons/passport_spark.d.ts +6 -0
- package/lib/typescript/icons/screen_spark_pause.d.ts +6 -0
- package/lib/typescript/icons/split_scene_2.d.ts +6 -0
- package/lib/typescript/icons/task_alt.d.ts +1 -1
- package/lib/typescript/icons/tilt_arrow_down.d.ts +6 -0
- package/lib/typescript/icons/tilt_arrow_up.d.ts +6 -0
- package/lib/typescript/icons/video_frame_copy.d.ts +6 -0
- package/lib/typescript/icons/video_frame_save.d.ts +6 -0
- package/lib/typescript/icons/walk_bike.d.ts +6 -0
- package/lib/typescript/icons/watch_button.d.ts +6 -0
- package/lib/typescript/icons/wb_twilight_2.d.ts +6 -0
- package/lib/typescript/icons/workspace_studio.d.ts +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
/**
|
|
10
|
+
* @preview 
|
|
11
|
+
*/
|
|
12
|
+
const CreditCardSpark = (0, _createCdxIcon.default)('CreditCardSpark', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"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"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"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"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = CreditCardSpark;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
/**
|
|
10
|
+
* @preview 
|
|
11
|
+
*/
|
|
12
|
+
const Crop219 = (0, _createCdxIcon.default)('Crop219', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"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"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"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"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = Crop219;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
/**
|
|
10
|
+
* @preview 
|
|
11
|
+
*/
|
|
12
|
+
const Crop23 = (0, _createCdxIcon.default)('Crop23', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"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"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"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"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = Crop23;
|
|
@@ -7,14 +7,14 @@ exports.default = void 0;
|
|
|
7
7
|
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
/**
|
|
10
|
-
* @preview 
|
|
11
11
|
*/
|
|
12
12
|
const Docs = (0, _createCdxIcon.default)('Docs', {
|
|
13
13
|
outlined: [["path", {
|
|
14
|
-
"d": "
|
|
14
|
+
"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"
|
|
15
15
|
}]],
|
|
16
16
|
filled: [["path", {
|
|
17
|
-
"d": "
|
|
17
|
+
"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"
|
|
18
18
|
}]]
|
|
19
19
|
});
|
|
20
20
|
var _default = exports.default = Docs;
|
|
@@ -7,14 +7,14 @@ exports.default = void 0;
|
|
|
7
7
|
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
/**
|
|
10
|
-
* @preview 
|
|
11
11
|
*/
|
|
12
12
|
const DriveExport = (0, _createCdxIcon.default)('DriveExport', {
|
|
13
13
|
outlined: [["path", {
|
|
14
|
-
"d": "m676-
|
|
14
|
+
"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"
|
|
15
15
|
}]],
|
|
16
16
|
filled: [["path", {
|
|
17
|
-
"d": "m676-
|
|
17
|
+
"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"
|
|
18
18
|
}]]
|
|
19
19
|
});
|
|
20
20
|
var _default = exports.default = DriveExport;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
/**
|
|
10
|
+
* @preview 
|
|
11
|
+
*/
|
|
12
|
+
const FlightSpark = (0, _createCdxIcon.default)('FlightSpark', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"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"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"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"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = FlightSpark;
|
|
@@ -7,14 +7,14 @@ exports.default = void 0;
|
|
|
7
7
|
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
/**
|
|
10
|
-
* @preview 
|
|
11
11
|
*/
|
|
12
12
|
const FormsAddOn = (0, _createCdxIcon.default)('FormsAddOn', {
|
|
13
13
|
outlined: [["path", {
|
|
14
|
-
"d": "
|
|
14
|
+
"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"
|
|
15
15
|
}]],
|
|
16
16
|
filled: [["path", {
|
|
17
|
-
"d": "
|
|
17
|
+
"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"
|
|
18
18
|
}]]
|
|
19
19
|
});
|
|
20
20
|
var _default = exports.default = FormsAddOn;
|
|
@@ -7,14 +7,14 @@ exports.default = void 0;
|
|
|
7
7
|
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
/**
|
|
10
|
-
* @preview 
|
|
11
11
|
*/
|
|
12
12
|
const FormsAppsScript = (0, _createCdxIcon.default)('FormsAppsScript', {
|
|
13
13
|
outlined: [["path", {
|
|
14
|
-
"d": "
|
|
14
|
+
"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"
|
|
15
15
|
}]],
|
|
16
16
|
filled: [["path", {
|
|
17
|
-
"d": "
|
|
17
|
+
"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"
|
|
18
18
|
}]]
|
|
19
19
|
});
|
|
20
20
|
var _default = exports.default = FormsAppsScript;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
/**
|
|
10
|
+
* @preview 
|
|
11
|
+
*/
|
|
12
|
+
const Gitlab = (0, _createCdxIcon.default)('Gitlab', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"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"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"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"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = Gitlab;
|