@cdx-ui/icons 0.0.1-beta.30 → 0.0.1-beta.31
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 +21 -0
- package/lib/commonjs/aliases/suffixed.js +21 -0
- package/lib/commonjs/icons/audio_capture.js +20 -0
- package/lib/commonjs/icons/index.js +21 -0
- package/lib/commonjs/icons/light_mode_auto.js +20 -0
- package/lib/commonjs/icons/walk_bike.js +20 -0
- package/lib/module/aliases/prefixed.js +3 -0
- package/lib/module/aliases/suffixed.js +3 -0
- package/lib/module/icons/audio_capture.js +16 -0
- package/lib/module/icons/index.js +3 -0
- package/lib/module/icons/light_mode_auto.js +16 -0
- package/lib/module/icons/walk_bike.js +16 -0
- package/lib/typescript/aliases/prefixed.d.ts +3 -0
- package/lib/typescript/aliases/suffixed.d.ts +3 -0
- package/lib/typescript/icons/audio_capture.d.ts +6 -0
- package/lib/typescript/icons/index.d.ts +3 -0
- package/lib/typescript/icons/light_mode_auto.d.ts +6 -0
- package/lib/typescript/icons/walk_bike.d.ts +6 -0
- package/package.json +1 -1
|
@@ -1959,6 +1959,12 @@ Object.defineProperty(exports, "CdxAttribution", {
|
|
|
1959
1959
|
return _attribution.default;
|
|
1960
1960
|
}
|
|
1961
1961
|
});
|
|
1962
|
+
Object.defineProperty(exports, "CdxAudioCapture", {
|
|
1963
|
+
enumerable: true,
|
|
1964
|
+
get: function () {
|
|
1965
|
+
return _audio_capture.default;
|
|
1966
|
+
}
|
|
1967
|
+
});
|
|
1962
1968
|
Object.defineProperty(exports, "CdxAudioDescription", {
|
|
1963
1969
|
enumerable: true,
|
|
1964
1970
|
get: function () {
|
|
@@ -11703,6 +11709,12 @@ Object.defineProperty(exports, "CdxLightMode", {
|
|
|
11703
11709
|
return _light_mode.default;
|
|
11704
11710
|
}
|
|
11705
11711
|
});
|
|
11712
|
+
Object.defineProperty(exports, "CdxLightModeAuto", {
|
|
11713
|
+
enumerable: true,
|
|
11714
|
+
get: function () {
|
|
11715
|
+
return _light_mode_auto.default;
|
|
11716
|
+
}
|
|
11717
|
+
});
|
|
11706
11718
|
Object.defineProperty(exports, "CdxLightOff", {
|
|
11707
11719
|
enumerable: true,
|
|
11708
11720
|
get: function () {
|
|
@@ -22479,6 +22491,12 @@ Object.defineProperty(exports, "CdxVrpano", {
|
|
|
22479
22491
|
return _vrpano.default;
|
|
22480
22492
|
}
|
|
22481
22493
|
});
|
|
22494
|
+
Object.defineProperty(exports, "CdxWalkBike", {
|
|
22495
|
+
enumerable: true,
|
|
22496
|
+
get: function () {
|
|
22497
|
+
return _walk_bike.default;
|
|
22498
|
+
}
|
|
22499
|
+
});
|
|
22482
22500
|
Object.defineProperty(exports, "CdxWallArt", {
|
|
22483
22501
|
enumerable: true,
|
|
22484
22502
|
get: function () {
|
|
@@ -23621,6 +23639,7 @@ var _attach_money = _interopRequireDefault(require("../icons/attach_money"));
|
|
|
23621
23639
|
var _attachment = _interopRequireDefault(require("../icons/attachment"));
|
|
23622
23640
|
var _attractions = _interopRequireDefault(require("../icons/attractions"));
|
|
23623
23641
|
var _attribution = _interopRequireDefault(require("../icons/attribution"));
|
|
23642
|
+
var _audio_capture = _interopRequireDefault(require("../icons/audio_capture"));
|
|
23624
23643
|
var _audio_description = _interopRequireDefault(require("../icons/audio_description"));
|
|
23625
23644
|
var _audio_file = _interopRequireDefault(require("../icons/audio_file"));
|
|
23626
23645
|
var _audio_video_receiver = _interopRequireDefault(require("../icons/audio_video_receiver"));
|
|
@@ -25244,6 +25263,7 @@ var _light = _interopRequireDefault(require("../icons/light"));
|
|
|
25244
25263
|
var _light_group = _interopRequireDefault(require("../icons/light_group"));
|
|
25245
25264
|
var _light_group_ = _interopRequireDefault(require("../icons/light_group_2"));
|
|
25246
25265
|
var _light_mode = _interopRequireDefault(require("../icons/light_mode"));
|
|
25266
|
+
var _light_mode_auto = _interopRequireDefault(require("../icons/light_mode_auto"));
|
|
25247
25267
|
var _light_off = _interopRequireDefault(require("../icons/light_off"));
|
|
25248
25268
|
var _lightbulb = _interopRequireDefault(require("../icons/lightbulb"));
|
|
25249
25269
|
var _lightbulb_ = _interopRequireDefault(require("../icons/lightbulb_2"));
|
|
@@ -27038,6 +27058,7 @@ var _vpn_lock_ = _interopRequireDefault(require("../icons/vpn_lock_2"));
|
|
|
27038
27058
|
var _vr180_create2d = _interopRequireDefault(require("../icons/vr180_create2d"));
|
|
27039
27059
|
var _vr180_create2d_off = _interopRequireDefault(require("../icons/vr180_create2d_off"));
|
|
27040
27060
|
var _vrpano = _interopRequireDefault(require("../icons/vrpano"));
|
|
27061
|
+
var _walk_bike = _interopRequireDefault(require("../icons/walk_bike"));
|
|
27041
27062
|
var _wall_art = _interopRequireDefault(require("../icons/wall_art"));
|
|
27042
27063
|
var _wall_lamp = _interopRequireDefault(require("../icons/wall_lamp"));
|
|
27043
27064
|
var _wallet = _interopRequireDefault(require("../icons/wallet"));
|
|
@@ -1557,6 +1557,12 @@ Object.defineProperty(exports, "AttributionIcon", {
|
|
|
1557
1557
|
return _attribution.default;
|
|
1558
1558
|
}
|
|
1559
1559
|
});
|
|
1560
|
+
Object.defineProperty(exports, "AudioCaptureIcon", {
|
|
1561
|
+
enumerable: true,
|
|
1562
|
+
get: function () {
|
|
1563
|
+
return _audio_capture.default;
|
|
1564
|
+
}
|
|
1565
|
+
});
|
|
1560
1566
|
Object.defineProperty(exports, "AudioDescriptionIcon", {
|
|
1561
1567
|
enumerable: true,
|
|
1562
1568
|
get: function () {
|
|
@@ -11295,6 +11301,12 @@ Object.defineProperty(exports, "LightIcon", {
|
|
|
11295
11301
|
return _light.default;
|
|
11296
11302
|
}
|
|
11297
11303
|
});
|
|
11304
|
+
Object.defineProperty(exports, "LightModeAutoIcon", {
|
|
11305
|
+
enumerable: true,
|
|
11306
|
+
get: function () {
|
|
11307
|
+
return _light_mode_auto.default;
|
|
11308
|
+
}
|
|
11309
|
+
});
|
|
11298
11310
|
Object.defineProperty(exports, "LightModeIcon", {
|
|
11299
11311
|
enumerable: true,
|
|
11300
11312
|
get: function () {
|
|
@@ -22077,6 +22089,12 @@ Object.defineProperty(exports, "VrpanoIcon", {
|
|
|
22077
22089
|
return _vrpano.default;
|
|
22078
22090
|
}
|
|
22079
22091
|
});
|
|
22092
|
+
Object.defineProperty(exports, "WalkBikeIcon", {
|
|
22093
|
+
enumerable: true,
|
|
22094
|
+
get: function () {
|
|
22095
|
+
return _walk_bike.default;
|
|
22096
|
+
}
|
|
22097
|
+
});
|
|
22080
22098
|
Object.defineProperty(exports, "WallArtIcon", {
|
|
22081
22099
|
enumerable: true,
|
|
22082
22100
|
get: function () {
|
|
@@ -23621,6 +23639,7 @@ var _attach_money = _interopRequireDefault(require("../icons/attach_money"));
|
|
|
23621
23639
|
var _attachment = _interopRequireDefault(require("../icons/attachment"));
|
|
23622
23640
|
var _attractions = _interopRequireDefault(require("../icons/attractions"));
|
|
23623
23641
|
var _attribution = _interopRequireDefault(require("../icons/attribution"));
|
|
23642
|
+
var _audio_capture = _interopRequireDefault(require("../icons/audio_capture"));
|
|
23624
23643
|
var _audio_description = _interopRequireDefault(require("../icons/audio_description"));
|
|
23625
23644
|
var _audio_file = _interopRequireDefault(require("../icons/audio_file"));
|
|
23626
23645
|
var _audio_video_receiver = _interopRequireDefault(require("../icons/audio_video_receiver"));
|
|
@@ -25244,6 +25263,7 @@ var _light = _interopRequireDefault(require("../icons/light"));
|
|
|
25244
25263
|
var _light_group = _interopRequireDefault(require("../icons/light_group"));
|
|
25245
25264
|
var _light_group_ = _interopRequireDefault(require("../icons/light_group_2"));
|
|
25246
25265
|
var _light_mode = _interopRequireDefault(require("../icons/light_mode"));
|
|
25266
|
+
var _light_mode_auto = _interopRequireDefault(require("../icons/light_mode_auto"));
|
|
25247
25267
|
var _light_off = _interopRequireDefault(require("../icons/light_off"));
|
|
25248
25268
|
var _lightbulb = _interopRequireDefault(require("../icons/lightbulb"));
|
|
25249
25269
|
var _lightbulb_ = _interopRequireDefault(require("../icons/lightbulb_2"));
|
|
@@ -27038,6 +27058,7 @@ var _vpn_lock_ = _interopRequireDefault(require("../icons/vpn_lock_2"));
|
|
|
27038
27058
|
var _vr180_create2d = _interopRequireDefault(require("../icons/vr180_create2d"));
|
|
27039
27059
|
var _vr180_create2d_off = _interopRequireDefault(require("../icons/vr180_create2d_off"));
|
|
27040
27060
|
var _vrpano = _interopRequireDefault(require("../icons/vrpano"));
|
|
27061
|
+
var _walk_bike = _interopRequireDefault(require("../icons/walk_bike"));
|
|
27041
27062
|
var _wall_art = _interopRequireDefault(require("../icons/wall_art"));
|
|
27042
27063
|
var _wall_lamp = _interopRequireDefault(require("../icons/wall_lamp"));
|
|
27043
27064
|
var _wallet = _interopRequireDefault(require("../icons/wallet"));
|
|
@@ -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 AudioCapture = (0, _createCdxIcon.default)('AudioCapture', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M80-80v-400h80v205l46-45h114v80h-80L80-80Zm560-160v-80h160v-160h80v160q0 33-23.5 56.5T800-240H640ZM440-360v-400h80v400h-80Zm-160-80v-240h80v240h-80Zm320-40v-160h80v160h-80ZM80-640v-160q0-33 23.5-56.5T160-880h160v80H160v160H80Zm720 0v-160H640v-80h160q33 0 56.5 23.5T880-800v160h-80Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M80-80v-400h80v205l46-45h114v80h-80L80-80Zm560-160v-80h160v-160h80v160q0 33-23.5 56.5T800-240H640ZM440-360v-400h80v400h-80Zm-160-80v-240h80v240h-80Zm320-40v-160h80v160h-80ZM80-640v-160q0-33 23.5-56.5T160-880h160v80H160v160H80Zm720 0v-160H640v-80h160q33 0 56.5 23.5T880-800v160h-80Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = AudioCapture;
|
|
@@ -1557,6 +1557,12 @@ Object.defineProperty(exports, "Attribution", {
|
|
|
1557
1557
|
return _attribution.default;
|
|
1558
1558
|
}
|
|
1559
1559
|
});
|
|
1560
|
+
Object.defineProperty(exports, "AudioCapture", {
|
|
1561
|
+
enumerable: true,
|
|
1562
|
+
get: function () {
|
|
1563
|
+
return _audio_capture.default;
|
|
1564
|
+
}
|
|
1565
|
+
});
|
|
1560
1566
|
Object.defineProperty(exports, "AudioDescription", {
|
|
1561
1567
|
enumerable: true,
|
|
1562
1568
|
get: function () {
|
|
@@ -11295,6 +11301,12 @@ Object.defineProperty(exports, "LightMode", {
|
|
|
11295
11301
|
return _light_mode.default;
|
|
11296
11302
|
}
|
|
11297
11303
|
});
|
|
11304
|
+
Object.defineProperty(exports, "LightModeAuto", {
|
|
11305
|
+
enumerable: true,
|
|
11306
|
+
get: function () {
|
|
11307
|
+
return _light_mode_auto.default;
|
|
11308
|
+
}
|
|
11309
|
+
});
|
|
11298
11310
|
Object.defineProperty(exports, "LightOff", {
|
|
11299
11311
|
enumerable: true,
|
|
11300
11312
|
get: function () {
|
|
@@ -22059,6 +22071,12 @@ Object.defineProperty(exports, "Vrpano", {
|
|
|
22059
22071
|
return _vrpano.default;
|
|
22060
22072
|
}
|
|
22061
22073
|
});
|
|
22074
|
+
Object.defineProperty(exports, "WalkBike", {
|
|
22075
|
+
enumerable: true,
|
|
22076
|
+
get: function () {
|
|
22077
|
+
return _walk_bike.default;
|
|
22078
|
+
}
|
|
22079
|
+
});
|
|
22062
22080
|
Object.defineProperty(exports, "WallArt", {
|
|
22063
22081
|
enumerable: true,
|
|
22064
22082
|
get: function () {
|
|
@@ -23603,6 +23621,7 @@ var _attach_money = _interopRequireDefault(require("./attach_money"));
|
|
|
23603
23621
|
var _attachment = _interopRequireDefault(require("./attachment"));
|
|
23604
23622
|
var _attractions = _interopRequireDefault(require("./attractions"));
|
|
23605
23623
|
var _attribution = _interopRequireDefault(require("./attribution"));
|
|
23624
|
+
var _audio_capture = _interopRequireDefault(require("./audio_capture"));
|
|
23606
23625
|
var _audio_description = _interopRequireDefault(require("./audio_description"));
|
|
23607
23626
|
var _audio_file = _interopRequireDefault(require("./audio_file"));
|
|
23608
23627
|
var _audio_video_receiver = _interopRequireDefault(require("./audio_video_receiver"));
|
|
@@ -25226,6 +25245,7 @@ var _light = _interopRequireDefault(require("./light"));
|
|
|
25226
25245
|
var _light_group = _interopRequireDefault(require("./light_group"));
|
|
25227
25246
|
var _light_group_ = _interopRequireDefault(require("./light_group_2"));
|
|
25228
25247
|
var _light_mode = _interopRequireDefault(require("./light_mode"));
|
|
25248
|
+
var _light_mode_auto = _interopRequireDefault(require("./light_mode_auto"));
|
|
25229
25249
|
var _light_off = _interopRequireDefault(require("./light_off"));
|
|
25230
25250
|
var _lightbulb = _interopRequireDefault(require("./lightbulb"));
|
|
25231
25251
|
var _lightbulb_ = _interopRequireDefault(require("./lightbulb_2"));
|
|
@@ -27020,6 +27040,7 @@ var _vpn_lock_ = _interopRequireDefault(require("./vpn_lock_2"));
|
|
|
27020
27040
|
var _vr180_create2d = _interopRequireDefault(require("./vr180_create2d"));
|
|
27021
27041
|
var _vr180_create2d_off = _interopRequireDefault(require("./vr180_create2d_off"));
|
|
27022
27042
|
var _vrpano = _interopRequireDefault(require("./vrpano"));
|
|
27043
|
+
var _walk_bike = _interopRequireDefault(require("./walk_bike"));
|
|
27023
27044
|
var _wall_art = _interopRequireDefault(require("./wall_art"));
|
|
27024
27045
|
var _wall_lamp = _interopRequireDefault(require("./wall_lamp"));
|
|
27025
27046
|
var _wallet = _interopRequireDefault(require("./wallet"));
|
|
@@ -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 LightModeAuto = (0, _createCdxIcon.default)('LightModeAuto', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M477-480ZM40-440v-80h160v80H40Zm400-320v-160h80v160h-80Zm0 720v-160h80v160h-80ZM256-650l-101-97 57-59 96 100-52 56Zm492 496-97-101 53-55 101 97-57 59Zm-535-1-59-57 101-97 55 53-97 101Zm267-125q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q11 0 21 1.5t21 3.5l-27 76q-4-1-7.5-1H480q-50 0-85 35t-35 85q0 50 35 85t85 35q39 0 69.5-22.5T593-440h83q-14 69-69 114.5T480-280Zm72-240 128-360h80l128 360h-76l-28-80H656l-28 80h-76Zm122-134h92l-46-146-46 146Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M40-440v-80h160v80H40Zm400-320v-160h80v160h-80Zm0 720v-160h80v160h-80ZM256-650l-101-97 57-59 96 100-52 56Zm492 496-97-101 53-55 101 97-57 59Zm-535-1-59-57 101-97 55 53-97 101Zm339-365 128-360h80l128 360h-76l-28-80H656l-28 80h-76Zm122-134h92l-46-146-46 146ZM480-280q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q11 0 21 1t21 3l-83 236h237q-14 69-68.5 114.5T480-280Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = LightModeAuto;
|
|
@@ -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 WalkBike = (0, _createCdxIcon.default)('WalkBike', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "m120-160 80-485-80 32v93H40v-106q0-19 10-34t27-22l165-66q23-9 44.5-.5T316-720q3 6 7 25.5t16.5 40.5q12.5 21 36 37.5T440-600h40v80h-40q-30 0-57.5-9T332-553l-16 93 65 62q9 9 14 20t5 24v194h-80v-160l-80-80-40 240h-80Zm140.5-640.5Q240-821 240-850t20.5-49.5Q281-920 310-920t49.5 20.5Q380-879 380-850t-20.5 49.5Q339-780 310-780t-49.5-20.5ZM740-79q-60 0-106-33.5T569-200H460l40-80h60q2-22 9.5-42.5T589-360h-89l40-80h98l-27-80h-71v-80h71q26 0 47 14.5t29 39.5l35 105q5-1 9-.5t9 .5q75 0 128 53t53 128q0 75-53 128T740-79Zm0-81q42 0 71-29t29-71q0-39-26.5-67.5T749-360l29 87-76 25-29-86q-15 14-24 32.5t-9 41.5q0 42 29 71t71 29Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "m120-160 80-485-80 32v93H40v-106q0-19 10-34t27-22l165-66q23-9 44.5-.5T316-720q3 6 7 25.5t16.5 40.5q12.5 21 36 37.5T440-600h40v80h-40q-30 0-57.5-9T332-553l-16 93 65 62q9 9 14 20t5 24v194h-80v-160l-80-80-40 240h-80Zm140.5-640.5Q240-821 240-850t20.5-49.5Q281-920 310-920t49.5 20.5Q380-879 380-850t-20.5 49.5Q339-780 310-780t-49.5-20.5ZM740-79q-60 0-106-33.5T569-200H460l40-80h60q2-22 9.5-42.5T589-360h-89l40-80h98l-27-80h-71v-80h71q26 0 47 14.5t29 39.5l35 105q5-1 9-.5t9 .5q75 0 128 53t53 128q0 75-53 128T740-79Zm0-81q42 0 71-29t29-71q0-39-26.5-67.5T749-360l29 87-76 25-29-86q-15 14-24 32.5t-9 41.5q0 42 29 71t71 29Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = WalkBike;
|
|
@@ -326,6 +326,7 @@ export { default as CdxAttachMoney } from '../icons/attach_money';
|
|
|
326
326
|
export { default as CdxAttachment } from '../icons/attachment';
|
|
327
327
|
export { default as CdxAttractions } from '../icons/attractions';
|
|
328
328
|
export { default as CdxAttribution } from '../icons/attribution';
|
|
329
|
+
export { default as CdxAudioCapture } from '../icons/audio_capture';
|
|
329
330
|
export { default as CdxAudioDescription } from '../icons/audio_description';
|
|
330
331
|
export { default as CdxAudioFile } from '../icons/audio_file';
|
|
331
332
|
export { default as CdxAudioVideoReceiver } from '../icons/audio_video_receiver';
|
|
@@ -1949,6 +1950,7 @@ export { default as CdxLight } from '../icons/light';
|
|
|
1949
1950
|
export { default as CdxLightGroup } from '../icons/light_group';
|
|
1950
1951
|
export { default as CdxLightGroup2 } from '../icons/light_group_2';
|
|
1951
1952
|
export { default as CdxLightMode } from '../icons/light_mode';
|
|
1953
|
+
export { default as CdxLightModeAuto } from '../icons/light_mode_auto';
|
|
1952
1954
|
export { default as CdxLightOff } from '../icons/light_off';
|
|
1953
1955
|
export { default as CdxLightbulb } from '../icons/lightbulb';
|
|
1954
1956
|
export { default as CdxLightbulb2 } from '../icons/lightbulb_2';
|
|
@@ -3743,6 +3745,7 @@ export { default as CdxVpnLock2 } from '../icons/vpn_lock_2';
|
|
|
3743
3745
|
export { default as CdxVr180Create2d } from '../icons/vr180_create2d';
|
|
3744
3746
|
export { default as CdxVr180Create2dOff } from '../icons/vr180_create2d_off';
|
|
3745
3747
|
export { default as CdxVrpano } from '../icons/vrpano';
|
|
3748
|
+
export { default as CdxWalkBike } from '../icons/walk_bike';
|
|
3746
3749
|
export { default as CdxWallArt } from '../icons/wall_art';
|
|
3747
3750
|
export { default as CdxWallLamp } from '../icons/wall_lamp';
|
|
3748
3751
|
export { default as CdxWallet } from '../icons/wallet';
|
|
@@ -326,6 +326,7 @@ export { default as AttachMoneyIcon } from '../icons/attach_money';
|
|
|
326
326
|
export { default as AttachmentIcon } from '../icons/attachment';
|
|
327
327
|
export { default as AttractionsIcon } from '../icons/attractions';
|
|
328
328
|
export { default as AttributionIcon } from '../icons/attribution';
|
|
329
|
+
export { default as AudioCaptureIcon } from '../icons/audio_capture';
|
|
329
330
|
export { default as AudioDescriptionIcon } from '../icons/audio_description';
|
|
330
331
|
export { default as AudioFileIcon } from '../icons/audio_file';
|
|
331
332
|
export { default as AudioVideoReceiverIcon } from '../icons/audio_video_receiver';
|
|
@@ -1949,6 +1950,7 @@ export { default as LightIcon } from '../icons/light';
|
|
|
1949
1950
|
export { default as LightGroupIcon } from '../icons/light_group';
|
|
1950
1951
|
export { default as LightGroup2Icon } from '../icons/light_group_2';
|
|
1951
1952
|
export { default as LightModeIcon } from '../icons/light_mode';
|
|
1953
|
+
export { default as LightModeAutoIcon } from '../icons/light_mode_auto';
|
|
1952
1954
|
export { default as LightOffIcon } from '../icons/light_off';
|
|
1953
1955
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1954
1956
|
export { default as Lightbulb2Icon } from '../icons/lightbulb_2';
|
|
@@ -3743,6 +3745,7 @@ export { default as VpnLock2Icon } from '../icons/vpn_lock_2';
|
|
|
3743
3745
|
export { default as Vr180Create2dIcon } from '../icons/vr180_create2d';
|
|
3744
3746
|
export { default as Vr180Create2dOffIcon } from '../icons/vr180_create2d_off';
|
|
3745
3747
|
export { default as VrpanoIcon } from '../icons/vrpano';
|
|
3748
|
+
export { default as WalkBikeIcon } from '../icons/walk_bike';
|
|
3746
3749
|
export { default as WallArtIcon } from '../icons/wall_art';
|
|
3747
3750
|
export { default as WallLampIcon } from '../icons/wall_lamp';
|
|
3748
3751
|
export { default as WalletIcon } from '../icons/wallet';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const AudioCapture = createCdxIcon('AudioCapture', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M80-80v-400h80v205l46-45h114v80h-80L80-80Zm560-160v-80h160v-160h80v160q0 33-23.5 56.5T800-240H640ZM440-360v-400h80v400h-80Zm-160-80v-240h80v240h-80Zm320-40v-160h80v160h-80ZM80-640v-160q0-33 23.5-56.5T160-880h160v80H160v160H80Zm720 0v-160H640v-80h160q33 0 56.5 23.5T880-800v160h-80Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M80-80v-400h80v205l46-45h114v80h-80L80-80Zm560-160v-80h160v-160h80v160q0 33-23.5 56.5T800-240H640ZM440-360v-400h80v400h-80Zm-160-80v-240h80v240h-80Zm320-40v-160h80v160h-80ZM80-640v-160q0-33 23.5-56.5T160-880h160v80H160v160H80Zm720 0v-160H640v-80h160q33 0 56.5 23.5T880-800v160h-80Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default AudioCapture;
|
|
@@ -326,6 +326,7 @@ export { default as AttachMoney } from './attach_money';
|
|
|
326
326
|
export { default as Attachment } from './attachment';
|
|
327
327
|
export { default as Attractions } from './attractions';
|
|
328
328
|
export { default as Attribution } from './attribution';
|
|
329
|
+
export { default as AudioCapture } from './audio_capture';
|
|
329
330
|
export { default as AudioDescription } from './audio_description';
|
|
330
331
|
export { default as AudioFile } from './audio_file';
|
|
331
332
|
export { default as AudioVideoReceiver } from './audio_video_receiver';
|
|
@@ -1949,6 +1950,7 @@ export { default as Light } from './light';
|
|
|
1949
1950
|
export { default as LightGroup } from './light_group';
|
|
1950
1951
|
export { default as LightGroup2 } from './light_group_2';
|
|
1951
1952
|
export { default as LightMode } from './light_mode';
|
|
1953
|
+
export { default as LightModeAuto } from './light_mode_auto';
|
|
1952
1954
|
export { default as LightOff } from './light_off';
|
|
1953
1955
|
export { default as Lightbulb } from './lightbulb';
|
|
1954
1956
|
export { default as Lightbulb2 } from './lightbulb_2';
|
|
@@ -3743,6 +3745,7 @@ export { default as VpnLock2 } from './vpn_lock_2';
|
|
|
3743
3745
|
export { default as Vr180Create2d } from './vr180_create2d';
|
|
3744
3746
|
export { default as Vr180Create2dOff } from './vr180_create2d_off';
|
|
3745
3747
|
export { default as Vrpano } from './vrpano';
|
|
3748
|
+
export { default as WalkBike } from './walk_bike';
|
|
3746
3749
|
export { default as WallArt } from './wall_art';
|
|
3747
3750
|
export { default as WallLamp } from './wall_lamp';
|
|
3748
3751
|
export { default as Wallet } from './wallet';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const LightModeAuto = createCdxIcon('LightModeAuto', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M477-480ZM40-440v-80h160v80H40Zm400-320v-160h80v160h-80Zm0 720v-160h80v160h-80ZM256-650l-101-97 57-59 96 100-52 56Zm492 496-97-101 53-55 101 97-57 59Zm-535-1-59-57 101-97 55 53-97 101Zm267-125q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q11 0 21 1.5t21 3.5l-27 76q-4-1-7.5-1H480q-50 0-85 35t-35 85q0 50 35 85t85 35q39 0 69.5-22.5T593-440h83q-14 69-69 114.5T480-280Zm72-240 128-360h80l128 360h-76l-28-80H656l-28 80h-76Zm122-134h92l-46-146-46 146Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M40-440v-80h160v80H40Zm400-320v-160h80v160h-80Zm0 720v-160h80v160h-80ZM256-650l-101-97 57-59 96 100-52 56Zm492 496-97-101 53-55 101 97-57 59Zm-535-1-59-57 101-97 55 53-97 101Zm339-365 128-360h80l128 360h-76l-28-80H656l-28 80h-76Zm122-134h92l-46-146-46 146ZM480-280q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q11 0 21 1t21 3l-83 236h237q-14 69-68.5 114.5T480-280Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default LightModeAuto;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const WalkBike = createCdxIcon('WalkBike', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "m120-160 80-485-80 32v93H40v-106q0-19 10-34t27-22l165-66q23-9 44.5-.5T316-720q3 6 7 25.5t16.5 40.5q12.5 21 36 37.5T440-600h40v80h-40q-30 0-57.5-9T332-553l-16 93 65 62q9 9 14 20t5 24v194h-80v-160l-80-80-40 240h-80Zm140.5-640.5Q240-821 240-850t20.5-49.5Q281-920 310-920t49.5 20.5Q380-879 380-850t-20.5 49.5Q339-780 310-780t-49.5-20.5ZM740-79q-60 0-106-33.5T569-200H460l40-80h60q2-22 9.5-42.5T589-360h-89l40-80h98l-27-80h-71v-80h71q26 0 47 14.5t29 39.5l35 105q5-1 9-.5t9 .5q75 0 128 53t53 128q0 75-53 128T740-79Zm0-81q42 0 71-29t29-71q0-39-26.5-67.5T749-360l29 87-76 25-29-86q-15 14-24 32.5t-9 41.5q0 42 29 71t71 29Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "m120-160 80-485-80 32v93H40v-106q0-19 10-34t27-22l165-66q23-9 44.5-.5T316-720q3 6 7 25.5t16.5 40.5q12.5 21 36 37.5T440-600h40v80h-40q-30 0-57.5-9T332-553l-16 93 65 62q9 9 14 20t5 24v194h-80v-160l-80-80-40 240h-80Zm140.5-640.5Q240-821 240-850t20.5-49.5Q281-920 310-920t49.5 20.5Q380-879 380-850t-20.5 49.5Q339-780 310-780t-49.5-20.5ZM740-79q-60 0-106-33.5T569-200H460l40-80h60q2-22 9.5-42.5T589-360h-89l40-80h98l-27-80h-71v-80h71q26 0 47 14.5t29 39.5l35 105q5-1 9-.5t9 .5q75 0 128 53t53 128q0 75-53 128T740-79Zm0-81q42 0 71-29t29-71q0-39-26.5-67.5T749-360l29 87-76 25-29-86q-15 14-24 32.5t-9 41.5q0 42 29 71t71 29Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default WalkBike;
|
|
@@ -324,6 +324,7 @@ export { default as CdxAttachMoney } from '../icons/attach_money';
|
|
|
324
324
|
export { default as CdxAttachment } from '../icons/attachment';
|
|
325
325
|
export { default as CdxAttractions } from '../icons/attractions';
|
|
326
326
|
export { default as CdxAttribution } from '../icons/attribution';
|
|
327
|
+
export { default as CdxAudioCapture } from '../icons/audio_capture';
|
|
327
328
|
export { default as CdxAudioDescription } from '../icons/audio_description';
|
|
328
329
|
export { default as CdxAudioFile } from '../icons/audio_file';
|
|
329
330
|
export { default as CdxAudioVideoReceiver } from '../icons/audio_video_receiver';
|
|
@@ -1947,6 +1948,7 @@ export { default as CdxLight } from '../icons/light';
|
|
|
1947
1948
|
export { default as CdxLightGroup } from '../icons/light_group';
|
|
1948
1949
|
export { default as CdxLightGroup2 } from '../icons/light_group_2';
|
|
1949
1950
|
export { default as CdxLightMode } from '../icons/light_mode';
|
|
1951
|
+
export { default as CdxLightModeAuto } from '../icons/light_mode_auto';
|
|
1950
1952
|
export { default as CdxLightOff } from '../icons/light_off';
|
|
1951
1953
|
export { default as CdxLightbulb } from '../icons/lightbulb';
|
|
1952
1954
|
export { default as CdxLightbulb2 } from '../icons/lightbulb_2';
|
|
@@ -3741,6 +3743,7 @@ export { default as CdxVpnLock2 } from '../icons/vpn_lock_2';
|
|
|
3741
3743
|
export { default as CdxVr180Create2d } from '../icons/vr180_create2d';
|
|
3742
3744
|
export { default as CdxVr180Create2dOff } from '../icons/vr180_create2d_off';
|
|
3743
3745
|
export { default as CdxVrpano } from '../icons/vrpano';
|
|
3746
|
+
export { default as CdxWalkBike } from '../icons/walk_bike';
|
|
3744
3747
|
export { default as CdxWallArt } from '../icons/wall_art';
|
|
3745
3748
|
export { default as CdxWallLamp } from '../icons/wall_lamp';
|
|
3746
3749
|
export { default as CdxWallet } from '../icons/wallet';
|
|
@@ -324,6 +324,7 @@ export { default as AttachMoneyIcon } from '../icons/attach_money';
|
|
|
324
324
|
export { default as AttachmentIcon } from '../icons/attachment';
|
|
325
325
|
export { default as AttractionsIcon } from '../icons/attractions';
|
|
326
326
|
export { default as AttributionIcon } from '../icons/attribution';
|
|
327
|
+
export { default as AudioCaptureIcon } from '../icons/audio_capture';
|
|
327
328
|
export { default as AudioDescriptionIcon } from '../icons/audio_description';
|
|
328
329
|
export { default as AudioFileIcon } from '../icons/audio_file';
|
|
329
330
|
export { default as AudioVideoReceiverIcon } from '../icons/audio_video_receiver';
|
|
@@ -1947,6 +1948,7 @@ export { default as LightIcon } from '../icons/light';
|
|
|
1947
1948
|
export { default as LightGroupIcon } from '../icons/light_group';
|
|
1948
1949
|
export { default as LightGroup2Icon } from '../icons/light_group_2';
|
|
1949
1950
|
export { default as LightModeIcon } from '../icons/light_mode';
|
|
1951
|
+
export { default as LightModeAutoIcon } from '../icons/light_mode_auto';
|
|
1950
1952
|
export { default as LightOffIcon } from '../icons/light_off';
|
|
1951
1953
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1952
1954
|
export { default as Lightbulb2Icon } from '../icons/lightbulb_2';
|
|
@@ -3741,6 +3743,7 @@ export { default as VpnLock2Icon } from '../icons/vpn_lock_2';
|
|
|
3741
3743
|
export { default as Vr180Create2dIcon } from '../icons/vr180_create2d';
|
|
3742
3744
|
export { default as Vr180Create2dOffIcon } from '../icons/vr180_create2d_off';
|
|
3743
3745
|
export { default as VrpanoIcon } from '../icons/vrpano';
|
|
3746
|
+
export { default as WalkBikeIcon } from '../icons/walk_bike';
|
|
3744
3747
|
export { default as WallArtIcon } from '../icons/wall_art';
|
|
3745
3748
|
export { default as WallLampIcon } from '../icons/wall_lamp';
|
|
3746
3749
|
export { default as WalletIcon } from '../icons/wallet';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const AudioCapture: import("..").CdxIcon;
|
|
5
|
+
export default AudioCapture;
|
|
6
|
+
//# sourceMappingURL=audio_capture.d.ts.map
|
|
@@ -324,6 +324,7 @@ export { default as AttachMoney } from './attach_money';
|
|
|
324
324
|
export { default as Attachment } from './attachment';
|
|
325
325
|
export { default as Attractions } from './attractions';
|
|
326
326
|
export { default as Attribution } from './attribution';
|
|
327
|
+
export { default as AudioCapture } from './audio_capture';
|
|
327
328
|
export { default as AudioDescription } from './audio_description';
|
|
328
329
|
export { default as AudioFile } from './audio_file';
|
|
329
330
|
export { default as AudioVideoReceiver } from './audio_video_receiver';
|
|
@@ -1947,6 +1948,7 @@ export { default as Light } from './light';
|
|
|
1947
1948
|
export { default as LightGroup } from './light_group';
|
|
1948
1949
|
export { default as LightGroup2 } from './light_group_2';
|
|
1949
1950
|
export { default as LightMode } from './light_mode';
|
|
1951
|
+
export { default as LightModeAuto } from './light_mode_auto';
|
|
1950
1952
|
export { default as LightOff } from './light_off';
|
|
1951
1953
|
export { default as Lightbulb } from './lightbulb';
|
|
1952
1954
|
export { default as Lightbulb2 } from './lightbulb_2';
|
|
@@ -3741,6 +3743,7 @@ export { default as VpnLock2 } from './vpn_lock_2';
|
|
|
3741
3743
|
export { default as Vr180Create2d } from './vr180_create2d';
|
|
3742
3744
|
export { default as Vr180Create2dOff } from './vr180_create2d_off';
|
|
3743
3745
|
export { default as Vrpano } from './vrpano';
|
|
3746
|
+
export { default as WalkBike } from './walk_bike';
|
|
3744
3747
|
export { default as WallArt } from './wall_art';
|
|
3745
3748
|
export { default as WallLamp } from './wall_lamp';
|
|
3746
3749
|
export { default as Wallet } from './wallet';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const LightModeAuto: import("..").CdxIcon;
|
|
5
|
+
export default LightModeAuto;
|
|
6
|
+
//# sourceMappingURL=light_mode_auto.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const WalkBike: import("..").CdxIcon;
|
|
5
|
+
export default WalkBike;
|
|
6
|
+
//# sourceMappingURL=walk_bike.d.ts.map
|