@cdx-ui/icons 0.0.1-alpha.33 → 0.0.1-alpha.35
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/lib/commonjs/aliases/prefixed.js +28 -0
- package/lib/commonjs/aliases/suffixed.js +28 -0
- package/lib/commonjs/icons/index.js +28 -0
- package/lib/commonjs/icons/speed_2.js +20 -0
- package/lib/commonjs/icons/speed_3.js +20 -0
- package/lib/commonjs/icons/speed_4.js +20 -0
- package/lib/commonjs/icons/touch_double_2.js +20 -0
- package/lib/module/aliases/prefixed.js +4 -0
- package/lib/module/aliases/suffixed.js +4 -0
- package/lib/module/icons/index.js +4 -0
- package/lib/module/icons/speed_2.js +16 -0
- package/lib/module/icons/speed_3.js +16 -0
- package/lib/module/icons/speed_4.js +16 -0
- package/lib/module/icons/touch_double_2.js +16 -0
- package/lib/typescript/aliases/prefixed.d.ts +4 -0
- package/lib/typescript/aliases/suffixed.d.ts +4 -0
- package/lib/typescript/icons/index.d.ts +4 -0
- package/lib/typescript/icons/speed_2.d.ts +6 -0
- package/lib/typescript/icons/speed_3.d.ts +6 -0
- package/lib/typescript/icons/speed_4.d.ts +6 -0
- package/lib/typescript/icons/touch_double_2.d.ts +6 -0
- package/package.json +1 -1
|
@@ -19041,12 +19041,30 @@ Object.defineProperty(exports, "CdxSpeed17x", {
|
|
|
19041
19041
|
return _speed_1_7x.default;
|
|
19042
19042
|
}
|
|
19043
19043
|
});
|
|
19044
|
+
Object.defineProperty(exports, "CdxSpeed2", {
|
|
19045
|
+
enumerable: true,
|
|
19046
|
+
get: function () {
|
|
19047
|
+
return _speed_.default;
|
|
19048
|
+
}
|
|
19049
|
+
});
|
|
19044
19050
|
Object.defineProperty(exports, "CdxSpeed2x", {
|
|
19045
19051
|
enumerable: true,
|
|
19046
19052
|
get: function () {
|
|
19047
19053
|
return _speed_2x.default;
|
|
19048
19054
|
}
|
|
19049
19055
|
});
|
|
19056
|
+
Object.defineProperty(exports, "CdxSpeed3", {
|
|
19057
|
+
enumerable: true,
|
|
19058
|
+
get: function () {
|
|
19059
|
+
return _speed_2.default;
|
|
19060
|
+
}
|
|
19061
|
+
});
|
|
19062
|
+
Object.defineProperty(exports, "CdxSpeed4", {
|
|
19063
|
+
enumerable: true,
|
|
19064
|
+
get: function () {
|
|
19065
|
+
return _speed_3.default;
|
|
19066
|
+
}
|
|
19067
|
+
});
|
|
19050
19068
|
Object.defineProperty(exports, "CdxSpeedCamera", {
|
|
19051
19069
|
enumerable: true,
|
|
19052
19070
|
get: function () {
|
|
@@ -21141,6 +21159,12 @@ Object.defineProperty(exports, "CdxTouchDouble", {
|
|
|
21141
21159
|
return _touch_double.default;
|
|
21142
21160
|
}
|
|
21143
21161
|
});
|
|
21162
|
+
Object.defineProperty(exports, "CdxTouchDouble2", {
|
|
21163
|
+
enumerable: true,
|
|
21164
|
+
get: function () {
|
|
21165
|
+
return _touch_double_.default;
|
|
21166
|
+
}
|
|
21167
|
+
});
|
|
21144
21168
|
Object.defineProperty(exports, "CdxTouchLong", {
|
|
21145
21169
|
enumerable: true,
|
|
21146
21170
|
get: function () {
|
|
@@ -26339,7 +26363,10 @@ var _speed_1_3 = _interopRequireDefault(require("../icons/speed_1_5"));
|
|
|
26339
26363
|
var _speed_1_5x = _interopRequireDefault(require("../icons/speed_1_5x"));
|
|
26340
26364
|
var _speed_1_4 = _interopRequireDefault(require("../icons/speed_1_75"));
|
|
26341
26365
|
var _speed_1_7x = _interopRequireDefault(require("../icons/speed_1_7x"));
|
|
26366
|
+
var _speed_ = _interopRequireDefault(require("../icons/speed_2"));
|
|
26342
26367
|
var _speed_2x = _interopRequireDefault(require("../icons/speed_2x"));
|
|
26368
|
+
var _speed_2 = _interopRequireDefault(require("../icons/speed_3"));
|
|
26369
|
+
var _speed_3 = _interopRequireDefault(require("../icons/speed_4"));
|
|
26343
26370
|
var _speed_camera = _interopRequireDefault(require("../icons/speed_camera"));
|
|
26344
26371
|
var _spellcheck = _interopRequireDefault(require("../icons/spellcheck"));
|
|
26345
26372
|
var _split_scene = _interopRequireDefault(require("../icons/split_scene"));
|
|
@@ -26689,6 +26716,7 @@ var _tornado = _interopRequireDefault(require("../icons/tornado"));
|
|
|
26689
26716
|
var _total_dissolved_solids = _interopRequireDefault(require("../icons/total_dissolved_solids"));
|
|
26690
26717
|
var _touch_app = _interopRequireDefault(require("../icons/touch_app"));
|
|
26691
26718
|
var _touch_double = _interopRequireDefault(require("../icons/touch_double"));
|
|
26719
|
+
var _touch_double_ = _interopRequireDefault(require("../icons/touch_double_2"));
|
|
26692
26720
|
var _touch_long = _interopRequireDefault(require("../icons/touch_long"));
|
|
26693
26721
|
var _touch_triple = _interopRequireDefault(require("../icons/touch_triple"));
|
|
26694
26722
|
var _touchpad_mouse = _interopRequireDefault(require("../icons/touchpad_mouse"));
|
|
@@ -18645,12 +18645,30 @@ Object.defineProperty(exports, "Speed17xIcon", {
|
|
|
18645
18645
|
return _speed_1_7x.default;
|
|
18646
18646
|
}
|
|
18647
18647
|
});
|
|
18648
|
+
Object.defineProperty(exports, "Speed2Icon", {
|
|
18649
|
+
enumerable: true,
|
|
18650
|
+
get: function () {
|
|
18651
|
+
return _speed_.default;
|
|
18652
|
+
}
|
|
18653
|
+
});
|
|
18648
18654
|
Object.defineProperty(exports, "Speed2xIcon", {
|
|
18649
18655
|
enumerable: true,
|
|
18650
18656
|
get: function () {
|
|
18651
18657
|
return _speed_2x.default;
|
|
18652
18658
|
}
|
|
18653
18659
|
});
|
|
18660
|
+
Object.defineProperty(exports, "Speed3Icon", {
|
|
18661
|
+
enumerable: true,
|
|
18662
|
+
get: function () {
|
|
18663
|
+
return _speed_2.default;
|
|
18664
|
+
}
|
|
18665
|
+
});
|
|
18666
|
+
Object.defineProperty(exports, "Speed4Icon", {
|
|
18667
|
+
enumerable: true,
|
|
18668
|
+
get: function () {
|
|
18669
|
+
return _speed_3.default;
|
|
18670
|
+
}
|
|
18671
|
+
});
|
|
18654
18672
|
Object.defineProperty(exports, "SpeedCameraIcon", {
|
|
18655
18673
|
enumerable: true,
|
|
18656
18674
|
get: function () {
|
|
@@ -20745,6 +20763,12 @@ Object.defineProperty(exports, "TouchAppIcon", {
|
|
|
20745
20763
|
return _touch_app.default;
|
|
20746
20764
|
}
|
|
20747
20765
|
});
|
|
20766
|
+
Object.defineProperty(exports, "TouchDouble2Icon", {
|
|
20767
|
+
enumerable: true,
|
|
20768
|
+
get: function () {
|
|
20769
|
+
return _touch_double_.default;
|
|
20770
|
+
}
|
|
20771
|
+
});
|
|
20748
20772
|
Object.defineProperty(exports, "TouchDoubleIcon", {
|
|
20749
20773
|
enumerable: true,
|
|
20750
20774
|
get: function () {
|
|
@@ -26339,7 +26363,10 @@ var _speed_1_3 = _interopRequireDefault(require("../icons/speed_1_5"));
|
|
|
26339
26363
|
var _speed_1_5x = _interopRequireDefault(require("../icons/speed_1_5x"));
|
|
26340
26364
|
var _speed_1_4 = _interopRequireDefault(require("../icons/speed_1_75"));
|
|
26341
26365
|
var _speed_1_7x = _interopRequireDefault(require("../icons/speed_1_7x"));
|
|
26366
|
+
var _speed_ = _interopRequireDefault(require("../icons/speed_2"));
|
|
26342
26367
|
var _speed_2x = _interopRequireDefault(require("../icons/speed_2x"));
|
|
26368
|
+
var _speed_2 = _interopRequireDefault(require("../icons/speed_3"));
|
|
26369
|
+
var _speed_3 = _interopRequireDefault(require("../icons/speed_4"));
|
|
26343
26370
|
var _speed_camera = _interopRequireDefault(require("../icons/speed_camera"));
|
|
26344
26371
|
var _spellcheck = _interopRequireDefault(require("../icons/spellcheck"));
|
|
26345
26372
|
var _split_scene = _interopRequireDefault(require("../icons/split_scene"));
|
|
@@ -26689,6 +26716,7 @@ var _tornado = _interopRequireDefault(require("../icons/tornado"));
|
|
|
26689
26716
|
var _total_dissolved_solids = _interopRequireDefault(require("../icons/total_dissolved_solids"));
|
|
26690
26717
|
var _touch_app = _interopRequireDefault(require("../icons/touch_app"));
|
|
26691
26718
|
var _touch_double = _interopRequireDefault(require("../icons/touch_double"));
|
|
26719
|
+
var _touch_double_ = _interopRequireDefault(require("../icons/touch_double_2"));
|
|
26692
26720
|
var _touch_long = _interopRequireDefault(require("../icons/touch_long"));
|
|
26693
26721
|
var _touch_triple = _interopRequireDefault(require("../icons/touch_triple"));
|
|
26694
26722
|
var _touchpad_mouse = _interopRequireDefault(require("../icons/touchpad_mouse"));
|
|
@@ -18633,12 +18633,30 @@ Object.defineProperty(exports, "Speed17x", {
|
|
|
18633
18633
|
return _speed_1_7x.default;
|
|
18634
18634
|
}
|
|
18635
18635
|
});
|
|
18636
|
+
Object.defineProperty(exports, "Speed2", {
|
|
18637
|
+
enumerable: true,
|
|
18638
|
+
get: function () {
|
|
18639
|
+
return _speed_.default;
|
|
18640
|
+
}
|
|
18641
|
+
});
|
|
18636
18642
|
Object.defineProperty(exports, "Speed2x", {
|
|
18637
18643
|
enumerable: true,
|
|
18638
18644
|
get: function () {
|
|
18639
18645
|
return _speed_2x.default;
|
|
18640
18646
|
}
|
|
18641
18647
|
});
|
|
18648
|
+
Object.defineProperty(exports, "Speed3", {
|
|
18649
|
+
enumerable: true,
|
|
18650
|
+
get: function () {
|
|
18651
|
+
return _speed_2.default;
|
|
18652
|
+
}
|
|
18653
|
+
});
|
|
18654
|
+
Object.defineProperty(exports, "Speed4", {
|
|
18655
|
+
enumerable: true,
|
|
18656
|
+
get: function () {
|
|
18657
|
+
return _speed_3.default;
|
|
18658
|
+
}
|
|
18659
|
+
});
|
|
18642
18660
|
Object.defineProperty(exports, "SpeedCamera", {
|
|
18643
18661
|
enumerable: true,
|
|
18644
18662
|
get: function () {
|
|
@@ -20733,6 +20751,12 @@ Object.defineProperty(exports, "TouchDouble", {
|
|
|
20733
20751
|
return _touch_double.default;
|
|
20734
20752
|
}
|
|
20735
20753
|
});
|
|
20754
|
+
Object.defineProperty(exports, "TouchDouble2", {
|
|
20755
|
+
enumerable: true,
|
|
20756
|
+
get: function () {
|
|
20757
|
+
return _touch_double_.default;
|
|
20758
|
+
}
|
|
20759
|
+
});
|
|
20736
20760
|
Object.defineProperty(exports, "TouchLong", {
|
|
20737
20761
|
enumerable: true,
|
|
20738
20762
|
get: function () {
|
|
@@ -26321,7 +26345,10 @@ var _speed_1_3 = _interopRequireDefault(require("./speed_1_5"));
|
|
|
26321
26345
|
var _speed_1_5x = _interopRequireDefault(require("./speed_1_5x"));
|
|
26322
26346
|
var _speed_1_4 = _interopRequireDefault(require("./speed_1_75"));
|
|
26323
26347
|
var _speed_1_7x = _interopRequireDefault(require("./speed_1_7x"));
|
|
26348
|
+
var _speed_ = _interopRequireDefault(require("./speed_2"));
|
|
26324
26349
|
var _speed_2x = _interopRequireDefault(require("./speed_2x"));
|
|
26350
|
+
var _speed_2 = _interopRequireDefault(require("./speed_3"));
|
|
26351
|
+
var _speed_3 = _interopRequireDefault(require("./speed_4"));
|
|
26325
26352
|
var _speed_camera = _interopRequireDefault(require("./speed_camera"));
|
|
26326
26353
|
var _spellcheck = _interopRequireDefault(require("./spellcheck"));
|
|
26327
26354
|
var _split_scene = _interopRequireDefault(require("./split_scene"));
|
|
@@ -26671,6 +26698,7 @@ var _tornado = _interopRequireDefault(require("./tornado"));
|
|
|
26671
26698
|
var _total_dissolved_solids = _interopRequireDefault(require("./total_dissolved_solids"));
|
|
26672
26699
|
var _touch_app = _interopRequireDefault(require("./touch_app"));
|
|
26673
26700
|
var _touch_double = _interopRequireDefault(require("./touch_double"));
|
|
26701
|
+
var _touch_double_ = _interopRequireDefault(require("./touch_double_2"));
|
|
26674
26702
|
var _touch_long = _interopRequireDefault(require("./touch_long"));
|
|
26675
26703
|
var _touch_triple = _interopRequireDefault(require("./touch_triple"));
|
|
26676
26704
|
var _touchpad_mouse = _interopRequireDefault(require("./touchpad_mouse"));
|
|
@@ -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 Speed2 = (0, _createCdxIcon.default)('Speed2', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M536-343q26-26 24-60t-30-56q-79-62-164-115T199-682q54 83 107 167.5T418-347q20 29 56 29.5t62-25.5ZM205-160q-22 0-40.5-9.5T135-198q-28-48-42-100.5T79-406q1-56 18.5-109T146-616l48 76q-17 32-26 66.5t-9 69.5q0 44 11.5 85.5T205-240h551q21-36 32.5-76.5T800-400q0-133-93.5-226.5T480-720q-37 0-72.5 9T340-686l-76-48q48-32 102.5-49T480-800q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-400q0 54-14 105t-40 97q-11 19-30 28.5t-40 9.5H205Zm274-238Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M536-343q26-26 24-60t-30-56q-79-62-164-115T199-682q54 83 107 167.5T418-347q20 29 56 29.5t62-25.5ZM205-160q-22 0-40.5-9.5T135-198q-28-48-42-100.5T79-406q1-76 33.5-149T199-682q56-56 129.5-87T480-800q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-400q0 54-14 105t-40 97q-11 19-30 28.5t-40 9.5H205Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = Speed2;
|
|
@@ -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 Speed3 = (0, _createCdxIcon.default)('Speed3', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M205-160q-22 0-40.5-9.5T135-198q-27-46-41-97T81-400q0-94 41.5-177.5T239-718l21 87q-48 45-73.5 105T161-400q0 42 11 83t33 77h551q21-37 32.5-77.5T800-400q0-134-93-227t-227-93q-10 0-19.5.5T441-717l-53-72q23-5 46-8t46-3q83 0 156 31.5T763-683q54 54 85.5 127T880-400q0 54-14 104.5T826-198q-11 19-29.5 28.5T756-160H205Zm308-168q34-15 46-49t-8-63q-58-83-117.5-163T311-762q19 99 42.5 196T406-372q10 33 42.5 45.5T513-328Zm-32-73Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M513-328q34-15 46-49t-8-63q-58-83-117.5-163T311-762q19 99 42.5 196T406-372q10 33 42.5 45.5T513-328ZM205-160q-22 0-40.5-9.5T135-198q-28-48-42-100.5T79-406q1-80 34-151.5T201-683q55-54 127-85.5T480-800q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-400q0 54-14 105t-40 97q-11 19-30 28.5t-40 9.5H205Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = Speed3;
|
|
@@ -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 Speed4 = (0, _createCdxIcon.default)('Speed4', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M204-160q-22 0-40.5-9.5T134-198q-26-47-40-97.5T80-400q0-83 31.5-156T197-683q54-54 127-85.5T480-800q23 0 46 3t46 8l-53 72q-10-2-19.5-2.5T480-720q-134 0-227 93t-93 227q0 42 11.5 82.5T204-240h551q22-36 33-77t11-83q0-66-25.5-126T700-631l21-87q75 57 116.5 140.5T879-400q1 54-13 105t-41 97q-11 19-29.5 28.5T755-160H204Zm243-168q32 14 64.5 1.5T554-372q29-97 52.5-194T649-762q-63 79-122.5 159T409-440q-20 29-8 63t46 49Zm32-73Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M447-328q32 14 64.5 1.5T554-372q29-97 52.5-194T649-762q-63 79-122.5 159T409-440q-20 29-8 63t46 49ZM205-160q-22 0-40.5-9.5T135-198q-28-48-42-100.5T79-406q1-80 34-151.5T201-683q55-54 127-85.5T480-800q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-400q0 54-14 105t-40 97q-11 19-30 28.5t-40 9.5H205Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = Speed4;
|
|
@@ -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 TouchDouble2 = (0, _createCdxIcon.default)('TouchDouble2', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M418-80q-28 0-52-10.5T325-123L106-402l26-26q17-17 42.5-20t47.5 10l78 47v-249q0-17 11.5-28.5T340-680q17 0 28.5 11.5T380-640v393l-98-60 105 133q5 8 13.5 11t17.5 3h222q33 0 56.5-23t23.5-57v-160q0-17-11.5-28.5T680-440H580v-80h100q50 0 85 35t35 85v160q0 67-47 113.5T640-80H418Zm22-360v-270q0-17 11.5-28.5T480-750q17 0 28.5 11.5T520-710v270h-80ZM143-596q-3-11-3-22v-22q0-116 81.5-198T420-920q116 0 198 82t82 198q0 11-1.5 25.5L697-600l-80-9 1.5-11.5Q620-632 620-640q0-83-58.5-141.5T420-840q-84 0-142 58.5T220-640v16q0 8 2 16l-79 12Zm358 276Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M418-80q-28 0-52-10.5T325-123L106-402l26-26q17-17 42.5-20t47.5 10l78 47v-249q0-17 11.5-28.5T340-680q17 0 28.5 11.5T380-640v160h60v-230q0-17 11.5-28.5T480-750q17 0 28.5 11.5T520-710v230h160q50 0 85 35t35 85v120q0 67-47 113.5T640-80H418ZM143-596q-3-11-3-22v-22q0-116 81.5-198T420-920q116 0 198 82t82 198q0 11-1.5 25.5L697-600l-80-9 1.5-11.5Q620-632 620-640q0-83-58.5-141.5T420-840q-84 0-142 58.5T220-640v16q0 8 2 16l-79 12Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = TouchDouble2;
|
|
@@ -3170,7 +3170,10 @@ export { default as CdxSpeed15 } from '../icons/speed_1_5';
|
|
|
3170
3170
|
export { default as CdxSpeed15x } from '../icons/speed_1_5x';
|
|
3171
3171
|
export { default as CdxSpeed175 } from '../icons/speed_1_75';
|
|
3172
3172
|
export { default as CdxSpeed17x } from '../icons/speed_1_7x';
|
|
3173
|
+
export { default as CdxSpeed2 } from '../icons/speed_2';
|
|
3173
3174
|
export { default as CdxSpeed2x } from '../icons/speed_2x';
|
|
3175
|
+
export { default as CdxSpeed3 } from '../icons/speed_3';
|
|
3176
|
+
export { default as CdxSpeed4 } from '../icons/speed_4';
|
|
3174
3177
|
export { default as CdxSpeedCamera } from '../icons/speed_camera';
|
|
3175
3178
|
export { default as CdxSpellcheck } from '../icons/spellcheck';
|
|
3176
3179
|
export { default as CdxSplitScene } from '../icons/split_scene';
|
|
@@ -3520,6 +3523,7 @@ export { default as CdxTornado } from '../icons/tornado';
|
|
|
3520
3523
|
export { default as CdxTotalDissolvedSolids } from '../icons/total_dissolved_solids';
|
|
3521
3524
|
export { default as CdxTouchApp } from '../icons/touch_app';
|
|
3522
3525
|
export { default as CdxTouchDouble } from '../icons/touch_double';
|
|
3526
|
+
export { default as CdxTouchDouble2 } from '../icons/touch_double_2';
|
|
3523
3527
|
export { default as CdxTouchLong } from '../icons/touch_long';
|
|
3524
3528
|
export { default as CdxTouchTriple } from '../icons/touch_triple';
|
|
3525
3529
|
export { default as CdxTouchpadMouse } from '../icons/touchpad_mouse';
|
|
@@ -3170,7 +3170,10 @@ export { default as Speed15Icon } from '../icons/speed_1_5';
|
|
|
3170
3170
|
export { default as Speed15xIcon } from '../icons/speed_1_5x';
|
|
3171
3171
|
export { default as Speed175Icon } from '../icons/speed_1_75';
|
|
3172
3172
|
export { default as Speed17xIcon } from '../icons/speed_1_7x';
|
|
3173
|
+
export { default as Speed2Icon } from '../icons/speed_2';
|
|
3173
3174
|
export { default as Speed2xIcon } from '../icons/speed_2x';
|
|
3175
|
+
export { default as Speed3Icon } from '../icons/speed_3';
|
|
3176
|
+
export { default as Speed4Icon } from '../icons/speed_4';
|
|
3174
3177
|
export { default as SpeedCameraIcon } from '../icons/speed_camera';
|
|
3175
3178
|
export { default as SpellcheckIcon } from '../icons/spellcheck';
|
|
3176
3179
|
export { default as SplitSceneIcon } from '../icons/split_scene';
|
|
@@ -3520,6 +3523,7 @@ export { default as TornadoIcon } from '../icons/tornado';
|
|
|
3520
3523
|
export { default as TotalDissolvedSolidsIcon } from '../icons/total_dissolved_solids';
|
|
3521
3524
|
export { default as TouchAppIcon } from '../icons/touch_app';
|
|
3522
3525
|
export { default as TouchDoubleIcon } from '../icons/touch_double';
|
|
3526
|
+
export { default as TouchDouble2Icon } from '../icons/touch_double_2';
|
|
3523
3527
|
export { default as TouchLongIcon } from '../icons/touch_long';
|
|
3524
3528
|
export { default as TouchTripleIcon } from '../icons/touch_triple';
|
|
3525
3529
|
export { default as TouchpadMouseIcon } from '../icons/touchpad_mouse';
|
|
@@ -3170,7 +3170,10 @@ export { default as Speed15 } from './speed_1_5';
|
|
|
3170
3170
|
export { default as Speed15x } from './speed_1_5x';
|
|
3171
3171
|
export { default as Speed175 } from './speed_1_75';
|
|
3172
3172
|
export { default as Speed17x } from './speed_1_7x';
|
|
3173
|
+
export { default as Speed2 } from './speed_2';
|
|
3173
3174
|
export { default as Speed2x } from './speed_2x';
|
|
3175
|
+
export { default as Speed3 } from './speed_3';
|
|
3176
|
+
export { default as Speed4 } from './speed_4';
|
|
3174
3177
|
export { default as SpeedCamera } from './speed_camera';
|
|
3175
3178
|
export { default as Spellcheck } from './spellcheck';
|
|
3176
3179
|
export { default as SplitScene } from './split_scene';
|
|
@@ -3520,6 +3523,7 @@ export { default as Tornado } from './tornado';
|
|
|
3520
3523
|
export { default as TotalDissolvedSolids } from './total_dissolved_solids';
|
|
3521
3524
|
export { default as TouchApp } from './touch_app';
|
|
3522
3525
|
export { default as TouchDouble } from './touch_double';
|
|
3526
|
+
export { default as TouchDouble2 } from './touch_double_2';
|
|
3523
3527
|
export { default as TouchLong } from './touch_long';
|
|
3524
3528
|
export { default as TouchTriple } from './touch_triple';
|
|
3525
3529
|
export { default as TouchpadMouse } from './touchpad_mouse';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const Speed2 = createCdxIcon('Speed2', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M536-343q26-26 24-60t-30-56q-79-62-164-115T199-682q54 83 107 167.5T418-347q20 29 56 29.5t62-25.5ZM205-160q-22 0-40.5-9.5T135-198q-28-48-42-100.5T79-406q1-56 18.5-109T146-616l48 76q-17 32-26 66.5t-9 69.5q0 44 11.5 85.5T205-240h551q21-36 32.5-76.5T800-400q0-133-93.5-226.5T480-720q-37 0-72.5 9T340-686l-76-48q48-32 102.5-49T480-800q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-400q0 54-14 105t-40 97q-11 19-30 28.5t-40 9.5H205Zm274-238Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M536-343q26-26 24-60t-30-56q-79-62-164-115T199-682q54 83 107 167.5T418-347q20 29 56 29.5t62-25.5ZM205-160q-22 0-40.5-9.5T135-198q-28-48-42-100.5T79-406q1-76 33.5-149T199-682q56-56 129.5-87T480-800q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-400q0 54-14 105t-40 97q-11 19-30 28.5t-40 9.5H205Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default Speed2;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const Speed3 = createCdxIcon('Speed3', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M205-160q-22 0-40.5-9.5T135-198q-27-46-41-97T81-400q0-94 41.5-177.5T239-718l21 87q-48 45-73.5 105T161-400q0 42 11 83t33 77h551q21-37 32.5-77.5T800-400q0-134-93-227t-227-93q-10 0-19.5.5T441-717l-53-72q23-5 46-8t46-3q83 0 156 31.5T763-683q54 54 85.5 127T880-400q0 54-14 104.5T826-198q-11 19-29.5 28.5T756-160H205Zm308-168q34-15 46-49t-8-63q-58-83-117.5-163T311-762q19 99 42.5 196T406-372q10 33 42.5 45.5T513-328Zm-32-73Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M513-328q34-15 46-49t-8-63q-58-83-117.5-163T311-762q19 99 42.5 196T406-372q10 33 42.5 45.5T513-328ZM205-160q-22 0-40.5-9.5T135-198q-28-48-42-100.5T79-406q1-80 34-151.5T201-683q55-54 127-85.5T480-800q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-400q0 54-14 105t-40 97q-11 19-30 28.5t-40 9.5H205Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default Speed3;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const Speed4 = createCdxIcon('Speed4', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M204-160q-22 0-40.5-9.5T134-198q-26-47-40-97.5T80-400q0-83 31.5-156T197-683q54-54 127-85.5T480-800q23 0 46 3t46 8l-53 72q-10-2-19.5-2.5T480-720q-134 0-227 93t-93 227q0 42 11.5 82.5T204-240h551q22-36 33-77t11-83q0-66-25.5-126T700-631l21-87q75 57 116.5 140.5T879-400q1 54-13 105t-41 97q-11 19-29.5 28.5T755-160H204Zm243-168q32 14 64.5 1.5T554-372q29-97 52.5-194T649-762q-63 79-122.5 159T409-440q-20 29-8 63t46 49Zm32-73Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M447-328q32 14 64.5 1.5T554-372q29-97 52.5-194T649-762q-63 79-122.5 159T409-440q-20 29-8 63t46 49ZM205-160q-22 0-40.5-9.5T135-198q-28-48-42-100.5T79-406q1-80 34-151.5T201-683q55-54 127-85.5T480-800q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-400q0 54-14 105t-40 97q-11 19-30 28.5t-40 9.5H205Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default Speed4;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const TouchDouble2 = createCdxIcon('TouchDouble2', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M418-80q-28 0-52-10.5T325-123L106-402l26-26q17-17 42.5-20t47.5 10l78 47v-249q0-17 11.5-28.5T340-680q17 0 28.5 11.5T380-640v393l-98-60 105 133q5 8 13.5 11t17.5 3h222q33 0 56.5-23t23.5-57v-160q0-17-11.5-28.5T680-440H580v-80h100q50 0 85 35t35 85v160q0 67-47 113.5T640-80H418Zm22-360v-270q0-17 11.5-28.5T480-750q17 0 28.5 11.5T520-710v270h-80ZM143-596q-3-11-3-22v-22q0-116 81.5-198T420-920q116 0 198 82t82 198q0 11-1.5 25.5L697-600l-80-9 1.5-11.5Q620-632 620-640q0-83-58.5-141.5T420-840q-84 0-142 58.5T220-640v16q0 8 2 16l-79 12Zm358 276Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M418-80q-28 0-52-10.5T325-123L106-402l26-26q17-17 42.5-20t47.5 10l78 47v-249q0-17 11.5-28.5T340-680q17 0 28.5 11.5T380-640v160h60v-230q0-17 11.5-28.5T480-750q17 0 28.5 11.5T520-710v230h160q50 0 85 35t35 85v120q0 67-47 113.5T640-80H418ZM143-596q-3-11-3-22v-22q0-116 81.5-198T420-920q116 0 198 82t82 198q0 11-1.5 25.5L697-600l-80-9 1.5-11.5Q620-632 620-640q0-83-58.5-141.5T420-840q-84 0-142 58.5T220-640v16q0 8 2 16l-79 12Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default TouchDouble2;
|
|
@@ -3168,7 +3168,10 @@ export { default as CdxSpeed15 } from '../icons/speed_1_5';
|
|
|
3168
3168
|
export { default as CdxSpeed15x } from '../icons/speed_1_5x';
|
|
3169
3169
|
export { default as CdxSpeed175 } from '../icons/speed_1_75';
|
|
3170
3170
|
export { default as CdxSpeed17x } from '../icons/speed_1_7x';
|
|
3171
|
+
export { default as CdxSpeed2 } from '../icons/speed_2';
|
|
3171
3172
|
export { default as CdxSpeed2x } from '../icons/speed_2x';
|
|
3173
|
+
export { default as CdxSpeed3 } from '../icons/speed_3';
|
|
3174
|
+
export { default as CdxSpeed4 } from '../icons/speed_4';
|
|
3172
3175
|
export { default as CdxSpeedCamera } from '../icons/speed_camera';
|
|
3173
3176
|
export { default as CdxSpellcheck } from '../icons/spellcheck';
|
|
3174
3177
|
export { default as CdxSplitScene } from '../icons/split_scene';
|
|
@@ -3518,6 +3521,7 @@ export { default as CdxTornado } from '../icons/tornado';
|
|
|
3518
3521
|
export { default as CdxTotalDissolvedSolids } from '../icons/total_dissolved_solids';
|
|
3519
3522
|
export { default as CdxTouchApp } from '../icons/touch_app';
|
|
3520
3523
|
export { default as CdxTouchDouble } from '../icons/touch_double';
|
|
3524
|
+
export { default as CdxTouchDouble2 } from '../icons/touch_double_2';
|
|
3521
3525
|
export { default as CdxTouchLong } from '../icons/touch_long';
|
|
3522
3526
|
export { default as CdxTouchTriple } from '../icons/touch_triple';
|
|
3523
3527
|
export { default as CdxTouchpadMouse } from '../icons/touchpad_mouse';
|
|
@@ -3168,7 +3168,10 @@ export { default as Speed15Icon } from '../icons/speed_1_5';
|
|
|
3168
3168
|
export { default as Speed15xIcon } from '../icons/speed_1_5x';
|
|
3169
3169
|
export { default as Speed175Icon } from '../icons/speed_1_75';
|
|
3170
3170
|
export { default as Speed17xIcon } from '../icons/speed_1_7x';
|
|
3171
|
+
export { default as Speed2Icon } from '../icons/speed_2';
|
|
3171
3172
|
export { default as Speed2xIcon } from '../icons/speed_2x';
|
|
3173
|
+
export { default as Speed3Icon } from '../icons/speed_3';
|
|
3174
|
+
export { default as Speed4Icon } from '../icons/speed_4';
|
|
3172
3175
|
export { default as SpeedCameraIcon } from '../icons/speed_camera';
|
|
3173
3176
|
export { default as SpellcheckIcon } from '../icons/spellcheck';
|
|
3174
3177
|
export { default as SplitSceneIcon } from '../icons/split_scene';
|
|
@@ -3518,6 +3521,7 @@ export { default as TornadoIcon } from '../icons/tornado';
|
|
|
3518
3521
|
export { default as TotalDissolvedSolidsIcon } from '../icons/total_dissolved_solids';
|
|
3519
3522
|
export { default as TouchAppIcon } from '../icons/touch_app';
|
|
3520
3523
|
export { default as TouchDoubleIcon } from '../icons/touch_double';
|
|
3524
|
+
export { default as TouchDouble2Icon } from '../icons/touch_double_2';
|
|
3521
3525
|
export { default as TouchLongIcon } from '../icons/touch_long';
|
|
3522
3526
|
export { default as TouchTripleIcon } from '../icons/touch_triple';
|
|
3523
3527
|
export { default as TouchpadMouseIcon } from '../icons/touchpad_mouse';
|
|
@@ -3168,7 +3168,10 @@ export { default as Speed15 } from './speed_1_5';
|
|
|
3168
3168
|
export { default as Speed15x } from './speed_1_5x';
|
|
3169
3169
|
export { default as Speed175 } from './speed_1_75';
|
|
3170
3170
|
export { default as Speed17x } from './speed_1_7x';
|
|
3171
|
+
export { default as Speed2 } from './speed_2';
|
|
3171
3172
|
export { default as Speed2x } from './speed_2x';
|
|
3173
|
+
export { default as Speed3 } from './speed_3';
|
|
3174
|
+
export { default as Speed4 } from './speed_4';
|
|
3172
3175
|
export { default as SpeedCamera } from './speed_camera';
|
|
3173
3176
|
export { default as Spellcheck } from './spellcheck';
|
|
3174
3177
|
export { default as SplitScene } from './split_scene';
|
|
@@ -3518,6 +3521,7 @@ export { default as Tornado } from './tornado';
|
|
|
3518
3521
|
export { default as TotalDissolvedSolids } from './total_dissolved_solids';
|
|
3519
3522
|
export { default as TouchApp } from './touch_app';
|
|
3520
3523
|
export { default as TouchDouble } from './touch_double';
|
|
3524
|
+
export { default as TouchDouble2 } from './touch_double_2';
|
|
3521
3525
|
export { default as TouchLong } from './touch_long';
|
|
3522
3526
|
export { default as TouchTriple } from './touch_triple';
|
|
3523
3527
|
export { default as TouchpadMouse } from './touchpad_mouse';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const Speed2: import("..").CdxIcon;
|
|
5
|
+
export default Speed2;
|
|
6
|
+
//# sourceMappingURL=speed_2.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const Speed3: import("..").CdxIcon;
|
|
5
|
+
export default Speed3;
|
|
6
|
+
//# sourceMappingURL=speed_3.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const Speed4: import("..").CdxIcon;
|
|
5
|
+
export default Speed4;
|
|
6
|
+
//# sourceMappingURL=speed_4.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const TouchDouble2: import("..").CdxIcon;
|
|
5
|
+
export default TouchDouble2;
|
|
6
|
+
//# sourceMappingURL=touch_double_2.d.ts.map
|