@tdm-design/icons 0.0.20 → 0.0.21
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/WifiOffFilledIcon.d.ts +1 -0
- package/{WifiOnlineFilledIcon.js → WifiOffFilledIcon.js} +2 -2
- package/WifiOffOutlinedIcon.d.ts +1 -0
- package/{WifiOfflineFilledIcon.js → WifiOffOutlinedIcon.js} +2 -2
- package/WifiOnFilledIcon.d.ts +1 -0
- package/{WifiOnlineOutlinedIcon.js → WifiOnFilledIcon.js} +2 -2
- package/WifiOnOutlinedIcon.d.ts +1 -0
- package/{WifiOfflineOutlinedIcon.js → WifiOnOutlinedIcon.js} +2 -2
- package/dist/index.umd.js +32 -32
- package/dist/index.umd.min.js +1 -1
- package/es/icons/WifiOffFilledIcon.d.ts.map +1 -0
- package/es/icons/WifiOffFilledIcon.js +31 -0
- package/es/icons/WifiOffOutlinedIcon.d.ts.map +1 -0
- package/es/icons/WifiOffOutlinedIcon.js +31 -0
- package/es/icons/WifiOnFilledIcon.d.ts.map +1 -0
- package/es/icons/WifiOnFilledIcon.js +31 -0
- package/es/icons/WifiOnOutlinedIcon.d.ts.map +1 -0
- package/es/icons/WifiOnOutlinedIcon.js +31 -0
- package/es/icons/index.d.ts.map +1 -1
- package/es/icons/index.js +4 -4
- package/lib/icons/WifiOffFilledIcon.d.ts +6 -0
- package/lib/icons/WifiOffFilledIcon.d.ts.map +1 -0
- package/lib/icons/{WifiOfflineFilledIcon.js → WifiOffFilledIcon.js} +5 -5
- package/lib/icons/WifiOffOutlinedIcon.d.ts +6 -0
- package/lib/icons/WifiOffOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/{WifiOfflineOutlinedIcon.js → WifiOffOutlinedIcon.js} +5 -5
- package/lib/icons/WifiOnFilledIcon.d.ts +6 -0
- package/lib/icons/WifiOnFilledIcon.d.ts.map +1 -0
- package/lib/icons/{WifiOnlineFilledIcon.js → WifiOnFilledIcon.js} +5 -5
- package/lib/icons/WifiOnOutlinedIcon.d.ts +6 -0
- package/lib/icons/WifiOnOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/{WifiOnlineOutlinedIcon.js → WifiOnOutlinedIcon.js} +5 -5
- package/lib/icons/index.d.ts +4 -4
- package/lib/icons/index.d.ts.map +1 -1
- package/lib/icons/index.js +12 -12
- package/package.json +1 -1
- package/WifiOfflineFilledIcon.d.ts +0 -1
- package/WifiOfflineOutlinedIcon.d.ts +0 -1
- package/WifiOnlineFilledIcon.d.ts +0 -1
- package/WifiOnlineOutlinedIcon.d.ts +0 -1
- package/es/icons/WifiOfflineFilledIcon.d.ts.map +0 -1
- package/es/icons/WifiOfflineFilledIcon.js +0 -31
- package/es/icons/WifiOfflineOutlinedIcon.d.ts.map +0 -1
- package/es/icons/WifiOfflineOutlinedIcon.js +0 -31
- package/es/icons/WifiOnlineFilledIcon.d.ts.map +0 -1
- package/es/icons/WifiOnlineFilledIcon.js +0 -31
- package/es/icons/WifiOnlineOutlinedIcon.d.ts.map +0 -1
- package/es/icons/WifiOnlineOutlinedIcon.js +0 -31
- package/lib/icons/WifiOfflineFilledIcon.d.ts +0 -6
- package/lib/icons/WifiOfflineFilledIcon.d.ts.map +0 -1
- package/lib/icons/WifiOfflineOutlinedIcon.d.ts +0 -6
- package/lib/icons/WifiOfflineOutlinedIcon.d.ts.map +0 -1
- package/lib/icons/WifiOnlineFilledIcon.d.ts +0 -6
- package/lib/icons/WifiOnlineFilledIcon.d.ts.map +0 -1
- package/lib/icons/WifiOnlineOutlinedIcon.d.ts +0 -6
- package/lib/icons/WifiOnlineOutlinedIcon.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './lib/icons/WifiOffFilledIcon';
|
|
@@ -4,10 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const _WifiOffFilledIcon = _interopRequireDefault(require('./lib/icons/WifiOffFilledIcon'));
|
|
8
8
|
|
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
10
10
|
|
|
11
|
-
const _default =
|
|
11
|
+
const _default = _WifiOffFilledIcon;
|
|
12
12
|
exports.default = _default;
|
|
13
13
|
module.exports = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './lib/icons/WifiOffOutlinedIcon';
|
|
@@ -4,10 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const _WifiOffOutlinedIcon = _interopRequireDefault(require('./lib/icons/WifiOffOutlinedIcon'));
|
|
8
8
|
|
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
10
10
|
|
|
11
|
-
const _default =
|
|
11
|
+
const _default = _WifiOffOutlinedIcon;
|
|
12
12
|
exports.default = _default;
|
|
13
13
|
module.exports = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './lib/icons/WifiOnFilledIcon';
|
|
@@ -4,10 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const _WifiOnFilledIcon = _interopRequireDefault(require('./lib/icons/WifiOnFilledIcon'));
|
|
8
8
|
|
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
10
10
|
|
|
11
|
-
const _default =
|
|
11
|
+
const _default = _WifiOnFilledIcon;
|
|
12
12
|
exports.default = _default;
|
|
13
13
|
module.exports = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './lib/icons/WifiOnOutlinedIcon';
|
|
@@ -4,10 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
exports.default = void 0;
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const _WifiOnOutlinedIcon = _interopRequireDefault(require('./lib/icons/WifiOnOutlinedIcon'));
|
|
8
8
|
|
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
10
10
|
|
|
11
|
-
const _default =
|
|
11
|
+
const _default = _WifiOnOutlinedIcon;
|
|
12
12
|
exports.default = _default;
|
|
13
13
|
module.exports = _default;
|
package/dist/index.umd.js
CHANGED
|
@@ -1070,10 +1070,10 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1070
1070
|
VUCircleIcon: function() { return /* reexport */ VUCircleIcon; },
|
|
1071
1071
|
ViewMenuOutlinedIcon: function() { return /* reexport */ ViewMenuOutlinedIcon; },
|
|
1072
1072
|
WSCircleIcon: function() { return /* reexport */ WSCircleIcon; },
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1073
|
+
WifiOffFilledIcon: function() { return /* reexport */ WifiOffFilledIcon; },
|
|
1074
|
+
WifiOffOutlinedIcon: function() { return /* reexport */ WifiOffOutlinedIcon; },
|
|
1075
|
+
WifiOnFilledIcon: function() { return /* reexport */ WifiOnFilledIcon; },
|
|
1076
|
+
WifiOnOutlinedIcon: function() { return /* reexport */ WifiOnOutlinedIcon; },
|
|
1077
1077
|
XMarkIcon: function() { return /* reexport */ XMarkIcon; },
|
|
1078
1078
|
YECircleIcon: function() { return /* reexport */ YECircleIcon; },
|
|
1079
1079
|
ZACircleIcon: function() { return /* reexport */ ZACircleIcon; },
|
|
@@ -17630,7 +17630,7 @@ const WSCircleIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((props, ref
|
|
|
17630
17630
|
});
|
|
17631
17631
|
if (false) {}
|
|
17632
17632
|
/* harmony default export */ var WSCircleIcon = (WSCircleIcon_RefIcon);
|
|
17633
|
-
;// CONCATENATED MODULE: ./src/icons/
|
|
17633
|
+
;// CONCATENATED MODULE: ./src/icons/WifiOffFilledIcon.tsx
|
|
17634
17634
|
// GENERATE BY ./scripts/generate.ts
|
|
17635
17635
|
// DON NOT EDIT IT MANUALLY
|
|
17636
17636
|
|
|
@@ -17638,7 +17638,7 @@ if (false) {}
|
|
|
17638
17638
|
|
|
17639
17639
|
|
|
17640
17640
|
|
|
17641
|
-
const
|
|
17641
|
+
const wifiOffFilledSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
17642
17642
|
width: "24",
|
|
17643
17643
|
height: "24",
|
|
17644
17644
|
viewBox: "0 0 24 24",
|
|
@@ -17648,19 +17648,19 @@ const wifiOfflineFilledSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
|
17648
17648
|
d: "M3.219 4.156L6 6.344C7.833 5.469 9.833 5.02 12 5c1.896.02 3.667.365 5.313 1.031a13.994 13.994 0 014.375 2.875.89.89 0 01.312.688c0 .27-.094.51-.281.719-.209.208-.438.312-.688.312-.27 0-.51-.094-.718-.281a11.887 11.887 0 00-3.75-2.438C15.146 7.302 13.624 7 12 7c-1.48 0-2.875.25-4.187.75l2.968 2.344A7.802 7.802 0 0112 10a8.91 8.91 0 013.25.594c1 .396 1.906.948 2.719 1.656a.89.89 0 01.312.688c.021.27-.062.51-.25.718a1 1 0 01-.687.344c-.25.02-.49-.062-.719-.25a7.058 7.058 0 00-3.219-1.625l8.313 6.531c.333.313.375.667.125 1.063-.313.333-.667.375-1.063.125l-18.5-14.5c-.333-.313-.375-.667-.125-1.063.313-.333.667-.375 1.063-.125zm10.687 12.22c.063.187.094.395.094.624-.02.563-.219 1.031-.594 1.406S12.562 18.98 12 19c-.563-.02-1.031-.219-1.406-.594S10.02 17.563 10 17c.02-.562.219-1.031.594-1.406S11.438 15.02 12 15h.156l1.75 1.375zm-4.781-3.75a6.978 6.978 0 00-1.75 1.124c-.23.188-.469.27-.719.25a1 1 0 01-.687-.344.929.929 0 01-.25-.718c.02-.271.135-.5.344-.688a8.993 8.993 0 011.343-1l1.719 1.375zM4.938 9.312a11.73 11.73 0 00-1.25 1.03 1.043 1.043 0 01-.72.282c-.25 0-.478-.104-.687-.312A1.043 1.043 0 012 9.593c0-.27.104-.5.313-.687a10.02 10.02 0 011-.875l1.625 1.282z"
|
|
17649
17649
|
})
|
|
17650
17650
|
});
|
|
17651
|
-
const
|
|
17651
|
+
const wifiOffFilledIconDefinition = svgToIconDefinition(wifiOffFilledSvg, 'wifi-off-filled');
|
|
17652
17652
|
|
|
17653
|
-
/** */
|
|
17654
|
+
const WifiOffFilledIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((props, ref) => {
|
|
17655
17655
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(TdmIcon, {
|
|
17656
17656
|
...props,
|
|
17657
17657
|
ref: ref,
|
|
17658
|
-
icon:
|
|
17658
|
+
icon: wifiOffFilledIconDefinition
|
|
17659
17659
|
});
|
|
17660
17660
|
});
|
|
17661
17661
|
if (false) {}
|
|
17662
|
-
/* harmony default export */ var
|
|
17663
|
-
;// CONCATENATED MODULE: ./src/icons/
|
|
17662
|
+
/* harmony default export */ var WifiOffFilledIcon = (WifiOffFilledIcon_RefIcon);
|
|
17663
|
+
;// CONCATENATED MODULE: ./src/icons/WifiOffOutlinedIcon.tsx
|
|
17664
17664
|
// GENERATE BY ./scripts/generate.ts
|
|
17665
17665
|
// DON NOT EDIT IT MANUALLY
|
|
17666
17666
|
|
|
@@ -17668,7 +17668,7 @@ if (false) {}
|
|
|
17668
17668
|
|
|
17669
17669
|
|
|
17670
17670
|
|
|
17671
|
-
const
|
|
17671
|
+
const wifiOffOutlinedSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
17672
17672
|
width: "24",
|
|
17673
17673
|
height: "24",
|
|
17674
17674
|
viewBox: "0 0 24 24",
|
|
@@ -17678,19 +17678,19 @@ const wifiOfflineOutlinedSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
|
17678
17678
|
d: "M3.219 4.156l2.719 2.157C7.813 5.458 9.833 5.02 12 5c1.875 0 3.646.323 5.313.969a14.718 14.718 0 014.437 2.719c.313.333.333.687.063 1.062-.334.313-.688.333-1.063.063a13.054 13.054 0 00-4-2.438C15.27 6.792 13.687 6.5 12 6.5c-1.667 0-3.24.292-4.719.875l4.063 3.156a8.858 8.858 0 014.063.625 8.976 8.976 0 012.843 1.782c.313.333.333.687.063 1.062-.355.313-.709.323-1.063.031-1.083-1-2.375-1.635-3.875-1.906l8.344 6.531c.333.313.375.667.125 1.063-.313.333-.667.375-1.063.125l-18.5-14.5c-.333-.313-.375-.667-.125-1.063.313-.333.667-.375 1.063-.125zm1.187 4.75c-.396.271-.781.573-1.156.907-.375.27-.73.25-1.062-.063-.271-.375-.25-.73.062-1.062.292-.271.604-.521.938-.75l1.218.968zm4.657 3.657A7.925 7.925 0 006.75 14.03c-.354.271-.708.26-1.062-.03-.271-.376-.25-.73.062-1.063a8.887 8.887 0 012-1.407l1.313 1.032zm4.687 4.687c-.02.667-.313 1.167-.875 1.5-.583.333-1.167.333-1.75 0-.563-.333-.854-.833-.875-1.5.02-.667.313-1.167.875-1.5.583-.333 1.167-.333 1.75 0 .563.333.854.833.875 1.5z"
|
|
17679
17679
|
})
|
|
17680
17680
|
});
|
|
17681
|
-
const
|
|
17681
|
+
const wifiOffOutlinedIconDefinition = svgToIconDefinition(wifiOffOutlinedSvg, 'wifi-off-outlined');
|
|
17682
17682
|
|
|
17683
|
-
/** */
|
|
17684
|
+
const WifiOffOutlinedIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((props, ref) => {
|
|
17685
17685
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(TdmIcon, {
|
|
17686
17686
|
...props,
|
|
17687
17687
|
ref: ref,
|
|
17688
|
-
icon:
|
|
17688
|
+
icon: wifiOffOutlinedIconDefinition
|
|
17689
17689
|
});
|
|
17690
17690
|
});
|
|
17691
17691
|
if (false) {}
|
|
17692
|
-
/* harmony default export */ var
|
|
17693
|
-
;// CONCATENATED MODULE: ./src/icons/
|
|
17692
|
+
/* harmony default export */ var WifiOffOutlinedIcon = (WifiOffOutlinedIcon_RefIcon);
|
|
17693
|
+
;// CONCATENATED MODULE: ./src/icons/WifiOnFilledIcon.tsx
|
|
17694
17694
|
// GENERATE BY ./scripts/generate.ts
|
|
17695
17695
|
// DON NOT EDIT IT MANUALLY
|
|
17696
17696
|
|
|
@@ -17698,7 +17698,7 @@ if (false) {}
|
|
|
17698
17698
|
|
|
17699
17699
|
|
|
17700
17700
|
|
|
17701
|
-
const
|
|
17701
|
+
const wifiOnFilledSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
17702
17702
|
width: "24",
|
|
17703
17703
|
height: "24",
|
|
17704
17704
|
viewBox: "0 0 24 24",
|
|
@@ -17708,19 +17708,19 @@ const wifiOnlineFilledSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
|
17708
17708
|
d: "M3.6875 10.4639C3.47917 10.6514 3.23958 10.7451 2.96875 10.7451C2.71875 10.7451 2.48958 10.641 2.28125 10.4326C2.09375 10.2243 2 9.9847 2 9.71387C2 9.44303 2.10417 9.21387 2.3125 9.02637C3.58333 7.7972 5.04167 6.83887 6.6875 6.15137C8.33333 5.4847 10.1042 5.14095 12 5.12012C13.8958 5.14095 15.6667 5.4847 17.3125 6.15137C18.9583 6.83887 20.4167 7.7972 21.6875 9.02637C21.8958 9.21387 22 9.44303 22 9.71387C22 9.9847 21.9062 10.2243 21.7188 10.4326C21.5104 10.641 21.2812 10.7451 21.0312 10.7451C20.7604 10.7451 20.5208 10.6514 20.3125 10.4639C19.2292 9.4222 17.9792 8.6097 16.5625 8.02637C15.1458 7.4222 13.625 7.12012 12 7.12012C10.375 7.12012 8.85417 7.4222 7.4375 8.02637C6.02083 8.6097 4.77083 9.4222 3.6875 10.4639ZM12 12.1201C10.1875 12.1618 8.64583 12.7451 7.375 13.8701C7.14583 14.0576 6.90625 14.141 6.65625 14.1201C6.38542 14.0993 6.15625 13.9847 5.96875 13.7764C5.78125 13.568 5.69792 13.3285 5.71875 13.0576C5.73958 12.7868 5.85417 12.5576 6.0625 12.3701C6.85417 11.6618 7.75 11.1097 8.75 10.7139C9.77083 10.318 10.8542 10.1201 12 10.1201C13.1458 10.1201 14.2292 10.318 15.25 10.7139C16.25 11.1097 17.1562 11.6618 17.9688 12.3701C18.1771 12.5576 18.2812 12.7868 18.2812 13.0576C18.3021 13.3285 18.2188 13.568 18.0312 13.7764C17.8438 13.9847 17.6146 14.0993 17.3438 14.1201C17.0938 14.141 16.8542 14.0576 16.625 13.8701C15.3542 12.7451 13.8125 12.1618 12 12.1201ZM14 17.1201C13.9792 17.8701 13.6458 18.443 13 18.8389C12.3333 19.2139 11.6667 19.2139 11 18.8389C10.3542 18.443 10.0208 17.8701 10 17.1201C10.0208 16.3701 10.3542 15.7972 11 15.4014C11.6667 15.0264 12.3333 15.0264 13 15.4014C13.6458 15.7972 13.9792 16.3701 14 17.1201Z"
|
|
17709
17709
|
})
|
|
17710
17710
|
});
|
|
17711
|
-
const
|
|
17711
|
+
const wifiOnFilledIconDefinition = svgToIconDefinition(wifiOnFilledSvg, 'wifi-on-filled');
|
|
17712
17712
|
|
|
17713
|
-
/** */
|
|
17714
|
+
const WifiOnFilledIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((props, ref) => {
|
|
17715
17715
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(TdmIcon, {
|
|
17716
17716
|
...props,
|
|
17717
17717
|
ref: ref,
|
|
17718
|
-
icon:
|
|
17718
|
+
icon: wifiOnFilledIconDefinition
|
|
17719
17719
|
});
|
|
17720
17720
|
});
|
|
17721
17721
|
if (false) {}
|
|
17722
|
-
/* harmony default export */ var
|
|
17723
|
-
;// CONCATENATED MODULE: ./src/icons/
|
|
17722
|
+
/* harmony default export */ var WifiOnFilledIcon = (WifiOnFilledIcon_RefIcon);
|
|
17723
|
+
;// CONCATENATED MODULE: ./src/icons/WifiOnOutlinedIcon.tsx
|
|
17724
17724
|
// GENERATE BY ./scripts/generate.ts
|
|
17725
17725
|
// DON NOT EDIT IT MANUALLY
|
|
17726
17726
|
|
|
@@ -17728,7 +17728,7 @@ if (false) {}
|
|
|
17728
17728
|
|
|
17729
17729
|
|
|
17730
17730
|
|
|
17731
|
-
const
|
|
17731
|
+
const wifiOnOutlinedSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
17732
17732
|
width: "24",
|
|
17733
17733
|
height: "24",
|
|
17734
17734
|
viewBox: "0 0 24 24",
|
|
@@ -17738,18 +17738,18 @@ const wifiOnlineOutlinedSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
|
17738
17738
|
d: "M3.25 9.813c-.375.27-.73.25-1.063-.063-.27-.375-.25-.73.063-1.063A14.718 14.718 0 016.687 5.97C8.354 5.323 10.125 5 12 5c1.875 0 3.646.323 5.313.969a14.718 14.718 0 014.437 2.718c.313.334.333.688.063 1.063-.334.313-.688.333-1.063.063a13.054 13.054 0 00-4-2.438C15.27 6.792 13.687 6.5 12 6.5c-1.688 0-3.27.292-4.75.875a13.053 13.053 0 00-4 2.438zM12 12c-2.063.042-3.813.719-5.25 2.031-.354.292-.708.281-1.063-.031-.27-.375-.25-.73.063-1.063a8.979 8.979 0 012.844-1.78A8.86 8.86 0 0112 10.5a8.86 8.86 0 013.406.656 8.978 8.978 0 012.844 1.781c.313.334.333.688.063 1.063-.355.313-.709.323-1.063.031C15.812 12.72 14.062 12.041 12 12zm1.75 5.25c-.02.667-.313 1.167-.875 1.5-.583.333-1.167.333-1.75 0-.563-.333-.854-.833-.875-1.5.02-.667.313-1.167.875-1.5.583-.333 1.167-.333 1.75 0 .563.333.854.833.875 1.5z"
|
|
17739
17739
|
})
|
|
17740
17740
|
});
|
|
17741
|
-
const
|
|
17741
|
+
const wifiOnOutlinedIconDefinition = svgToIconDefinition(wifiOnOutlinedSvg, 'wifi-on-outlined');
|
|
17742
17742
|
|
|
17743
|
-
/** */
|
|
17744
|
+
const WifiOnOutlinedIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((props, ref) => {
|
|
17745
17745
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(TdmIcon, {
|
|
17746
17746
|
...props,
|
|
17747
17747
|
ref: ref,
|
|
17748
|
-
icon:
|
|
17748
|
+
icon: wifiOnOutlinedIconDefinition
|
|
17749
17749
|
});
|
|
17750
17750
|
});
|
|
17751
17751
|
if (false) {}
|
|
17752
|
-
/* harmony default export */ var
|
|
17752
|
+
/* harmony default export */ var WifiOnOutlinedIcon = (WifiOnOutlinedIcon_RefIcon);
|
|
17753
17753
|
;// CONCATENATED MODULE: ./src/icons/XMarkIcon.tsx
|
|
17754
17754
|
// GENERATE BY ./scripts/generate.ts
|
|
17755
17755
|
// DON NOT EDIT IT MANUALLY
|