@trionesdev/antd-mobile-icons-react 0.0.2-beta.0

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 (350) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +43 -0
  3. package/dist/Icon.d.ts +9 -0
  4. package/dist/Icon.js +17 -0
  5. package/dist/fill/AddressBookFill.d.ts +3 -0
  6. package/dist/fill/AddressBookFill.js +16 -0
  7. package/dist/fill/AlipayCircleFill.d.ts +3 -0
  8. package/dist/fill/AlipayCircleFill.js +16 -0
  9. package/dist/fill/AlipaySquareFill.d.ts +3 -0
  10. package/dist/fill/AlipaySquareFill.js +16 -0
  11. package/dist/fill/AudioFill.d.ts +3 -0
  12. package/dist/fill/AudioFill.js +16 -0
  13. package/dist/fill/CheckCircleFill.d.ts +3 -0
  14. package/dist/fill/CheckCircleFill.js +16 -0
  15. package/dist/fill/CheckShieldFill.d.ts +3 -0
  16. package/dist/fill/CheckShieldFill.js +16 -0
  17. package/dist/fill/ClockCircleFill.d.ts +3 -0
  18. package/dist/fill/ClockCircleFill.js +16 -0
  19. package/dist/fill/CloseCircleFill.d.ts +3 -0
  20. package/dist/fill/CloseCircleFill.js +16 -0
  21. package/dist/fill/DownFill.d.ts +3 -0
  22. package/dist/fill/DownFill.js +16 -0
  23. package/dist/fill/EditFill.d.ts +3 -0
  24. package/dist/fill/EditFill.js +16 -0
  25. package/dist/fill/EditSFill.d.ts +3 -0
  26. package/dist/fill/EditSFill.js +16 -0
  27. package/dist/fill/ExclamationCircleFill.d.ts +3 -0
  28. package/dist/fill/ExclamationCircleFill.js +16 -0
  29. package/dist/fill/ExclamationShieldFill.d.ts +3 -0
  30. package/dist/fill/ExclamationShieldFill.js +16 -0
  31. package/dist/fill/EyeFill.d.ts +3 -0
  32. package/dist/fill/EyeFill.js +16 -0
  33. package/dist/fill/EyeInvisibleFill.d.ts +3 -0
  34. package/dist/fill/EyeInvisibleFill.js +16 -0
  35. package/dist/fill/FireFill.d.ts +3 -0
  36. package/dist/fill/FireFill.js +16 -0
  37. package/dist/fill/ForbidFill.d.ts +3 -0
  38. package/dist/fill/ForbidFill.js +16 -0
  39. package/dist/fill/FrownFill.d.ts +3 -0
  40. package/dist/fill/FrownFill.js +16 -0
  41. package/dist/fill/HeartFill.d.ts +3 -0
  42. package/dist/fill/HeartFill.js +16 -0
  43. package/dist/fill/HomeFill.d.ts +3 -0
  44. package/dist/fill/HomeFill.js +16 -0
  45. package/dist/fill/InformationCircleFill.d.ts +3 -0
  46. package/dist/fill/InformationCircleFill.js +16 -0
  47. package/dist/fill/KouBeiFill.d.ts +3 -0
  48. package/dist/fill/KouBeiFill.js +16 -0
  49. package/dist/fill/LocationFill.d.ts +3 -0
  50. package/dist/fill/LocationFill.js +16 -0
  51. package/dist/fill/LockFill.d.ts +3 -0
  52. package/dist/fill/LockFill.js +16 -0
  53. package/dist/fill/MailFill.d.ts +3 -0
  54. package/dist/fill/MailFill.js +16 -0
  55. package/dist/fill/MessageFill.d.ts +3 -0
  56. package/dist/fill/MessageFill.js +16 -0
  57. package/dist/fill/PhoneFill.d.ts +3 -0
  58. package/dist/fill/PhoneFill.js +16 -0
  59. package/dist/fill/PhonebookFill.d.ts +3 -0
  60. package/dist/fill/PhonebookFill.js +16 -0
  61. package/dist/fill/QuestionCircleFill.d.ts +3 -0
  62. package/dist/fill/QuestionCircleFill.js +16 -0
  63. package/dist/fill/SmileFill.d.ts +3 -0
  64. package/dist/fill/SmileFill.js +16 -0
  65. package/dist/fill/SoundMuteFill.d.ts +3 -0
  66. package/dist/fill/SoundMuteFill.js +16 -0
  67. package/dist/fill/StarFill.d.ts +3 -0
  68. package/dist/fill/StarFill.js +16 -0
  69. package/dist/fill/TeamFill.d.ts +3 -0
  70. package/dist/fill/TeamFill.js +16 -0
  71. package/dist/fill/UserFill.d.ts +3 -0
  72. package/dist/fill/UserFill.js +16 -0
  73. package/dist/fill/WechatPayCircleFill.d.ts +3 -0
  74. package/dist/fill/WechatPayCircleFill.js +16 -0
  75. package/dist/fill/WechatPayFill.d.ts +3 -0
  76. package/dist/fill/WechatPayFill.js +16 -0
  77. package/dist/fill/WechatPaySquareFill.d.ts +3 -0
  78. package/dist/fill/WechatPaySquareFill.js +16 -0
  79. package/dist/fill/index.d.ts +37 -0
  80. package/dist/fill/index.js +37 -0
  81. package/dist/index.d.ts +3 -0
  82. package/dist/index.js +3 -0
  83. package/dist/outline/AAOutline.d.ts +3 -0
  84. package/dist/outline/AAOutline.js +16 -0
  85. package/dist/outline/AcceptanceOutline.d.ts +3 -0
  86. package/dist/outline/AcceptanceOutline.js +16 -0
  87. package/dist/outline/AddCircleOutline.d.ts +3 -0
  88. package/dist/outline/AddCircleOutline.js +16 -0
  89. package/dist/outline/AddOutline.d.ts +3 -0
  90. package/dist/outline/AddOutline.js +16 -0
  91. package/dist/outline/AddSquareOutline.d.ts +3 -0
  92. package/dist/outline/AddSquareOutline.js +16 -0
  93. package/dist/outline/AntOutline.d.ts +3 -0
  94. package/dist/outline/AntOutline.js +16 -0
  95. package/dist/outline/AppOutline.d.ts +3 -0
  96. package/dist/outline/AppOutline.js +16 -0
  97. package/dist/outline/AppstoreOutline.d.ts +3 -0
  98. package/dist/outline/AppstoreOutline.js +16 -0
  99. package/dist/outline/ArrowDownCircleOutline.d.ts +3 -0
  100. package/dist/outline/ArrowDownCircleOutline.js +16 -0
  101. package/dist/outline/ArrowsAltOutline.d.ts +3 -0
  102. package/dist/outline/ArrowsAltOutline.js +16 -0
  103. package/dist/outline/AudioMutedOutline.d.ts +3 -0
  104. package/dist/outline/AudioMutedOutline.js +16 -0
  105. package/dist/outline/AudioOutline.d.ts +3 -0
  106. package/dist/outline/AudioOutline.js +16 -0
  107. package/dist/outline/BankcardOutline.d.ts +3 -0
  108. package/dist/outline/BankcardOutline.js +16 -0
  109. package/dist/outline/BellMuteOutline.d.ts +3 -0
  110. package/dist/outline/BellMuteOutline.js +16 -0
  111. package/dist/outline/BellOutline.d.ts +3 -0
  112. package/dist/outline/BellOutline.js +16 -0
  113. package/dist/outline/BillOutline.d.ts +3 -0
  114. package/dist/outline/BillOutline.js +16 -0
  115. package/dist/outline/CalculatorOutline.d.ts +3 -0
  116. package/dist/outline/CalculatorOutline.js +16 -0
  117. package/dist/outline/CalendarOutline.d.ts +3 -0
  118. package/dist/outline/CalendarOutline.js +16 -0
  119. package/dist/outline/CameraOutline.d.ts +3 -0
  120. package/dist/outline/CameraOutline.js +16 -0
  121. package/dist/outline/ChatAddOutline.d.ts +3 -0
  122. package/dist/outline/ChatAddOutline.js +16 -0
  123. package/dist/outline/ChatCheckOutline.d.ts +3 -0
  124. package/dist/outline/ChatCheckOutline.js +16 -0
  125. package/dist/outline/ChatWrongOutline.d.ts +3 -0
  126. package/dist/outline/ChatWrongOutline.js +16 -0
  127. package/dist/outline/CheckCircleOutline.d.ts +3 -0
  128. package/dist/outline/CheckCircleOutline.js +16 -0
  129. package/dist/outline/CheckOutline.d.ts +3 -0
  130. package/dist/outline/CheckOutline.js +16 -0
  131. package/dist/outline/CheckShieldOutline.d.ts +3 -0
  132. package/dist/outline/CheckShieldOutline.js +16 -0
  133. package/dist/outline/ClockCircleOutline.d.ts +3 -0
  134. package/dist/outline/ClockCircleOutline.js +16 -0
  135. package/dist/outline/CloseCircleOutline.d.ts +3 -0
  136. package/dist/outline/CloseCircleOutline.js +16 -0
  137. package/dist/outline/CloseOutline.d.ts +3 -0
  138. package/dist/outline/CloseOutline.js +16 -0
  139. package/dist/outline/CloseShieldOutline.d.ts +3 -0
  140. package/dist/outline/CloseShieldOutline.js +16 -0
  141. package/dist/outline/CollectMoneyOutline.d.ts +3 -0
  142. package/dist/outline/CollectMoneyOutline.js +16 -0
  143. package/dist/outline/CompassOutline.d.ts +3 -0
  144. package/dist/outline/CompassOutline.js +16 -0
  145. package/dist/outline/CompletedOutline.d.ts +3 -0
  146. package/dist/outline/CompletedOutline.js +16 -0
  147. package/dist/outline/ContentOutline.d.ts +3 -0
  148. package/dist/outline/ContentOutline.js +16 -0
  149. package/dist/outline/CouponOutline.d.ts +3 -0
  150. package/dist/outline/CouponOutline.js +16 -0
  151. package/dist/outline/CustomerSupportOutline.d.ts +3 -0
  152. package/dist/outline/CustomerSupportOutline.js +16 -0
  153. package/dist/outline/DeleteOutline.d.ts +3 -0
  154. package/dist/outline/DeleteOutline.js +16 -0
  155. package/dist/outline/DownCircleOutline.d.ts +3 -0
  156. package/dist/outline/DownCircleOutline.js +16 -0
  157. package/dist/outline/DownOutline.d.ts +3 -0
  158. package/dist/outline/DownOutline.js +16 -0
  159. package/dist/outline/DownlandOutline.d.ts +3 -0
  160. package/dist/outline/DownlandOutline.js +16 -0
  161. package/dist/outline/EditOutline.d.ts +3 -0
  162. package/dist/outline/EditOutline.js +16 -0
  163. package/dist/outline/EnvironmentOutline.d.ts +3 -0
  164. package/dist/outline/EnvironmentOutline.js +16 -0
  165. package/dist/outline/ExclamationCircleOutline.d.ts +3 -0
  166. package/dist/outline/ExclamationCircleOutline.js +16 -0
  167. package/dist/outline/ExclamationOutline.d.ts +3 -0
  168. package/dist/outline/ExclamationOutline.js +16 -0
  169. package/dist/outline/ExclamationShieldOutline.d.ts +3 -0
  170. package/dist/outline/ExclamationShieldOutline.js +16 -0
  171. package/dist/outline/ExclamationTriangleOutline.d.ts +3 -0
  172. package/dist/outline/ExclamationTriangleOutline.js +16 -0
  173. package/dist/outline/EyeInvisibleOutline.d.ts +3 -0
  174. package/dist/outline/EyeInvisibleOutline.js +16 -0
  175. package/dist/outline/EyeOutline.d.ts +3 -0
  176. package/dist/outline/EyeOutline.js +16 -0
  177. package/dist/outline/FaceRecognitionOutline.d.ts +3 -0
  178. package/dist/outline/FaceRecognitionOutline.js +16 -0
  179. package/dist/outline/FileOutline.d.ts +3 -0
  180. package/dist/outline/FileOutline.js +16 -0
  181. package/dist/outline/FileWrongOutline.d.ts +3 -0
  182. package/dist/outline/FileWrongOutline.js +16 -0
  183. package/dist/outline/FilterOutline.d.ts +3 -0
  184. package/dist/outline/FilterOutline.js +16 -0
  185. package/dist/outline/FingerDownOutline.d.ts +3 -0
  186. package/dist/outline/FingerDownOutline.js +16 -0
  187. package/dist/outline/FlagOutline.d.ts +3 -0
  188. package/dist/outline/FlagOutline.js +16 -0
  189. package/dist/outline/FolderOutline.d.ts +3 -0
  190. package/dist/outline/FolderOutline.js +16 -0
  191. package/dist/outline/FormOutlined.d.ts +3 -0
  192. package/dist/outline/FormOutlined.js +16 -0
  193. package/dist/outline/FrownOutline.d.ts +3 -0
  194. package/dist/outline/FrownOutline.js +16 -0
  195. package/dist/outline/GiftOutline.d.ts +3 -0
  196. package/dist/outline/GiftOutline.js +16 -0
  197. package/dist/outline/GlobalOutline.d.ts +3 -0
  198. package/dist/outline/GlobalOutline.js +16 -0
  199. package/dist/outline/HandPayCircleOutline.d.ts +3 -0
  200. package/dist/outline/HandPayCircleOutline.js +16 -0
  201. package/dist/outline/HeartOutline.d.ts +3 -0
  202. package/dist/outline/HeartOutline.js +16 -0
  203. package/dist/outline/HistogramOutline.d.ts +3 -0
  204. package/dist/outline/HistogramOutline.js +16 -0
  205. package/dist/outline/HomeOutline.d.ts +3 -0
  206. package/dist/outline/HomeOutline.js +16 -0
  207. package/dist/outline/InProcessOutline.d.ts +3 -0
  208. package/dist/outline/InProcessOutline.js +16 -0
  209. package/dist/outline/InformationCircleOutline.d.ts +3 -0
  210. package/dist/outline/InformationCircleOutline.js +16 -0
  211. package/dist/outline/KeyOutline.d.ts +3 -0
  212. package/dist/outline/KeyOutline.js +16 -0
  213. package/dist/outline/KouBeiOutline.d.ts +3 -0
  214. package/dist/outline/KouBeiOutline.js +16 -0
  215. package/dist/outline/LeftOutline.d.ts +3 -0
  216. package/dist/outline/LeftOutline.js +16 -0
  217. package/dist/outline/LikeOutline.d.ts +3 -0
  218. package/dist/outline/LikeOutline.js +16 -0
  219. package/dist/outline/LinkOutline.d.ts +3 -0
  220. package/dist/outline/LinkOutline.js +16 -0
  221. package/dist/outline/LocationOutline.d.ts +3 -0
  222. package/dist/outline/LocationOutline.js +16 -0
  223. package/dist/outline/LockOutline.d.ts +3 -0
  224. package/dist/outline/LockOutline.js +16 -0
  225. package/dist/outline/LoopOutline.d.ts +3 -0
  226. package/dist/outline/LoopOutline.js +16 -0
  227. package/dist/outline/MailOpenOutline.d.ts +3 -0
  228. package/dist/outline/MailOpenOutline.js +16 -0
  229. package/dist/outline/MailOutline.d.ts +3 -0
  230. package/dist/outline/MailOutline.js +16 -0
  231. package/dist/outline/MessageOutline.d.ts +3 -0
  232. package/dist/outline/MessageOutline.js +16 -0
  233. package/dist/outline/MinusCircleOutline.d.ts +3 -0
  234. package/dist/outline/MinusCircleOutline.js +16 -0
  235. package/dist/outline/MinusOutline.d.ts +3 -0
  236. package/dist/outline/MinusOutline.js +16 -0
  237. package/dist/outline/MoreOutline.d.ts +3 -0
  238. package/dist/outline/MoreOutline.js +16 -0
  239. package/dist/outline/MovieOutline.d.ts +3 -0
  240. package/dist/outline/MovieOutline.js +16 -0
  241. package/dist/outline/PayCircleOutline.d.ts +3 -0
  242. package/dist/outline/PayCircleOutline.js +16 -0
  243. package/dist/outline/PayOutline.d.ts +3 -0
  244. package/dist/outline/PayOutline.js +16 -0
  245. package/dist/outline/PayPendingOutline.d.ts +3 -0
  246. package/dist/outline/PayPendingOutline.js +16 -0
  247. package/dist/outline/PendingOutline.d.ts +3 -0
  248. package/dist/outline/PendingOutline.js +16 -0
  249. package/dist/outline/PhoneBookOutline.d.ts +3 -0
  250. package/dist/outline/PhoneBookOutline.js +16 -0
  251. package/dist/outline/PictureOutline.d.ts +3 -0
  252. package/dist/outline/PictureOutline.js +16 -0
  253. package/dist/outline/PictureWrongOutline.d.ts +3 -0
  254. package/dist/outline/PictureWrongOutline.js +16 -0
  255. package/dist/outline/PicturesOutline.d.ts +3 -0
  256. package/dist/outline/PicturesOutline.js +16 -0
  257. package/dist/outline/PieOutline.d.ts +3 -0
  258. package/dist/outline/PieOutline.js +16 -0
  259. package/dist/outline/PlayOutline.d.ts +3 -0
  260. package/dist/outline/PlayOutline.js +16 -0
  261. package/dist/outline/QuestionCircleOutline.d.ts +3 -0
  262. package/dist/outline/QuestionCircleOutline.js +16 -0
  263. package/dist/outline/ReceiptOutline.d.ts +3 -0
  264. package/dist/outline/ReceiptOutline.js +16 -0
  265. package/dist/outline/ReceivePaymentOutline.d.ts +3 -0
  266. package/dist/outline/ReceivePaymentOutline.js +16 -0
  267. package/dist/outline/RedoOutline.d.ts +3 -0
  268. package/dist/outline/RedoOutline.js +16 -0
  269. package/dist/outline/RefundOutline.d.ts +3 -0
  270. package/dist/outline/RefundOutline.js +16 -0
  271. package/dist/outline/RightOutline.d.ts +3 -0
  272. package/dist/outline/RightOutline.js +16 -0
  273. package/dist/outline/ScanCodeOutline.d.ts +3 -0
  274. package/dist/outline/ScanCodeOutline.js +16 -0
  275. package/dist/outline/ScanningFaceOutline.d.ts +3 -0
  276. package/dist/outline/ScanningFaceOutline.js +16 -0
  277. package/dist/outline/ScanningOutline.d.ts +3 -0
  278. package/dist/outline/ScanningOutline.js +16 -0
  279. package/dist/outline/SearchOutline.d.ts +3 -0
  280. package/dist/outline/SearchOutline.js +16 -0
  281. package/dist/outline/SendOutline.d.ts +3 -0
  282. package/dist/outline/SendOutline.js +16 -0
  283. package/dist/outline/SetOutline.d.ts +3 -0
  284. package/dist/outline/SetOutline.js +16 -0
  285. package/dist/outline/ShopBagOutline.d.ts +3 -0
  286. package/dist/outline/ShopBagOutline.js +16 -0
  287. package/dist/outline/ShrinkOutline.d.ts +3 -0
  288. package/dist/outline/ShrinkOutline.js +16 -0
  289. package/dist/outline/SmileOutline.d.ts +3 -0
  290. package/dist/outline/SmileOutline.js +16 -0
  291. package/dist/outline/SoundMuteOutline.d.ts +3 -0
  292. package/dist/outline/SoundMuteOutline.js +16 -0
  293. package/dist/outline/SoundOutline.d.ts +3 -0
  294. package/dist/outline/SoundOutline.js +16 -0
  295. package/dist/outline/StarOutline.d.ts +3 -0
  296. package/dist/outline/StarOutline.js +16 -0
  297. package/dist/outline/StopOutline.d.ts +3 -0
  298. package/dist/outline/StopOutline.js +16 -0
  299. package/dist/outline/SystemQRCodeOutline.d.ts +3 -0
  300. package/dist/outline/SystemQRCodeOutline.js +16 -0
  301. package/dist/outline/TagOutline.d.ts +3 -0
  302. package/dist/outline/TagOutline.js +16 -0
  303. package/dist/outline/TeamOutline.d.ts +3 -0
  304. package/dist/outline/TeamOutline.js +16 -0
  305. package/dist/outline/TextDeletionOutline.d.ts +3 -0
  306. package/dist/outline/TextDeletionOutline.js +16 -0
  307. package/dist/outline/TextOutline.d.ts +3 -0
  308. package/dist/outline/TextOutline.js +16 -0
  309. package/dist/outline/TransportQRCodeOutline.d.ts +3 -0
  310. package/dist/outline/TransportQRCodeOutline.js +16 -0
  311. package/dist/outline/TravelOutline.d.ts +3 -0
  312. package/dist/outline/TravelOutline.js +16 -0
  313. package/dist/outline/TruckOutline.d.ts +3 -0
  314. package/dist/outline/TruckOutline.js +16 -0
  315. package/dist/outline/UndoOutline.d.ts +3 -0
  316. package/dist/outline/UndoOutline.js +16 -0
  317. package/dist/outline/UnlockOutline.d.ts +3 -0
  318. package/dist/outline/UnlockOutline.js +16 -0
  319. package/dist/outline/UnorderedListOutline.d.ts +3 -0
  320. package/dist/outline/UnorderedListOutline.js +16 -0
  321. package/dist/outline/UpCircleOutline.d.ts +3 -0
  322. package/dist/outline/UpCircleOutline.js +16 -0
  323. package/dist/outline/UpOutline.d.ts +3 -0
  324. package/dist/outline/UpOutline.js +16 -0
  325. package/dist/outline/UploadOutline.d.ts +3 -0
  326. package/dist/outline/UploadOutline.js +16 -0
  327. package/dist/outline/UserAddOutline.d.ts +3 -0
  328. package/dist/outline/UserAddOutline.js +16 -0
  329. package/dist/outline/UserCircleOutline.d.ts +3 -0
  330. package/dist/outline/UserCircleOutline.js +16 -0
  331. package/dist/outline/UserContactOutline.d.ts +3 -0
  332. package/dist/outline/UserContactOutline.js +16 -0
  333. package/dist/outline/UserOutline.d.ts +3 -0
  334. package/dist/outline/UserOutline.js +16 -0
  335. package/dist/outline/UserSetOutline.d.ts +3 -0
  336. package/dist/outline/UserSetOutline.js +16 -0
  337. package/dist/outline/VideoOutline.d.ts +3 -0
  338. package/dist/outline/VideoOutline.js +16 -0
  339. package/dist/outline/WalletOutline.d.ts +3 -0
  340. package/dist/outline/WalletOutline.js +16 -0
  341. package/dist/outline/WechatPayOutline.d.ts +3 -0
  342. package/dist/outline/WechatPayOutline.js +16 -0
  343. package/dist/outline/index.d.ts +130 -0
  344. package/dist/outline/index.js +130 -0
  345. package/dist/style/global.scss +684 -0
  346. package/dist/style/iconfont.json +1178 -0
  347. package/dist/style/iconfont.ttf +0 -0
  348. package/dist/style/iconfont.woff +0 -0
  349. package/dist/style/iconfont.woff2 +0 -0
  350. package/package.json +82 -0
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const AppOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var AppOutline = function AppOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "AppOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const AppstoreOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var AppstoreOutline = function AppstoreOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "AppstoreOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const ArrowDownCircleOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var ArrowDownCircleOutline = function ArrowDownCircleOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "ArrowDownCircleOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const ArrowsAltOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var ArrowsAltOutline = function ArrowsAltOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "ArrowsAltOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const AudioMutedOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var AudioMutedOutline = function AudioMutedOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "AudioMutedOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const AudioOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var AudioOutline = function AudioOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "AudioOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const BankcardOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var BankcardOutline = function BankcardOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "BankcardOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const BellMuteOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var BellMuteOutline = function BellMuteOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "BellMuteOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const BellOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var BellOutline = function BellOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "BellOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const BillOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var BillOutline = function BillOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "BillOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CalculatorOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CalculatorOutline = function CalculatorOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CalculatorOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CalendarOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CalendarOutline = function CalendarOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CalendarOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CameraOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CameraOutline = function CameraOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CameraOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const ChatAddOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var ChatAddOutline = function ChatAddOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "ChatAddOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const ChatCheckOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var ChatCheckOutline = function ChatCheckOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "ChatCheckOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const ChatWrongOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var ChatWrongOutline = function ChatWrongOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "ChatWrongOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CheckCircleOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CheckCircleOutline = function CheckCircleOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CheckCircleOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CheckOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CheckOutline = function CheckOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CheckOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CheckShieldOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CheckShieldOutline = function CheckShieldOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CheckShieldOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const ClockCircleOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var ClockCircleOutline = function ClockCircleOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "ClockCircleOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CloseCircleOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CloseCircleOutline = function CloseCircleOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CloseCircleOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CloseOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CloseOutline = function CloseOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CloseOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CloseShieldOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CloseShieldOutline = function CloseShieldOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CloseShieldOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CollectMoneyOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CollectMoneyOutline = function CollectMoneyOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CollectMoneyOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const CompassOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var CompassOutline = function CompassOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "CompassOutline"), className]),
14
+ style: style
15
+ }));
16
+ };