@cdx-ui/icons 0.0.1-beta.20 → 0.0.1-beta.22
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 +42 -0
- package/lib/commonjs/aliases/suffixed.js +42 -0
- package/lib/commonjs/icons/2d_2.js +20 -0
- package/lib/commonjs/icons/3d_2.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/index.js +42 -0
- package/lib/commonjs/icons/video_frame_copy.js +20 -0
- package/lib/commonjs/icons/video_frame_save.js +20 -0
- package/lib/module/aliases/prefixed.js +6 -0
- package/lib/module/aliases/suffixed.js +6 -0
- package/lib/module/icons/2d_2.js +16 -0
- package/lib/module/icons/3d_2.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/index.js +6 -0
- package/lib/module/icons/video_frame_copy.js +16 -0
- package/lib/module/icons/video_frame_save.js +16 -0
- package/lib/typescript/aliases/prefixed.d.ts +6 -0
- package/lib/typescript/aliases/suffixed.d.ts +6 -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/crop_21_9.d.ts +6 -0
- package/lib/typescript/icons/crop_2_3.d.ts +6 -0
- package/lib/typescript/icons/index.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/package.json +1 -1
package/README.md
CHANGED
|
@@ -129,7 +129,7 @@ Cross-platform behavior:
|
|
|
129
129
|
|
|
130
130
|
React Native >=0.76 aliases `aria-label` to `accessibilityLabel`, so either prop works.
|
|
131
131
|
|
|
132
|
-
For full details, see [08-accessibility.md](../../docs/research/lucide-react-native/08-accessibility.md).
|
|
132
|
+
For full details, see [08-accessibility.md](../../docs/internal/research/lucide-react-native/08-accessibility.md).
|
|
133
133
|
|
|
134
134
|
## Custom icons
|
|
135
135
|
|
|
@@ -147,6 +147,12 @@ Object.defineProperty(exports, "Cdx2d", {
|
|
|
147
147
|
return _d.default;
|
|
148
148
|
}
|
|
149
149
|
});
|
|
150
|
+
Object.defineProperty(exports, "Cdx2d2", {
|
|
151
|
+
enumerable: true,
|
|
152
|
+
get: function () {
|
|
153
|
+
return _d_.default;
|
|
154
|
+
}
|
|
155
|
+
});
|
|
150
156
|
Object.defineProperty(exports, "Cdx2k", {
|
|
151
157
|
enumerable: true,
|
|
152
158
|
get: function () {
|
|
@@ -189,6 +195,12 @@ Object.defineProperty(exports, "Cdx3d", {
|
|
|
189
195
|
return _d2.default;
|
|
190
196
|
}
|
|
191
197
|
});
|
|
198
|
+
Object.defineProperty(exports, "Cdx3d2", {
|
|
199
|
+
enumerable: true,
|
|
200
|
+
get: function () {
|
|
201
|
+
return _d_2.default;
|
|
202
|
+
}
|
|
203
|
+
});
|
|
192
204
|
Object.defineProperty(exports, "Cdx3dRotation", {
|
|
193
205
|
enumerable: true,
|
|
194
206
|
get: function () {
|
|
@@ -5349,6 +5361,18 @@ Object.defineProperty(exports, "CdxCrop169", {
|
|
|
5349
5361
|
return _crop_16_.default;
|
|
5350
5362
|
}
|
|
5351
5363
|
});
|
|
5364
|
+
Object.defineProperty(exports, "CdxCrop219", {
|
|
5365
|
+
enumerable: true,
|
|
5366
|
+
get: function () {
|
|
5367
|
+
return _crop_21_.default;
|
|
5368
|
+
}
|
|
5369
|
+
});
|
|
5370
|
+
Object.defineProperty(exports, "CdxCrop23", {
|
|
5371
|
+
enumerable: true,
|
|
5372
|
+
get: function () {
|
|
5373
|
+
return _crop_2_.default;
|
|
5374
|
+
}
|
|
5375
|
+
});
|
|
5352
5376
|
Object.defineProperty(exports, "CdxCrop32", {
|
|
5353
5377
|
enumerable: true,
|
|
5354
5378
|
get: function () {
|
|
@@ -22047,6 +22071,18 @@ Object.defineProperty(exports, "CdxVideoFile", {
|
|
|
22047
22071
|
return _video_file.default;
|
|
22048
22072
|
}
|
|
22049
22073
|
});
|
|
22074
|
+
Object.defineProperty(exports, "CdxVideoFrameCopy", {
|
|
22075
|
+
enumerable: true,
|
|
22076
|
+
get: function () {
|
|
22077
|
+
return _video_frame_copy.default;
|
|
22078
|
+
}
|
|
22079
|
+
});
|
|
22080
|
+
Object.defineProperty(exports, "CdxVideoFrameSave", {
|
|
22081
|
+
enumerable: true,
|
|
22082
|
+
get: function () {
|
|
22083
|
+
return _video_frame_save.default;
|
|
22084
|
+
}
|
|
22085
|
+
});
|
|
22050
22086
|
Object.defineProperty(exports, "CdxVideoLabel", {
|
|
22051
22087
|
enumerable: true,
|
|
22052
22088
|
get: function () {
|
|
@@ -23283,6 +23319,7 @@ var _mp12 = _interopRequireDefault(require("../icons/23mp"));
|
|
|
23283
23319
|
var _fps_select = _interopRequireDefault(require("../icons/24fps_select"));
|
|
23284
23320
|
var _mp13 = _interopRequireDefault(require("../icons/24mp"));
|
|
23285
23321
|
var _d = _interopRequireDefault(require("../icons/2d"));
|
|
23322
|
+
var _d_ = _interopRequireDefault(require("../icons/2d_2"));
|
|
23286
23323
|
var _k3 = _interopRequireDefault(require("../icons/2k"));
|
|
23287
23324
|
var _k_plus2 = _interopRequireDefault(require("../icons/2k_plus"));
|
|
23288
23325
|
var _mp14 = _interopRequireDefault(require("../icons/2mp"));
|
|
@@ -23290,6 +23327,7 @@ var _fps = _interopRequireDefault(require("../icons/30fps"));
|
|
|
23290
23327
|
var _fps_select2 = _interopRequireDefault(require("../icons/30fps_select"));
|
|
23291
23328
|
var _2 = _interopRequireDefault(require("../icons/360"));
|
|
23292
23329
|
var _d2 = _interopRequireDefault(require("../icons/3d"));
|
|
23330
|
+
var _d_2 = _interopRequireDefault(require("../icons/3d_2"));
|
|
23293
23331
|
var _d_rotation = _interopRequireDefault(require("../icons/3d_rotation"));
|
|
23294
23332
|
var _g_mobiledata = _interopRequireDefault(require("../icons/3g_mobiledata"));
|
|
23295
23333
|
var _g_mobiledata_badge = _interopRequireDefault(require("../icons/3g_mobiledata_badge"));
|
|
@@ -24150,6 +24188,8 @@ var _crib = _interopRequireDefault(require("../icons/crib"));
|
|
|
24150
24188
|
var _crisis_alert = _interopRequireDefault(require("../icons/crisis_alert"));
|
|
24151
24189
|
var _crop = _interopRequireDefault(require("../icons/crop"));
|
|
24152
24190
|
var _crop_16_ = _interopRequireDefault(require("../icons/crop_16_9"));
|
|
24191
|
+
var _crop_2_ = _interopRequireDefault(require("../icons/crop_2_3"));
|
|
24192
|
+
var _crop_21_ = _interopRequireDefault(require("../icons/crop_21_9"));
|
|
24153
24193
|
var _crop_3_ = _interopRequireDefault(require("../icons/crop_3_2"));
|
|
24154
24194
|
var _crop_5_ = _interopRequireDefault(require("../icons/crop_5_4"));
|
|
24155
24195
|
var _crop_7_ = _interopRequireDefault(require("../icons/crop_7_5"));
|
|
@@ -26930,6 +26970,8 @@ var _video_camera_front = _interopRequireDefault(require("../icons/video_camera_
|
|
|
26930
26970
|
var _video_camera_front_off = _interopRequireDefault(require("../icons/video_camera_front_off"));
|
|
26931
26971
|
var _video_chat = _interopRequireDefault(require("../icons/video_chat"));
|
|
26932
26972
|
var _video_file = _interopRequireDefault(require("../icons/video_file"));
|
|
26973
|
+
var _video_frame_copy = _interopRequireDefault(require("../icons/video_frame_copy"));
|
|
26974
|
+
var _video_frame_save = _interopRequireDefault(require("../icons/video_frame_save"));
|
|
26933
26975
|
var _video_label = _interopRequireDefault(require("../icons/video_label"));
|
|
26934
26976
|
var _video_library = _interopRequireDefault(require("../icons/video_library"));
|
|
26935
26977
|
var _video_search = _interopRequireDefault(require("../icons/video_search"));
|
|
@@ -4953,6 +4953,18 @@ Object.defineProperty(exports, "Crop169Icon", {
|
|
|
4953
4953
|
return _crop_16_.default;
|
|
4954
4954
|
}
|
|
4955
4955
|
});
|
|
4956
|
+
Object.defineProperty(exports, "Crop219Icon", {
|
|
4957
|
+
enumerable: true,
|
|
4958
|
+
get: function () {
|
|
4959
|
+
return _crop_21_.default;
|
|
4960
|
+
}
|
|
4961
|
+
});
|
|
4962
|
+
Object.defineProperty(exports, "Crop23Icon", {
|
|
4963
|
+
enumerable: true,
|
|
4964
|
+
get: function () {
|
|
4965
|
+
return _crop_2_.default;
|
|
4966
|
+
}
|
|
4967
|
+
});
|
|
4956
4968
|
Object.defineProperty(exports, "Crop32Icon", {
|
|
4957
4969
|
enumerable: true,
|
|
4958
4970
|
get: function () {
|
|
@@ -21657,6 +21669,18 @@ Object.defineProperty(exports, "VideoFileIcon", {
|
|
|
21657
21669
|
return _video_file.default;
|
|
21658
21670
|
}
|
|
21659
21671
|
});
|
|
21672
|
+
Object.defineProperty(exports, "VideoFrameCopyIcon", {
|
|
21673
|
+
enumerable: true,
|
|
21674
|
+
get: function () {
|
|
21675
|
+
return _video_frame_copy.default;
|
|
21676
|
+
}
|
|
21677
|
+
});
|
|
21678
|
+
Object.defineProperty(exports, "VideoFrameSaveIcon", {
|
|
21679
|
+
enumerable: true,
|
|
21680
|
+
get: function () {
|
|
21681
|
+
return _video_frame_save.default;
|
|
21682
|
+
}
|
|
21683
|
+
});
|
|
21660
21684
|
Object.defineProperty(exports, "VideoLabelIcon", {
|
|
21661
21685
|
enumerable: true,
|
|
21662
21686
|
get: function () {
|
|
@@ -23007,6 +23031,12 @@ Object.defineProperty(exports, "_24mpIcon", {
|
|
|
23007
23031
|
return _mp13.default;
|
|
23008
23032
|
}
|
|
23009
23033
|
});
|
|
23034
|
+
Object.defineProperty(exports, "_2d2Icon", {
|
|
23035
|
+
enumerable: true,
|
|
23036
|
+
get: function () {
|
|
23037
|
+
return _d_.default;
|
|
23038
|
+
}
|
|
23039
|
+
});
|
|
23010
23040
|
Object.defineProperty(exports, "_2dIcon", {
|
|
23011
23041
|
enumerable: true,
|
|
23012
23042
|
get: function () {
|
|
@@ -23049,6 +23079,12 @@ Object.defineProperty(exports, "_360Icon", {
|
|
|
23049
23079
|
return _2.default;
|
|
23050
23080
|
}
|
|
23051
23081
|
});
|
|
23082
|
+
Object.defineProperty(exports, "_3d2Icon", {
|
|
23083
|
+
enumerable: true,
|
|
23084
|
+
get: function () {
|
|
23085
|
+
return _d_2.default;
|
|
23086
|
+
}
|
|
23087
|
+
});
|
|
23052
23088
|
Object.defineProperty(exports, "_3dIcon", {
|
|
23053
23089
|
enumerable: true,
|
|
23054
23090
|
get: function () {
|
|
@@ -23283,6 +23319,7 @@ var _mp12 = _interopRequireDefault(require("../icons/23mp"));
|
|
|
23283
23319
|
var _fps_select = _interopRequireDefault(require("../icons/24fps_select"));
|
|
23284
23320
|
var _mp13 = _interopRequireDefault(require("../icons/24mp"));
|
|
23285
23321
|
var _d = _interopRequireDefault(require("../icons/2d"));
|
|
23322
|
+
var _d_ = _interopRequireDefault(require("../icons/2d_2"));
|
|
23286
23323
|
var _k3 = _interopRequireDefault(require("../icons/2k"));
|
|
23287
23324
|
var _k_plus2 = _interopRequireDefault(require("../icons/2k_plus"));
|
|
23288
23325
|
var _mp14 = _interopRequireDefault(require("../icons/2mp"));
|
|
@@ -23290,6 +23327,7 @@ var _fps = _interopRequireDefault(require("../icons/30fps"));
|
|
|
23290
23327
|
var _fps_select2 = _interopRequireDefault(require("../icons/30fps_select"));
|
|
23291
23328
|
var _2 = _interopRequireDefault(require("../icons/360"));
|
|
23292
23329
|
var _d2 = _interopRequireDefault(require("../icons/3d"));
|
|
23330
|
+
var _d_2 = _interopRequireDefault(require("../icons/3d_2"));
|
|
23293
23331
|
var _d_rotation = _interopRequireDefault(require("../icons/3d_rotation"));
|
|
23294
23332
|
var _g_mobiledata = _interopRequireDefault(require("../icons/3g_mobiledata"));
|
|
23295
23333
|
var _g_mobiledata_badge = _interopRequireDefault(require("../icons/3g_mobiledata_badge"));
|
|
@@ -24150,6 +24188,8 @@ var _crib = _interopRequireDefault(require("../icons/crib"));
|
|
|
24150
24188
|
var _crisis_alert = _interopRequireDefault(require("../icons/crisis_alert"));
|
|
24151
24189
|
var _crop = _interopRequireDefault(require("../icons/crop"));
|
|
24152
24190
|
var _crop_16_ = _interopRequireDefault(require("../icons/crop_16_9"));
|
|
24191
|
+
var _crop_2_ = _interopRequireDefault(require("../icons/crop_2_3"));
|
|
24192
|
+
var _crop_21_ = _interopRequireDefault(require("../icons/crop_21_9"));
|
|
24153
24193
|
var _crop_3_ = _interopRequireDefault(require("../icons/crop_3_2"));
|
|
24154
24194
|
var _crop_5_ = _interopRequireDefault(require("../icons/crop_5_4"));
|
|
24155
24195
|
var _crop_7_ = _interopRequireDefault(require("../icons/crop_7_5"));
|
|
@@ -26930,6 +26970,8 @@ var _video_camera_front = _interopRequireDefault(require("../icons/video_camera_
|
|
|
26930
26970
|
var _video_camera_front_off = _interopRequireDefault(require("../icons/video_camera_front_off"));
|
|
26931
26971
|
var _video_chat = _interopRequireDefault(require("../icons/video_chat"));
|
|
26932
26972
|
var _video_file = _interopRequireDefault(require("../icons/video_file"));
|
|
26973
|
+
var _video_frame_copy = _interopRequireDefault(require("../icons/video_frame_copy"));
|
|
26974
|
+
var _video_frame_save = _interopRequireDefault(require("../icons/video_frame_save"));
|
|
26933
26975
|
var _video_label = _interopRequireDefault(require("../icons/video_label"));
|
|
26934
26976
|
var _video_library = _interopRequireDefault(require("../icons/video_library"));
|
|
26935
26977
|
var _video_search = _interopRequireDefault(require("../icons/video_search"));
|
|
@@ -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 _2d2 = (0, _createCdxIcon.default)('2d2', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M147-279v-68q51-41 88.5-72.5T292-478q14-20 23-41.5t9-42.5q0-28-16.5-44T266-622q-24 0-39 15.5T207-564l-69-5q6-54 40.5-87.5T266-690q63 0 97.5 32t34.5 90q0 37-14 69t-36 61q-23 31-46.5 50.5T249-346l2 3h157v64H147Zm341-1v-401h134q97 0 148.5 52T822-480q0 97-52 148.5T622-280H488Zm76-72h54q66 0 97.5-31t31.5-97q0-66-31.5-97.5T618-609h-54v257Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M147-279v-68q51-41 88.5-72.5T292-478q14-20 23-41.5t9-42.5q0-28-16.5-44T266-622q-24 0-39 15.5T207-564l-69-5q6-54 40.5-87.5T266-690q63 0 97.5 32t34.5 90q0 37-14 69t-36 61q-23 31-46.5 50.5T249-346l2 3h157v64H147Zm341-1v-401h134q97 0 148.5 52T822-480q0 97-52 148.5T622-280H488Zm76-72h54q66 0 97.5-31t31.5-97q0-66-31.5-97.5T618-609h-54v257Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = _2d2;
|
|
@@ -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 _3d2 = (0, _createCdxIcon.default)('3d2', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M490-279v-401h133q97 0 148.5 51.5T823-480q0 97-52 149t-148 52H490Zm75-72h55q66 0 97-31.5t31-97.5q0-66-31-97.5T620-609h-55v258Zm-289 81q-59 0-96-30.5T137-388l72-14q5 29 21.5 45.5T276-340q28 0 45-15.5t17-42.5q0-26-18-43t-51-17h-32v-64h30q30 0 45-14t15-37q0-23-14.5-36.5T274-623q-23 0-37.5 12T216-576l-71-8q8-53 42-79t88-26q55 0 89.5 27.5T399-581q0 30-13.5 50.5T350-496v4q30 11 46 39t16 61q0 59-37.5 90.5T276-270Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M490-279v-401h133q97 0 148.5 51.5T823-480q0 97-52 149t-148 52H490Zm75-72h55q66 0 97-31.5t31-97.5q0-66-31-97.5T620-609h-55v258Zm-289 81q-59 0-96-30.5T137-388l72-14q5 29 21.5 45.5T276-340q28 0 45-15.5t17-42.5q0-26-18-43t-51-17h-32v-64h30q30 0 45-14t15-37q0-23-14.5-36.5T274-623q-23 0-37.5 12T216-576l-71-8q8-53 42-79t88-26q55 0 89.5 27.5T399-581q0 30-13.5 50.5T350-496v4q30 11 46 39t16 61q0 59-37.5 90.5T276-270Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = _3d2;
|
|
@@ -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;
|
|
@@ -4959,6 +4959,18 @@ Object.defineProperty(exports, "Crop169", {
|
|
|
4959
4959
|
return _crop_16_.default;
|
|
4960
4960
|
}
|
|
4961
4961
|
});
|
|
4962
|
+
Object.defineProperty(exports, "Crop219", {
|
|
4963
|
+
enumerable: true,
|
|
4964
|
+
get: function () {
|
|
4965
|
+
return _crop_21_.default;
|
|
4966
|
+
}
|
|
4967
|
+
});
|
|
4968
|
+
Object.defineProperty(exports, "Crop23", {
|
|
4969
|
+
enumerable: true,
|
|
4970
|
+
get: function () {
|
|
4971
|
+
return _crop_2_.default;
|
|
4972
|
+
}
|
|
4973
|
+
});
|
|
4962
4974
|
Object.defineProperty(exports, "Crop32", {
|
|
4963
4975
|
enumerable: true,
|
|
4964
4976
|
get: function () {
|
|
@@ -21639,6 +21651,18 @@ Object.defineProperty(exports, "VideoFile", {
|
|
|
21639
21651
|
return _video_file.default;
|
|
21640
21652
|
}
|
|
21641
21653
|
});
|
|
21654
|
+
Object.defineProperty(exports, "VideoFrameCopy", {
|
|
21655
|
+
enumerable: true,
|
|
21656
|
+
get: function () {
|
|
21657
|
+
return _video_frame_copy.default;
|
|
21658
|
+
}
|
|
21659
|
+
});
|
|
21660
|
+
Object.defineProperty(exports, "VideoFrameSave", {
|
|
21661
|
+
enumerable: true,
|
|
21662
|
+
get: function () {
|
|
21663
|
+
return _video_frame_save.default;
|
|
21664
|
+
}
|
|
21665
|
+
});
|
|
21642
21666
|
Object.defineProperty(exports, "VideoLabel", {
|
|
21643
21667
|
enumerable: true,
|
|
21644
21668
|
get: function () {
|
|
@@ -22995,6 +23019,12 @@ Object.defineProperty(exports, "_2d", {
|
|
|
22995
23019
|
return _d.default;
|
|
22996
23020
|
}
|
|
22997
23021
|
});
|
|
23022
|
+
Object.defineProperty(exports, "_2d2", {
|
|
23023
|
+
enumerable: true,
|
|
23024
|
+
get: function () {
|
|
23025
|
+
return _d_.default;
|
|
23026
|
+
}
|
|
23027
|
+
});
|
|
22998
23028
|
Object.defineProperty(exports, "_2k", {
|
|
22999
23029
|
enumerable: true,
|
|
23000
23030
|
get: function () {
|
|
@@ -23037,6 +23067,12 @@ Object.defineProperty(exports, "_3d", {
|
|
|
23037
23067
|
return _d2.default;
|
|
23038
23068
|
}
|
|
23039
23069
|
});
|
|
23070
|
+
Object.defineProperty(exports, "_3d2", {
|
|
23071
|
+
enumerable: true,
|
|
23072
|
+
get: function () {
|
|
23073
|
+
return _d_2.default;
|
|
23074
|
+
}
|
|
23075
|
+
});
|
|
23040
23076
|
Object.defineProperty(exports, "_3dRotation", {
|
|
23041
23077
|
enumerable: true,
|
|
23042
23078
|
get: function () {
|
|
@@ -23265,6 +23301,7 @@ var _mp12 = _interopRequireDefault(require("./23mp"));
|
|
|
23265
23301
|
var _fps_select = _interopRequireDefault(require("./24fps_select"));
|
|
23266
23302
|
var _mp13 = _interopRequireDefault(require("./24mp"));
|
|
23267
23303
|
var _d = _interopRequireDefault(require("./2d"));
|
|
23304
|
+
var _d_ = _interopRequireDefault(require("./2d_2"));
|
|
23268
23305
|
var _k3 = _interopRequireDefault(require("./2k"));
|
|
23269
23306
|
var _k_plus2 = _interopRequireDefault(require("./2k_plus"));
|
|
23270
23307
|
var _mp14 = _interopRequireDefault(require("./2mp"));
|
|
@@ -23272,6 +23309,7 @@ var _fps = _interopRequireDefault(require("./30fps"));
|
|
|
23272
23309
|
var _fps_select2 = _interopRequireDefault(require("./30fps_select"));
|
|
23273
23310
|
var _2 = _interopRequireDefault(require("./360"));
|
|
23274
23311
|
var _d2 = _interopRequireDefault(require("./3d"));
|
|
23312
|
+
var _d_2 = _interopRequireDefault(require("./3d_2"));
|
|
23275
23313
|
var _d_rotation = _interopRequireDefault(require("./3d_rotation"));
|
|
23276
23314
|
var _g_mobiledata = _interopRequireDefault(require("./3g_mobiledata"));
|
|
23277
23315
|
var _g_mobiledata_badge = _interopRequireDefault(require("./3g_mobiledata_badge"));
|
|
@@ -24132,6 +24170,8 @@ var _crib = _interopRequireDefault(require("./crib"));
|
|
|
24132
24170
|
var _crisis_alert = _interopRequireDefault(require("./crisis_alert"));
|
|
24133
24171
|
var _crop = _interopRequireDefault(require("./crop"));
|
|
24134
24172
|
var _crop_16_ = _interopRequireDefault(require("./crop_16_9"));
|
|
24173
|
+
var _crop_2_ = _interopRequireDefault(require("./crop_2_3"));
|
|
24174
|
+
var _crop_21_ = _interopRequireDefault(require("./crop_21_9"));
|
|
24135
24175
|
var _crop_3_ = _interopRequireDefault(require("./crop_3_2"));
|
|
24136
24176
|
var _crop_5_ = _interopRequireDefault(require("./crop_5_4"));
|
|
24137
24177
|
var _crop_7_ = _interopRequireDefault(require("./crop_7_5"));
|
|
@@ -26912,6 +26952,8 @@ var _video_camera_front = _interopRequireDefault(require("./video_camera_front")
|
|
|
26912
26952
|
var _video_camera_front_off = _interopRequireDefault(require("./video_camera_front_off"));
|
|
26913
26953
|
var _video_chat = _interopRequireDefault(require("./video_chat"));
|
|
26914
26954
|
var _video_file = _interopRequireDefault(require("./video_file"));
|
|
26955
|
+
var _video_frame_copy = _interopRequireDefault(require("./video_frame_copy"));
|
|
26956
|
+
var _video_frame_save = _interopRequireDefault(require("./video_frame_save"));
|
|
26915
26957
|
var _video_label = _interopRequireDefault(require("./video_label"));
|
|
26916
26958
|
var _video_library = _interopRequireDefault(require("./video_library"));
|
|
26917
26959
|
var _video_search = _interopRequireDefault(require("./video_search"));
|
|
@@ -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 VideoFrameCopy = (0, _createCdxIcon.default)('VideoFrameCopy', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"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"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"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"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = VideoFrameCopy;
|
|
@@ -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 VideoFrameSave = (0, _createCdxIcon.default)('VideoFrameSave', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"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"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"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"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = VideoFrameSave;
|
|
@@ -24,6 +24,7 @@ export { default as Cdx23mp } from '../icons/23mp';
|
|
|
24
24
|
export { default as Cdx24fpsSelect } from '../icons/24fps_select';
|
|
25
25
|
export { default as Cdx24mp } from '../icons/24mp';
|
|
26
26
|
export { default as Cdx2d } from '../icons/2d';
|
|
27
|
+
export { default as Cdx2d2 } from '../icons/2d_2';
|
|
27
28
|
export { default as Cdx2k } from '../icons/2k';
|
|
28
29
|
export { default as Cdx2kPlus } from '../icons/2k_plus';
|
|
29
30
|
export { default as Cdx2mp } from '../icons/2mp';
|
|
@@ -31,6 +32,7 @@ export { default as Cdx30fps } from '../icons/30fps';
|
|
|
31
32
|
export { default as Cdx30fpsSelect } from '../icons/30fps_select';
|
|
32
33
|
export { default as Cdx360 } from '../icons/360';
|
|
33
34
|
export { default as Cdx3d } from '../icons/3d';
|
|
35
|
+
export { default as Cdx3d2 } from '../icons/3d_2';
|
|
34
36
|
export { default as Cdx3dRotation } from '../icons/3d_rotation';
|
|
35
37
|
export { default as Cdx3gMobiledata } from '../icons/3g_mobiledata';
|
|
36
38
|
export { default as Cdx3gMobiledataBadge } from '../icons/3g_mobiledata_badge';
|
|
@@ -891,6 +893,8 @@ export { default as CdxCrib } from '../icons/crib';
|
|
|
891
893
|
export { default as CdxCrisisAlert } from '../icons/crisis_alert';
|
|
892
894
|
export { default as CdxCrop } from '../icons/crop';
|
|
893
895
|
export { default as CdxCrop169 } from '../icons/crop_16_9';
|
|
896
|
+
export { default as CdxCrop23 } from '../icons/crop_2_3';
|
|
897
|
+
export { default as CdxCrop219 } from '../icons/crop_21_9';
|
|
894
898
|
export { default as CdxCrop32 } from '../icons/crop_3_2';
|
|
895
899
|
export { default as CdxCrop54 } from '../icons/crop_5_4';
|
|
896
900
|
export { default as CdxCrop75 } from '../icons/crop_7_5';
|
|
@@ -3671,6 +3675,8 @@ export { default as CdxVideoCameraFront } from '../icons/video_camera_front';
|
|
|
3671
3675
|
export { default as CdxVideoCameraFrontOff } from '../icons/video_camera_front_off';
|
|
3672
3676
|
export { default as CdxVideoChat } from '../icons/video_chat';
|
|
3673
3677
|
export { default as CdxVideoFile } from '../icons/video_file';
|
|
3678
|
+
export { default as CdxVideoFrameCopy } from '../icons/video_frame_copy';
|
|
3679
|
+
export { default as CdxVideoFrameSave } from '../icons/video_frame_save';
|
|
3674
3680
|
export { default as CdxVideoLabel } from '../icons/video_label';
|
|
3675
3681
|
export { default as CdxVideoLibrary } from '../icons/video_library';
|
|
3676
3682
|
export { default as CdxVideoSearch } from '../icons/video_search';
|
|
@@ -24,6 +24,7 @@ export { default as _23mpIcon } from '../icons/23mp';
|
|
|
24
24
|
export { default as _24fpsSelectIcon } from '../icons/24fps_select';
|
|
25
25
|
export { default as _24mpIcon } from '../icons/24mp';
|
|
26
26
|
export { default as _2dIcon } from '../icons/2d';
|
|
27
|
+
export { default as _2d2Icon } from '../icons/2d_2';
|
|
27
28
|
export { default as _2kIcon } from '../icons/2k';
|
|
28
29
|
export { default as _2kPlusIcon } from '../icons/2k_plus';
|
|
29
30
|
export { default as _2mpIcon } from '../icons/2mp';
|
|
@@ -31,6 +32,7 @@ export { default as _30fpsIcon } from '../icons/30fps';
|
|
|
31
32
|
export { default as _30fpsSelectIcon } from '../icons/30fps_select';
|
|
32
33
|
export { default as _360Icon } from '../icons/360';
|
|
33
34
|
export { default as _3dIcon } from '../icons/3d';
|
|
35
|
+
export { default as _3d2Icon } from '../icons/3d_2';
|
|
34
36
|
export { default as _3dRotationIcon } from '../icons/3d_rotation';
|
|
35
37
|
export { default as _3gMobiledataIcon } from '../icons/3g_mobiledata';
|
|
36
38
|
export { default as _3gMobiledataBadgeIcon } from '../icons/3g_mobiledata_badge';
|
|
@@ -891,6 +893,8 @@ export { default as CribIcon } from '../icons/crib';
|
|
|
891
893
|
export { default as CrisisAlertIcon } from '../icons/crisis_alert';
|
|
892
894
|
export { default as CropIcon } from '../icons/crop';
|
|
893
895
|
export { default as Crop169Icon } from '../icons/crop_16_9';
|
|
896
|
+
export { default as Crop23Icon } from '../icons/crop_2_3';
|
|
897
|
+
export { default as Crop219Icon } from '../icons/crop_21_9';
|
|
894
898
|
export { default as Crop32Icon } from '../icons/crop_3_2';
|
|
895
899
|
export { default as Crop54Icon } from '../icons/crop_5_4';
|
|
896
900
|
export { default as Crop75Icon } from '../icons/crop_7_5';
|
|
@@ -3671,6 +3675,8 @@ export { default as VideoCameraFrontIcon } from '../icons/video_camera_front';
|
|
|
3671
3675
|
export { default as VideoCameraFrontOffIcon } from '../icons/video_camera_front_off';
|
|
3672
3676
|
export { default as VideoChatIcon } from '../icons/video_chat';
|
|
3673
3677
|
export { default as VideoFileIcon } from '../icons/video_file';
|
|
3678
|
+
export { default as VideoFrameCopyIcon } from '../icons/video_frame_copy';
|
|
3679
|
+
export { default as VideoFrameSaveIcon } from '../icons/video_frame_save';
|
|
3674
3680
|
export { default as VideoLabelIcon } from '../icons/video_label';
|
|
3675
3681
|
export { default as VideoLibraryIcon } from '../icons/video_library';
|
|
3676
3682
|
export { default as VideoSearchIcon } from '../icons/video_search';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const _2d2 = createCdxIcon('2d2', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M147-279v-68q51-41 88.5-72.5T292-478q14-20 23-41.5t9-42.5q0-28-16.5-44T266-622q-24 0-39 15.5T207-564l-69-5q6-54 40.5-87.5T266-690q63 0 97.5 32t34.5 90q0 37-14 69t-36 61q-23 31-46.5 50.5T249-346l2 3h157v64H147Zm341-1v-401h134q97 0 148.5 52T822-480q0 97-52 148.5T622-280H488Zm76-72h54q66 0 97.5-31t31.5-97q0-66-31.5-97.5T618-609h-54v257Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M147-279v-68q51-41 88.5-72.5T292-478q14-20 23-41.5t9-42.5q0-28-16.5-44T266-622q-24 0-39 15.5T207-564l-69-5q6-54 40.5-87.5T266-690q63 0 97.5 32t34.5 90q0 37-14 69t-36 61q-23 31-46.5 50.5T249-346l2 3h157v64H147Zm341-1v-401h134q97 0 148.5 52T822-480q0 97-52 148.5T622-280H488Zm76-72h54q66 0 97.5-31t31.5-97q0-66-31.5-97.5T618-609h-54v257Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default _2d2;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const _3d2 = createCdxIcon('3d2', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M490-279v-401h133q97 0 148.5 51.5T823-480q0 97-52 149t-148 52H490Zm75-72h55q66 0 97-31.5t31-97.5q0-66-31-97.5T620-609h-55v258Zm-289 81q-59 0-96-30.5T137-388l72-14q5 29 21.5 45.5T276-340q28 0 45-15.5t17-42.5q0-26-18-43t-51-17h-32v-64h30q30 0 45-14t15-37q0-23-14.5-36.5T274-623q-23 0-37.5 12T216-576l-71-8q8-53 42-79t88-26q55 0 89.5 27.5T399-581q0 30-13.5 50.5T350-496v4q30 11 46 39t16 61q0 59-37.5 90.5T276-270Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M490-279v-401h133q97 0 148.5 51.5T823-480q0 97-52 149t-148 52H490Zm75-72h55q66 0 97-31.5t31-97.5q0-66-31-97.5T620-609h-55v258Zm-289 81q-59 0-96-30.5T137-388l72-14q5 29 21.5 45.5T276-340q28 0 45-15.5t17-42.5q0-26-18-43t-51-17h-32v-64h30q30 0 45-14t15-37q0-23-14.5-36.5T274-623q-23 0-37.5 12T216-576l-71-8q8-53 42-79t88-26q55 0 89.5 27.5T399-581q0 30-13.5 50.5T350-496v4q30 11 46 39t16 61q0 59-37.5 90.5T276-270Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default _3d2;
|
|
@@ -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;
|
|
@@ -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';
|
|
@@ -891,6 +893,8 @@ export { default as Crib } from './crib';
|
|
|
891
893
|
export { default as CrisisAlert } from './crisis_alert';
|
|
892
894
|
export { default as Crop } from './crop';
|
|
893
895
|
export { default as Crop169 } from './crop_16_9';
|
|
896
|
+
export { default as Crop23 } from './crop_2_3';
|
|
897
|
+
export { default as Crop219 } from './crop_21_9';
|
|
894
898
|
export { default as Crop32 } from './crop_3_2';
|
|
895
899
|
export { default as Crop54 } from './crop_5_4';
|
|
896
900
|
export { default as Crop75 } from './crop_7_5';
|
|
@@ -3671,6 +3675,8 @@ export { default as VideoCameraFront } from './video_camera_front';
|
|
|
3671
3675
|
export { default as VideoCameraFrontOff } from './video_camera_front_off';
|
|
3672
3676
|
export { default as VideoChat } from './video_chat';
|
|
3673
3677
|
export { default as VideoFile } from './video_file';
|
|
3678
|
+
export { default as VideoFrameCopy } from './video_frame_copy';
|
|
3679
|
+
export { default as VideoFrameSave } from './video_frame_save';
|
|
3674
3680
|
export { default as VideoLabel } from './video_label';
|
|
3675
3681
|
export { default as VideoLibrary } from './video_library';
|
|
3676
3682
|
export { default as VideoSearch } from './video_search';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const VideoFrameCopy = createCdxIcon('VideoFrameCopy', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M120-120q-33 0-56.5-23.5T40-200v-480h80v480h640v80H120Zm720-520v-120H720v-80h120q33 0 56.5 23.5T920-760v120h-80Zm-640 0v-120q0-33 23.5-56.5T280-840h120v80H280v120h-80Zm520 360v-80h120v-120h80v120q0 33-23.5 56.5T840-280H720Zm-440 0q-33 0-56.5-23.5T200-360v-120h80v120h120v80H280Zm200-120 249-160-249-160v320Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M120-120q-33 0-56.5-23.5T40-200v-480h80v480h640v80H120Zm720-520v-120H720v-80h120q33 0 56.5 23.5T920-760v120h-80Zm-640 0v-120q0-33 23.5-56.5T280-840h120v80H280v120h-80Zm520 360v-80h120v-120h80v120q0 33-23.5 56.5T840-280H720Zm-440 0q-33 0-56.5-23.5T200-360v-120h80v120h120v80H280Zm200-120 249-160-249-160v320Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default VideoFrameCopy;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const VideoFrameSave = createCdxIcon('VideoFrameSave', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M800-560v-160H640v-80h160q33 0 56.5 23.5T880-720v160h-80Zm-720 0v-160q0-33 23.5-56.5T160-800h160v80H160v160H80Zm80 400q-33 0-56.5-23.5T80-240v-160h80v160h160v80H160Zm220-140v-360l280 180-280 180ZM600-1v-80h320v80H600Zm160-119L600-280l56-56 64 62v-166h80v166l64-62 56 56-160 160Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M800-560v-160H640v-80h160q33 0 56.5 23.5T880-720v160h-80Zm-720 0v-160q0-33 23.5-56.5T160-800h160v80H160v160H80Zm80 400q-33 0-56.5-23.5T80-240v-160h80v160h160v80H160Zm220-140v-360l280 180-280 180ZM600-1v-80h320v80H600Zm160-119L600-280l56-56 64 62v-166h80v166l64-62 56 56-160 160Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default VideoFrameSave;
|
|
@@ -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';
|
|
@@ -889,6 +891,8 @@ export { default as CdxCrib } from '../icons/crib';
|
|
|
889
891
|
export { default as CdxCrisisAlert } from '../icons/crisis_alert';
|
|
890
892
|
export { default as CdxCrop } from '../icons/crop';
|
|
891
893
|
export { default as CdxCrop169 } from '../icons/crop_16_9';
|
|
894
|
+
export { default as CdxCrop23 } from '../icons/crop_2_3';
|
|
895
|
+
export { default as CdxCrop219 } from '../icons/crop_21_9';
|
|
892
896
|
export { default as CdxCrop32 } from '../icons/crop_3_2';
|
|
893
897
|
export { default as CdxCrop54 } from '../icons/crop_5_4';
|
|
894
898
|
export { default as CdxCrop75 } from '../icons/crop_7_5';
|
|
@@ -3669,6 +3673,8 @@ export { default as CdxVideoCameraFront } from '../icons/video_camera_front';
|
|
|
3669
3673
|
export { default as CdxVideoCameraFrontOff } from '../icons/video_camera_front_off';
|
|
3670
3674
|
export { default as CdxVideoChat } from '../icons/video_chat';
|
|
3671
3675
|
export { default as CdxVideoFile } from '../icons/video_file';
|
|
3676
|
+
export { default as CdxVideoFrameCopy } from '../icons/video_frame_copy';
|
|
3677
|
+
export { default as CdxVideoFrameSave } from '../icons/video_frame_save';
|
|
3672
3678
|
export { default as CdxVideoLabel } from '../icons/video_label';
|
|
3673
3679
|
export { default as CdxVideoLibrary } from '../icons/video_library';
|
|
3674
3680
|
export { default as CdxVideoSearch } from '../icons/video_search';
|
|
@@ -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';
|
|
@@ -889,6 +891,8 @@ export { default as CribIcon } from '../icons/crib';
|
|
|
889
891
|
export { default as CrisisAlertIcon } from '../icons/crisis_alert';
|
|
890
892
|
export { default as CropIcon } from '../icons/crop';
|
|
891
893
|
export { default as Crop169Icon } from '../icons/crop_16_9';
|
|
894
|
+
export { default as Crop23Icon } from '../icons/crop_2_3';
|
|
895
|
+
export { default as Crop219Icon } from '../icons/crop_21_9';
|
|
892
896
|
export { default as Crop32Icon } from '../icons/crop_3_2';
|
|
893
897
|
export { default as Crop54Icon } from '../icons/crop_5_4';
|
|
894
898
|
export { default as Crop75Icon } from '../icons/crop_7_5';
|
|
@@ -3669,6 +3673,8 @@ export { default as VideoCameraFrontIcon } from '../icons/video_camera_front';
|
|
|
3669
3673
|
export { default as VideoCameraFrontOffIcon } from '../icons/video_camera_front_off';
|
|
3670
3674
|
export { default as VideoChatIcon } from '../icons/video_chat';
|
|
3671
3675
|
export { default as VideoFileIcon } from '../icons/video_file';
|
|
3676
|
+
export { default as VideoFrameCopyIcon } from '../icons/video_frame_copy';
|
|
3677
|
+
export { default as VideoFrameSaveIcon } from '../icons/video_frame_save';
|
|
3672
3678
|
export { default as VideoLabelIcon } from '../icons/video_label';
|
|
3673
3679
|
export { default as VideoLibraryIcon } from '../icons/video_library';
|
|
3674
3680
|
export { default as VideoSearchIcon } from '../icons/video_search';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
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 
|
|
3
|
+
*/
|
|
4
|
+
declare const _3d2: import("..").CdxIcon;
|
|
5
|
+
export default _3d2;
|
|
6
|
+
//# sourceMappingURL=3d_2.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const Crop219: import("..").CdxIcon;
|
|
5
|
+
export default Crop219;
|
|
6
|
+
//# sourceMappingURL=crop_21_9.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const Crop23: import("..").CdxIcon;
|
|
5
|
+
export default Crop23;
|
|
6
|
+
//# sourceMappingURL=crop_2_3.d.ts.map
|
|
@@ -22,6 +22,7 @@ export { default as _23mp } from './23mp';
|
|
|
22
22
|
export { default as _24fpsSelect } from './24fps_select';
|
|
23
23
|
export { default as _24mp } from './24mp';
|
|
24
24
|
export { default as _2d } from './2d';
|
|
25
|
+
export { default as _2d2 } from './2d_2';
|
|
25
26
|
export { default as _2k } from './2k';
|
|
26
27
|
export { default as _2kPlus } from './2k_plus';
|
|
27
28
|
export { default as _2mp } from './2mp';
|
|
@@ -29,6 +30,7 @@ export { default as _30fps } from './30fps';
|
|
|
29
30
|
export { default as _30fpsSelect } from './30fps_select';
|
|
30
31
|
export { default as _360 } from './360';
|
|
31
32
|
export { default as _3d } from './3d';
|
|
33
|
+
export { default as _3d2 } from './3d_2';
|
|
32
34
|
export { default as _3dRotation } from './3d_rotation';
|
|
33
35
|
export { default as _3gMobiledata } from './3g_mobiledata';
|
|
34
36
|
export { default as _3gMobiledataBadge } from './3g_mobiledata_badge';
|
|
@@ -889,6 +891,8 @@ export { default as Crib } from './crib';
|
|
|
889
891
|
export { default as CrisisAlert } from './crisis_alert';
|
|
890
892
|
export { default as Crop } from './crop';
|
|
891
893
|
export { default as Crop169 } from './crop_16_9';
|
|
894
|
+
export { default as Crop23 } from './crop_2_3';
|
|
895
|
+
export { default as Crop219 } from './crop_21_9';
|
|
892
896
|
export { default as Crop32 } from './crop_3_2';
|
|
893
897
|
export { default as Crop54 } from './crop_5_4';
|
|
894
898
|
export { default as Crop75 } from './crop_7_5';
|
|
@@ -3669,6 +3673,8 @@ export { default as VideoCameraFront } from './video_camera_front';
|
|
|
3669
3673
|
export { default as VideoCameraFrontOff } from './video_camera_front_off';
|
|
3670
3674
|
export { default as VideoChat } from './video_chat';
|
|
3671
3675
|
export { default as VideoFile } from './video_file';
|
|
3676
|
+
export { default as VideoFrameCopy } from './video_frame_copy';
|
|
3677
|
+
export { default as VideoFrameSave } from './video_frame_save';
|
|
3672
3678
|
export { default as VideoLabel } from './video_label';
|
|
3673
3679
|
export { default as VideoLibrary } from './video_library';
|
|
3674
3680
|
export { default as VideoSearch } from './video_search';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const VideoFrameCopy: import("..").CdxIcon;
|
|
5
|
+
export default VideoFrameCopy;
|
|
6
|
+
//# sourceMappingURL=video_frame_copy.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const VideoFrameSave: import("..").CdxIcon;
|
|
5
|
+
export default VideoFrameSave;
|
|
6
|
+
//# sourceMappingURL=video_frame_save.d.ts.map
|