@cdx-ui/icons 0.0.1-beta.4 → 0.0.1-beta.5
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/tilt_arrow_down.js +20 -0
- package/lib/commonjs/icons/tilt_arrow_up.js +20 -0
- package/lib/commonjs/icons/watch_button.js +20 -0
- package/lib/commonjs/icons/wb_twilight_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/tilt_arrow_down.js +16 -0
- package/lib/module/icons/tilt_arrow_up.js +16 -0
- package/lib/module/icons/watch_button.js +16 -0
- package/lib/module/icons/wb_twilight_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/tilt_arrow_down.d.ts +6 -0
- package/lib/typescript/icons/tilt_arrow_up.d.ts +6 -0
- package/lib/typescript/icons/watch_button.d.ts +6 -0
- package/lib/typescript/icons/wb_twilight_2.d.ts +6 -0
- package/package.json +1 -1
|
@@ -20895,6 +20895,18 @@ Object.defineProperty(exports, "CdxTileSmall", {
|
|
|
20895
20895
|
return _tile_small.default;
|
|
20896
20896
|
}
|
|
20897
20897
|
});
|
|
20898
|
+
Object.defineProperty(exports, "CdxTiltArrowDown", {
|
|
20899
|
+
enumerable: true,
|
|
20900
|
+
get: function () {
|
|
20901
|
+
return _tilt_arrow_down.default;
|
|
20902
|
+
}
|
|
20903
|
+
});
|
|
20904
|
+
Object.defineProperty(exports, "CdxTiltArrowUp", {
|
|
20905
|
+
enumerable: true,
|
|
20906
|
+
get: function () {
|
|
20907
|
+
return _tilt_arrow_up.default;
|
|
20908
|
+
}
|
|
20909
|
+
});
|
|
20898
20910
|
Object.defineProperty(exports, "CdxTimeAuto", {
|
|
20899
20911
|
enumerable: true,
|
|
20900
20912
|
get: function () {
|
|
@@ -22515,6 +22527,12 @@ Object.defineProperty(exports, "CdxWatchArrowDown", {
|
|
|
22515
22527
|
return _watch_arrow_down.default;
|
|
22516
22528
|
}
|
|
22517
22529
|
});
|
|
22530
|
+
Object.defineProperty(exports, "CdxWatchButton", {
|
|
22531
|
+
enumerable: true,
|
|
22532
|
+
get: function () {
|
|
22533
|
+
return _watch_button.default;
|
|
22534
|
+
}
|
|
22535
|
+
});
|
|
22518
22536
|
Object.defineProperty(exports, "CdxWatchButtonPress", {
|
|
22519
22537
|
enumerable: true,
|
|
22520
22538
|
get: function () {
|
|
@@ -22719,6 +22737,12 @@ Object.defineProperty(exports, "CdxWbTwilight", {
|
|
|
22719
22737
|
return _wb_twilight.default;
|
|
22720
22738
|
}
|
|
22721
22739
|
});
|
|
22740
|
+
Object.defineProperty(exports, "CdxWbTwilight2", {
|
|
22741
|
+
enumerable: true,
|
|
22742
|
+
get: function () {
|
|
22743
|
+
return _wb_twilight_.default;
|
|
22744
|
+
}
|
|
22745
|
+
});
|
|
22722
22746
|
Object.defineProperty(exports, "CdxWc", {
|
|
22723
22747
|
enumerable: true,
|
|
22724
22748
|
get: function () {
|
|
@@ -26696,6 +26720,8 @@ var _tibia_alt = _interopRequireDefault(require("../icons/tibia_alt"));
|
|
|
26696
26720
|
var _tile_large = _interopRequireDefault(require("../icons/tile_large"));
|
|
26697
26721
|
var _tile_medium = _interopRequireDefault(require("../icons/tile_medium"));
|
|
26698
26722
|
var _tile_small = _interopRequireDefault(require("../icons/tile_small"));
|
|
26723
|
+
var _tilt_arrow_down = _interopRequireDefault(require("../icons/tilt_arrow_down"));
|
|
26724
|
+
var _tilt_arrow_up = _interopRequireDefault(require("../icons/tilt_arrow_up"));
|
|
26699
26725
|
var _time_auto = _interopRequireDefault(require("../icons/time_auto"));
|
|
26700
26726
|
var _timelapse = _interopRequireDefault(require("../icons/timelapse"));
|
|
26701
26727
|
var _timeline = _interopRequireDefault(require("../icons/timeline"));
|
|
@@ -26966,6 +26992,7 @@ var _watch = _interopRequireDefault(require("../icons/watch"));
|
|
|
26966
26992
|
var _watch_alert = _interopRequireDefault(require("../icons/watch_alert"));
|
|
26967
26993
|
var _watch_arrow = _interopRequireDefault(require("../icons/watch_arrow"));
|
|
26968
26994
|
var _watch_arrow_down = _interopRequireDefault(require("../icons/watch_arrow_down"));
|
|
26995
|
+
var _watch_button = _interopRequireDefault(require("../icons/watch_button"));
|
|
26969
26996
|
var _watch_button_press = _interopRequireDefault(require("../icons/watch_button_press"));
|
|
26970
26997
|
var _watch_check = _interopRequireDefault(require("../icons/watch_check"));
|
|
26971
26998
|
var _watch_lock = _interopRequireDefault(require("../icons/watch_lock"));
|
|
@@ -27000,6 +27027,7 @@ var _wb_iridescent = _interopRequireDefault(require("../icons/wb_iridescent"));
|
|
|
27000
27027
|
var _wb_shade = _interopRequireDefault(require("../icons/wb_shade"));
|
|
27001
27028
|
var _wb_sunny = _interopRequireDefault(require("../icons/wb_sunny"));
|
|
27002
27029
|
var _wb_twilight = _interopRequireDefault(require("../icons/wb_twilight"));
|
|
27030
|
+
var _wb_twilight_ = _interopRequireDefault(require("../icons/wb_twilight_2"));
|
|
27003
27031
|
var _wc = _interopRequireDefault(require("../icons/wc"));
|
|
27004
27032
|
var _weather_hail = _interopRequireDefault(require("../icons/weather_hail"));
|
|
27005
27033
|
var _weather_mix = _interopRequireDefault(require("../icons/weather_mix"));
|
|
@@ -20505,6 +20505,18 @@ Object.defineProperty(exports, "TileSmallIcon", {
|
|
|
20505
20505
|
return _tile_small.default;
|
|
20506
20506
|
}
|
|
20507
20507
|
});
|
|
20508
|
+
Object.defineProperty(exports, "TiltArrowDownIcon", {
|
|
20509
|
+
enumerable: true,
|
|
20510
|
+
get: function () {
|
|
20511
|
+
return _tilt_arrow_down.default;
|
|
20512
|
+
}
|
|
20513
|
+
});
|
|
20514
|
+
Object.defineProperty(exports, "TiltArrowUpIcon", {
|
|
20515
|
+
enumerable: true,
|
|
20516
|
+
get: function () {
|
|
20517
|
+
return _tilt_arrow_up.default;
|
|
20518
|
+
}
|
|
20519
|
+
});
|
|
20508
20520
|
Object.defineProperty(exports, "TimeAutoIcon", {
|
|
20509
20521
|
enumerable: true,
|
|
20510
20522
|
get: function () {
|
|
@@ -22119,6 +22131,12 @@ Object.defineProperty(exports, "WatchArrowIcon", {
|
|
|
22119
22131
|
return _watch_arrow.default;
|
|
22120
22132
|
}
|
|
22121
22133
|
});
|
|
22134
|
+
Object.defineProperty(exports, "WatchButtonIcon", {
|
|
22135
|
+
enumerable: true,
|
|
22136
|
+
get: function () {
|
|
22137
|
+
return _watch_button.default;
|
|
22138
|
+
}
|
|
22139
|
+
});
|
|
22122
22140
|
Object.defineProperty(exports, "WatchButtonPressIcon", {
|
|
22123
22141
|
enumerable: true,
|
|
22124
22142
|
get: function () {
|
|
@@ -22323,6 +22341,12 @@ Object.defineProperty(exports, "WbSunnyIcon", {
|
|
|
22323
22341
|
return _wb_sunny.default;
|
|
22324
22342
|
}
|
|
22325
22343
|
});
|
|
22344
|
+
Object.defineProperty(exports, "WbTwilight2Icon", {
|
|
22345
|
+
enumerable: true,
|
|
22346
|
+
get: function () {
|
|
22347
|
+
return _wb_twilight_.default;
|
|
22348
|
+
}
|
|
22349
|
+
});
|
|
22326
22350
|
Object.defineProperty(exports, "WbTwilightIcon", {
|
|
22327
22351
|
enumerable: true,
|
|
22328
22352
|
get: function () {
|
|
@@ -26696,6 +26720,8 @@ var _tibia_alt = _interopRequireDefault(require("../icons/tibia_alt"));
|
|
|
26696
26720
|
var _tile_large = _interopRequireDefault(require("../icons/tile_large"));
|
|
26697
26721
|
var _tile_medium = _interopRequireDefault(require("../icons/tile_medium"));
|
|
26698
26722
|
var _tile_small = _interopRequireDefault(require("../icons/tile_small"));
|
|
26723
|
+
var _tilt_arrow_down = _interopRequireDefault(require("../icons/tilt_arrow_down"));
|
|
26724
|
+
var _tilt_arrow_up = _interopRequireDefault(require("../icons/tilt_arrow_up"));
|
|
26699
26725
|
var _time_auto = _interopRequireDefault(require("../icons/time_auto"));
|
|
26700
26726
|
var _timelapse = _interopRequireDefault(require("../icons/timelapse"));
|
|
26701
26727
|
var _timeline = _interopRequireDefault(require("../icons/timeline"));
|
|
@@ -26966,6 +26992,7 @@ var _watch = _interopRequireDefault(require("../icons/watch"));
|
|
|
26966
26992
|
var _watch_alert = _interopRequireDefault(require("../icons/watch_alert"));
|
|
26967
26993
|
var _watch_arrow = _interopRequireDefault(require("../icons/watch_arrow"));
|
|
26968
26994
|
var _watch_arrow_down = _interopRequireDefault(require("../icons/watch_arrow_down"));
|
|
26995
|
+
var _watch_button = _interopRequireDefault(require("../icons/watch_button"));
|
|
26969
26996
|
var _watch_button_press = _interopRequireDefault(require("../icons/watch_button_press"));
|
|
26970
26997
|
var _watch_check = _interopRequireDefault(require("../icons/watch_check"));
|
|
26971
26998
|
var _watch_lock = _interopRequireDefault(require("../icons/watch_lock"));
|
|
@@ -27000,6 +27027,7 @@ var _wb_iridescent = _interopRequireDefault(require("../icons/wb_iridescent"));
|
|
|
27000
27027
|
var _wb_shade = _interopRequireDefault(require("../icons/wb_shade"));
|
|
27001
27028
|
var _wb_sunny = _interopRequireDefault(require("../icons/wb_sunny"));
|
|
27002
27029
|
var _wb_twilight = _interopRequireDefault(require("../icons/wb_twilight"));
|
|
27030
|
+
var _wb_twilight_ = _interopRequireDefault(require("../icons/wb_twilight_2"));
|
|
27003
27031
|
var _wc = _interopRequireDefault(require("../icons/wc"));
|
|
27004
27032
|
var _weather_hail = _interopRequireDefault(require("../icons/weather_hail"));
|
|
27005
27033
|
var _weather_mix = _interopRequireDefault(require("../icons/weather_mix"));
|
|
@@ -20487,6 +20487,18 @@ Object.defineProperty(exports, "TileSmall", {
|
|
|
20487
20487
|
return _tile_small.default;
|
|
20488
20488
|
}
|
|
20489
20489
|
});
|
|
20490
|
+
Object.defineProperty(exports, "TiltArrowDown", {
|
|
20491
|
+
enumerable: true,
|
|
20492
|
+
get: function () {
|
|
20493
|
+
return _tilt_arrow_down.default;
|
|
20494
|
+
}
|
|
20495
|
+
});
|
|
20496
|
+
Object.defineProperty(exports, "TiltArrowUp", {
|
|
20497
|
+
enumerable: true,
|
|
20498
|
+
get: function () {
|
|
20499
|
+
return _tilt_arrow_up.default;
|
|
20500
|
+
}
|
|
20501
|
+
});
|
|
20490
20502
|
Object.defineProperty(exports, "TimeAuto", {
|
|
20491
20503
|
enumerable: true,
|
|
20492
20504
|
get: function () {
|
|
@@ -22107,6 +22119,12 @@ Object.defineProperty(exports, "WatchArrowDown", {
|
|
|
22107
22119
|
return _watch_arrow_down.default;
|
|
22108
22120
|
}
|
|
22109
22121
|
});
|
|
22122
|
+
Object.defineProperty(exports, "WatchButton", {
|
|
22123
|
+
enumerable: true,
|
|
22124
|
+
get: function () {
|
|
22125
|
+
return _watch_button.default;
|
|
22126
|
+
}
|
|
22127
|
+
});
|
|
22110
22128
|
Object.defineProperty(exports, "WatchButtonPress", {
|
|
22111
22129
|
enumerable: true,
|
|
22112
22130
|
get: function () {
|
|
@@ -22311,6 +22329,12 @@ Object.defineProperty(exports, "WbTwilight", {
|
|
|
22311
22329
|
return _wb_twilight.default;
|
|
22312
22330
|
}
|
|
22313
22331
|
});
|
|
22332
|
+
Object.defineProperty(exports, "WbTwilight2", {
|
|
22333
|
+
enumerable: true,
|
|
22334
|
+
get: function () {
|
|
22335
|
+
return _wb_twilight_.default;
|
|
22336
|
+
}
|
|
22337
|
+
});
|
|
22314
22338
|
Object.defineProperty(exports, "Wc", {
|
|
22315
22339
|
enumerable: true,
|
|
22316
22340
|
get: function () {
|
|
@@ -26678,6 +26702,8 @@ var _tibia_alt = _interopRequireDefault(require("./tibia_alt"));
|
|
|
26678
26702
|
var _tile_large = _interopRequireDefault(require("./tile_large"));
|
|
26679
26703
|
var _tile_medium = _interopRequireDefault(require("./tile_medium"));
|
|
26680
26704
|
var _tile_small = _interopRequireDefault(require("./tile_small"));
|
|
26705
|
+
var _tilt_arrow_down = _interopRequireDefault(require("./tilt_arrow_down"));
|
|
26706
|
+
var _tilt_arrow_up = _interopRequireDefault(require("./tilt_arrow_up"));
|
|
26681
26707
|
var _time_auto = _interopRequireDefault(require("./time_auto"));
|
|
26682
26708
|
var _timelapse = _interopRequireDefault(require("./timelapse"));
|
|
26683
26709
|
var _timeline = _interopRequireDefault(require("./timeline"));
|
|
@@ -26948,6 +26974,7 @@ var _watch = _interopRequireDefault(require("./watch"));
|
|
|
26948
26974
|
var _watch_alert = _interopRequireDefault(require("./watch_alert"));
|
|
26949
26975
|
var _watch_arrow = _interopRequireDefault(require("./watch_arrow"));
|
|
26950
26976
|
var _watch_arrow_down = _interopRequireDefault(require("./watch_arrow_down"));
|
|
26977
|
+
var _watch_button = _interopRequireDefault(require("./watch_button"));
|
|
26951
26978
|
var _watch_button_press = _interopRequireDefault(require("./watch_button_press"));
|
|
26952
26979
|
var _watch_check = _interopRequireDefault(require("./watch_check"));
|
|
26953
26980
|
var _watch_lock = _interopRequireDefault(require("./watch_lock"));
|
|
@@ -26982,6 +27009,7 @@ var _wb_iridescent = _interopRequireDefault(require("./wb_iridescent"));
|
|
|
26982
27009
|
var _wb_shade = _interopRequireDefault(require("./wb_shade"));
|
|
26983
27010
|
var _wb_sunny = _interopRequireDefault(require("./wb_sunny"));
|
|
26984
27011
|
var _wb_twilight = _interopRequireDefault(require("./wb_twilight"));
|
|
27012
|
+
var _wb_twilight_ = _interopRequireDefault(require("./wb_twilight_2"));
|
|
26985
27013
|
var _wc = _interopRequireDefault(require("./wc"));
|
|
26986
27014
|
var _weather_hail = _interopRequireDefault(require("./weather_hail"));
|
|
26987
27015
|
var _weather_mix = _interopRequireDefault(require("./weather_mix"));
|
|
@@ -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 TiltArrowDown = (0, _createCdxIcon.default)('TiltArrowDown', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M240-120q-33 0-56.5-23.5T160-200v-560q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v560q0 33-23.5 56.5T720-120H240Zm0-80h480v-560H240v560Zm200-273-64-63-56 56 160 160 160-160-56-57-64 64v-167h-80v167Zm280 273H240h480Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M240-120q-33 0-56.5-23.5T160-200v-560q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v560q0 33-23.5 56.5T720-120H240Zm200-353-64-63-56 56 160 160 160-160-56-57-64 64v-167h-80v167Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = TiltArrowDown;
|
|
@@ -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 TiltArrowUp = (0, _createCdxIcon.default)('TiltArrowUp', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M180-120q-38 0-62-29.5T102-217l124-560q6-28 28-45.5t50-17.5h352q28 0 50 17.5t28 45.5l124 560q8 38-16 67.5T780-120H180Zm0-80h600L656-760H304L180-200Zm260-287v167h80v-167l64 63 56-56-160-160-160 160 56 57 64-64Zm340 287H180h600Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M180-120q-38 0-62-29.5T102-217l124-560q6-28 28-45.5t50-17.5h352q28 0 50 17.5t28 45.5l124 560q8 38-16 67.5T780-120H180Zm260-367v167h80v-167l64 63 56-56-160-160-160 160 56 57 64-64Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = TiltArrowUp;
|
|
@@ -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 WatchButton = (0, _createCdxIcon.default)('WatchButton', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "m193-57-67-44q45-88 59-184t14-195q0-98-14-194t-59-184l67-44q13 25 23.5 50.5T235-800h85q66 1 113 47.5T480-639v320q0 66-47 113t-113 47h-85q-8 26-18.5 51.5T193-57Zm527-263L560-480l160-160 56 57-63 63h167v80H713l63 64-56 56Zm-463 80h63q33 0 56.5-23.5T400-320v-320q0-33-23.5-56.5T320-720h-64q13 59 18.5 119.5T280-480q0 61-5 121t-18 119Zm23-240Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "m193-57-67-44q45-88 59-184t14-195q0-98-14-194t-59-184l67-44q13 25 23.5 50.5T235-800h85q66 1 113 47.5T480-639v320q0 66-47 113t-113 47h-85q-8 26-18.5 51.5T193-57Zm527-263L560-480l160-160 56 57-63 63h167v80H713l63 64-56 56Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = WatchButton;
|
|
@@ -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 WbTwilight2 = (0, _createCdxIcon.default)('WbTwilight2', {
|
|
13
|
+
outlined: [["path", {
|
|
14
|
+
"d": "M80-160v-80h800v80H80Zm217-240h366q-23-54-72-87t-111-33q-62 0-111 33t-72 87Zm-97 80q0-117 81.5-198.5T480-600q117 0 198.5 81.5T760-320H200Zm280-80Z"
|
|
15
|
+
}]],
|
|
16
|
+
filled: [["path", {
|
|
17
|
+
"d": "M80-160v-80h800v80H80Zm120-160q0-117 81.5-198.5T480-600q117 0 198.5 81.5T760-320H200Z"
|
|
18
|
+
}]]
|
|
19
|
+
});
|
|
20
|
+
var _default = exports.default = WbTwilight2;
|
|
@@ -3479,6 +3479,8 @@ export { default as CdxTibiaAlt } from '../icons/tibia_alt';
|
|
|
3479
3479
|
export { default as CdxTileLarge } from '../icons/tile_large';
|
|
3480
3480
|
export { default as CdxTileMedium } from '../icons/tile_medium';
|
|
3481
3481
|
export { default as CdxTileSmall } from '../icons/tile_small';
|
|
3482
|
+
export { default as CdxTiltArrowDown } from '../icons/tilt_arrow_down';
|
|
3483
|
+
export { default as CdxTiltArrowUp } from '../icons/tilt_arrow_up';
|
|
3482
3484
|
export { default as CdxTimeAuto } from '../icons/time_auto';
|
|
3483
3485
|
export { default as CdxTimelapse } from '../icons/timelapse';
|
|
3484
3486
|
export { default as CdxTimeline } from '../icons/timeline';
|
|
@@ -3749,6 +3751,7 @@ export { default as CdxWatch } from '../icons/watch';
|
|
|
3749
3751
|
export { default as CdxWatchAlert } from '../icons/watch_alert';
|
|
3750
3752
|
export { default as CdxWatchArrow } from '../icons/watch_arrow';
|
|
3751
3753
|
export { default as CdxWatchArrowDown } from '../icons/watch_arrow_down';
|
|
3754
|
+
export { default as CdxWatchButton } from '../icons/watch_button';
|
|
3752
3755
|
export { default as CdxWatchButtonPress } from '../icons/watch_button_press';
|
|
3753
3756
|
export { default as CdxWatchCheck } from '../icons/watch_check';
|
|
3754
3757
|
export { default as CdxWatchLock } from '../icons/watch_lock';
|
|
@@ -3783,6 +3786,7 @@ export { default as CdxWbIridescent } from '../icons/wb_iridescent';
|
|
|
3783
3786
|
export { default as CdxWbShade } from '../icons/wb_shade';
|
|
3784
3787
|
export { default as CdxWbSunny } from '../icons/wb_sunny';
|
|
3785
3788
|
export { default as CdxWbTwilight } from '../icons/wb_twilight';
|
|
3789
|
+
export { default as CdxWbTwilight2 } from '../icons/wb_twilight_2';
|
|
3786
3790
|
export { default as CdxWc } from '../icons/wc';
|
|
3787
3791
|
export { default as CdxWeatherHail } from '../icons/weather_hail';
|
|
3788
3792
|
export { default as CdxWeatherMix } from '../icons/weather_mix';
|
|
@@ -3479,6 +3479,8 @@ export { default as TibiaAltIcon } from '../icons/tibia_alt';
|
|
|
3479
3479
|
export { default as TileLargeIcon } from '../icons/tile_large';
|
|
3480
3480
|
export { default as TileMediumIcon } from '../icons/tile_medium';
|
|
3481
3481
|
export { default as TileSmallIcon } from '../icons/tile_small';
|
|
3482
|
+
export { default as TiltArrowDownIcon } from '../icons/tilt_arrow_down';
|
|
3483
|
+
export { default as TiltArrowUpIcon } from '../icons/tilt_arrow_up';
|
|
3482
3484
|
export { default as TimeAutoIcon } from '../icons/time_auto';
|
|
3483
3485
|
export { default as TimelapseIcon } from '../icons/timelapse';
|
|
3484
3486
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
@@ -3749,6 +3751,7 @@ export { default as WatchIcon } from '../icons/watch';
|
|
|
3749
3751
|
export { default as WatchAlertIcon } from '../icons/watch_alert';
|
|
3750
3752
|
export { default as WatchArrowIcon } from '../icons/watch_arrow';
|
|
3751
3753
|
export { default as WatchArrowDownIcon } from '../icons/watch_arrow_down';
|
|
3754
|
+
export { default as WatchButtonIcon } from '../icons/watch_button';
|
|
3752
3755
|
export { default as WatchButtonPressIcon } from '../icons/watch_button_press';
|
|
3753
3756
|
export { default as WatchCheckIcon } from '../icons/watch_check';
|
|
3754
3757
|
export { default as WatchLockIcon } from '../icons/watch_lock';
|
|
@@ -3783,6 +3786,7 @@ export { default as WbIridescentIcon } from '../icons/wb_iridescent';
|
|
|
3783
3786
|
export { default as WbShadeIcon } from '../icons/wb_shade';
|
|
3784
3787
|
export { default as WbSunnyIcon } from '../icons/wb_sunny';
|
|
3785
3788
|
export { default as WbTwilightIcon } from '../icons/wb_twilight';
|
|
3789
|
+
export { default as WbTwilight2Icon } from '../icons/wb_twilight_2';
|
|
3786
3790
|
export { default as WcIcon } from '../icons/wc';
|
|
3787
3791
|
export { default as WeatherHailIcon } from '../icons/weather_hail';
|
|
3788
3792
|
export { default as WeatherMixIcon } from '../icons/weather_mix';
|
|
@@ -3479,6 +3479,8 @@ export { default as TibiaAlt } from './tibia_alt';
|
|
|
3479
3479
|
export { default as TileLarge } from './tile_large';
|
|
3480
3480
|
export { default as TileMedium } from './tile_medium';
|
|
3481
3481
|
export { default as TileSmall } from './tile_small';
|
|
3482
|
+
export { default as TiltArrowDown } from './tilt_arrow_down';
|
|
3483
|
+
export { default as TiltArrowUp } from './tilt_arrow_up';
|
|
3482
3484
|
export { default as TimeAuto } from './time_auto';
|
|
3483
3485
|
export { default as Timelapse } from './timelapse';
|
|
3484
3486
|
export { default as Timeline } from './timeline';
|
|
@@ -3749,6 +3751,7 @@ export { default as Watch } from './watch';
|
|
|
3749
3751
|
export { default as WatchAlert } from './watch_alert';
|
|
3750
3752
|
export { default as WatchArrow } from './watch_arrow';
|
|
3751
3753
|
export { default as WatchArrowDown } from './watch_arrow_down';
|
|
3754
|
+
export { default as WatchButton } from './watch_button';
|
|
3752
3755
|
export { default as WatchButtonPress } from './watch_button_press';
|
|
3753
3756
|
export { default as WatchCheck } from './watch_check';
|
|
3754
3757
|
export { default as WatchLock } from './watch_lock';
|
|
@@ -3783,6 +3786,7 @@ export { default as WbIridescent } from './wb_iridescent';
|
|
|
3783
3786
|
export { default as WbShade } from './wb_shade';
|
|
3784
3787
|
export { default as WbSunny } from './wb_sunny';
|
|
3785
3788
|
export { default as WbTwilight } from './wb_twilight';
|
|
3789
|
+
export { default as WbTwilight2 } from './wb_twilight_2';
|
|
3786
3790
|
export { default as Wc } from './wc';
|
|
3787
3791
|
export { default as WeatherHail } from './weather_hail';
|
|
3788
3792
|
export { default as WeatherMix } from './weather_mix';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const TiltArrowDown = createCdxIcon('TiltArrowDown', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M240-120q-33 0-56.5-23.5T160-200v-560q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v560q0 33-23.5 56.5T720-120H240Zm0-80h480v-560H240v560Zm200-273-64-63-56 56 160 160 160-160-56-57-64 64v-167h-80v167Zm280 273H240h480Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M240-120q-33 0-56.5-23.5T160-200v-560q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v560q0 33-23.5 56.5T720-120H240Zm200-353-64-63-56 56 160 160 160-160-56-57-64 64v-167h-80v167Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default TiltArrowDown;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const TiltArrowUp = createCdxIcon('TiltArrowUp', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M180-120q-38 0-62-29.5T102-217l124-560q6-28 28-45.5t50-17.5h352q28 0 50 17.5t28 45.5l124 560q8 38-16 67.5T780-120H180Zm0-80h600L656-760H304L180-200Zm260-287v167h80v-167l64 63 56-56-160-160-160 160 56 57 64-64Zm340 287H180h600Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M180-120q-38 0-62-29.5T102-217l124-560q6-28 28-45.5t50-17.5h352q28 0 50 17.5t28 45.5l124 560q8 38-16 67.5T780-120H180Zm260-367v167h80v-167l64 63 56-56-160-160-160 160 56 57 64-64Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default TiltArrowUp;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const WatchButton = createCdxIcon('WatchButton', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "m193-57-67-44q45-88 59-184t14-195q0-98-14-194t-59-184l67-44q13 25 23.5 50.5T235-800h85q66 1 113 47.5T480-639v320q0 66-47 113t-113 47h-85q-8 26-18.5 51.5T193-57Zm527-263L560-480l160-160 56 57-63 63h167v80H713l63 64-56 56Zm-463 80h63q33 0 56.5-23.5T400-320v-320q0-33-23.5-56.5T320-720h-64q13 59 18.5 119.5T280-480q0 61-5 121t-18 119Zm23-240Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "m193-57-67-44q45-88 59-184t14-195q0-98-14-194t-59-184l67-44q13 25 23.5 50.5T235-800h85q66 1 113 47.5T480-639v320q0 66-47 113t-113 47h-85q-8 26-18.5 51.5T193-57Zm527-263L560-480l160-160 56 57-63 63h167v80H713l63 64-56 56Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default WatchButton;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import createCdxIcon from '../createCdxIcon';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
const WbTwilight2 = createCdxIcon('WbTwilight2', {
|
|
9
|
+
outlined: [["path", {
|
|
10
|
+
"d": "M80-160v-80h800v80H80Zm217-240h366q-23-54-72-87t-111-33q-62 0-111 33t-72 87Zm-97 80q0-117 81.5-198.5T480-600q117 0 198.5 81.5T760-320H200Zm280-80Z"
|
|
11
|
+
}]],
|
|
12
|
+
filled: [["path", {
|
|
13
|
+
"d": "M80-160v-80h800v80H80Zm120-160q0-117 81.5-198.5T480-600q117 0 198.5 81.5T760-320H200Z"
|
|
14
|
+
}]]
|
|
15
|
+
});
|
|
16
|
+
export default WbTwilight2;
|
|
@@ -3477,6 +3477,8 @@ export { default as CdxTibiaAlt } from '../icons/tibia_alt';
|
|
|
3477
3477
|
export { default as CdxTileLarge } from '../icons/tile_large';
|
|
3478
3478
|
export { default as CdxTileMedium } from '../icons/tile_medium';
|
|
3479
3479
|
export { default as CdxTileSmall } from '../icons/tile_small';
|
|
3480
|
+
export { default as CdxTiltArrowDown } from '../icons/tilt_arrow_down';
|
|
3481
|
+
export { default as CdxTiltArrowUp } from '../icons/tilt_arrow_up';
|
|
3480
3482
|
export { default as CdxTimeAuto } from '../icons/time_auto';
|
|
3481
3483
|
export { default as CdxTimelapse } from '../icons/timelapse';
|
|
3482
3484
|
export { default as CdxTimeline } from '../icons/timeline';
|
|
@@ -3747,6 +3749,7 @@ export { default as CdxWatch } from '../icons/watch';
|
|
|
3747
3749
|
export { default as CdxWatchAlert } from '../icons/watch_alert';
|
|
3748
3750
|
export { default as CdxWatchArrow } from '../icons/watch_arrow';
|
|
3749
3751
|
export { default as CdxWatchArrowDown } from '../icons/watch_arrow_down';
|
|
3752
|
+
export { default as CdxWatchButton } from '../icons/watch_button';
|
|
3750
3753
|
export { default as CdxWatchButtonPress } from '../icons/watch_button_press';
|
|
3751
3754
|
export { default as CdxWatchCheck } from '../icons/watch_check';
|
|
3752
3755
|
export { default as CdxWatchLock } from '../icons/watch_lock';
|
|
@@ -3781,6 +3784,7 @@ export { default as CdxWbIridescent } from '../icons/wb_iridescent';
|
|
|
3781
3784
|
export { default as CdxWbShade } from '../icons/wb_shade';
|
|
3782
3785
|
export { default as CdxWbSunny } from '../icons/wb_sunny';
|
|
3783
3786
|
export { default as CdxWbTwilight } from '../icons/wb_twilight';
|
|
3787
|
+
export { default as CdxWbTwilight2 } from '../icons/wb_twilight_2';
|
|
3784
3788
|
export { default as CdxWc } from '../icons/wc';
|
|
3785
3789
|
export { default as CdxWeatherHail } from '../icons/weather_hail';
|
|
3786
3790
|
export { default as CdxWeatherMix } from '../icons/weather_mix';
|
|
@@ -3477,6 +3477,8 @@ export { default as TibiaAltIcon } from '../icons/tibia_alt';
|
|
|
3477
3477
|
export { default as TileLargeIcon } from '../icons/tile_large';
|
|
3478
3478
|
export { default as TileMediumIcon } from '../icons/tile_medium';
|
|
3479
3479
|
export { default as TileSmallIcon } from '../icons/tile_small';
|
|
3480
|
+
export { default as TiltArrowDownIcon } from '../icons/tilt_arrow_down';
|
|
3481
|
+
export { default as TiltArrowUpIcon } from '../icons/tilt_arrow_up';
|
|
3480
3482
|
export { default as TimeAutoIcon } from '../icons/time_auto';
|
|
3481
3483
|
export { default as TimelapseIcon } from '../icons/timelapse';
|
|
3482
3484
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
@@ -3747,6 +3749,7 @@ export { default as WatchIcon } from '../icons/watch';
|
|
|
3747
3749
|
export { default as WatchAlertIcon } from '../icons/watch_alert';
|
|
3748
3750
|
export { default as WatchArrowIcon } from '../icons/watch_arrow';
|
|
3749
3751
|
export { default as WatchArrowDownIcon } from '../icons/watch_arrow_down';
|
|
3752
|
+
export { default as WatchButtonIcon } from '../icons/watch_button';
|
|
3750
3753
|
export { default as WatchButtonPressIcon } from '../icons/watch_button_press';
|
|
3751
3754
|
export { default as WatchCheckIcon } from '../icons/watch_check';
|
|
3752
3755
|
export { default as WatchLockIcon } from '../icons/watch_lock';
|
|
@@ -3781,6 +3784,7 @@ export { default as WbIridescentIcon } from '../icons/wb_iridescent';
|
|
|
3781
3784
|
export { default as WbShadeIcon } from '../icons/wb_shade';
|
|
3782
3785
|
export { default as WbSunnyIcon } from '../icons/wb_sunny';
|
|
3783
3786
|
export { default as WbTwilightIcon } from '../icons/wb_twilight';
|
|
3787
|
+
export { default as WbTwilight2Icon } from '../icons/wb_twilight_2';
|
|
3784
3788
|
export { default as WcIcon } from '../icons/wc';
|
|
3785
3789
|
export { default as WeatherHailIcon } from '../icons/weather_hail';
|
|
3786
3790
|
export { default as WeatherMixIcon } from '../icons/weather_mix';
|
|
@@ -3477,6 +3477,8 @@ export { default as TibiaAlt } from './tibia_alt';
|
|
|
3477
3477
|
export { default as TileLarge } from './tile_large';
|
|
3478
3478
|
export { default as TileMedium } from './tile_medium';
|
|
3479
3479
|
export { default as TileSmall } from './tile_small';
|
|
3480
|
+
export { default as TiltArrowDown } from './tilt_arrow_down';
|
|
3481
|
+
export { default as TiltArrowUp } from './tilt_arrow_up';
|
|
3480
3482
|
export { default as TimeAuto } from './time_auto';
|
|
3481
3483
|
export { default as Timelapse } from './timelapse';
|
|
3482
3484
|
export { default as Timeline } from './timeline';
|
|
@@ -3747,6 +3749,7 @@ export { default as Watch } from './watch';
|
|
|
3747
3749
|
export { default as WatchAlert } from './watch_alert';
|
|
3748
3750
|
export { default as WatchArrow } from './watch_arrow';
|
|
3749
3751
|
export { default as WatchArrowDown } from './watch_arrow_down';
|
|
3752
|
+
export { default as WatchButton } from './watch_button';
|
|
3750
3753
|
export { default as WatchButtonPress } from './watch_button_press';
|
|
3751
3754
|
export { default as WatchCheck } from './watch_check';
|
|
3752
3755
|
export { default as WatchLock } from './watch_lock';
|
|
@@ -3781,6 +3784,7 @@ export { default as WbIridescent } from './wb_iridescent';
|
|
|
3781
3784
|
export { default as WbShade } from './wb_shade';
|
|
3782
3785
|
export { default as WbSunny } from './wb_sunny';
|
|
3783
3786
|
export { default as WbTwilight } from './wb_twilight';
|
|
3787
|
+
export { default as WbTwilight2 } from './wb_twilight_2';
|
|
3784
3788
|
export { default as Wc } from './wc';
|
|
3785
3789
|
export { default as WeatherHail } from './weather_hail';
|
|
3786
3790
|
export { default as WeatherMix } from './weather_mix';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const TiltArrowDown: import("..").CdxIcon;
|
|
5
|
+
export default TiltArrowDown;
|
|
6
|
+
//# sourceMappingURL=tilt_arrow_down.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const TiltArrowUp: import("..").CdxIcon;
|
|
5
|
+
export default TiltArrowUp;
|
|
6
|
+
//# sourceMappingURL=tilt_arrow_up.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const WatchButton: import("..").CdxIcon;
|
|
5
|
+
export default WatchButton;
|
|
6
|
+
//# sourceMappingURL=watch_button.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @preview 
|
|
3
|
+
*/
|
|
4
|
+
declare const WbTwilight2: import("..").CdxIcon;
|
|
5
|
+
export default WbTwilight2;
|
|
6
|
+
//# sourceMappingURL=wb_twilight_2.d.ts.map
|