@sensoro-design/icons 0.1.1

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 (618) hide show
  1. package/README.md +0 -0
  2. package/es/components/Context.d.ts +9 -0
  3. package/es/components/Context.jsx +3 -0
  4. package/es/components/Icon.d.ts +20 -0
  5. package/es/components/Icon.jsx +74 -0
  6. package/es/components/IconBase.d.ts +24 -0
  7. package/es/components/IconBase.jsx +62 -0
  8. package/es/components/IconFont.d.ts +12 -0
  9. package/es/components/IconFont.jsx +76 -0
  10. package/es/components/SensoroIcon.d.ts +16 -0
  11. package/es/components/SensoroIcon.jsx +53 -0
  12. package/es/components/twoTonePrimaryColor.d.ts +3 -0
  13. package/es/components/twoTonePrimaryColor.js +16 -0
  14. package/es/hooks/useInsertStyles.d.ts +1 -0
  15. package/es/hooks/useInsertStyles.js +15 -0
  16. package/es/icons/AccountBookFilled.d.ts +4 -0
  17. package/es/icons/AccountBookFilled.jsx +7 -0
  18. package/es/icons/AccountBookOutlined.d.ts +4 -0
  19. package/es/icons/AccountBookOutlined.jsx +7 -0
  20. package/es/icons/AccountBookTwoTone.d.ts +4 -0
  21. package/es/icons/AccountBookTwoTone.jsx +7 -0
  22. package/es/icons/AimOutlined.d.ts +4 -0
  23. package/es/icons/AimOutlined.jsx +7 -0
  24. package/es/icons/AircircuitBreakerOutlined.d.ts +4 -0
  25. package/es/icons/AircircuitBreakerOutlined.jsx +7 -0
  26. package/es/icons/AlarmHostOutlined.d.ts +4 -0
  27. package/es/icons/AlarmHostOutlined.jsx +7 -0
  28. package/es/icons/AlertCameraOutlined.d.ts +4 -0
  29. package/es/icons/AlertCameraOutlined.jsx +7 -0
  30. package/es/icons/AlertFilled.d.ts +4 -0
  31. package/es/icons/AlertFilled.jsx +7 -0
  32. package/es/icons/AlertOutlined.d.ts +4 -0
  33. package/es/icons/AlertOutlined.jsx +7 -0
  34. package/es/icons/AlignCenterOutlined.d.ts +4 -0
  35. package/es/icons/AlignCenterOutlined.jsx +7 -0
  36. package/es/icons/AlignLeftOutlined.d.ts +4 -0
  37. package/es/icons/AlignLeftOutlined.jsx +7 -0
  38. package/es/icons/AlignRightOutlined.d.ts +4 -0
  39. package/es/icons/AlignRightOutlined.jsx +7 -0
  40. package/es/icons/AppstoreAddOutlined.d.ts +4 -0
  41. package/es/icons/AppstoreAddOutlined.jsx +7 -0
  42. package/es/icons/AppstoreFilled.d.ts +4 -0
  43. package/es/icons/AppstoreFilled.jsx +7 -0
  44. package/es/icons/AppstoreOutlined.d.ts +4 -0
  45. package/es/icons/AppstoreOutlined.jsx +7 -0
  46. package/es/icons/AudibleAlarmHostOutlined.d.ts +4 -0
  47. package/es/icons/AudibleAlarmHostOutlined.jsx +7 -0
  48. package/es/icons/AudibleAlarmOutlined.d.ts +4 -0
  49. package/es/icons/AudibleAlarmOutlined.jsx +7 -0
  50. package/es/icons/BlockOutlined.d.ts +4 -0
  51. package/es/icons/BlockOutlined.jsx +7 -0
  52. package/es/icons/CameraFilled.d.ts +4 -0
  53. package/es/icons/CameraFilled.jsx +7 -0
  54. package/es/icons/CameraOutlined.d.ts +4 -0
  55. package/es/icons/CameraOutlined.jsx +7 -0
  56. package/es/icons/CarFilled.d.ts +4 -0
  57. package/es/icons/CarFilled.jsx +7 -0
  58. package/es/icons/CarOutlined.d.ts +4 -0
  59. package/es/icons/CarOutlined.jsx +7 -0
  60. package/es/icons/Ch4Outlined.d.ts +4 -0
  61. package/es/icons/Ch4Outlined.jsx +7 -0
  62. package/es/icons/CheckCircleFilled.d.ts +4 -0
  63. package/es/icons/CheckCircleFilled.jsx +7 -0
  64. package/es/icons/CheckCircleOutlined.d.ts +4 -0
  65. package/es/icons/CheckCircleOutlined.jsx +7 -0
  66. package/es/icons/CheckOutlined.d.ts +4 -0
  67. package/es/icons/CheckOutlined.jsx +7 -0
  68. package/es/icons/CheckSquareFilled.d.ts +4 -0
  69. package/es/icons/CheckSquareFilled.jsx +7 -0
  70. package/es/icons/CheckSquareOutlined.d.ts +4 -0
  71. package/es/icons/CheckSquareOutlined.jsx +7 -0
  72. package/es/icons/ClearOutlined.d.ts +4 -0
  73. package/es/icons/ClearOutlined.jsx +7 -0
  74. package/es/icons/CloseCircleFilled.d.ts +4 -0
  75. package/es/icons/CloseCircleFilled.jsx +7 -0
  76. package/es/icons/CloseCircleOutlined.d.ts +4 -0
  77. package/es/icons/CloseCircleOutlined.jsx +7 -0
  78. package/es/icons/CloseOutlined.d.ts +4 -0
  79. package/es/icons/CloseOutlined.jsx +7 -0
  80. package/es/icons/CloseSquareFilled.d.ts +4 -0
  81. package/es/icons/CloseSquareFilled.jsx +7 -0
  82. package/es/icons/CloseSquareOutlined.d.ts +4 -0
  83. package/es/icons/CloseSquareOutlined.jsx +7 -0
  84. package/es/icons/Co2Outlined.d.ts +4 -0
  85. package/es/icons/Co2Outlined.jsx +7 -0
  86. package/es/icons/CoOutlined.d.ts +4 -0
  87. package/es/icons/CoOutlined.jsx +7 -0
  88. package/es/icons/CompressOutlined.d.ts +4 -0
  89. package/es/icons/CompressOutlined.jsx +7 -0
  90. package/es/icons/ControllerOutlined.d.ts +4 -0
  91. package/es/icons/ControllerOutlined.jsx +7 -0
  92. package/es/icons/DeleteOutlined.d.ts +4 -0
  93. package/es/icons/DeleteOutlined.jsx +7 -0
  94. package/es/icons/DomeCameraOutlined.d.ts +4 -0
  95. package/es/icons/DomeCameraOutlined.jsx +7 -0
  96. package/es/icons/DoorLockOutlined.d.ts +4 -0
  97. package/es/icons/DoorLockOutlined.jsx +7 -0
  98. package/es/icons/DownOutlined.d.ts +4 -0
  99. package/es/icons/DownOutlined.jsx +7 -0
  100. package/es/icons/DroneOutlined.d.ts +4 -0
  101. package/es/icons/DroneOutlined.jsx +7 -0
  102. package/es/icons/ElectricalFireOutlined.d.ts +4 -0
  103. package/es/icons/ElectricalFireOutlined.jsx +7 -0
  104. package/es/icons/EllipsisOutlined.d.ts +4 -0
  105. package/es/icons/EllipsisOutlined.jsx +7 -0
  106. package/es/icons/ExclamationCircleFilled.d.ts +4 -0
  107. package/es/icons/ExclamationCircleFilled.jsx +7 -0
  108. package/es/icons/ExpandOutlined.d.ts +4 -0
  109. package/es/icons/ExpandOutlined.jsx +7 -0
  110. package/es/icons/EyeFilled.d.ts +4 -0
  111. package/es/icons/EyeFilled.jsx +7 -0
  112. package/es/icons/EyeInvisibleFilled.d.ts +4 -0
  113. package/es/icons/EyeInvisibleFilled.jsx +7 -0
  114. package/es/icons/EyeInvisibleOutlined.d.ts +4 -0
  115. package/es/icons/EyeInvisibleOutlined.jsx +7 -0
  116. package/es/icons/EyeOutlined.d.ts +4 -0
  117. package/es/icons/EyeOutlined.jsx +7 -0
  118. package/es/icons/FaceCameraOutlined.d.ts +4 -0
  119. package/es/icons/FaceCameraOutlined.jsx +7 -0
  120. package/es/icons/FireCameraOutlined.d.ts +4 -0
  121. package/es/icons/FireCameraOutlined.jsx +7 -0
  122. package/es/icons/FireHostOutlined.d.ts +4 -0
  123. package/es/icons/FireHostOutlined.jsx +7 -0
  124. package/es/icons/FireHydrantOutlined.d.ts +4 -0
  125. package/es/icons/FireHydrantOutlined.jsx +7 -0
  126. package/es/icons/FireHydraulicsOutlined.d.ts +4 -0
  127. package/es/icons/FireHydraulicsOutlined.jsx +7 -0
  128. package/es/icons/FormOutlined.d.ts +4 -0
  129. package/es/icons/FormOutlined.jsx +7 -0
  130. package/es/icons/FrownFilled.d.ts +4 -0
  131. package/es/icons/FrownFilled.jsx +7 -0
  132. package/es/icons/FrownOutlined.d.ts +4 -0
  133. package/es/icons/FrownOutlined.jsx +7 -0
  134. package/es/icons/FullTargetCameraOutlined.d.ts +4 -0
  135. package/es/icons/FullTargetCameraOutlined.jsx +7 -0
  136. package/es/icons/FullTargetOutlined.d.ts +4 -0
  137. package/es/icons/FullTargetOutlined.jsx +7 -0
  138. package/es/icons/GasSensorControllerOutlined.d.ts +4 -0
  139. package/es/icons/GasSensorControllerOutlined.jsx +7 -0
  140. package/es/icons/GasSensorOutlined.d.ts +4 -0
  141. package/es/icons/GasSensorOutlined.jsx +7 -0
  142. package/es/icons/GatewayOutlined.d.ts +4 -0
  143. package/es/icons/GatewayOutlined.jsx +7 -0
  144. package/es/icons/HomeOutlined.d.ts +4 -0
  145. package/es/icons/HomeOutlined.jsx +7 -0
  146. package/es/icons/HumanTrafficVideoOutlined.d.ts +4 -0
  147. package/es/icons/HumanTrafficVideoOutlined.jsx +7 -0
  148. package/es/icons/HydrolabOutlined.d.ts +4 -0
  149. package/es/icons/HydrolabOutlined.jsx +7 -0
  150. package/es/icons/IdcardFilled.d.ts +4 -0
  151. package/es/icons/IdcardFilled.jsx +7 -0
  152. package/es/icons/IdcardOutlined.d.ts +4 -0
  153. package/es/icons/IdcardOutlined.jsx +7 -0
  154. package/es/icons/InfraredHostOutlined.d.ts +4 -0
  155. package/es/icons/InfraredHostOutlined.jsx +7 -0
  156. package/es/icons/InfraredOutlined.d.ts +4 -0
  157. package/es/icons/InfraredOutlined.jsx +7 -0
  158. package/es/icons/IntelligentAccessOutlined.d.ts +4 -0
  159. package/es/icons/IntelligentAccessOutlined.jsx +7 -0
  160. package/es/icons/KeyOutlined.d.ts +4 -0
  161. package/es/icons/KeyOutlined.jsx +7 -0
  162. package/es/icons/LeakingOutlined.d.ts +4 -0
  163. package/es/icons/LeakingOutlined.jsx +7 -0
  164. package/es/icons/LeftOutlined.d.ts +4 -0
  165. package/es/icons/LeftOutlined.jsx +7 -0
  166. package/es/icons/LinsAccessOutlined.d.ts +4 -0
  167. package/es/icons/LinsAccessOutlined.jsx +7 -0
  168. package/es/icons/LockFilled.d.ts +4 -0
  169. package/es/icons/LockFilled.jsx +7 -0
  170. package/es/icons/LockOutlined.d.ts +4 -0
  171. package/es/icons/LockOutlined.jsx +7 -0
  172. package/es/icons/LpgOutlined.d.ts +4 -0
  173. package/es/icons/LpgOutlined.jsx +7 -0
  174. package/es/icons/ManholeCoverOutlined.d.ts +4 -0
  175. package/es/icons/ManholeCoverOutlined.jsx +7 -0
  176. package/es/icons/ManualAlarmCircleOutlined.d.ts +4 -0
  177. package/es/icons/ManualAlarmCircleOutlined.jsx +7 -0
  178. package/es/icons/ManualAlarmSquareOutlined.d.ts +4 -0
  179. package/es/icons/ManualAlarmSquareOutlined.jsx +7 -0
  180. package/es/icons/MenuFoldOutlined.d.ts +4 -0
  181. package/es/icons/MenuFoldOutlined.jsx +7 -0
  182. package/es/icons/MenuUnfoldOutlined.d.ts +4 -0
  183. package/es/icons/MenuUnfoldOutlined.jsx +7 -0
  184. package/es/icons/MinusCircleFilled.d.ts +4 -0
  185. package/es/icons/MinusCircleFilled.jsx +7 -0
  186. package/es/icons/MinusCircleOutlined.d.ts +4 -0
  187. package/es/icons/MinusCircleOutlined.jsx +7 -0
  188. package/es/icons/MinusOutlined.d.ts +4 -0
  189. package/es/icons/MinusOutlined.jsx +7 -0
  190. package/es/icons/MinusSquareFilled.d.ts +4 -0
  191. package/es/icons/MinusSquareFilled.jsx +7 -0
  192. package/es/icons/MinusSquareOutlined.d.ts +4 -0
  193. package/es/icons/MinusSquareOutlined.jsx +7 -0
  194. package/es/icons/MoreOutlined.d.ts +4 -0
  195. package/es/icons/MoreOutlined.jsx +7 -0
  196. package/es/icons/Nh3Outlined.d.ts +4 -0
  197. package/es/icons/Nh3Outlined.jsx +7 -0
  198. package/es/icons/O2Outlined.d.ts +4 -0
  199. package/es/icons/O2Outlined.jsx +7 -0
  200. package/es/icons/ParkingLotOutlined.d.ts +4 -0
  201. package/es/icons/ParkingLotOutlined.jsx +7 -0
  202. package/es/icons/PauseCircleFilled.d.ts +4 -0
  203. package/es/icons/PauseCircleFilled.jsx +7 -0
  204. package/es/icons/PauseCircleOutlined.d.ts +4 -0
  205. package/es/icons/PauseCircleOutlined.jsx +7 -0
  206. package/es/icons/PauseOutlined.d.ts +4 -0
  207. package/es/icons/PauseOutlined.jsx +7 -0
  208. package/es/icons/PayCircleFilled.d.ts +4 -0
  209. package/es/icons/PayCircleFilled.jsx +7 -0
  210. package/es/icons/PayCircleOutlined.d.ts +4 -0
  211. package/es/icons/PayCircleOutlined.jsx +7 -0
  212. package/es/icons/PersonCameraOutlined.d.ts +4 -0
  213. package/es/icons/PersonCameraOutlined.jsx +7 -0
  214. package/es/icons/PlayCircleFilled.d.ts +4 -0
  215. package/es/icons/PlayCircleFilled.jsx +7 -0
  216. package/es/icons/PlayCircleOutlined.d.ts +4 -0
  217. package/es/icons/PlayCircleOutlined.jsx +7 -0
  218. package/es/icons/PlayOutlined.d.ts +4 -0
  219. package/es/icons/PlayOutlined.jsx +7 -0
  220. package/es/icons/PlusCircleFilled.d.ts +4 -0
  221. package/es/icons/PlusCircleFilled.jsx +7 -0
  222. package/es/icons/PlusCircleOutlined.d.ts +4 -0
  223. package/es/icons/PlusCircleOutlined.jsx +7 -0
  224. package/es/icons/PlusOutlined.d.ts +4 -0
  225. package/es/icons/PlusOutlined.jsx +7 -0
  226. package/es/icons/PlusSquareFilled.d.ts +4 -0
  227. package/es/icons/PlusSquareFilled.jsx +7 -0
  228. package/es/icons/PmOutlined.d.ts +4 -0
  229. package/es/icons/PmOutlined.jsx +7 -0
  230. package/es/icons/RightOutlined.d.ts +4 -0
  231. package/es/icons/RightOutlined.jsx +7 -0
  232. package/es/icons/RotationCloseOutlined.d.ts +4 -0
  233. package/es/icons/RotationCloseOutlined.jsx +7 -0
  234. package/es/icons/RotationOutlined.d.ts +4 -0
  235. package/es/icons/RotationOutlined.jsx +7 -0
  236. package/es/icons/SettingOutlined.d.ts +4 -0
  237. package/es/icons/SettingOutlined.jsx +7 -0
  238. package/es/icons/SleepOutlined.d.ts +4 -0
  239. package/es/icons/SleepOutlined.jsx +7 -0
  240. package/es/icons/SmartBoxOutlined.d.ts +4 -0
  241. package/es/icons/SmartBoxOutlined.jsx +7 -0
  242. package/es/icons/SmartDoorLockOutlined.d.ts +4 -0
  243. package/es/icons/SmartDoorLockOutlined.jsx +7 -0
  244. package/es/icons/SmartLightPoleOutlined.d.ts +4 -0
  245. package/es/icons/SmartLightPoleOutlined.jsx +7 -0
  246. package/es/icons/SmartWatchOutlined.d.ts +4 -0
  247. package/es/icons/SmartWatchOutlined.jsx +7 -0
  248. package/es/icons/SmartWaterMeterOutlined.d.ts +4 -0
  249. package/es/icons/SmartWaterMeterOutlined.jsx +7 -0
  250. package/es/icons/SmileFilled.d.ts +4 -0
  251. package/es/icons/SmileFilled.jsx +7 -0
  252. package/es/icons/SmileOutlined.d.ts +4 -0
  253. package/es/icons/SmileOutlined.jsx +7 -0
  254. package/es/icons/SmokeOutlined.d.ts +4 -0
  255. package/es/icons/SmokeOutlined.jsx +7 -0
  256. package/es/icons/StarCheckOutlined.d.ts +4 -0
  257. package/es/icons/StarCheckOutlined.jsx +7 -0
  258. package/es/icons/StarFilled.d.ts +4 -0
  259. package/es/icons/StarFilled.jsx +7 -0
  260. package/es/icons/StarOutlined.d.ts +4 -0
  261. package/es/icons/StarOutlined.jsx +7 -0
  262. package/es/icons/TagFilled.d.ts +4 -0
  263. package/es/icons/TagFilled.jsx +7 -0
  264. package/es/icons/TagOutlined.d.ts +4 -0
  265. package/es/icons/TagOutlined.jsx +7 -0
  266. package/es/icons/TagsFilled.d.ts +4 -0
  267. package/es/icons/TagsFilled.jsx +7 -0
  268. package/es/icons/TagsOutlined.d.ts +4 -0
  269. package/es/icons/TagsOutlined.jsx +7 -0
  270. package/es/icons/TemperaturePatchOutlined.d.ts +4 -0
  271. package/es/icons/TemperaturePatchOutlined.jsx +7 -0
  272. package/es/icons/ThermometerOutlined.d.ts +4 -0
  273. package/es/icons/ThermometerOutlined.jsx +7 -0
  274. package/es/icons/ToTopOutlined.d.ts +4 -0
  275. package/es/icons/ToTopOutlined.jsx +7 -0
  276. package/es/icons/UpOutlined.d.ts +4 -0
  277. package/es/icons/UpOutlined.jsx +7 -0
  278. package/es/icons/VideoCameraFilled.d.ts +4 -0
  279. package/es/icons/VideoCameraFilled.jsx +7 -0
  280. package/es/icons/VideoCameraOutlined.d.ts +4 -0
  281. package/es/icons/VideoCameraOutlined.jsx +7 -0
  282. package/es/icons/VideoFilled.d.ts +4 -0
  283. package/es/icons/VideoFilled.jsx +7 -0
  284. package/es/icons/VideoOutlined.d.ts +4 -0
  285. package/es/icons/VideoOutlined.jsx +7 -0
  286. package/es/icons/VirtualCameraOutlined.d.ts +4 -0
  287. package/es/icons/VirtualCameraOutlined.jsx +7 -0
  288. package/es/icons/WarningFilled.d.ts +4 -0
  289. package/es/icons/WarningFilled.jsx +7 -0
  290. package/es/icons/WarningOutlined.d.ts +4 -0
  291. package/es/icons/WarningOutlined.jsx +7 -0
  292. package/es/icons/WaterFlowOutlined.d.ts +4 -0
  293. package/es/icons/WaterFlowOutlined.jsx +7 -0
  294. package/es/icons/WaterLevelOutlined.d.ts +4 -0
  295. package/es/icons/WaterLevelOutlined.jsx +7 -0
  296. package/es/icons/WeatherStationOutlined.d.ts +4 -0
  297. package/es/icons/WeatherStationOutlined.jsx +7 -0
  298. package/es/icons/WindSpeedOutlined.d.ts +4 -0
  299. package/es/icons/WindSpeedOutlined.jsx +7 -0
  300. package/es/icons/ZoomInOutlined.d.ts +4 -0
  301. package/es/icons/ZoomInOutlined.jsx +7 -0
  302. package/es/icons/ZoomOutOutlined.d.ts +4 -0
  303. package/es/icons/ZoomOutOutlined.jsx +7 -0
  304. package/es/icons/index.d.ts +144 -0
  305. package/es/icons/index.js +145 -0
  306. package/es/index.d.ts +7 -0
  307. package/es/index.js +7 -0
  308. package/es/utils.d.ts +18 -0
  309. package/es/utils.js +57 -0
  310. package/lib/components/Context.d.ts +9 -0
  311. package/lib/components/Context.jsx +5 -0
  312. package/lib/components/Icon.d.ts +20 -0
  313. package/lib/components/Icon.jsx +79 -0
  314. package/lib/components/IconBase.d.ts +24 -0
  315. package/lib/components/IconBase.jsx +64 -0
  316. package/lib/components/IconFont.d.ts +12 -0
  317. package/lib/components/IconFont.jsx +82 -0
  318. package/lib/components/SensoroIcon.d.ts +16 -0
  319. package/lib/components/SensoroIcon.jsx +58 -0
  320. package/lib/components/twoTonePrimaryColor.d.ts +3 -0
  321. package/lib/components/twoTonePrimaryColor.js +24 -0
  322. package/lib/hooks/useInsertStyles.d.ts +1 -0
  323. package/lib/hooks/useInsertStyles.js +22 -0
  324. package/lib/icons/AccountBookFilled.d.ts +4 -0
  325. package/lib/icons/AccountBookFilled.jsx +35 -0
  326. package/lib/icons/AccountBookOutlined.d.ts +4 -0
  327. package/lib/icons/AccountBookOutlined.jsx +35 -0
  328. package/lib/icons/AccountBookTwoTone.d.ts +4 -0
  329. package/lib/icons/AccountBookTwoTone.jsx +35 -0
  330. package/lib/icons/AimOutlined.d.ts +4 -0
  331. package/lib/icons/AimOutlined.jsx +35 -0
  332. package/lib/icons/AircircuitBreakerOutlined.d.ts +4 -0
  333. package/lib/icons/AircircuitBreakerOutlined.jsx +35 -0
  334. package/lib/icons/AlarmHostOutlined.d.ts +4 -0
  335. package/lib/icons/AlarmHostOutlined.jsx +35 -0
  336. package/lib/icons/AlertCameraOutlined.d.ts +4 -0
  337. package/lib/icons/AlertCameraOutlined.jsx +35 -0
  338. package/lib/icons/AlertFilled.d.ts +4 -0
  339. package/lib/icons/AlertFilled.jsx +35 -0
  340. package/lib/icons/AlertOutlined.d.ts +4 -0
  341. package/lib/icons/AlertOutlined.jsx +35 -0
  342. package/lib/icons/AlignCenterOutlined.d.ts +4 -0
  343. package/lib/icons/AlignCenterOutlined.jsx +35 -0
  344. package/lib/icons/AlignLeftOutlined.d.ts +4 -0
  345. package/lib/icons/AlignLeftOutlined.jsx +35 -0
  346. package/lib/icons/AlignRightOutlined.d.ts +4 -0
  347. package/lib/icons/AlignRightOutlined.jsx +35 -0
  348. package/lib/icons/AppstoreAddOutlined.d.ts +4 -0
  349. package/lib/icons/AppstoreAddOutlined.jsx +35 -0
  350. package/lib/icons/AppstoreFilled.d.ts +4 -0
  351. package/lib/icons/AppstoreFilled.jsx +35 -0
  352. package/lib/icons/AppstoreOutlined.d.ts +4 -0
  353. package/lib/icons/AppstoreOutlined.jsx +35 -0
  354. package/lib/icons/AudibleAlarmHostOutlined.d.ts +4 -0
  355. package/lib/icons/AudibleAlarmHostOutlined.jsx +35 -0
  356. package/lib/icons/AudibleAlarmOutlined.d.ts +4 -0
  357. package/lib/icons/AudibleAlarmOutlined.jsx +35 -0
  358. package/lib/icons/BlockOutlined.d.ts +4 -0
  359. package/lib/icons/BlockOutlined.jsx +35 -0
  360. package/lib/icons/CameraFilled.d.ts +4 -0
  361. package/lib/icons/CameraFilled.jsx +35 -0
  362. package/lib/icons/CameraOutlined.d.ts +4 -0
  363. package/lib/icons/CameraOutlined.jsx +35 -0
  364. package/lib/icons/CarFilled.d.ts +4 -0
  365. package/lib/icons/CarFilled.jsx +35 -0
  366. package/lib/icons/CarOutlined.d.ts +4 -0
  367. package/lib/icons/CarOutlined.jsx +35 -0
  368. package/lib/icons/Ch4Outlined.d.ts +4 -0
  369. package/lib/icons/Ch4Outlined.jsx +35 -0
  370. package/lib/icons/CheckCircleFilled.d.ts +4 -0
  371. package/lib/icons/CheckCircleFilled.jsx +35 -0
  372. package/lib/icons/CheckCircleOutlined.d.ts +4 -0
  373. package/lib/icons/CheckCircleOutlined.jsx +35 -0
  374. package/lib/icons/CheckOutlined.d.ts +4 -0
  375. package/lib/icons/CheckOutlined.jsx +35 -0
  376. package/lib/icons/CheckSquareFilled.d.ts +4 -0
  377. package/lib/icons/CheckSquareFilled.jsx +35 -0
  378. package/lib/icons/CheckSquareOutlined.d.ts +4 -0
  379. package/lib/icons/CheckSquareOutlined.jsx +35 -0
  380. package/lib/icons/ClearOutlined.d.ts +4 -0
  381. package/lib/icons/ClearOutlined.jsx +35 -0
  382. package/lib/icons/CloseCircleFilled.d.ts +4 -0
  383. package/lib/icons/CloseCircleFilled.jsx +35 -0
  384. package/lib/icons/CloseCircleOutlined.d.ts +4 -0
  385. package/lib/icons/CloseCircleOutlined.jsx +35 -0
  386. package/lib/icons/CloseOutlined.d.ts +4 -0
  387. package/lib/icons/CloseOutlined.jsx +35 -0
  388. package/lib/icons/CloseSquareFilled.d.ts +4 -0
  389. package/lib/icons/CloseSquareFilled.jsx +35 -0
  390. package/lib/icons/CloseSquareOutlined.d.ts +4 -0
  391. package/lib/icons/CloseSquareOutlined.jsx +35 -0
  392. package/lib/icons/Co2Outlined.d.ts +4 -0
  393. package/lib/icons/Co2Outlined.jsx +35 -0
  394. package/lib/icons/CoOutlined.d.ts +4 -0
  395. package/lib/icons/CoOutlined.jsx +35 -0
  396. package/lib/icons/CompressOutlined.d.ts +4 -0
  397. package/lib/icons/CompressOutlined.jsx +35 -0
  398. package/lib/icons/ControllerOutlined.d.ts +4 -0
  399. package/lib/icons/ControllerOutlined.jsx +35 -0
  400. package/lib/icons/DeleteOutlined.d.ts +4 -0
  401. package/lib/icons/DeleteOutlined.jsx +35 -0
  402. package/lib/icons/DomeCameraOutlined.d.ts +4 -0
  403. package/lib/icons/DomeCameraOutlined.jsx +35 -0
  404. package/lib/icons/DoorLockOutlined.d.ts +4 -0
  405. package/lib/icons/DoorLockOutlined.jsx +35 -0
  406. package/lib/icons/DownOutlined.d.ts +4 -0
  407. package/lib/icons/DownOutlined.jsx +35 -0
  408. package/lib/icons/DroneOutlined.d.ts +4 -0
  409. package/lib/icons/DroneOutlined.jsx +35 -0
  410. package/lib/icons/ElectricalFireOutlined.d.ts +4 -0
  411. package/lib/icons/ElectricalFireOutlined.jsx +35 -0
  412. package/lib/icons/EllipsisOutlined.d.ts +4 -0
  413. package/lib/icons/EllipsisOutlined.jsx +35 -0
  414. package/lib/icons/ExclamationCircleFilled.d.ts +4 -0
  415. package/lib/icons/ExclamationCircleFilled.jsx +35 -0
  416. package/lib/icons/ExpandOutlined.d.ts +4 -0
  417. package/lib/icons/ExpandOutlined.jsx +35 -0
  418. package/lib/icons/EyeFilled.d.ts +4 -0
  419. package/lib/icons/EyeFilled.jsx +35 -0
  420. package/lib/icons/EyeInvisibleFilled.d.ts +4 -0
  421. package/lib/icons/EyeInvisibleFilled.jsx +35 -0
  422. package/lib/icons/EyeInvisibleOutlined.d.ts +4 -0
  423. package/lib/icons/EyeInvisibleOutlined.jsx +35 -0
  424. package/lib/icons/EyeOutlined.d.ts +4 -0
  425. package/lib/icons/EyeOutlined.jsx +35 -0
  426. package/lib/icons/FaceCameraOutlined.d.ts +4 -0
  427. package/lib/icons/FaceCameraOutlined.jsx +35 -0
  428. package/lib/icons/FireCameraOutlined.d.ts +4 -0
  429. package/lib/icons/FireCameraOutlined.jsx +35 -0
  430. package/lib/icons/FireHostOutlined.d.ts +4 -0
  431. package/lib/icons/FireHostOutlined.jsx +35 -0
  432. package/lib/icons/FireHydrantOutlined.d.ts +4 -0
  433. package/lib/icons/FireHydrantOutlined.jsx +35 -0
  434. package/lib/icons/FireHydraulicsOutlined.d.ts +4 -0
  435. package/lib/icons/FireHydraulicsOutlined.jsx +35 -0
  436. package/lib/icons/FormOutlined.d.ts +4 -0
  437. package/lib/icons/FormOutlined.jsx +35 -0
  438. package/lib/icons/FrownFilled.d.ts +4 -0
  439. package/lib/icons/FrownFilled.jsx +35 -0
  440. package/lib/icons/FrownOutlined.d.ts +4 -0
  441. package/lib/icons/FrownOutlined.jsx +35 -0
  442. package/lib/icons/FullTargetCameraOutlined.d.ts +4 -0
  443. package/lib/icons/FullTargetCameraOutlined.jsx +35 -0
  444. package/lib/icons/FullTargetOutlined.d.ts +4 -0
  445. package/lib/icons/FullTargetOutlined.jsx +35 -0
  446. package/lib/icons/GasSensorControllerOutlined.d.ts +4 -0
  447. package/lib/icons/GasSensorControllerOutlined.jsx +35 -0
  448. package/lib/icons/GasSensorOutlined.d.ts +4 -0
  449. package/lib/icons/GasSensorOutlined.jsx +35 -0
  450. package/lib/icons/GatewayOutlined.d.ts +4 -0
  451. package/lib/icons/GatewayOutlined.jsx +35 -0
  452. package/lib/icons/HomeOutlined.d.ts +4 -0
  453. package/lib/icons/HomeOutlined.jsx +35 -0
  454. package/lib/icons/HumanTrafficVideoOutlined.d.ts +4 -0
  455. package/lib/icons/HumanTrafficVideoOutlined.jsx +35 -0
  456. package/lib/icons/HydrolabOutlined.d.ts +4 -0
  457. package/lib/icons/HydrolabOutlined.jsx +35 -0
  458. package/lib/icons/IdcardFilled.d.ts +4 -0
  459. package/lib/icons/IdcardFilled.jsx +35 -0
  460. package/lib/icons/IdcardOutlined.d.ts +4 -0
  461. package/lib/icons/IdcardOutlined.jsx +35 -0
  462. package/lib/icons/InfraredHostOutlined.d.ts +4 -0
  463. package/lib/icons/InfraredHostOutlined.jsx +35 -0
  464. package/lib/icons/InfraredOutlined.d.ts +4 -0
  465. package/lib/icons/InfraredOutlined.jsx +35 -0
  466. package/lib/icons/IntelligentAccessOutlined.d.ts +4 -0
  467. package/lib/icons/IntelligentAccessOutlined.jsx +35 -0
  468. package/lib/icons/KeyOutlined.d.ts +4 -0
  469. package/lib/icons/KeyOutlined.jsx +35 -0
  470. package/lib/icons/LeakingOutlined.d.ts +4 -0
  471. package/lib/icons/LeakingOutlined.jsx +35 -0
  472. package/lib/icons/LeftOutlined.d.ts +4 -0
  473. package/lib/icons/LeftOutlined.jsx +35 -0
  474. package/lib/icons/LinsAccessOutlined.d.ts +4 -0
  475. package/lib/icons/LinsAccessOutlined.jsx +35 -0
  476. package/lib/icons/LockFilled.d.ts +4 -0
  477. package/lib/icons/LockFilled.jsx +35 -0
  478. package/lib/icons/LockOutlined.d.ts +4 -0
  479. package/lib/icons/LockOutlined.jsx +35 -0
  480. package/lib/icons/LpgOutlined.d.ts +4 -0
  481. package/lib/icons/LpgOutlined.jsx +35 -0
  482. package/lib/icons/ManholeCoverOutlined.d.ts +4 -0
  483. package/lib/icons/ManholeCoverOutlined.jsx +35 -0
  484. package/lib/icons/ManualAlarmCircleOutlined.d.ts +4 -0
  485. package/lib/icons/ManualAlarmCircleOutlined.jsx +35 -0
  486. package/lib/icons/ManualAlarmSquareOutlined.d.ts +4 -0
  487. package/lib/icons/ManualAlarmSquareOutlined.jsx +35 -0
  488. package/lib/icons/MenuFoldOutlined.d.ts +4 -0
  489. package/lib/icons/MenuFoldOutlined.jsx +35 -0
  490. package/lib/icons/MenuUnfoldOutlined.d.ts +4 -0
  491. package/lib/icons/MenuUnfoldOutlined.jsx +35 -0
  492. package/lib/icons/MinusCircleFilled.d.ts +4 -0
  493. package/lib/icons/MinusCircleFilled.jsx +35 -0
  494. package/lib/icons/MinusCircleOutlined.d.ts +4 -0
  495. package/lib/icons/MinusCircleOutlined.jsx +35 -0
  496. package/lib/icons/MinusOutlined.d.ts +4 -0
  497. package/lib/icons/MinusOutlined.jsx +35 -0
  498. package/lib/icons/MinusSquareFilled.d.ts +4 -0
  499. package/lib/icons/MinusSquareFilled.jsx +35 -0
  500. package/lib/icons/MinusSquareOutlined.d.ts +4 -0
  501. package/lib/icons/MinusSquareOutlined.jsx +35 -0
  502. package/lib/icons/MoreOutlined.d.ts +4 -0
  503. package/lib/icons/MoreOutlined.jsx +35 -0
  504. package/lib/icons/Nh3Outlined.d.ts +4 -0
  505. package/lib/icons/Nh3Outlined.jsx +35 -0
  506. package/lib/icons/O2Outlined.d.ts +4 -0
  507. package/lib/icons/O2Outlined.jsx +35 -0
  508. package/lib/icons/ParkingLotOutlined.d.ts +4 -0
  509. package/lib/icons/ParkingLotOutlined.jsx +35 -0
  510. package/lib/icons/PauseCircleFilled.d.ts +4 -0
  511. package/lib/icons/PauseCircleFilled.jsx +35 -0
  512. package/lib/icons/PauseCircleOutlined.d.ts +4 -0
  513. package/lib/icons/PauseCircleOutlined.jsx +35 -0
  514. package/lib/icons/PauseOutlined.d.ts +4 -0
  515. package/lib/icons/PauseOutlined.jsx +35 -0
  516. package/lib/icons/PayCircleFilled.d.ts +4 -0
  517. package/lib/icons/PayCircleFilled.jsx +35 -0
  518. package/lib/icons/PayCircleOutlined.d.ts +4 -0
  519. package/lib/icons/PayCircleOutlined.jsx +35 -0
  520. package/lib/icons/PersonCameraOutlined.d.ts +4 -0
  521. package/lib/icons/PersonCameraOutlined.jsx +35 -0
  522. package/lib/icons/PlayCircleFilled.d.ts +4 -0
  523. package/lib/icons/PlayCircleFilled.jsx +35 -0
  524. package/lib/icons/PlayCircleOutlined.d.ts +4 -0
  525. package/lib/icons/PlayCircleOutlined.jsx +35 -0
  526. package/lib/icons/PlayOutlined.d.ts +4 -0
  527. package/lib/icons/PlayOutlined.jsx +35 -0
  528. package/lib/icons/PlusCircleFilled.d.ts +4 -0
  529. package/lib/icons/PlusCircleFilled.jsx +35 -0
  530. package/lib/icons/PlusCircleOutlined.d.ts +4 -0
  531. package/lib/icons/PlusCircleOutlined.jsx +35 -0
  532. package/lib/icons/PlusOutlined.d.ts +4 -0
  533. package/lib/icons/PlusOutlined.jsx +35 -0
  534. package/lib/icons/PlusSquareFilled.d.ts +4 -0
  535. package/lib/icons/PlusSquareFilled.jsx +35 -0
  536. package/lib/icons/PmOutlined.d.ts +4 -0
  537. package/lib/icons/PmOutlined.jsx +35 -0
  538. package/lib/icons/RightOutlined.d.ts +4 -0
  539. package/lib/icons/RightOutlined.jsx +35 -0
  540. package/lib/icons/RotationCloseOutlined.d.ts +4 -0
  541. package/lib/icons/RotationCloseOutlined.jsx +35 -0
  542. package/lib/icons/RotationOutlined.d.ts +4 -0
  543. package/lib/icons/RotationOutlined.jsx +35 -0
  544. package/lib/icons/SettingOutlined.d.ts +4 -0
  545. package/lib/icons/SettingOutlined.jsx +35 -0
  546. package/lib/icons/SleepOutlined.d.ts +4 -0
  547. package/lib/icons/SleepOutlined.jsx +35 -0
  548. package/lib/icons/SmartBoxOutlined.d.ts +4 -0
  549. package/lib/icons/SmartBoxOutlined.jsx +35 -0
  550. package/lib/icons/SmartDoorLockOutlined.d.ts +4 -0
  551. package/lib/icons/SmartDoorLockOutlined.jsx +35 -0
  552. package/lib/icons/SmartLightPoleOutlined.d.ts +4 -0
  553. package/lib/icons/SmartLightPoleOutlined.jsx +35 -0
  554. package/lib/icons/SmartWatchOutlined.d.ts +4 -0
  555. package/lib/icons/SmartWatchOutlined.jsx +35 -0
  556. package/lib/icons/SmartWaterMeterOutlined.d.ts +4 -0
  557. package/lib/icons/SmartWaterMeterOutlined.jsx +35 -0
  558. package/lib/icons/SmileFilled.d.ts +4 -0
  559. package/lib/icons/SmileFilled.jsx +35 -0
  560. package/lib/icons/SmileOutlined.d.ts +4 -0
  561. package/lib/icons/SmileOutlined.jsx +35 -0
  562. package/lib/icons/SmokeOutlined.d.ts +4 -0
  563. package/lib/icons/SmokeOutlined.jsx +35 -0
  564. package/lib/icons/StarCheckOutlined.d.ts +4 -0
  565. package/lib/icons/StarCheckOutlined.jsx +35 -0
  566. package/lib/icons/StarFilled.d.ts +4 -0
  567. package/lib/icons/StarFilled.jsx +35 -0
  568. package/lib/icons/StarOutlined.d.ts +4 -0
  569. package/lib/icons/StarOutlined.jsx +35 -0
  570. package/lib/icons/TagFilled.d.ts +4 -0
  571. package/lib/icons/TagFilled.jsx +35 -0
  572. package/lib/icons/TagOutlined.d.ts +4 -0
  573. package/lib/icons/TagOutlined.jsx +35 -0
  574. package/lib/icons/TagsFilled.d.ts +4 -0
  575. package/lib/icons/TagsFilled.jsx +35 -0
  576. package/lib/icons/TagsOutlined.d.ts +4 -0
  577. package/lib/icons/TagsOutlined.jsx +35 -0
  578. package/lib/icons/TemperaturePatchOutlined.d.ts +4 -0
  579. package/lib/icons/TemperaturePatchOutlined.jsx +35 -0
  580. package/lib/icons/ThermometerOutlined.d.ts +4 -0
  581. package/lib/icons/ThermometerOutlined.jsx +35 -0
  582. package/lib/icons/ToTopOutlined.d.ts +4 -0
  583. package/lib/icons/ToTopOutlined.jsx +35 -0
  584. package/lib/icons/UpOutlined.d.ts +4 -0
  585. package/lib/icons/UpOutlined.jsx +35 -0
  586. package/lib/icons/VideoCameraFilled.d.ts +4 -0
  587. package/lib/icons/VideoCameraFilled.jsx +35 -0
  588. package/lib/icons/VideoCameraOutlined.d.ts +4 -0
  589. package/lib/icons/VideoCameraOutlined.jsx +35 -0
  590. package/lib/icons/VideoFilled.d.ts +4 -0
  591. package/lib/icons/VideoFilled.jsx +35 -0
  592. package/lib/icons/VideoOutlined.d.ts +4 -0
  593. package/lib/icons/VideoOutlined.jsx +35 -0
  594. package/lib/icons/VirtualCameraOutlined.d.ts +4 -0
  595. package/lib/icons/VirtualCameraOutlined.jsx +35 -0
  596. package/lib/icons/WarningFilled.d.ts +4 -0
  597. package/lib/icons/WarningFilled.jsx +35 -0
  598. package/lib/icons/WarningOutlined.d.ts +4 -0
  599. package/lib/icons/WarningOutlined.jsx +35 -0
  600. package/lib/icons/WaterFlowOutlined.d.ts +4 -0
  601. package/lib/icons/WaterFlowOutlined.jsx +35 -0
  602. package/lib/icons/WaterLevelOutlined.d.ts +4 -0
  603. package/lib/icons/WaterLevelOutlined.jsx +35 -0
  604. package/lib/icons/WeatherStationOutlined.d.ts +4 -0
  605. package/lib/icons/WeatherStationOutlined.jsx +35 -0
  606. package/lib/icons/WindSpeedOutlined.d.ts +4 -0
  607. package/lib/icons/WindSpeedOutlined.jsx +35 -0
  608. package/lib/icons/ZoomInOutlined.d.ts +4 -0
  609. package/lib/icons/ZoomInOutlined.jsx +35 -0
  610. package/lib/icons/ZoomOutOutlined.d.ts +4 -0
  611. package/lib/icons/ZoomOutOutlined.jsx +35 -0
  612. package/lib/icons/index.d.ts +144 -0
  613. package/lib/icons/index.js +297 -0
  614. package/lib/index.d.ts +7 -0
  615. package/lib/index.js +29 -0
  616. package/lib/utils.d.ts +18 -0
  617. package/lib/utils.js +68 -0
  618. package/package.json +32 -0
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const InfraredHostOutlined: 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 InfraredHostOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import InfraredHostOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/InfraredHostOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var InfraredHostOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={InfraredHostOutlinedSvg}/>; });
6
+ InfraredHostOutlined.displayName = 'InfraredHostOutlined';
7
+ export default InfraredHostOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const InfraredOutlined: 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 InfraredOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import InfraredOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/InfraredOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var InfraredOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={InfraredOutlinedSvg}/>; });
6
+ InfraredOutlined.displayName = 'InfraredOutlined';
7
+ export default InfraredOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const IntelligentAccessOutlined: 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 IntelligentAccessOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import IntelligentAccessOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/IntelligentAccessOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var IntelligentAccessOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={IntelligentAccessOutlinedSvg}/>; });
6
+ IntelligentAccessOutlined.displayName = 'IntelligentAccessOutlined';
7
+ export default IntelligentAccessOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const KeyOutlined: 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 KeyOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import KeyOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/KeyOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var KeyOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={KeyOutlinedSvg}/>; });
6
+ KeyOutlined.displayName = 'KeyOutlined';
7
+ export default KeyOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const LeakingOutlined: 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 LeakingOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import LeakingOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/LeakingOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var LeakingOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={LeakingOutlinedSvg}/>; });
6
+ LeakingOutlined.displayName = 'LeakingOutlined';
7
+ export default LeakingOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const LeftOutlined: 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 LeftOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import LeftOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/LeftOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var LeftOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={LeftOutlinedSvg}/>; });
6
+ LeftOutlined.displayName = 'LeftOutlined';
7
+ export default LeftOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const LinsAccessOutlined: 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 LinsAccessOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import LinsAccessOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/LinsAccessOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var LinsAccessOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={LinsAccessOutlinedSvg}/>; });
6
+ LinsAccessOutlined.displayName = 'LinsAccessOutlined';
7
+ export default LinsAccessOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const LockFilled: 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 LockFilled;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import LockFilledSvg from '@sensoro-design/icons-svg/lib/asn/LockFilled';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var LockFilled = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={LockFilledSvg}/>; });
6
+ LockFilled.displayName = 'LockFilled';
7
+ export default LockFilled;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const LockOutlined: 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 LockOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import LockOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/LockOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var LockOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={LockOutlinedSvg}/>; });
6
+ LockOutlined.displayName = 'LockOutlined';
7
+ export default LockOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const LpgOutlined: 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 LpgOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import LpgOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/LpgOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var LpgOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={LpgOutlinedSvg}/>; });
6
+ LpgOutlined.displayName = 'LpgOutlined';
7
+ export default LpgOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const ManholeCoverOutlined: 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 ManholeCoverOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import ManholeCoverOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/ManholeCoverOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var ManholeCoverOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={ManholeCoverOutlinedSvg}/>; });
6
+ ManholeCoverOutlined.displayName = 'ManholeCoverOutlined';
7
+ export default ManholeCoverOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const ManualAlarmCircleOutlined: 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 ManualAlarmCircleOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import ManualAlarmCircleOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/ManualAlarmCircleOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var ManualAlarmCircleOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={ManualAlarmCircleOutlinedSvg}/>; });
6
+ ManualAlarmCircleOutlined.displayName = 'ManualAlarmCircleOutlined';
7
+ export default ManualAlarmCircleOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const ManualAlarmSquareOutlined: 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 ManualAlarmSquareOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import ManualAlarmSquareOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/ManualAlarmSquareOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var ManualAlarmSquareOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={ManualAlarmSquareOutlinedSvg}/>; });
6
+ ManualAlarmSquareOutlined.displayName = 'ManualAlarmSquareOutlined';
7
+ export default ManualAlarmSquareOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const MenuFoldOutlined: 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 MenuFoldOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import MenuFoldOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/MenuFoldOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var MenuFoldOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={MenuFoldOutlinedSvg}/>; });
6
+ MenuFoldOutlined.displayName = 'MenuFoldOutlined';
7
+ export default MenuFoldOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const MenuUnfoldOutlined: 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 MenuUnfoldOutlined;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import MenuUnfoldOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/MenuUnfoldOutlined';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var MenuUnfoldOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={MenuUnfoldOutlinedSvg}/>; });
6
+ MenuUnfoldOutlined.displayName = 'MenuUnfoldOutlined';
7
+ export default MenuUnfoldOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const MinusCircleFilled: 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 MinusCircleFilled;
@@ -0,0 +1,7 @@
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react';
3
+ import MinusCircleFilledSvg from '@sensoro-design/icons-svg/lib/asn/MinusCircleFilled';
4
+ import SensoroIcon from '../components/SensoroIcon';
5
+ var MinusCircleFilled = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={MinusCircleFilledSvg}/>; });
6
+ MinusCircleFilled.displayName = 'MinusCircleFilled';
7
+ export default MinusCircleFilled;