@sensoro-design/icons 0.1.6 → 0.1.9

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.
Files changed (193) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/CaretDownOutlined.d.ts +2 -0
  3. package/CaretDownOutlined.js +15 -0
  4. package/CaretLeftOutlined.d.ts +2 -0
  5. package/CaretLeftOutlined.js +15 -0
  6. package/CaretRightOutlined.d.ts +2 -0
  7. package/CaretRightOutlined.js +15 -0
  8. package/CaretUpOutlined.d.ts +2 -0
  9. package/CaretUpOutlined.js +15 -0
  10. package/CodeOutlined.d.ts +2 -0
  11. package/CodeOutlined.js +15 -0
  12. package/DeviceFilled.d.ts +2 -0
  13. package/DeviceFilled.js +15 -0
  14. package/DeviceOutlined.d.ts +2 -0
  15. package/DeviceOutlined.js +15 -0
  16. package/DoorSettingOutlined.d.ts +2 -0
  17. package/DoorSettingOutlined.js +15 -0
  18. package/FireFilled.d.ts +2 -0
  19. package/FireFilled.js +15 -0
  20. package/FireHydrantFilled.d.ts +2 -0
  21. package/FireHydrantFilled.js +15 -0
  22. package/FireOutlined.d.ts +2 -0
  23. package/FireOutlined.js +15 -0
  24. package/InvalidContentPurely.d.ts +2 -0
  25. package/InvalidContentPurely.js +15 -0
  26. package/NoAlarmPurely.d.ts +2 -0
  27. package/NoAlarmPurely.js +15 -0
  28. package/NoAppPurely.d.ts +2 -0
  29. package/NoAppPurely.js +15 -0
  30. package/NoCarPurely.d.ts +2 -0
  31. package/NoCarPurely.js +15 -0
  32. package/NoCarsPurely.d.ts +2 -0
  33. package/NoCarsPurely.js +15 -0
  34. package/NoDataPurely.d.ts +2 -0
  35. package/NoDataPurely.js +15 -0
  36. package/NoDevicePurely.d.ts +2 -0
  37. package/NoDevicePurely.js +15 -0
  38. package/NoImagePurely.d.ts +2 -0
  39. package/NoImagePurely.js +15 -0
  40. package/NoPersonPurely.d.ts +2 -0
  41. package/NoPersonPurely.js +15 -0
  42. package/NoPersonsPurely.d.ts +2 -0
  43. package/NoPersonsPurely.js +15 -0
  44. package/NoVideoPurely.d.ts +2 -0
  45. package/NoVideoPurely.js +15 -0
  46. package/PoweroffOutlined.d.ts +2 -0
  47. package/PoweroffOutlined.js +15 -0
  48. package/SafetyCertificateOutlined.d.ts +2 -0
  49. package/SafetyCertificateOutlined.js +15 -0
  50. package/SafetyOutlined.d.ts +2 -0
  51. package/SafetyOutlined.js +15 -0
  52. package/SatelliteOutlined.d.ts +2 -0
  53. package/SatelliteOutlined.js +15 -0
  54. package/SmartWaterMeterFilled.d.ts +2 -0
  55. package/SmartWaterMeterFilled.js +15 -0
  56. package/SmokeFilled.d.ts +2 -0
  57. package/SmokeFilled.js +15 -0
  58. package/SoundOutlined.d.ts +2 -0
  59. package/SoundOutlined.js +15 -0
  60. package/WifiOutlined.d.ts +2 -0
  61. package/WifiOutlined.js +15 -0
  62. package/es/components/IconBase.d.ts +2 -2
  63. package/es/icons/CaretDownOutlined.d.ts +4 -0
  64. package/es/icons/CaretDownOutlined.js +68 -0
  65. package/es/icons/CaretLeftOutlined.d.ts +4 -0
  66. package/es/icons/CaretLeftOutlined.js +68 -0
  67. package/es/icons/CaretRightOutlined.d.ts +4 -0
  68. package/es/icons/CaretRightOutlined.js +68 -0
  69. package/es/icons/CaretUpOutlined.d.ts +4 -0
  70. package/es/icons/CaretUpOutlined.js +68 -0
  71. package/es/icons/CodeOutlined.d.ts +4 -0
  72. package/es/icons/CodeOutlined.js +68 -0
  73. package/es/icons/DeviceFilled.d.ts +4 -0
  74. package/es/icons/DeviceFilled.js +68 -0
  75. package/es/icons/DeviceOutlined.d.ts +4 -0
  76. package/es/icons/DeviceOutlined.js +68 -0
  77. package/es/icons/DoorSettingOutlined.d.ts +4 -0
  78. package/es/icons/DoorSettingOutlined.js +68 -0
  79. package/es/icons/FireFilled.d.ts +4 -0
  80. package/es/icons/FireFilled.js +68 -0
  81. package/es/icons/FireHydrantFilled.d.ts +4 -0
  82. package/es/icons/FireHydrantFilled.js +68 -0
  83. package/es/icons/FireOutlined.d.ts +4 -0
  84. package/es/icons/FireOutlined.js +68 -0
  85. package/es/icons/InvalidContentPurely.d.ts +4 -0
  86. package/es/icons/InvalidContentPurely.js +68 -0
  87. package/es/icons/NoAlarmPurely.d.ts +4 -0
  88. package/es/icons/NoAlarmPurely.js +68 -0
  89. package/es/icons/NoAppPurely.d.ts +4 -0
  90. package/es/icons/NoAppPurely.js +68 -0
  91. package/es/icons/NoCarPurely.d.ts +4 -0
  92. package/es/icons/NoCarPurely.js +68 -0
  93. package/es/icons/NoCarsPurely.d.ts +4 -0
  94. package/es/icons/NoCarsPurely.js +68 -0
  95. package/es/icons/NoDataPurely.d.ts +4 -0
  96. package/es/icons/NoDataPurely.js +68 -0
  97. package/es/icons/NoDevicePurely.d.ts +4 -0
  98. package/es/icons/NoDevicePurely.js +68 -0
  99. package/es/icons/NoImagePurely.d.ts +4 -0
  100. package/es/icons/NoImagePurely.js +68 -0
  101. package/es/icons/NoPersonPurely.d.ts +4 -0
  102. package/es/icons/NoPersonPurely.js +68 -0
  103. package/es/icons/NoPersonsPurely.d.ts +4 -0
  104. package/es/icons/NoPersonsPurely.js +68 -0
  105. package/es/icons/NoVideoPurely.d.ts +4 -0
  106. package/es/icons/NoVideoPurely.js +68 -0
  107. package/es/icons/PoweroffOutlined.d.ts +4 -0
  108. package/es/icons/PoweroffOutlined.js +68 -0
  109. package/es/icons/SafetyCertificateOutlined.d.ts +4 -0
  110. package/es/icons/SafetyCertificateOutlined.js +68 -0
  111. package/es/icons/SafetyOutlined.d.ts +4 -0
  112. package/es/icons/SafetyOutlined.js +68 -0
  113. package/es/icons/SatelliteOutlined.d.ts +4 -0
  114. package/es/icons/SatelliteOutlined.js +68 -0
  115. package/es/icons/SmartWaterMeterFilled.d.ts +4 -0
  116. package/es/icons/SmartWaterMeterFilled.js +68 -0
  117. package/es/icons/SmokeFilled.d.ts +4 -0
  118. package/es/icons/SmokeFilled.js +68 -0
  119. package/es/icons/SoundOutlined.d.ts +4 -0
  120. package/es/icons/SoundOutlined.js +68 -0
  121. package/es/icons/WifiOutlined.d.ts +4 -0
  122. package/es/icons/WifiOutlined.js +68 -0
  123. package/es/icons/index.d.ts +30 -0
  124. package/es/icons/index.js +275 -4
  125. package/es/utils.d.ts +1 -0
  126. package/es/utils.js +10 -2
  127. package/lib/components/IconBase.d.ts +2 -2
  128. package/lib/icons/CaretDownOutlined.d.ts +4 -0
  129. package/lib/icons/CaretDownOutlined.js +70 -0
  130. package/lib/icons/CaretLeftOutlined.d.ts +4 -0
  131. package/lib/icons/CaretLeftOutlined.js +70 -0
  132. package/lib/icons/CaretRightOutlined.d.ts +4 -0
  133. package/lib/icons/CaretRightOutlined.js +70 -0
  134. package/lib/icons/CaretUpOutlined.d.ts +4 -0
  135. package/lib/icons/CaretUpOutlined.js +70 -0
  136. package/lib/icons/CodeOutlined.d.ts +4 -0
  137. package/lib/icons/CodeOutlined.js +70 -0
  138. package/lib/icons/DeviceFilled.d.ts +4 -0
  139. package/lib/icons/DeviceFilled.js +70 -0
  140. package/lib/icons/DeviceOutlined.d.ts +4 -0
  141. package/lib/icons/DeviceOutlined.js +70 -0
  142. package/lib/icons/DoorSettingOutlined.d.ts +4 -0
  143. package/lib/icons/DoorSettingOutlined.js +70 -0
  144. package/lib/icons/FireFilled.d.ts +4 -0
  145. package/lib/icons/FireFilled.js +70 -0
  146. package/lib/icons/FireHydrantFilled.d.ts +4 -0
  147. package/lib/icons/FireHydrantFilled.js +70 -0
  148. package/lib/icons/FireOutlined.d.ts +4 -0
  149. package/lib/icons/FireOutlined.js +70 -0
  150. package/lib/icons/InvalidContentPurely.d.ts +4 -0
  151. package/lib/icons/InvalidContentPurely.js +70 -0
  152. package/lib/icons/NoAlarmPurely.d.ts +4 -0
  153. package/lib/icons/NoAlarmPurely.js +70 -0
  154. package/lib/icons/NoAppPurely.d.ts +4 -0
  155. package/lib/icons/NoAppPurely.js +70 -0
  156. package/lib/icons/NoCarPurely.d.ts +4 -0
  157. package/lib/icons/NoCarPurely.js +70 -0
  158. package/lib/icons/NoCarsPurely.d.ts +4 -0
  159. package/lib/icons/NoCarsPurely.js +70 -0
  160. package/lib/icons/NoDataPurely.d.ts +4 -0
  161. package/lib/icons/NoDataPurely.js +70 -0
  162. package/lib/icons/NoDevicePurely.d.ts +4 -0
  163. package/lib/icons/NoDevicePurely.js +70 -0
  164. package/lib/icons/NoImagePurely.d.ts +4 -0
  165. package/lib/icons/NoImagePurely.js +70 -0
  166. package/lib/icons/NoPersonPurely.d.ts +4 -0
  167. package/lib/icons/NoPersonPurely.js +70 -0
  168. package/lib/icons/NoPersonsPurely.d.ts +4 -0
  169. package/lib/icons/NoPersonsPurely.js +70 -0
  170. package/lib/icons/NoVideoPurely.d.ts +4 -0
  171. package/lib/icons/NoVideoPurely.js +70 -0
  172. package/lib/icons/PoweroffOutlined.d.ts +4 -0
  173. package/lib/icons/PoweroffOutlined.js +70 -0
  174. package/lib/icons/SafetyCertificateOutlined.d.ts +4 -0
  175. package/lib/icons/SafetyCertificateOutlined.js +70 -0
  176. package/lib/icons/SafetyOutlined.d.ts +4 -0
  177. package/lib/icons/SafetyOutlined.js +70 -0
  178. package/lib/icons/SatelliteOutlined.d.ts +4 -0
  179. package/lib/icons/SatelliteOutlined.js +70 -0
  180. package/lib/icons/SmartWaterMeterFilled.d.ts +4 -0
  181. package/lib/icons/SmartWaterMeterFilled.js +70 -0
  182. package/lib/icons/SmokeFilled.d.ts +4 -0
  183. package/lib/icons/SmokeFilled.js +70 -0
  184. package/lib/icons/SoundOutlined.d.ts +4 -0
  185. package/lib/icons/SoundOutlined.js +70 -0
  186. package/lib/icons/WifiOutlined.d.ts +4 -0
  187. package/lib/icons/WifiOutlined.js +70 -0
  188. package/lib/icons/index.d.ts +30 -0
  189. package/lib/icons/index.js +275 -4
  190. package/lib/utils.d.ts +1 -0
  191. package/lib/utils.js +10 -2
  192. package/package.json +2 -2
  193. package/templates/icon.ts.ejs +4 -4
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const SoundOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default SoundOutlined;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
6
+
7
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
8
+ if (k2 === undefined) k2 = k;
9
+ var desc = Object.getOwnPropertyDescriptor(m, k);
10
+
11
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
12
+ desc = {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return m[k];
16
+ }
17
+ };
18
+ }
19
+
20
+ Object.defineProperty(o, k2, desc);
21
+ } : function (o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ });
25
+
26
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
27
+ Object.defineProperty(o, "default", {
28
+ enumerable: true,
29
+ value: v
30
+ });
31
+ } : function (o, v) {
32
+ o["default"] = v;
33
+ });
34
+
35
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) {
39
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
40
+ }
41
+
42
+ __setModuleDefault(result, mod);
43
+
44
+ return result;
45
+ };
46
+
47
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
48
+ return mod && mod.__esModule ? mod : {
49
+ "default": mod
50
+ };
51
+ };
52
+
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ }); // This icon file is generated automatically.
56
+
57
+ var React = __importStar(require("react"));
58
+
59
+ var SoundOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/SoundOutlined"));
60
+
61
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
62
+
63
+ var SoundOutlined = React.forwardRef(function (props, ref) {
64
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
65
+ ref: ref,
66
+ icon: SoundOutlined_1.default
67
+ }));
68
+ });
69
+ SoundOutlined.displayName = 'SoundOutlined';
70
+ exports.default = SoundOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const WifiOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default WifiOutlined;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
6
+
7
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
8
+ if (k2 === undefined) k2 = k;
9
+ var desc = Object.getOwnPropertyDescriptor(m, k);
10
+
11
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
12
+ desc = {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return m[k];
16
+ }
17
+ };
18
+ }
19
+
20
+ Object.defineProperty(o, k2, desc);
21
+ } : function (o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ });
25
+
26
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
27
+ Object.defineProperty(o, "default", {
28
+ enumerable: true,
29
+ value: v
30
+ });
31
+ } : function (o, v) {
32
+ o["default"] = v;
33
+ });
34
+
35
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) {
39
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
40
+ }
41
+
42
+ __setModuleDefault(result, mod);
43
+
44
+ return result;
45
+ };
46
+
47
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
48
+ return mod && mod.__esModule ? mod : {
49
+ "default": mod
50
+ };
51
+ };
52
+
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ }); // This icon file is generated automatically.
56
+
57
+ var React = __importStar(require("react"));
58
+
59
+ var WifiOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/WifiOutlined"));
60
+
61
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
62
+
63
+ var WifiOutlined = React.forwardRef(function (props, ref) {
64
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
65
+ ref: ref,
66
+ icon: WifiOutlined_1.default
67
+ }));
68
+ });
69
+ WifiOutlined.displayName = 'WifiOutlined';
70
+ exports.default = WifiOutlined;
@@ -26,6 +26,10 @@ export { default as CameraFilled } from './CameraFilled';
26
26
  export { default as CameraOutlined } from './CameraOutlined';
27
27
  export { default as CarFilled } from './CarFilled';
28
28
  export { default as CarOutlined } from './CarOutlined';
29
+ export { default as CaretDownOutlined } from './CaretDownOutlined';
30
+ export { default as CaretLeftOutlined } from './CaretLeftOutlined';
31
+ export { default as CaretRightOutlined } from './CaretRightOutlined';
32
+ export { default as CaretUpOutlined } from './CaretUpOutlined';
29
33
  export { default as Ch4Outlined } from './Ch4Outlined';
30
34
  export { default as CheckCircleFilled } from './CheckCircleFilled';
31
35
  export { default as CheckCircleOutlined } from './CheckCircleOutlined';
@@ -41,12 +45,16 @@ export { default as CloseSquareFilled } from './CloseSquareFilled';
41
45
  export { default as CloseSquareOutlined } from './CloseSquareOutlined';
42
46
  export { default as Co2Outlined } from './Co2Outlined';
43
47
  export { default as CoOutlined } from './CoOutlined';
48
+ export { default as CodeOutlined } from './CodeOutlined';
44
49
  export { default as CompressOutlined } from './CompressOutlined';
45
50
  export { default as ControllerOutlined } from './ControllerOutlined';
46
51
  export { default as CopyOutlined } from './CopyOutlined';
47
52
  export { default as DeleteOutlined } from './DeleteOutlined';
53
+ export { default as DeviceFilled } from './DeviceFilled';
54
+ export { default as DeviceOutlined } from './DeviceOutlined';
48
55
  export { default as DomeCameraOutlined } from './DomeCameraOutlined';
49
56
  export { default as DoorLockOutlined } from './DoorLockOutlined';
57
+ export { default as DoorSettingOutlined } from './DoorSettingOutlined';
50
58
  export { default as DoubleLeftOutlined } from './DoubleLeftOutlined';
51
59
  export { default as DoubleRightOutlined } from './DoubleRightOutlined';
52
60
  export { default as DownOutlined } from './DownOutlined';
@@ -83,9 +91,12 @@ export { default as FileUnknownOutlined } from './FileUnknownOutlined';
83
91
  export { default as FileWordOutlined } from './FileWordOutlined';
84
92
  export { default as FileZipOutlined } from './FileZipOutlined';
85
93
  export { default as FireCameraOutlined } from './FireCameraOutlined';
94
+ export { default as FireFilled } from './FireFilled';
86
95
  export { default as FireHostOutlined } from './FireHostOutlined';
96
+ export { default as FireHydrantFilled } from './FireHydrantFilled';
87
97
  export { default as FireHydrantOutlined } from './FireHydrantOutlined';
88
98
  export { default as FireHydraulicsOutlined } from './FireHydraulicsOutlined';
99
+ export { default as FireOutlined } from './FireOutlined';
89
100
  export { default as FormOutlined } from './FormOutlined';
90
101
  export { default as FrownFilled } from './FrownFilled';
91
102
  export { default as FrownOutlined } from './FrownOutlined';
@@ -108,6 +119,7 @@ export { default as InfoOutlined } from './InfoOutlined';
108
119
  export { default as InfraredHostOutlined } from './InfraredHostOutlined';
109
120
  export { default as InfraredOutlined } from './InfraredOutlined';
110
121
  export { default as IntelligentAccessOutlined } from './IntelligentAccessOutlined';
122
+ export { default as InvalidContentPurely } from './InvalidContentPurely';
111
123
  export { default as KeyOutlined } from './KeyOutlined';
112
124
  export { default as LeakingOutlined } from './LeakingOutlined';
113
125
  export { default as LeftOutlined } from './LeftOutlined';
@@ -129,6 +141,16 @@ export { default as MinusSquareFilled } from './MinusSquareFilled';
129
141
  export { default as MinusSquareOutlined } from './MinusSquareOutlined';
130
142
  export { default as MoreOutlined } from './MoreOutlined';
131
143
  export { default as Nh3Outlined } from './Nh3Outlined';
144
+ export { default as NoAlarmPurely } from './NoAlarmPurely';
145
+ export { default as NoAppPurely } from './NoAppPurely';
146
+ export { default as NoCarPurely } from './NoCarPurely';
147
+ export { default as NoCarsPurely } from './NoCarsPurely';
148
+ export { default as NoDataPurely } from './NoDataPurely';
149
+ export { default as NoDevicePurely } from './NoDevicePurely';
150
+ export { default as NoImagePurely } from './NoImagePurely';
151
+ export { default as NoPersonPurely } from './NoPersonPurely';
152
+ export { default as NoPersonsPurely } from './NoPersonsPurely';
153
+ export { default as NoVideoPurely } from './NoVideoPurely';
132
154
  export { default as O2Outlined } from './O2Outlined';
133
155
  export { default as ParkingLotOutlined } from './ParkingLotOutlined';
134
156
  export { default as PauseCircleFilled } from './PauseCircleFilled';
@@ -145,10 +167,14 @@ export { default as PlusCircleOutlined } from './PlusCircleOutlined';
145
167
  export { default as PlusOutlined } from './PlusOutlined';
146
168
  export { default as PlusSquareFilled } from './PlusSquareFilled';
147
169
  export { default as PmOutlined } from './PmOutlined';
170
+ export { default as PoweroffOutlined } from './PoweroffOutlined';
148
171
  export { default as RightOutlined } from './RightOutlined';
149
172
  export { default as RotationCloseOutlined } from './RotationCloseOutlined';
150
173
  export { default as RotationOutlined } from './RotationOutlined';
151
174
  export { default as RulerOutlined } from './RulerOutlined';
175
+ export { default as SafetyCertificateOutlined } from './SafetyCertificateOutlined';
176
+ export { default as SafetyOutlined } from './SafetyOutlined';
177
+ export { default as SatelliteOutlined } from './SatelliteOutlined';
152
178
  export { default as SearchOutlined } from './SearchOutlined';
153
179
  export { default as SettingOutlined } from './SettingOutlined';
154
180
  export { default as SleepOutlined } from './SleepOutlined';
@@ -156,10 +182,13 @@ export { default as SmartBoxOutlined } from './SmartBoxOutlined';
156
182
  export { default as SmartDoorLockOutlined } from './SmartDoorLockOutlined';
157
183
  export { default as SmartLightPoleOutlined } from './SmartLightPoleOutlined';
158
184
  export { default as SmartWatchOutlined } from './SmartWatchOutlined';
185
+ export { default as SmartWaterMeterFilled } from './SmartWaterMeterFilled';
159
186
  export { default as SmartWaterMeterOutlined } from './SmartWaterMeterOutlined';
160
187
  export { default as SmileFilled } from './SmileFilled';
161
188
  export { default as SmileOutlined } from './SmileOutlined';
189
+ export { default as SmokeFilled } from './SmokeFilled';
162
190
  export { default as SmokeOutlined } from './SmokeOutlined';
191
+ export { default as SoundOutlined } from './SoundOutlined';
163
192
  export { default as StarCheckOutlined } from './StarCheckOutlined';
164
193
  export { default as StarFilled } from './StarFilled';
165
194
  export { default as StarOutlined } from './StarOutlined';
@@ -183,6 +212,7 @@ export { default as WarningOutlined } from './WarningOutlined';
183
212
  export { default as WaterFlowOutlined } from './WaterFlowOutlined';
184
213
  export { default as WaterLevelOutlined } from './WaterLevelOutlined';
185
214
  export { default as WeatherStationOutlined } from './WeatherStationOutlined';
215
+ export { default as WifiOutlined } from './WifiOutlined';
186
216
  export { default as WindSpeedOutlined } from './WindSpeedOutlined';
187
217
  export { default as ZoomInOutlined } from './ZoomInOutlined';
188
218
  export { default as ZoomOutOutlined } from './ZoomOutOutlined';