@fe-free/icons 6.0.2 → 6.0.4

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 (328) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -2
  3. package/scripts/generate-icons.js +1 -1
  4. package/src/icons/AccountBookTwotone.tsx +12 -0
  5. package/src/icons/AlertTwotone.tsx +11 -0
  6. package/src/icons/ApiTwotone.tsx +11 -0
  7. package/src/icons/AppstoreTwotone.tsx +11 -0
  8. package/src/icons/ArrowUpOutlined.tsx +3 -2
  9. package/src/icons/AudioTwotone.tsx +12 -0
  10. package/src/icons/BankTwotone.tsx +11 -0
  11. package/src/icons/BellTwotone.tsx +11 -0
  12. package/src/icons/BookTwotone.tsx +12 -0
  13. package/src/icons/BoxPlotTwotone.tsx +11 -0
  14. package/src/icons/BugTwotone.tsx +11 -0
  15. package/src/icons/BuildTwotone.tsx +11 -0
  16. package/src/icons/BulbTwotone.tsx +11 -0
  17. package/src/icons/CalculatorTwotone.tsx +12 -0
  18. package/src/icons/CalendarTwotone.tsx +11 -0
  19. package/src/icons/CameraTwotone.tsx +12 -0
  20. package/src/icons/CarTwotone.tsx +13 -0
  21. package/src/icons/CarryOutTwotone.tsx +12 -0
  22. package/src/icons/CheckCircleTwotone.tsx +12 -0
  23. package/src/icons/CheckSquareTwotone.tsx +12 -0
  24. package/src/icons/CiCircleTwotone.tsx +12 -0
  25. package/src/icons/CiTwotone.tsx +12 -0
  26. package/src/icons/ClockCircleTwotone.tsx +12 -0
  27. package/src/icons/CloseCircleOutlined.tsx +2 -4
  28. package/src/icons/CloseCircleTwotone.tsx +12 -0
  29. package/src/icons/CloseOutlined.tsx +2 -3
  30. package/src/icons/CloseSquareTwotone.tsx +12 -0
  31. package/src/icons/CloudTwotone.tsx +11 -0
  32. package/src/icons/CodeTwotone.tsx +12 -0
  33. package/src/icons/CompassOutlined.tsx +3 -3
  34. package/src/icons/CompassTwotone.tsx +12 -0
  35. package/src/icons/ContactsTwotone.tsx +13 -0
  36. package/src/icons/ContainerTwotone.tsx +13 -0
  37. package/src/icons/ControlTwotone.tsx +13 -0
  38. package/src/icons/CopyTwotone.tsx +12 -0
  39. package/src/icons/CopyrightCircleTwotone.tsx +16 -0
  40. package/src/icons/CopyrightTwotone.tsx +12 -0
  41. package/src/icons/CreditCardTwotone.tsx +12 -0
  42. package/src/icons/CrownTwotone.tsx +13 -0
  43. package/src/icons/CustomerServiceTwotone.tsx +15 -0
  44. package/src/icons/DashboardTwotone.tsx +13 -0
  45. package/src/icons/DatabaseTwotone.tsx +12 -0
  46. package/src/icons/DeleteOutlined.tsx +3 -2
  47. package/src/icons/DeleteTwotone.tsx +11 -0
  48. package/src/icons/DiffTwotone.tsx +13 -0
  49. package/src/icons/DislikeTwotone.tsx +11 -0
  50. package/src/icons/DollarCircleTwotone.tsx +13 -0
  51. package/src/icons/DollarTwotone.tsx +13 -0
  52. package/src/icons/DownCircleTwotone.tsx +12 -0
  53. package/src/icons/DownSquareTwotone.tsx +12 -0
  54. package/src/icons/DownloadOutlined.tsx +3 -2
  55. package/src/icons/EditOutlined.tsx +3 -2
  56. package/src/icons/EditTwotone.tsx +11 -0
  57. package/src/icons/EnvironmentTwotone.tsx +12 -0
  58. package/src/icons/EuroCircleTwotone.tsx +12 -0
  59. package/src/icons/EuroTwotone.tsx +12 -0
  60. package/src/icons/ExclamationCircleTwotone.tsx +16 -0
  61. package/src/icons/ExperimentTwotone.tsx +12 -0
  62. package/src/icons/EyeInvisibleTwotone.tsx +14 -0
  63. package/src/icons/EyeTwotone.tsx +13 -0
  64. package/src/icons/FileAddTwotone.tsx +12 -0
  65. package/src/icons/FileExcelTwotone.tsx +12 -0
  66. package/src/icons/FileExclamationTwotone.tsx +16 -0
  67. package/src/icons/FileImageTwotone.tsx +12 -0
  68. package/src/icons/FileMarkdownTwotone.tsx +12 -0
  69. package/src/icons/FilePdfTwotone.tsx +14 -0
  70. package/src/icons/FilePptTwotone.tsx +13 -0
  71. package/src/icons/FileTextTwotone.tsx +12 -0
  72. package/src/icons/FileTwotone.tsx +11 -0
  73. package/src/icons/FileUnknownTwotone.tsx +12 -0
  74. package/src/icons/FileWordTwotone.tsx +12 -0
  75. package/src/icons/FileZipTwotone.tsx +13 -0
  76. package/src/icons/FilterTwotone.tsx +11 -0
  77. package/src/icons/FireTwotone.tsx +11 -0
  78. package/src/icons/FlagTwotone.tsx +12 -0
  79. package/src/icons/FolderAddTwotone.tsx +12 -0
  80. package/src/icons/FolderOpenTwotone.tsx +11 -0
  81. package/src/icons/FolderTwotone.tsx +11 -0
  82. package/src/icons/FrownTwotone.tsx +12 -0
  83. package/src/icons/FundTwotone.tsx +12 -0
  84. package/src/icons/FunnelPlotTwotone.tsx +11 -0
  85. package/src/icons/GiftTwotone.tsx +11 -0
  86. package/src/icons/GoldTwotone.tsx +11 -0
  87. package/src/icons/HddTwotone.tsx +12 -0
  88. package/src/icons/HeartTwotone.tsx +11 -0
  89. package/src/icons/HighlightTwotone.tsx +11 -0
  90. package/src/icons/HomeTwotone.tsx +11 -0
  91. package/src/icons/HourglassTwotone.tsx +11 -0
  92. package/src/icons/Html5Twotone.tsx +12 -0
  93. package/src/icons/IdcardTwotone.tsx +13 -0
  94. package/src/icons/InfoCircleTwotone.tsx +12 -0
  95. package/src/icons/InsuranceTwotone.tsx +13 -0
  96. package/src/icons/InteractionTwotone.tsx +12 -0
  97. package/src/icons/LayoutTwotone.tsx +11 -0
  98. package/src/icons/LeftCircleTwotone.tsx +12 -0
  99. package/src/icons/LeftSquareTwotone.tsx +12 -0
  100. package/src/icons/LikeTwotone.tsx +11 -0
  101. package/src/icons/LockTwotone.tsx +12 -0
  102. package/src/icons/MailTwotone.tsx +12 -0
  103. package/src/icons/MedicineBoxTwotone.tsx +12 -0
  104. package/src/icons/MehTwotone.tsx +12 -0
  105. package/src/icons/MessageTwotone.tsx +13 -0
  106. package/src/icons/MinusCircleTwotone.tsx +12 -0
  107. package/src/icons/MinusSquareTwotone.tsx +12 -0
  108. package/src/icons/MobileTwotone.tsx +12 -0
  109. package/src/icons/MoneyCollectTwotone.tsx +12 -0
  110. package/src/icons/NotificationTwotone.tsx +11 -0
  111. package/src/icons/PauseCircleTwotone.tsx +12 -0
  112. package/src/icons/PauseOutlined.tsx +3 -3
  113. package/src/icons/PhoneTwotone.tsx +11 -0
  114. package/src/icons/PictureTwotone.tsx +14 -0
  115. package/src/icons/PieChartTwotone.tsx +14 -0
  116. package/src/icons/PlayCircleTwotone.tsx +12 -0
  117. package/src/icons/PlaySquareTwotone.tsx +12 -0
  118. package/src/icons/PlusCircleTwotone.tsx +12 -0
  119. package/src/icons/PlusOutlined.tsx +4 -2
  120. package/src/icons/PlusSquareTwotone.tsx +12 -0
  121. package/src/icons/PoundCircleTwotone.tsx +12 -0
  122. package/src/icons/PrinterTwotone.tsx +12 -0
  123. package/src/icons/ProfileTwotone.tsx +12 -0
  124. package/src/icons/ProjectTwotone.tsx +12 -0
  125. package/src/icons/PropertySafetyTwotone.tsx +16 -0
  126. package/src/icons/PushpinTwotone.tsx +11 -0
  127. package/src/icons/QuestionCircleTwotone.tsx +16 -0
  128. package/src/icons/ReconciliationTwotone.tsx +18 -0
  129. package/src/icons/RedEnvelopeTwotone.tsx +13 -0
  130. package/src/icons/RestTwotone.tsx +12 -0
  131. package/src/icons/RightCircleTwotone.tsx +12 -0
  132. package/src/icons/RightSquareTwotone.tsx +12 -0
  133. package/src/icons/RocketTwotone.tsx +12 -0
  134. package/src/icons/SafetyCertificateTwotone.tsx +16 -0
  135. package/src/icons/SaveTwotone.tsx +12 -0
  136. package/src/icons/ScheduleTwotone.tsx +13 -0
  137. package/src/icons/SearchOutlined.tsx +3 -2
  138. package/src/icons/SecurityScanTwotone.tsx +13 -0
  139. package/src/icons/SettingOutlined.tsx +3 -2
  140. package/src/icons/SettingTwotone.tsx +13 -0
  141. package/src/icons/ShopTwotone.tsx +11 -0
  142. package/src/icons/ShoppingTwotone.tsx +11 -0
  143. package/src/icons/SkinTwotone.tsx +11 -0
  144. package/src/icons/SlidersTwotone.tsx +11 -0
  145. package/src/icons/SmileTwotone.tsx +12 -0
  146. package/src/icons/SnippetsTwotone.tsx +11 -0
  147. package/src/icons/SoundTwotone.tsx +11 -0
  148. package/src/icons/StarTwotone.tsx +11 -0
  149. package/src/icons/StopTwotone.tsx +11 -0
  150. package/src/icons/SwitcherTwotone.tsx +13 -0
  151. package/src/icons/SyncOutlined.tsx +3 -3
  152. package/src/icons/TabletTwotone.tsx +12 -0
  153. package/src/icons/TagTwotone.tsx +12 -0
  154. package/src/icons/TagsTwotone.tsx +13 -0
  155. package/src/icons/ThunderboltTwotone.tsx +11 -0
  156. package/src/icons/ToolTwotone.tsx +11 -0
  157. package/src/icons/TrademarkCircleTwotone.tsx +17 -0
  158. package/src/icons/TrophyTwotone.tsx +11 -0
  159. package/src/icons/UnlockTwotone.tsx +12 -0
  160. package/src/icons/UpCircleTwotone.tsx +12 -0
  161. package/src/icons/UpSquareTwotone.tsx +12 -0
  162. package/src/icons/UsbTwotone.tsx +12 -0
  163. package/src/icons/VideoCameraTwotone.tsx +12 -0
  164. package/src/icons/WalletTwotone.tsx +13 -0
  165. package/src/icons/WarningTwotone.tsx +12 -0
  166. package/src/index.ts +150 -0
  167. package/src/svgs/outlined/arrow-up.svg +3 -2
  168. package/src/svgs/outlined/close-circle.svg +2 -4
  169. package/src/svgs/outlined/close.svg +2 -3
  170. package/src/svgs/outlined/compass.svg +3 -3
  171. package/src/svgs/outlined/delete.svg +3 -2
  172. package/src/svgs/outlined/download.svg +3 -2
  173. package/src/svgs/outlined/edit.svg +3 -2
  174. package/src/svgs/outlined/pause.svg +3 -3
  175. package/src/svgs/outlined/plus.svg +4 -2
  176. package/src/svgs/outlined/search.svg +3 -2
  177. package/src/svgs/outlined/setting.svg +3 -2
  178. package/src/svgs/outlined/sync.svg +3 -3
  179. package/src/svgs/twotone/account-book.svg +6 -0
  180. package/src/svgs/twotone/alert.svg +5 -0
  181. package/src/svgs/twotone/api.svg +5 -0
  182. package/src/svgs/twotone/appstore.svg +5 -0
  183. package/src/svgs/twotone/audio.svg +6 -0
  184. package/src/svgs/twotone/bank.svg +5 -0
  185. package/src/svgs/twotone/bell.svg +5 -0
  186. package/src/svgs/twotone/book.svg +6 -0
  187. package/src/svgs/twotone/box-plot.svg +5 -0
  188. package/src/svgs/twotone/bug.svg +5 -0
  189. package/src/svgs/twotone/build.svg +5 -0
  190. package/src/svgs/twotone/bulb.svg +5 -0
  191. package/src/svgs/twotone/calculator.svg +6 -0
  192. package/src/svgs/twotone/calendar.svg +5 -0
  193. package/src/svgs/twotone/camera.svg +6 -0
  194. package/src/svgs/twotone/car.svg +7 -0
  195. package/src/svgs/twotone/carry-out.svg +6 -0
  196. package/src/svgs/twotone/check-circle.svg +6 -0
  197. package/src/svgs/twotone/check-square.svg +6 -0
  198. package/src/svgs/twotone/ci-circle.svg +6 -0
  199. package/src/svgs/twotone/ci.svg +6 -0
  200. package/src/svgs/twotone/clock-circle.svg +6 -0
  201. package/src/svgs/twotone/close-circle.svg +6 -0
  202. package/src/svgs/twotone/close-square.svg +6 -0
  203. package/src/svgs/twotone/cloud.svg +5 -0
  204. package/src/svgs/twotone/code.svg +6 -0
  205. package/src/svgs/twotone/compass.svg +6 -0
  206. package/src/svgs/twotone/contacts.svg +7 -0
  207. package/src/svgs/twotone/container.svg +7 -0
  208. package/src/svgs/twotone/control.svg +7 -0
  209. package/src/svgs/twotone/copy.svg +6 -0
  210. package/src/svgs/twotone/copyright-circle.svg +6 -0
  211. package/src/svgs/twotone/copyright.svg +6 -0
  212. package/src/svgs/twotone/credit-card.svg +6 -0
  213. package/src/svgs/twotone/crown.svg +7 -0
  214. package/src/svgs/twotone/customer-service.svg +5 -0
  215. package/src/svgs/twotone/dashboard.svg +7 -0
  216. package/src/svgs/twotone/database.svg +6 -0
  217. package/src/svgs/twotone/delete.svg +5 -0
  218. package/src/svgs/twotone/diff.svg +7 -0
  219. package/src/svgs/twotone/dislike.svg +5 -0
  220. package/src/svgs/twotone/dollar-circle.svg +7 -0
  221. package/src/svgs/twotone/dollar.svg +7 -0
  222. package/src/svgs/twotone/down-circle.svg +6 -0
  223. package/src/svgs/twotone/down-square.svg +6 -0
  224. package/src/svgs/twotone/edit.svg +5 -0
  225. package/src/svgs/twotone/environment.svg +6 -0
  226. package/src/svgs/twotone/euro-circle.svg +6 -0
  227. package/src/svgs/twotone/euro.svg +6 -0
  228. package/src/svgs/twotone/exclamation-circle.svg +6 -0
  229. package/src/svgs/twotone/experiment.svg +6 -0
  230. package/src/svgs/twotone/eye-invisible.svg +8 -0
  231. package/src/svgs/twotone/eye.svg +7 -0
  232. package/src/svgs/twotone/file-add.svg +6 -0
  233. package/src/svgs/twotone/file-excel.svg +6 -0
  234. package/src/svgs/twotone/file-exclamation.svg +6 -0
  235. package/src/svgs/twotone/file-image.svg +6 -0
  236. package/src/svgs/twotone/file-markdown.svg +6 -0
  237. package/src/svgs/twotone/file-pdf.svg +8 -0
  238. package/src/svgs/twotone/file-ppt.svg +7 -0
  239. package/src/svgs/twotone/file-text.svg +6 -0
  240. package/src/svgs/twotone/file-unknown.svg +6 -0
  241. package/src/svgs/twotone/file-word.svg +6 -0
  242. package/src/svgs/twotone/file-zip.svg +7 -0
  243. package/src/svgs/twotone/file.svg +5 -0
  244. package/src/svgs/twotone/filter.svg +5 -0
  245. package/src/svgs/twotone/fire.svg +5 -0
  246. package/src/svgs/twotone/flag.svg +6 -0
  247. package/src/svgs/twotone/folder-add.svg +6 -0
  248. package/src/svgs/twotone/folder-open.svg +5 -0
  249. package/src/svgs/twotone/folder.svg +5 -0
  250. package/src/svgs/twotone/frown.svg +6 -0
  251. package/src/svgs/twotone/fund.svg +6 -0
  252. package/src/svgs/twotone/funnel-plot.svg +5 -0
  253. package/src/svgs/twotone/gift.svg +5 -0
  254. package/src/svgs/twotone/gold.svg +5 -0
  255. package/src/svgs/twotone/hdd.svg +6 -0
  256. package/src/svgs/twotone/heart.svg +5 -0
  257. package/src/svgs/twotone/highlight.svg +5 -0
  258. package/src/svgs/twotone/home.svg +5 -0
  259. package/src/svgs/twotone/hourglass.svg +5 -0
  260. package/src/svgs/twotone/html5.svg +6 -0
  261. package/src/svgs/twotone/idcard.svg +7 -0
  262. package/src/svgs/twotone/info-circle.svg +6 -0
  263. package/src/svgs/twotone/insurance.svg +7 -0
  264. package/src/svgs/twotone/interaction.svg +6 -0
  265. package/src/svgs/twotone/layout.svg +5 -0
  266. package/src/svgs/twotone/left-circle.svg +6 -0
  267. package/src/svgs/twotone/left-square.svg +6 -0
  268. package/src/svgs/twotone/like.svg +5 -0
  269. package/src/svgs/twotone/lock.svg +6 -0
  270. package/src/svgs/twotone/mail.svg +6 -0
  271. package/src/svgs/twotone/medicine-box.svg +6 -0
  272. package/src/svgs/twotone/meh.svg +6 -0
  273. package/src/svgs/twotone/message.svg +7 -0
  274. package/src/svgs/twotone/minus-circle.svg +6 -0
  275. package/src/svgs/twotone/minus-square.svg +6 -0
  276. package/src/svgs/twotone/mobile.svg +6 -0
  277. package/src/svgs/twotone/money-collect.svg +6 -0
  278. package/src/svgs/twotone/notification.svg +5 -0
  279. package/src/svgs/twotone/pause-circle.svg +6 -0
  280. package/src/svgs/twotone/phone.svg +5 -0
  281. package/src/svgs/twotone/picture.svg +8 -0
  282. package/src/svgs/twotone/pie-chart.svg +8 -0
  283. package/src/svgs/twotone/play-circle.svg +6 -0
  284. package/src/svgs/twotone/play-square.svg +6 -0
  285. package/src/svgs/twotone/plus-circle.svg +6 -0
  286. package/src/svgs/twotone/plus-square.svg +6 -0
  287. package/src/svgs/twotone/pound-circle.svg +6 -0
  288. package/src/svgs/twotone/printer.svg +6 -0
  289. package/src/svgs/twotone/profile.svg +6 -0
  290. package/src/svgs/twotone/project.svg +6 -0
  291. package/src/svgs/twotone/property-safety.svg +6 -0
  292. package/src/svgs/twotone/pushpin.svg +5 -0
  293. package/src/svgs/twotone/question-circle.svg +6 -0
  294. package/src/svgs/twotone/reconciliation.svg +8 -0
  295. package/src/svgs/twotone/red-envelope.svg +7 -0
  296. package/src/svgs/twotone/rest.svg +6 -0
  297. package/src/svgs/twotone/right-circle.svg +6 -0
  298. package/src/svgs/twotone/right-square.svg +6 -0
  299. package/src/svgs/twotone/rocket.svg +6 -0
  300. package/src/svgs/twotone/safety-certificate.svg +6 -0
  301. package/src/svgs/twotone/save.svg +6 -0
  302. package/src/svgs/twotone/schedule.svg +7 -0
  303. package/src/svgs/twotone/security-scan.svg +7 -0
  304. package/src/svgs/twotone/setting.svg +7 -0
  305. package/src/svgs/twotone/shop.svg +5 -0
  306. package/src/svgs/twotone/shopping.svg +5 -0
  307. package/src/svgs/twotone/skin.svg +5 -0
  308. package/src/svgs/twotone/sliders.svg +5 -0
  309. package/src/svgs/twotone/smile.svg +6 -0
  310. package/src/svgs/twotone/snippets.svg +5 -0
  311. package/src/svgs/twotone/sound.svg +5 -0
  312. package/src/svgs/twotone/star.svg +5 -0
  313. package/src/svgs/twotone/stop.svg +5 -0
  314. package/src/svgs/twotone/switcher.svg +7 -0
  315. package/src/svgs/twotone/tablet.svg +6 -0
  316. package/src/svgs/twotone/tag.svg +6 -0
  317. package/src/svgs/twotone/tags.svg +7 -0
  318. package/src/svgs/twotone/thunderbolt.svg +5 -0
  319. package/src/svgs/twotone/tool.svg +5 -0
  320. package/src/svgs/twotone/trademark-circle.svg +7 -0
  321. package/src/svgs/twotone/trophy.svg +5 -0
  322. package/src/svgs/twotone/unlock.svg +6 -0
  323. package/src/svgs/twotone/up-circle.svg +6 -0
  324. package/src/svgs/twotone/up-square.svg +6 -0
  325. package/src/svgs/twotone/usb.svg +6 -0
  326. package/src/svgs/twotone/video-camera.svg +6 -0
  327. package/src/svgs/twotone/wallet.svg +7 -0
  328. package/src/svgs/twotone/warning.svg +6 -0
package/src/index.ts CHANGED
@@ -5,9 +5,11 @@ export default Icons;
5
5
 
6
6
  export { AccountBookFilled } from './icons/AccountBookFilled';
7
7
  export { AccountBookOutlined } from './icons/AccountBookOutlined';
8
+ export { AccountBookTwotone } from './icons/AccountBookTwotone';
8
9
  export { AimOutlined } from './icons/AimOutlined';
9
10
  export { AlertFilled } from './icons/AlertFilled';
10
11
  export { AlertOutlined } from './icons/AlertOutlined';
12
+ export { AlertTwotone } from './icons/AlertTwotone';
11
13
  export { AlibabaOutlined } from './icons/AlibabaOutlined';
12
14
  export { AlignCenterOutlined } from './icons/AlignCenterOutlined';
13
15
  export { AlignLeftOutlined } from './icons/AlignLeftOutlined';
@@ -30,11 +32,13 @@ export { AntDesignOutlined } from './icons/AntDesignOutlined';
30
32
  export { ApartmentOutlined } from './icons/ApartmentOutlined';
31
33
  export { ApiFilled } from './icons/ApiFilled';
32
34
  export { ApiOutlined } from './icons/ApiOutlined';
35
+ export { ApiTwotone } from './icons/ApiTwotone';
33
36
  export { AppleFilled } from './icons/AppleFilled';
34
37
  export { AppleOutlined } from './icons/AppleOutlined';
35
38
  export { AppstoreAddOutlined } from './icons/AppstoreAddOutlined';
36
39
  export { AppstoreFilled } from './icons/AppstoreFilled';
37
40
  export { AppstoreOutlined } from './icons/AppstoreOutlined';
41
+ export { AppstoreTwotone } from './icons/AppstoreTwotone';
38
42
  export { AreaChartOutlined } from './icons/AreaChartOutlined';
39
43
  export { ArrowDownOutlined } from './icons/ArrowDownOutlined';
40
44
  export { ArrowLeftOutlined } from './icons/ArrowLeftOutlined';
@@ -44,12 +48,14 @@ export { ArrowUpOutlined } from './icons/ArrowUpOutlined';
44
48
  export { AudioFilled } from './icons/AudioFilled';
45
49
  export { AudioMutedOutlined } from './icons/AudioMutedOutlined';
46
50
  export { AudioOutlined } from './icons/AudioOutlined';
51
+ export { AudioTwotone } from './icons/AudioTwotone';
47
52
  export { AuditOutlined } from './icons/AuditOutlined';
48
53
  export { BackwardFilled } from './icons/BackwardFilled';
49
54
  export { BackwardOutlined } from './icons/BackwardOutlined';
50
55
  export { BaiduOutlined } from './icons/BaiduOutlined';
51
56
  export { BankFilled } from './icons/BankFilled';
52
57
  export { BankOutlined } from './icons/BankOutlined';
58
+ export { BankTwotone } from './icons/BankTwotone';
53
59
  export { BarChartOutlined } from './icons/BarChartOutlined';
54
60
  export { BarcodeOutlined } from './icons/BarcodeOutlined';
55
61
  export { BarsOutlined } from './icons/BarsOutlined';
@@ -59,6 +65,7 @@ export { BehanceSquareFilled } from './icons/BehanceSquareFilled';
59
65
  export { BehanceSquareOutlined } from './icons/BehanceSquareOutlined';
60
66
  export { BellFilled } from './icons/BellFilled';
61
67
  export { BellOutlined } from './icons/BellOutlined';
68
+ export { BellTwotone } from './icons/BellTwotone';
62
69
  export { BgColorsOutlined } from './icons/BgColorsOutlined';
63
70
  export { BilibiliFilled } from './icons/BilibiliFilled';
64
71
  export { BilibiliOutlined } from './icons/BilibiliOutlined';
@@ -66,6 +73,7 @@ export { BlockOutlined } from './icons/BlockOutlined';
66
73
  export { BoldOutlined } from './icons/BoldOutlined';
67
74
  export { BookFilled } from './icons/BookFilled';
68
75
  export { BookOutlined } from './icons/BookOutlined';
76
+ export { BookTwotone } from './icons/BookTwotone';
69
77
  export { BorderBottomOutlined } from './icons/BorderBottomOutlined';
70
78
  export { BorderHorizontalOutlined } from './icons/BorderHorizontalOutlined';
71
79
  export { BorderInnerOutlined } from './icons/BorderInnerOutlined';
@@ -78,19 +86,26 @@ export { BorderTopOutlined } from './icons/BorderTopOutlined';
78
86
  export { BorderVerticleOutlined } from './icons/BorderVerticleOutlined';
79
87
  export { BoxPlotFilled } from './icons/BoxPlotFilled';
80
88
  export { BoxPlotOutlined } from './icons/BoxPlotOutlined';
89
+ export { BoxPlotTwotone } from './icons/BoxPlotTwotone';
81
90
  export { BranchesOutlined } from './icons/BranchesOutlined';
82
91
  export { BugFilled } from './icons/BugFilled';
83
92
  export { BugOutlined } from './icons/BugOutlined';
93
+ export { BugTwotone } from './icons/BugTwotone';
84
94
  export { BuildFilled } from './icons/BuildFilled';
85
95
  export { BuildOutlined } from './icons/BuildOutlined';
96
+ export { BuildTwotone } from './icons/BuildTwotone';
86
97
  export { BulbFilled } from './icons/BulbFilled';
87
98
  export { BulbOutlined } from './icons/BulbOutlined';
99
+ export { BulbTwotone } from './icons/BulbTwotone';
88
100
  export { CalculatorFilled } from './icons/CalculatorFilled';
89
101
  export { CalculatorOutlined } from './icons/CalculatorOutlined';
102
+ export { CalculatorTwotone } from './icons/CalculatorTwotone';
90
103
  export { CalendarFilled } from './icons/CalendarFilled';
91
104
  export { CalendarOutlined } from './icons/CalendarOutlined';
105
+ export { CalendarTwotone } from './icons/CalendarTwotone';
92
106
  export { CameraFilled } from './icons/CameraFilled';
93
107
  export { CameraOutlined } from './icons/CameraOutlined';
108
+ export { CameraTwotone } from './icons/CameraTwotone';
94
109
  export { CaretDownFilled } from './icons/CaretDownFilled';
95
110
  export { CaretDownOutlined } from './icons/CaretDownOutlined';
96
111
  export { CaretLeftFilled } from './icons/CaretLeftFilled';
@@ -103,29 +118,39 @@ export { CarFilled } from './icons/CarFilled';
103
118
  export { CarOutlined } from './icons/CarOutlined';
104
119
  export { CarryOutFilled } from './icons/CarryOutFilled';
105
120
  export { CarryOutOutlined } from './icons/CarryOutOutlined';
121
+ export { CarryOutTwotone } from './icons/CarryOutTwotone';
122
+ export { CarTwotone } from './icons/CarTwotone';
106
123
  export { CheckCircleFilled } from './icons/CheckCircleFilled';
107
124
  export { CheckCircleOutlined } from './icons/CheckCircleOutlined';
125
+ export { CheckCircleTwotone } from './icons/CheckCircleTwotone';
108
126
  export { CheckOutlined } from './icons/CheckOutlined';
109
127
  export { CheckSquareFilled } from './icons/CheckSquareFilled';
110
128
  export { CheckSquareOutlined } from './icons/CheckSquareOutlined';
129
+ export { CheckSquareTwotone } from './icons/CheckSquareTwotone';
111
130
  export { ChromeFilled } from './icons/ChromeFilled';
112
131
  export { ChromeOutlined } from './icons/ChromeOutlined';
113
132
  export { CiCircleFilled } from './icons/CiCircleFilled';
114
133
  export { CiCircleOutlined } from './icons/CiCircleOutlined';
134
+ export { CiCircleTwotone } from './icons/CiCircleTwotone';
115
135
  export { CiOutlined } from './icons/CiOutlined';
136
+ export { CiTwotone } from './icons/CiTwotone';
116
137
  export { ClearOutlined } from './icons/ClearOutlined';
117
138
  export { ClockCircleFilled } from './icons/ClockCircleFilled';
118
139
  export { ClockCircleOutlined } from './icons/ClockCircleOutlined';
140
+ export { ClockCircleTwotone } from './icons/ClockCircleTwotone';
119
141
  export { CloseCircleFilled } from './icons/CloseCircleFilled';
120
142
  export { CloseCircleOutlined } from './icons/CloseCircleOutlined';
143
+ export { CloseCircleTwotone } from './icons/CloseCircleTwotone';
121
144
  export { CloseOutlined } from './icons/CloseOutlined';
122
145
  export { CloseSquareFilled } from './icons/CloseSquareFilled';
123
146
  export { CloseSquareOutlined } from './icons/CloseSquareOutlined';
147
+ export { CloseSquareTwotone } from './icons/CloseSquareTwotone';
124
148
  export { CloudDownloadOutlined } from './icons/CloudDownloadOutlined';
125
149
  export { CloudFilled } from './icons/CloudFilled';
126
150
  export { CloudOutlined } from './icons/CloudOutlined';
127
151
  export { CloudServerOutlined } from './icons/CloudServerOutlined';
128
152
  export { CloudSyncOutlined } from './icons/CloudSyncOutlined';
153
+ export { CloudTwotone } from './icons/CloudTwotone';
129
154
  export { CloudUploadOutlined } from './icons/CloudUploadOutlined';
130
155
  export { ClusterOutlined } from './icons/ClusterOutlined';
131
156
  export { CodeFilled } from './icons/CodeFilled';
@@ -137,46 +162,61 @@ export { CodepenSquareFilled } from './icons/CodepenSquareFilled';
137
162
  export { CodeSandboxCircleFilled } from './icons/CodeSandboxCircleFilled';
138
163
  export { CodeSandboxOutlined } from './icons/CodeSandboxOutlined';
139
164
  export { CodeSandboxSquareFilled } from './icons/CodeSandboxSquareFilled';
165
+ export { CodeTwotone } from './icons/CodeTwotone';
140
166
  export { CoffeeOutlined } from './icons/CoffeeOutlined';
141
167
  export { ColumnHeightOutlined } from './icons/ColumnHeightOutlined';
142
168
  export { ColumnWidthOutlined } from './icons/ColumnWidthOutlined';
143
169
  export { CommentOutlined } from './icons/CommentOutlined';
144
170
  export { CompassFilled } from './icons/CompassFilled';
145
171
  export { CompassOutlined } from './icons/CompassOutlined';
172
+ export { CompassTwotone } from './icons/CompassTwotone';
146
173
  export { CompressOutlined } from './icons/CompressOutlined';
147
174
  export { ConsoleSqlOutlined } from './icons/ConsoleSqlOutlined';
148
175
  export { ContactsFilled } from './icons/ContactsFilled';
149
176
  export { ContactsOutlined } from './icons/ContactsOutlined';
177
+ export { ContactsTwotone } from './icons/ContactsTwotone';
150
178
  export { ContainerFilled } from './icons/ContainerFilled';
151
179
  export { ContainerOutlined } from './icons/ContainerOutlined';
180
+ export { ContainerTwotone } from './icons/ContainerTwotone';
152
181
  export { ControlFilled } from './icons/ControlFilled';
153
182
  export { ControlOutlined } from './icons/ControlOutlined';
183
+ export { ControlTwotone } from './icons/ControlTwotone';
154
184
  export { CopyFilled } from './icons/CopyFilled';
155
185
  export { CopyOutlined } from './icons/CopyOutlined';
156
186
  export { CopyrightCircleFilled } from './icons/CopyrightCircleFilled';
157
187
  export { CopyrightCircleOutlined } from './icons/CopyrightCircleOutlined';
188
+ export { CopyrightCircleTwotone } from './icons/CopyrightCircleTwotone';
158
189
  export { CopyrightOutlined } from './icons/CopyrightOutlined';
190
+ export { CopyrightTwotone } from './icons/CopyrightTwotone';
191
+ export { CopyTwotone } from './icons/CopyTwotone';
159
192
  export { CreditCardFilled } from './icons/CreditCardFilled';
160
193
  export { CreditCardOutlined } from './icons/CreditCardOutlined';
194
+ export { CreditCardTwotone } from './icons/CreditCardTwotone';
161
195
  export { CrownFilled } from './icons/CrownFilled';
162
196
  export { CrownOutlined } from './icons/CrownOutlined';
197
+ export { CrownTwotone } from './icons/CrownTwotone';
163
198
  export { CustomerServiceFilled } from './icons/CustomerServiceFilled';
164
199
  export { CustomerServiceOutlined } from './icons/CustomerServiceOutlined';
200
+ export { CustomerServiceTwotone } from './icons/CustomerServiceTwotone';
165
201
  export { DashboardFilled } from './icons/DashboardFilled';
166
202
  export { DashboardOutlined } from './icons/DashboardOutlined';
203
+ export { DashboardTwotone } from './icons/DashboardTwotone';
167
204
  export { DashOutlined } from './icons/DashOutlined';
168
205
  export { DatabaseFilled } from './icons/DatabaseFilled';
169
206
  export { DatabaseOutlined } from './icons/DatabaseOutlined';
207
+ export { DatabaseTwotone } from './icons/DatabaseTwotone';
170
208
  export { DatasetOutlined } from './icons/DatasetOutlined';
171
209
  export { DeleteColumnOutlined } from './icons/DeleteColumnOutlined';
172
210
  export { DeleteFilled } from './icons/DeleteFilled';
173
211
  export { DeleteOutlined } from './icons/DeleteOutlined';
174
212
  export { DeleteRowOutlined } from './icons/DeleteRowOutlined';
213
+ export { DeleteTwotone } from './icons/DeleteTwotone';
175
214
  export { DeliveredProcedureOutlined } from './icons/DeliveredProcedureOutlined';
176
215
  export { DeploymentUnitOutlined } from './icons/DeploymentUnitOutlined';
177
216
  export { DesktopOutlined } from './icons/DesktopOutlined';
178
217
  export { DiffFilled } from './icons/DiffFilled';
179
218
  export { DiffOutlined } from './icons/DiffOutlined';
219
+ export { DiffTwotone } from './icons/DiffTwotone';
180
220
  export { DingdingOutlined } from './icons/DingdingOutlined';
181
221
  export { DingtalkCircleFilled } from './icons/DingtalkCircleFilled';
182
222
  export { DingtalkOutlined } from './icons/DingtalkOutlined';
@@ -186,20 +226,25 @@ export { DiscordFilled } from './icons/DiscordFilled';
186
226
  export { DiscordOutlined } from './icons/DiscordOutlined';
187
227
  export { DislikeFilled } from './icons/DislikeFilled';
188
228
  export { DislikeOutlined } from './icons/DislikeOutlined';
229
+ export { DislikeTwotone } from './icons/DislikeTwotone';
189
230
  export { DockerOutlined } from './icons/DockerOutlined';
190
231
  export { DollarCircleFilled } from './icons/DollarCircleFilled';
191
232
  export { DollarCircleOutlined } from './icons/DollarCircleOutlined';
233
+ export { DollarCircleTwotone } from './icons/DollarCircleTwotone';
192
234
  export { DollarOutlined } from './icons/DollarOutlined';
235
+ export { DollarTwotone } from './icons/DollarTwotone';
193
236
  export { DotChartOutlined } from './icons/DotChartOutlined';
194
237
  export { DotNetOutlined } from './icons/DotNetOutlined';
195
238
  export { DoubleLeftOutlined } from './icons/DoubleLeftOutlined';
196
239
  export { DoubleRightOutlined } from './icons/DoubleRightOutlined';
197
240
  export { DownCircleFilled } from './icons/DownCircleFilled';
198
241
  export { DownCircleOutlined } from './icons/DownCircleOutlined';
242
+ export { DownCircleTwotone } from './icons/DownCircleTwotone';
199
243
  export { DownloadOutlined } from './icons/DownloadOutlined';
200
244
  export { DownOutlined } from './icons/DownOutlined';
201
245
  export { DownSquareFilled } from './icons/DownSquareFilled';
202
246
  export { DownSquareOutlined } from './icons/DownSquareOutlined';
247
+ export { DownSquareTwotone } from './icons/DownSquareTwotone';
203
248
  export { DragOutlined } from './icons/DragOutlined';
204
249
  export { DribbbleCircleFilled } from './icons/DribbbleCircleFilled';
205
250
  export { DribbbleOutlined } from './icons/DribbbleOutlined';
@@ -210,27 +255,35 @@ export { DropboxOutlined } from './icons/DropboxOutlined';
210
255
  export { DropboxSquareFilled } from './icons/DropboxSquareFilled';
211
256
  export { EditFilled } from './icons/EditFilled';
212
257
  export { EditOutlined } from './icons/EditOutlined';
258
+ export { EditTwotone } from './icons/EditTwotone';
213
259
  export { EllipsisOutlined } from './icons/EllipsisOutlined';
214
260
  export { EnterOutlined } from './icons/EnterOutlined';
215
261
  export { EnvironmentFilled } from './icons/EnvironmentFilled';
216
262
  export { EnvironmentOutlined } from './icons/EnvironmentOutlined';
263
+ export { EnvironmentTwotone } from './icons/EnvironmentTwotone';
217
264
  export { EuroCircleFilled } from './icons/EuroCircleFilled';
218
265
  export { EuroCircleOutlined } from './icons/EuroCircleOutlined';
266
+ export { EuroCircleTwotone } from './icons/EuroCircleTwotone';
219
267
  export { EuroOutlined } from './icons/EuroOutlined';
268
+ export { EuroTwotone } from './icons/EuroTwotone';
220
269
  export { EvaluateOutlined } from './icons/EvaluateOutlined';
221
270
  export { ExceptionOutlined } from './icons/ExceptionOutlined';
222
271
  export { ExclamationCircleFilled } from './icons/ExclamationCircleFilled';
223
272
  export { ExclamationCircleOutlined } from './icons/ExclamationCircleOutlined';
273
+ export { ExclamationCircleTwotone } from './icons/ExclamationCircleTwotone';
224
274
  export { ExclamationOutlined } from './icons/ExclamationOutlined';
225
275
  export { ExpandAltOutlined } from './icons/ExpandAltOutlined';
226
276
  export { ExpandOutlined } from './icons/ExpandOutlined';
227
277
  export { ExperimentFilled } from './icons/ExperimentFilled';
228
278
  export { ExperimentOutlined } from './icons/ExperimentOutlined';
279
+ export { ExperimentTwotone } from './icons/ExperimentTwotone';
229
280
  export { ExportOutlined } from './icons/ExportOutlined';
230
281
  export { EyeFilled } from './icons/EyeFilled';
231
282
  export { EyeInvisibleFilled } from './icons/EyeInvisibleFilled';
232
283
  export { EyeInvisibleOutlined } from './icons/EyeInvisibleOutlined';
284
+ export { EyeInvisibleTwotone } from './icons/EyeInvisibleTwotone';
233
285
  export { EyeOutlined } from './icons/EyeOutlined';
286
+ export { EyeTwotone } from './icons/EyeTwotone';
234
287
  export { FacebookFilled } from './icons/FacebookFilled';
235
288
  export { FacebookOutlined } from './icons/FacebookOutlined';
236
289
  export { FallOutlined } from './icons/FallOutlined';
@@ -244,46 +297,64 @@ export { FieldStringOutlined } from './icons/FieldStringOutlined';
244
297
  export { FieldTimeOutlined } from './icons/FieldTimeOutlined';
245
298
  export { FileAddFilled } from './icons/FileAddFilled';
246
299
  export { FileAddOutlined } from './icons/FileAddOutlined';
300
+ export { FileAddTwotone } from './icons/FileAddTwotone';
247
301
  export { FileDoneOutlined } from './icons/FileDoneOutlined';
248
302
  export { FileExcelFilled } from './icons/FileExcelFilled';
249
303
  export { FileExcelOutlined } from './icons/FileExcelOutlined';
304
+ export { FileExcelTwotone } from './icons/FileExcelTwotone';
250
305
  export { FileExclamationFilled } from './icons/FileExclamationFilled';
251
306
  export { FileExclamationOutlined } from './icons/FileExclamationOutlined';
307
+ export { FileExclamationTwotone } from './icons/FileExclamationTwotone';
252
308
  export { FileFilled } from './icons/FileFilled';
253
309
  export { FileGifOutlined } from './icons/FileGifOutlined';
254
310
  export { FileImageFilled } from './icons/FileImageFilled';
255
311
  export { FileImageOutlined } from './icons/FileImageOutlined';
312
+ export { FileImageTwotone } from './icons/FileImageTwotone';
256
313
  export { FileJpgOutlined } from './icons/FileJpgOutlined';
257
314
  export { FileMarkdownFilled } from './icons/FileMarkdownFilled';
258
315
  export { FileMarkdownOutlined } from './icons/FileMarkdownOutlined';
316
+ export { FileMarkdownTwotone } from './icons/FileMarkdownTwotone';
259
317
  export { FileOutlined } from './icons/FileOutlined';
260
318
  export { FilePdfFilled } from './icons/FilePdfFilled';
261
319
  export { FilePdfOutlined } from './icons/FilePdfOutlined';
320
+ export { FilePdfTwotone } from './icons/FilePdfTwotone';
262
321
  export { FilePptFilled } from './icons/FilePptFilled';
263
322
  export { FilePptOutlined } from './icons/FilePptOutlined';
323
+ export { FilePptTwotone } from './icons/FilePptTwotone';
264
324
  export { FileProtectOutlined } from './icons/FileProtectOutlined';
265
325
  export { FileSearchOutlined } from './icons/FileSearchOutlined';
266
326
  export { FileSyncOutlined } from './icons/FileSyncOutlined';
267
327
  export { FileTextFilled } from './icons/FileTextFilled';
268
328
  export { FileTextOutlined } from './icons/FileTextOutlined';
329
+ export { FileTextTwotone } from './icons/FileTextTwotone';
330
+ export { FileTwotone } from './icons/FileTwotone';
269
331
  export { FileUnknownFilled } from './icons/FileUnknownFilled';
270
332
  export { FileUnknownOutlined } from './icons/FileUnknownOutlined';
333
+ export { FileUnknownTwotone } from './icons/FileUnknownTwotone';
271
334
  export { FileWordFilled } from './icons/FileWordFilled';
272
335
  export { FileWordOutlined } from './icons/FileWordOutlined';
336
+ export { FileWordTwotone } from './icons/FileWordTwotone';
273
337
  export { FileZipFilled } from './icons/FileZipFilled';
274
338
  export { FileZipOutlined } from './icons/FileZipOutlined';
339
+ export { FileZipTwotone } from './icons/FileZipTwotone';
275
340
  export { FilterFilled } from './icons/FilterFilled';
276
341
  export { FilterOutlined } from './icons/FilterOutlined';
342
+ export { FilterTwotone } from './icons/FilterTwotone';
277
343
  export { FireFilled } from './icons/FireFilled';
278
344
  export { FireOutlined } from './icons/FireOutlined';
345
+ export { FireTwotone } from './icons/FireTwotone';
279
346
  export { FlagFilled } from './icons/FlagFilled';
280
347
  export { FlagOutlined } from './icons/FlagOutlined';
348
+ export { FlagTwotone } from './icons/FlagTwotone';
281
349
  export { FolderAddFilled } from './icons/FolderAddFilled';
282
350
  export { FolderAddOutlined } from './icons/FolderAddOutlined';
351
+ export { FolderAddTwotone } from './icons/FolderAddTwotone';
283
352
  export { FolderFilled } from './icons/FolderFilled';
284
353
  export { FolderOpenFilled } from './icons/FolderOpenFilled';
285
354
  export { FolderOpenOutlined } from './icons/FolderOpenOutlined';
355
+ export { FolderOpenTwotone } from './icons/FolderOpenTwotone';
286
356
  export { FolderOutlined } from './icons/FolderOutlined';
357
+ export { FolderTwotone } from './icons/FolderTwotone';
287
358
  export { FolderViewOutlined } from './icons/FolderViewOutlined';
288
359
  export { FontColorsOutlined } from './icons/FontColorsOutlined';
289
360
  export { FontSizeOutlined } from './icons/FontSizeOutlined';
@@ -295,19 +366,23 @@ export { ForwardFilled } from './icons/ForwardFilled';
295
366
  export { ForwardOutlined } from './icons/ForwardOutlined';
296
367
  export { FrownFilled } from './icons/FrownFilled';
297
368
  export { FrownOutlined } from './icons/FrownOutlined';
369
+ export { FrownTwotone } from './icons/FrownTwotone';
298
370
  export { FullscreenExitOutlined } from './icons/FullscreenExitOutlined';
299
371
  export { FullscreenOutlined } from './icons/FullscreenOutlined';
300
372
  export { FunctionOutlined } from './icons/FunctionOutlined';
301
373
  export { FundFilled } from './icons/FundFilled';
302
374
  export { FundOutlined } from './icons/FundOutlined';
303
375
  export { FundProjectionScreenOutlined } from './icons/FundProjectionScreenOutlined';
376
+ export { FundTwotone } from './icons/FundTwotone';
304
377
  export { FundViewOutlined } from './icons/FundViewOutlined';
305
378
  export { FunnelPlotFilled } from './icons/FunnelPlotFilled';
306
379
  export { FunnelPlotOutlined } from './icons/FunnelPlotOutlined';
380
+ export { FunnelPlotTwotone } from './icons/FunnelPlotTwotone';
307
381
  export { GatewayOutlined } from './icons/GatewayOutlined';
308
382
  export { GifOutlined } from './icons/GifOutlined';
309
383
  export { GiftFilled } from './icons/GiftFilled';
310
384
  export { GiftOutlined } from './icons/GiftOutlined';
385
+ export { GiftTwotone } from './icons/GiftTwotone';
311
386
  export { GithubFilled } from './icons/GithubFilled';
312
387
  export { GithubOutlined } from './icons/GithubOutlined';
313
388
  export { GitlabFilled } from './icons/GitlabFilled';
@@ -316,6 +391,7 @@ export { GlobalOutlined } from './icons/GlobalOutlined';
316
391
  export { GoldenFilled } from './icons/GoldenFilled';
317
392
  export { GoldFilled } from './icons/GoldFilled';
318
393
  export { GoldOutlined } from './icons/GoldOutlined';
394
+ export { GoldTwotone } from './icons/GoldTwotone';
319
395
  export { GoogleCircleFilled } from './icons/GoogleCircleFilled';
320
396
  export { GoogleOutlined } from './icons/GoogleOutlined';
321
397
  export { GooglePlusCircleFilled } from './icons/GooglePlusCircleFilled';
@@ -326,21 +402,28 @@ export { GroupOutlined } from './icons/GroupOutlined';
326
402
  export { HarmonyOSOutlined } from './icons/HarmonyOSOutlined';
327
403
  export { HddFilled } from './icons/HddFilled';
328
404
  export { HddOutlined } from './icons/HddOutlined';
405
+ export { HddTwotone } from './icons/HddTwotone';
329
406
  export { HeartFilled } from './icons/HeartFilled';
330
407
  export { HeartOutlined } from './icons/HeartOutlined';
408
+ export { HeartTwotone } from './icons/HeartTwotone';
331
409
  export { HeatMapOutlined } from './icons/HeatMapOutlined';
332
410
  export { HighlightFilled } from './icons/HighlightFilled';
333
411
  export { HighlightOutlined } from './icons/HighlightOutlined';
412
+ export { HighlightTwotone } from './icons/HighlightTwotone';
334
413
  export { HistoryOutlined } from './icons/HistoryOutlined';
335
414
  export { HolderOutlined } from './icons/HolderOutlined';
336
415
  export { HomeFilled } from './icons/HomeFilled';
337
416
  export { HomeOutlined } from './icons/HomeOutlined';
417
+ export { HomeTwotone } from './icons/HomeTwotone';
338
418
  export { HourglassFilled } from './icons/HourglassFilled';
339
419
  export { HourglassOutlined } from './icons/HourglassOutlined';
420
+ export { HourglassTwotone } from './icons/HourglassTwotone';
340
421
  export { Html5Filled } from './icons/Html5Filled';
341
422
  export { Html5Outlined } from './icons/Html5Outlined';
423
+ export { Html5Twotone } from './icons/Html5Twotone';
342
424
  export { IdcardFilled } from './icons/IdcardFilled';
343
425
  export { IdcardOutlined } from './icons/IdcardOutlined';
426
+ export { IdcardTwotone } from './icons/IdcardTwotone';
344
427
  export { IeCircleFilled } from './icons/IeCircleFilled';
345
428
  export { IeOutlined } from './icons/IeOutlined';
346
429
  export { IeSquareFilled } from './icons/IeSquareFilled';
@@ -348,6 +431,7 @@ export { ImportOutlined } from './icons/ImportOutlined';
348
431
  export { InboxOutlined } from './icons/InboxOutlined';
349
432
  export { InfoCircleFilled } from './icons/InfoCircleFilled';
350
433
  export { InfoCircleOutlined } from './icons/InfoCircleOutlined';
434
+ export { InfoCircleTwotone } from './icons/InfoCircleTwotone';
351
435
  export { InfoOutlined } from './icons/InfoOutlined';
352
436
  export { InsertRowAboveOutlined } from './icons/InsertRowAboveOutlined';
353
437
  export { InsertRowBelowOutlined } from './icons/InsertRowBelowOutlined';
@@ -357,8 +441,10 @@ export { InstagramFilled } from './icons/InstagramFilled';
357
441
  export { InstagramOutlined } from './icons/InstagramOutlined';
358
442
  export { InsuranceFilled } from './icons/InsuranceFilled';
359
443
  export { InsuranceOutlined } from './icons/InsuranceOutlined';
444
+ export { InsuranceTwotone } from './icons/InsuranceTwotone';
360
445
  export { InteractionFilled } from './icons/InteractionFilled';
361
446
  export { InteractionOutlined } from './icons/InteractionOutlined';
447
+ export { InteractionTwotone } from './icons/InteractionTwotone';
362
448
  export { IssuesCloseOutlined } from './icons/IssuesCloseOutlined';
363
449
  export { ItalicOutlined } from './icons/ItalicOutlined';
364
450
  export { JavaOutlined } from './icons/JavaOutlined';
@@ -370,13 +456,17 @@ export { LanguageOutlined } from './icons/LanguageOutlined';
370
456
  export { LaptopOutlined } from './icons/LaptopOutlined';
371
457
  export { LayoutFilled } from './icons/LayoutFilled';
372
458
  export { LayoutOutlined } from './icons/LayoutOutlined';
459
+ export { LayoutTwotone } from './icons/LayoutTwotone';
373
460
  export { LeftCircleFilled } from './icons/LeftCircleFilled';
374
461
  export { LeftCircleOutlined } from './icons/LeftCircleOutlined';
462
+ export { LeftCircleTwotone } from './icons/LeftCircleTwotone';
375
463
  export { LeftOutlined } from './icons/LeftOutlined';
376
464
  export { LeftSquareFilled } from './icons/LeftSquareFilled';
377
465
  export { LeftSquareOutlined } from './icons/LeftSquareOutlined';
466
+ export { LeftSquareTwotone } from './icons/LeftSquareTwotone';
378
467
  export { LikeFilled } from './icons/LikeFilled';
379
468
  export { LikeOutlined } from './icons/LikeOutlined';
469
+ export { LikeTwotone } from './icons/LikeTwotone';
380
470
  export { LineChartOutlined } from './icons/LineChartOutlined';
381
471
  export { LineHeightOutlined } from './icons/LineHeightOutlined';
382
472
  export { LineOutlined } from './icons/LineOutlined';
@@ -388,21 +478,25 @@ export { Loading3QuartersOutlined } from './icons/Loading3QuartersOutlined';
388
478
  export { LoadingOutlined } from './icons/LoadingOutlined';
389
479
  export { LockFilled } from './icons/LockFilled';
390
480
  export { LockOutlined } from './icons/LockOutlined';
481
+ export { LockTwotone } from './icons/LockTwotone';
391
482
  export { LoginOutlined } from './icons/LoginOutlined';
392
483
  export { LogoutOutlined } from './icons/LogoutOutlined';
393
484
  export { MacCommandFilled } from './icons/MacCommandFilled';
394
485
  export { MacCommandOutlined } from './icons/MacCommandOutlined';
395
486
  export { MailFilled } from './icons/MailFilled';
396
487
  export { MailOutlined } from './icons/MailOutlined';
488
+ export { MailTwotone } from './icons/MailTwotone';
397
489
  export { ManOutlined } from './icons/ManOutlined';
398
490
  export { MedicineBoxFilled } from './icons/MedicineBoxFilled';
399
491
  export { MedicineBoxOutlined } from './icons/MedicineBoxOutlined';
492
+ export { MedicineBoxTwotone } from './icons/MedicineBoxTwotone';
400
493
  export { MediumCircleFilled } from './icons/MediumCircleFilled';
401
494
  export { MediumOutlined } from './icons/MediumOutlined';
402
495
  export { MediumSquareFilled } from './icons/MediumSquareFilled';
403
496
  export { MediumWorkmarkOutlined } from './icons/MediumWorkmarkOutlined';
404
497
  export { MehFilled } from './icons/MehFilled';
405
498
  export { MehOutlined } from './icons/MehOutlined';
499
+ export { MehTwotone } from './icons/MehTwotone';
406
500
  export { MenuFoldOutlined } from './icons/MenuFoldOutlined';
407
501
  export { MenuOutlined } from './icons/MenuOutlined';
408
502
  export { MenuUnfoldOutlined } from './icons/MenuUnfoldOutlined';
@@ -411,15 +505,20 @@ export { MergeFilled } from './icons/MergeFilled';
411
505
  export { MergeOutlined } from './icons/MergeOutlined';
412
506
  export { MessageFilled } from './icons/MessageFilled';
413
507
  export { MessageOutlined } from './icons/MessageOutlined';
508
+ export { MessageTwotone } from './icons/MessageTwotone';
414
509
  export { MinusCircleFilled } from './icons/MinusCircleFilled';
415
510
  export { MinusCircleOutlined } from './icons/MinusCircleOutlined';
511
+ export { MinusCircleTwotone } from './icons/MinusCircleTwotone';
416
512
  export { MinusOutlined } from './icons/MinusOutlined';
417
513
  export { MinusSquareFilled } from './icons/MinusSquareFilled';
418
514
  export { MinusSquareOutlined } from './icons/MinusSquareOutlined';
515
+ export { MinusSquareTwotone } from './icons/MinusSquareTwotone';
419
516
  export { MobileFilled } from './icons/MobileFilled';
420
517
  export { MobileOutlined } from './icons/MobileOutlined';
518
+ export { MobileTwotone } from './icons/MobileTwotone';
421
519
  export { MoneyCollectFilled } from './icons/MoneyCollectFilled';
422
520
  export { MoneyCollectOutlined } from './icons/MoneyCollectOutlined';
521
+ export { MoneyCollectTwotone } from './icons/MoneyCollectTwotone';
423
522
  export { MonitorOutlined } from './icons/MonitorOutlined';
424
523
  export { MoonFilled } from './icons/MoonFilled';
425
524
  export { MoonOutlined } from './icons/MoonOutlined';
@@ -431,6 +530,7 @@ export { NodeExpandOutlined } from './icons/NodeExpandOutlined';
431
530
  export { NodeIndexOutlined } from './icons/NodeIndexOutlined';
432
531
  export { NotificationFilled } from './icons/NotificationFilled';
433
532
  export { NotificationOutlined } from './icons/NotificationOutlined';
533
+ export { NotificationTwotone } from './icons/NotificationTwotone';
434
534
  export { NumberOutlined } from './icons/NumberOutlined';
435
535
  export { OneToOneOutlined } from './icons/OneToOneOutlined';
436
536
  export { OpenAIFilled } from './icons/OpenAIFilled';
@@ -440,47 +540,61 @@ export { PaperClipOutlined } from './icons/PaperClipOutlined';
440
540
  export { PartitionOutlined } from './icons/PartitionOutlined';
441
541
  export { PauseCircleFilled } from './icons/PauseCircleFilled';
442
542
  export { PauseCircleOutlined } from './icons/PauseCircleOutlined';
543
+ export { PauseCircleTwotone } from './icons/PauseCircleTwotone';
443
544
  export { PauseOutlined } from './icons/PauseOutlined';
444
545
  export { PayCircleFilled } from './icons/PayCircleFilled';
445
546
  export { PayCircleOutlined } from './icons/PayCircleOutlined';
446
547
  export { PercentageOutlined } from './icons/PercentageOutlined';
447
548
  export { PhoneFilled } from './icons/PhoneFilled';
448
549
  export { PhoneOutlined } from './icons/PhoneOutlined';
550
+ export { PhoneTwotone } from './icons/PhoneTwotone';
449
551
  export { PicCenterOutlined } from './icons/PicCenterOutlined';
450
552
  export { PicLeftOutlined } from './icons/PicLeftOutlined';
451
553
  export { PicRightOutlined } from './icons/PicRightOutlined';
452
554
  export { PictureFilled } from './icons/PictureFilled';
453
555
  export { PictureOutlined } from './icons/PictureOutlined';
556
+ export { PictureTwotone } from './icons/PictureTwotone';
454
557
  export { PieChartFilled } from './icons/PieChartFilled';
455
558
  export { PieChartOutlined } from './icons/PieChartOutlined';
559
+ export { PieChartTwotone } from './icons/PieChartTwotone';
456
560
  export { PinterestFilled } from './icons/PinterestFilled';
457
561
  export { PinterestOutlined } from './icons/PinterestOutlined';
458
562
  export { PlayCircleFilled } from './icons/PlayCircleFilled';
459
563
  export { PlayCircleOutlined } from './icons/PlayCircleOutlined';
564
+ export { PlayCircleTwotone } from './icons/PlayCircleTwotone';
460
565
  export { PlaySquareFilled } from './icons/PlaySquareFilled';
461
566
  export { PlaySquareOutlined } from './icons/PlaySquareOutlined';
567
+ export { PlaySquareTwotone } from './icons/PlaySquareTwotone';
462
568
  export { PlusCircleFilled } from './icons/PlusCircleFilled';
463
569
  export { PlusCircleOutlined } from './icons/PlusCircleOutlined';
570
+ export { PlusCircleTwotone } from './icons/PlusCircleTwotone';
464
571
  export { PlusOutlined } from './icons/PlusOutlined';
465
572
  export { PlusSquareFilled } from './icons/PlusSquareFilled';
466
573
  export { PlusSquareOutlined } from './icons/PlusSquareOutlined';
574
+ export { PlusSquareTwotone } from './icons/PlusSquareTwotone';
467
575
  export { PoundCircleFilled } from './icons/PoundCircleFilled';
468
576
  export { PoundCircleOutlined } from './icons/PoundCircleOutlined';
577
+ export { PoundCircleTwotone } from './icons/PoundCircleTwotone';
469
578
  export { PoundOutlined } from './icons/PoundOutlined';
470
579
  export { PoweroffOutlined } from './icons/PoweroffOutlined';
471
580
  export { PrinterFilled } from './icons/PrinterFilled';
472
581
  export { PrinterOutlined } from './icons/PrinterOutlined';
582
+ export { PrinterTwotone } from './icons/PrinterTwotone';
473
583
  export { ProductFilled } from './icons/ProductFilled';
474
584
  export { ProductOutlined } from './icons/ProductOutlined';
475
585
  export { ProfileFilled } from './icons/ProfileFilled';
476
586
  export { ProfileOutlined } from './icons/ProfileOutlined';
587
+ export { ProfileTwotone } from './icons/ProfileTwotone';
477
588
  export { ProjectFilled } from './icons/ProjectFilled';
478
589
  export { ProjectOutlined } from './icons/ProjectOutlined';
590
+ export { ProjectTwotone } from './icons/ProjectTwotone';
479
591
  export { PropertySafetyFilled } from './icons/PropertySafetyFilled';
480
592
  export { PropertySafetyOutlined } from './icons/PropertySafetyOutlined';
593
+ export { PropertySafetyTwotone } from './icons/PropertySafetyTwotone';
481
594
  export { PullRequestOutlined } from './icons/PullRequestOutlined';
482
595
  export { PushpinFilled } from './icons/PushpinFilled';
483
596
  export { PushpinOutlined } from './icons/PushpinOutlined';
597
+ export { PushpinTwotone } from './icons/PushpinTwotone';
484
598
  export { PythonOutlined } from './icons/PythonOutlined';
485
599
  export { QqCircleFilled } from './icons/QqCircleFilled';
486
600
  export { QqOutlined } from './icons/QqOutlined';
@@ -488,6 +602,7 @@ export { QqSquareFilled } from './icons/QqSquareFilled';
488
602
  export { QrcodeOutlined } from './icons/QrcodeOutlined';
489
603
  export { QuestionCircleFilled } from './icons/QuestionCircleFilled';
490
604
  export { QuestionCircleOutlined } from './icons/QuestionCircleOutlined';
605
+ export { QuestionCircleTwotone } from './icons/QuestionCircleTwotone';
491
606
  export { QuestionOutlined } from './icons/QuestionOutlined';
492
607
  export { RadarChartOutlined } from './icons/RadarChartOutlined';
493
608
  export { RadiusBottomleftOutlined } from './icons/RadiusBottomleftOutlined';
@@ -499,46 +614,57 @@ export { ReadFilled } from './icons/ReadFilled';
499
614
  export { ReadOutlined } from './icons/ReadOutlined';
500
615
  export { ReconciliationFilled } from './icons/ReconciliationFilled';
501
616
  export { ReconciliationOutlined } from './icons/ReconciliationOutlined';
617
+ export { ReconciliationTwotone } from './icons/ReconciliationTwotone';
502
618
  export { RedditCircleFilled } from './icons/RedditCircleFilled';
503
619
  export { RedditOutlined } from './icons/RedditOutlined';
504
620
  export { RedditSquareFilled } from './icons/RedditSquareFilled';
505
621
  export { RedEnvelopeFilled } from './icons/RedEnvelopeFilled';
506
622
  export { RedEnvelopeOutlined } from './icons/RedEnvelopeOutlined';
623
+ export { RedEnvelopeTwotone } from './icons/RedEnvelopeTwotone';
507
624
  export { RedoOutlined } from './icons/RedoOutlined';
508
625
  export { ReloadOutlined } from './icons/ReloadOutlined';
509
626
  export { RestFilled } from './icons/RestFilled';
510
627
  export { RestOutlined } from './icons/RestOutlined';
628
+ export { RestTwotone } from './icons/RestTwotone';
511
629
  export { RetweetOutlined } from './icons/RetweetOutlined';
512
630
  export { RightCircleFilled } from './icons/RightCircleFilled';
513
631
  export { RightCircleOutlined } from './icons/RightCircleOutlined';
632
+ export { RightCircleTwotone } from './icons/RightCircleTwotone';
514
633
  export { RightOutlined } from './icons/RightOutlined';
515
634
  export { RightSquareFilled } from './icons/RightSquareFilled';
516
635
  export { RightSquareOutlined } from './icons/RightSquareOutlined';
636
+ export { RightSquareTwotone } from './icons/RightSquareTwotone';
517
637
  export { RiseOutlined } from './icons/RiseOutlined';
518
638
  export { RobotFilled } from './icons/RobotFilled';
519
639
  export { RobotOutlined } from './icons/RobotOutlined';
520
640
  export { RocketFilled } from './icons/RocketFilled';
521
641
  export { RocketOutlined } from './icons/RocketOutlined';
642
+ export { RocketTwotone } from './icons/RocketTwotone';
522
643
  export { RollbackOutlined } from './icons/RollbackOutlined';
523
644
  export { RotateLeftOutlined } from './icons/RotateLeftOutlined';
524
645
  export { RotateRightOutlined } from './icons/RotateRightOutlined';
525
646
  export { RubyOutlined } from './icons/RubyOutlined';
526
647
  export { SafetyCertificateFilled } from './icons/SafetyCertificateFilled';
527
648
  export { SafetyCertificateOutlined } from './icons/SafetyCertificateOutlined';
649
+ export { SafetyCertificateTwotone } from './icons/SafetyCertificateTwotone';
528
650
  export { SafetyOutlined } from './icons/SafetyOutlined';
529
651
  export { SaveFilled } from './icons/SaveFilled';
530
652
  export { SaveOutlined } from './icons/SaveOutlined';
653
+ export { SaveTwotone } from './icons/SaveTwotone';
531
654
  export { ScanOutlined } from './icons/ScanOutlined';
532
655
  export { ScheduleFilled } from './icons/ScheduleFilled';
533
656
  export { ScheduleOutlined } from './icons/ScheduleOutlined';
657
+ export { ScheduleTwotone } from './icons/ScheduleTwotone';
534
658
  export { ScissorOutlined } from './icons/ScissorOutlined';
535
659
  export { SearchOutlined } from './icons/SearchOutlined';
536
660
  export { SecurityScanFilled } from './icons/SecurityScanFilled';
537
661
  export { SecurityScanOutlined } from './icons/SecurityScanOutlined';
662
+ export { SecurityScanTwotone } from './icons/SecurityScanTwotone';
538
663
  export { SelectOutlined } from './icons/SelectOutlined';
539
664
  export { SendOutlined } from './icons/SendOutlined';
540
665
  export { SettingFilled } from './icons/SettingFilled';
541
666
  export { SettingOutlined } from './icons/SettingOutlined';
667
+ export { SettingTwotone } from './icons/SettingTwotone';
542
668
  export { ShakeOutlined } from './icons/ShakeOutlined';
543
669
  export { ShareAltOutlined } from './icons/ShareAltOutlined';
544
670
  export { ShopFilled } from './icons/ShopFilled';
@@ -546,6 +672,8 @@ export { ShopOutlined } from './icons/ShopOutlined';
546
672
  export { ShoppingCartOutlined } from './icons/ShoppingCartOutlined';
547
673
  export { ShoppingFilled } from './icons/ShoppingFilled';
548
674
  export { ShoppingOutlined } from './icons/ShoppingOutlined';
675
+ export { ShoppingTwotone } from './icons/ShoppingTwotone';
676
+ export { ShopTwotone } from './icons/ShopTwotone';
549
677
  export { ShrinkOutlined } from './icons/ShrinkOutlined';
550
678
  export { SignalFilled } from './icons/SignalFilled';
551
679
  export { SignatureFilled } from './icons/SignatureFilled';
@@ -556,6 +684,7 @@ export { SketchOutlined } from './icons/SketchOutlined';
556
684
  export { SketchSquareFilled } from './icons/SketchSquareFilled';
557
685
  export { SkinFilled } from './icons/SkinFilled';
558
686
  export { SkinOutlined } from './icons/SkinOutlined';
687
+ export { SkinTwotone } from './icons/SkinTwotone';
559
688
  export { SkypeFilled } from './icons/SkypeFilled';
560
689
  export { SkypeOutlined } from './icons/SkypeOutlined';
561
690
  export { SlackCircleFilled } from './icons/SlackCircleFilled';
@@ -564,21 +693,26 @@ export { SlackSquareFilled } from './icons/SlackSquareFilled';
564
693
  export { SlackSquareOutlined } from './icons/SlackSquareOutlined';
565
694
  export { SlidersFilled } from './icons/SlidersFilled';
566
695
  export { SlidersOutlined } from './icons/SlidersOutlined';
696
+ export { SlidersTwotone } from './icons/SlidersTwotone';
567
697
  export { SmallDashOutlined } from './icons/SmallDashOutlined';
568
698
  export { SmileFilled } from './icons/SmileFilled';
569
699
  export { SmileOutlined } from './icons/SmileOutlined';
700
+ export { SmileTwotone } from './icons/SmileTwotone';
570
701
  export { SnippetsFilled } from './icons/SnippetsFilled';
571
702
  export { SnippetsOutlined } from './icons/SnippetsOutlined';
703
+ export { SnippetsTwotone } from './icons/SnippetsTwotone';
572
704
  export { SolutionOutlined } from './icons/SolutionOutlined';
573
705
  export { SortAscendingOutlined } from './icons/SortAscendingOutlined';
574
706
  export { SortDescendingOutlined } from './icons/SortDescendingOutlined';
575
707
  export { SoundFilled } from './icons/SoundFilled';
576
708
  export { SoundOutlined } from './icons/SoundOutlined';
709
+ export { SoundTwotone } from './icons/SoundTwotone';
577
710
  export { SplitCellsOutlined } from './icons/SplitCellsOutlined';
578
711
  export { SpotifyFilled } from './icons/SpotifyFilled';
579
712
  export { SpotifyOutlined } from './icons/SpotifyOutlined';
580
713
  export { StarFilled } from './icons/StarFilled';
581
714
  export { StarOutlined } from './icons/StarOutlined';
715
+ export { StarTwotone } from './icons/StarTwotone';
582
716
  export { StepBackwardFilled } from './icons/StepBackwardFilled';
583
717
  export { StepBackwardOutlined } from './icons/StepBackwardOutlined';
584
718
  export { StepForwardFilled } from './icons/StepForwardFilled';
@@ -586,6 +720,7 @@ export { StepForwardOutlined } from './icons/StepForwardOutlined';
586
720
  export { StockOutlined } from './icons/StockOutlined';
587
721
  export { StopFilled } from './icons/StopFilled';
588
722
  export { StopOutlined } from './icons/StopOutlined';
723
+ export { StopTwotone } from './icons/StopTwotone';
589
724
  export { StrikethroughOutlined } from './icons/StrikethroughOutlined';
590
725
  export { SubnodeOutlined } from './icons/SubnodeOutlined';
591
726
  export { SunFilled } from './icons/SunFilled';
@@ -595,14 +730,18 @@ export { SwapOutlined } from './icons/SwapOutlined';
595
730
  export { SwapRightOutlined } from './icons/SwapRightOutlined';
596
731
  export { SwitcherFilled } from './icons/SwitcherFilled';
597
732
  export { SwitcherOutlined } from './icons/SwitcherOutlined';
733
+ export { SwitcherTwotone } from './icons/SwitcherTwotone';
598
734
  export { SyncOutlined } from './icons/SyncOutlined';
599
735
  export { TableOutlined } from './icons/TableOutlined';
600
736
  export { TabletFilled } from './icons/TabletFilled';
601
737
  export { TabletOutlined } from './icons/TabletOutlined';
738
+ export { TabletTwotone } from './icons/TabletTwotone';
602
739
  export { TagFilled } from './icons/TagFilled';
603
740
  export { TagOutlined } from './icons/TagOutlined';
604
741
  export { TagsFilled } from './icons/TagsFilled';
605
742
  export { TagsOutlined } from './icons/TagsOutlined';
743
+ export { TagsTwotone } from './icons/TagsTwotone';
744
+ export { TagTwotone } from './icons/TagTwotone';
606
745
  export { TaobaoCircleFilled } from './icons/TaobaoCircleFilled';
607
746
  export { TaobaoCircleOutlined } from './icons/TaobaoCircleOutlined';
608
747
  export { TaobaoOutlined } from './icons/TaobaoOutlined';
@@ -610,18 +749,22 @@ export { TaobaoSquareFilled } from './icons/TaobaoSquareFilled';
610
749
  export { TeamOutlined } from './icons/TeamOutlined';
611
750
  export { ThunderboltFilled } from './icons/ThunderboltFilled';
612
751
  export { ThunderboltOutlined } from './icons/ThunderboltOutlined';
752
+ export { ThunderboltTwotone } from './icons/ThunderboltTwotone';
613
753
  export { TikTokFilled } from './icons/TikTokFilled';
614
754
  export { TikTokOutlined } from './icons/TikTokOutlined';
615
755
  export { ToolFilled } from './icons/ToolFilled';
616
756
  export { ToolOutlined } from './icons/ToolOutlined';
757
+ export { ToolTwotone } from './icons/ToolTwotone';
617
758
  export { ToTopOutlined } from './icons/ToTopOutlined';
618
759
  export { TrademarkCircleFilled } from './icons/TrademarkCircleFilled';
619
760
  export { TrademarkCircleOutlined } from './icons/TrademarkCircleOutlined';
761
+ export { TrademarkCircleTwotone } from './icons/TrademarkCircleTwotone';
620
762
  export { TrademarkOutlined } from './icons/TrademarkOutlined';
621
763
  export { TransactionOutlined } from './icons/TransactionOutlined';
622
764
  export { TranslationOutlined } from './icons/TranslationOutlined';
623
765
  export { TrophyFilled } from './icons/TrophyFilled';
624
766
  export { TrophyOutlined } from './icons/TrophyOutlined';
767
+ export { TrophyTwotone } from './icons/TrophyTwotone';
625
768
  export { TruckFilled } from './icons/TruckFilled';
626
769
  export { TruckOutlined } from './icons/TruckOutlined';
627
770
  export { TwitchFilled } from './icons/TwitchFilled';
@@ -634,15 +777,19 @@ export { UndoOutlined } from './icons/UndoOutlined';
634
777
  export { UngroupOutlined } from './icons/UngroupOutlined';
635
778
  export { UnlockFilled } from './icons/UnlockFilled';
636
779
  export { UnlockOutlined } from './icons/UnlockOutlined';
780
+ export { UnlockTwotone } from './icons/UnlockTwotone';
637
781
  export { UnorderedListOutlined } from './icons/UnorderedListOutlined';
638
782
  export { UpCircleFilled } from './icons/UpCircleFilled';
639
783
  export { UpCircleOutlined } from './icons/UpCircleOutlined';
784
+ export { UpCircleTwotone } from './icons/UpCircleTwotone';
640
785
  export { UploadOutlined } from './icons/UploadOutlined';
641
786
  export { UpOutlined } from './icons/UpOutlined';
642
787
  export { UpSquareFilled } from './icons/UpSquareFilled';
643
788
  export { UpSquareOutlined } from './icons/UpSquareOutlined';
789
+ export { UpSquareTwotone } from './icons/UpSquareTwotone';
644
790
  export { UsbFilled } from './icons/UsbFilled';
645
791
  export { UsbOutlined } from './icons/UsbOutlined';
792
+ export { UsbTwotone } from './icons/UsbTwotone';
646
793
  export { UserAddOutlined } from './icons/UserAddOutlined';
647
794
  export { UserDeleteOutlined } from './icons/UserDeleteOutlined';
648
795
  export { UserFilled } from './icons/UserFilled';
@@ -659,10 +806,13 @@ export { VerticalRightOutlined } from './icons/VerticalRightOutlined';
659
806
  export { VideoCameraAddOutlined } from './icons/VideoCameraAddOutlined';
660
807
  export { VideoCameraFilled } from './icons/VideoCameraFilled';
661
808
  export { VideoCameraOutlined } from './icons/VideoCameraOutlined';
809
+ export { VideoCameraTwotone } from './icons/VideoCameraTwotone';
662
810
  export { WalletFilled } from './icons/WalletFilled';
663
811
  export { WalletOutlined } from './icons/WalletOutlined';
812
+ export { WalletTwotone } from './icons/WalletTwotone';
664
813
  export { WarningFilled } from './icons/WarningFilled';
665
814
  export { WarningOutlined } from './icons/WarningOutlined';
815
+ export { WarningTwotone } from './icons/WarningTwotone';
666
816
  export { WechatFilled } from './icons/WechatFilled';
667
817
  export { WechatOutlined } from './icons/WechatOutlined';
668
818
  export { WechatWorkFilled } from './icons/WechatWorkFilled';