@fe-free/icons 6.0.1 → 6.0.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fe-free/icons
2
2
 
3
+ ## 6.0.3
4
+
5
+ ## 6.0.2
6
+
3
7
  ## 6.0.1
4
8
 
5
9
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fe-free/icons",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Icon components library for @fe-free packages",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -18,10 +18,11 @@
18
18
  "registry": "https://registry.npmjs.org/"
19
19
  },
20
20
  "peerDependencies": {
21
+ "@ant-design/icons": "^6.1.0",
21
22
  "react": "^19.2.0"
22
23
  },
23
24
  "devDependencies": {
24
- "@ant-design/icons": "^5.4.0",
25
+ "@ant-design/icons": "^6.1.0",
25
26
  "fs": "0.0.1-security",
26
27
  "path": "^0.12.7"
27
28
  },
@@ -70,7 +70,7 @@ ${exports}
70
70
  // 主函数
71
71
  function main() {
72
72
  // 支持的子目录
73
- const subDirs = ['filled', 'outlined'];
73
+ const subDirs = ['filled', 'outlined', 'twotone'];
74
74
  const components = [];
75
75
 
76
76
  // 遍历每个子目录
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9 1.1-.7 2.5-1 3.8-1h46a8 8 0 0 1 7.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8 0 1.3-.4 2.6-1 3.8z"/>
6
+ <path d="M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z"/>
7
+ <path d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z"/>
8
+ </svg>`;
9
+
10
+ export const AccountBookTwotone = createIcon('AccountBookTwotone', 'account-book', svgContent);
11
+
12
+ export default AccountBookTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75V585z"/>
6
+ <path d="M216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8zm348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zm-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563z"/>
7
+ </svg>`;
8
+
9
+ export const AlertTwotone = createIcon('AlertTwotone', 'alert', svgContent);
10
+
11
+ export default AlertTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M148.2 674.6zm106.7-92.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7 35.3 0 68.5-13.8 93.4-38.7l59.4-59.4-186.8-186.8-59.4 59.4zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4 186.8 186.8 59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7z"/>
6
+ <path d="M578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 0 0-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4z"/>
7
+ </svg>`;
8
+
9
+ export const ApiTwotone = createIcon('ApiTwotone', 'api', svgContent);
10
+
11
+ export default ApiTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm52-668H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452 132H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z"/>
6
+ <path fill="#E6E6E6" d="M212 212h200v200H212zm400 0h200v200H612zM212 612h200v200H212zm400 0h200v200H612z"/>
7
+ </svg>`;
8
+
9
+ export const AppstoreTwotone = createIcon('AppstoreTwotone', 'appstore', svgContent);
10
+
11
+ export default AppstoreTwotone;
@@ -1,7 +1,8 @@
1
1
  import { createIcon } from '../utils';
2
2
 
3
- const svgContent = `<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
4
- <path d="M11.6875 17.9727L10.3125 17.9727L10.3125 6.75699L7.11089 9.95858L6.13862 8.98631L11 4.12495L15.8613 8.98631L14.8891 9.95858L11.6875 6.75699L11.6875 17.9727Z" fill="white"/>
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024">
5
+ <path d="M868 545.5L536.1 163a31.96 31.96 0 0 0-48.3 0L156 545.5a7.97 7.97 0 0 0 6 13.2h81c4.6 0 9-2 12.1-5.5L474 300.9V864c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V300.9l218.9 252.3c3 3.5 7.4 5.5 12.1 5.5h81c6.8 0 10.5-8 6-13.2z"/>
5
6
  </svg>`;
6
7
 
7
8
  export const ArrowUpOutlined = createIcon('ArrowUpOutlined', 'arrow-up', svgContent);
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M512 552c54.3 0 98-43.2 98-96V232c0-52.8-43.7-96-98-96s-98 43.2-98 96v224c0 52.8 43.7 96 98 96z"/>
6
+ <path d="M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z"/>
7
+ <path d="M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-98-392c0-52.8 43.7-96 98-96s98 43.2 98 96v224c0 52.8-43.7 96-98 96s-98-43.2-98-96V232z"/>
8
+ </svg>`;
9
+
10
+ export const AudioTwotone = createIcon('AudioTwotone', 'audio', svgContent);
11
+
12
+ export default AudioTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M240.9 393.9h542.2L512 196.7z"/>
6
+ <path d="M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374zM240.9 393.9L512 196.7l271.1 197.2H240.9z"/>
7
+ </svg>`;
8
+
9
+ export const BankTwotone = createIcon('BankTwotone', 'bank', svgContent);
10
+
11
+ export default BankTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M512 220c-55.6 0-107.8 21.6-147.1 60.9S304 372.4 304 428v340h416V428c0-55.6-21.6-107.8-60.9-147.1S567.6 220 512 220zm280 208c0-141.1-104.3-257.8-240-277.2v.1c135.7 19.4 240 136 240 277.1zM472 150.9v-.1C336.3 170.2 232 286.9 232 428c0-141.1 104.3-257.7 240-277.1z"/>
6
+ <path d="M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zm208-120H304V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340z"/>
7
+ </svg>`;
8
+
9
+ export const BellTwotone = createIcon('BellTwotone', 'bell', svgContent);
10
+
11
+ export default BellTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zM232 888V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752H232z"/>
6
+ <path fill="#E6E6E6" d="M668 345.9V136h-96v211.4l49.5-35.4z"/>
7
+ <path fill="#E6E6E6" d="M727.9 136v296.5c0 8.8-7.2 16-16 16-3.4 0-6.7-1.1-9.4-3.1L621.1 386l-83.8 59.9a15.9 15.9 0 0 1-22.3-3.7c-2-2.7-3-6-3-9.3V136H232v752h559.9V136h-64z"/>
8
+ </svg>`;
9
+
10
+ export const BookTwotone = createIcon('BookTwotone', 'book', svgContent);
11
+
12
+ export default BookTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M296 368h88v288h-88zm152 0h280v288H448z"/>
6
+ <path d="M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM384 656h-88V368h88v288zm344 0H448V368h280v288z"/>
7
+ </svg>`;
8
+
9
+ export const BoxPlotTwotone = createIcon('BoxPlotTwotone', 'box-plot', svgContent);
10
+
11
+ export default BoxPlotTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<svg class="icon" viewBox="0 0 1024 1024"
4
+ xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M308 412v268c0 36.779 9.678 71.962 27.805 102.907a205.39 205.39 0 0 0 73.288 73.288C440.038 874.322 475.22 884 512 884c36.779 0 71.962-9.678 102.907-27.805a205.39 205.39 0 0 0 73.288-73.288C706.322 751.962 716 716.78 716 680V412H308zm484 172v96c0 6.503-.222 12.954-.658 19.346C859.931 728.636 908 796.705 908 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-44.24-23.94-82.888-59.57-103.697a278.635 278.635 0 0 1-22.658 49.018 281.39 281.39 0 0 1-100.45 100.45C611.84 946.072 563.546 960 512 960s-99.84-13.929-141.321-38.228a281.39 281.39 0 0 1-100.45-100.45 278.635 278.635 0 0 1-22.658-49.019C211.94 793.113 188 831.76 188 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-79.295 48.07-147.363 116.658-176.654A284.122 284.122 0 0 1 232 680v-96H84a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h148V412c-76.768 0-139-62.232-139-139a8 8 0 0 1 8-8h60a8 8 0 0 1 8 8c0 34.794 28.206 63 63 63h560c34.794 0 63-28.206 63-63a8 8 0 0 1 8-8h60a8 8 0 0 1 8 8c0 76.768-62.232 139-139 139v100h148a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H792zM368 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-40.039 8.779-76.746 25.9-108.068 17.235-31.526 42.506-56.797 74.032-74.031C427.254 72.779 463.962 64 504 64h16c40.039 0 76.746 8.779 108.068 25.9 31.526 17.235 56.797 42.506 74.031 74.032C719.221 195.254 728 231.962 728 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-28.326-5.938-53.154-17.077-73.531-10.625-19.437-25.955-34.767-45.392-45.392C573.154 141.937 548.326 136 520 136h-16c-28.326 0-53.154 5.938-73.531 17.077-19.437 10.625-34.767 25.955-45.392 45.392C373.937 218.846 368 243.674 368 272z"/>
6
+ <path d="M308 412v268c0 36.779 9.678 71.962 27.805 102.907a205.39 205.39 0 0 0 73.288 73.288C440.038 874.322 475.22 884 512 884c36.779 0 71.962-9.678 102.907-27.805a205.39 205.39 0 0 0 73.288-73.288C706.322 751.962 716 716.78 716 680V412H308z" fill="#E6E6E6"/>
7
+ </svg>`;
8
+
9
+ export const BugTwotone = createIcon('BugTwotone', 'bug', svgContent);
10
+
11
+ export default BugTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M144 546h200v200H144zm268-268h200v200H412z"/>
6
+ <path d="M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM344 746H144V546h200v200zm268 0H412V546h200v200zm0-268H412V278h200v200zm268 0H680V278h200v200z"/>
7
+ </svg>`;
8
+
9
+ export const BuildTwotone = createIcon('BuildTwotone', 'build', svgContent);
10
+
11
+ export default BuildTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M512 136c-141.4 0-256 114.6-256 256 0 92.5 49.4 176.3 128.1 221.8l35.9 20.8V752h184V634.6l35.9-20.8C718.6 568.3 768 484.5 768 392c0-141.4-114.6-256-256-256z"/>
6
+ <path d="M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z"/>
7
+ </svg>`;
8
+
9
+ export const BulbTwotone = createIcon('BulbTwotone', 'bulb', svgContent);
10
+
11
+ export default BulbTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"/>
6
+ <path fill="#E6E6E6" d="M184 840h656V184H184v656zm256.2-75h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zM576 335c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 265c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 104c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zM248 335c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48z"/>
7
+ <path fill="#333" d="M383.5 675l61.3-74.8c4.3-5.2.7-13.1-5.9-13.1h-50.8c-2.3 0-4.4 1-5.9 2.9l-34 41.6-34-41.6a7.69 7.69 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.4-1 5.9-2.9l35.5-43.5 35.5 43.5c1.4 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 6-13.2L383.5 675zM251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 369h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4z"/>
8
+ </svg>`;
9
+
10
+ export const CalculatorTwotone = createIcon('CalculatorTwotone', 'calculator', svgContent);
11
+
12
+ export default CalculatorTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z"/>
6
+ <path d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z"/>
7
+ </svg>`;
8
+
9
+ export const CalendarTwotone = createIcon('CalendarTwotone', 'calendar', svgContent);
10
+
11
+ export default CalendarTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M864 320H677.2l-17.1-47.8-22.9-64.2H386.7l-22.9 64.2-17.1 47.8H160c-4.4 0-8 3.6-8 8v456c0 4.4 3.6 8 8 8h704c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8zM512 704c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160z"/>
6
+ <path d="M512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z"/>
7
+ <path d="M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456z"/>
8
+ </svg>`;
9
+
10
+ export const CameraTwotone = createIcon('CameraTwotone', 'camera', svgContent);
11
+
12
+ export default CameraTwotone;
@@ -0,0 +1,13 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M199.6 474L184 517v237h656V517l-15.6-43H199.6zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z"/>
6
+ <path d="M720 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"/>
7
+ <path d="M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM840 754H184V517l15.6-43h624.8l15.6 43v237z"/>
8
+ <path d="M224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm420 23h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8z"/>
9
+ </svg>`;
10
+
11
+ export const CarTwotone = createIcon('CarTwotone', 'car', svgContent);
12
+
13
+ export default CarTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z"/>
6
+ <path fill="#E6E6E6" d="M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-17.5 128.8L481.9 725.5a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.9-6.6 13-6.6H688c6.5 0 10.3 7.4 6.5 12.8z"/>
7
+ <path fill="#333" d="M688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z"/>
8
+ </svg>`;
9
+
10
+ export const CarryOutTwotone = createIcon('CarryOutTwotone', 'carry-out', svgContent);
11
+
12
+ export default CarryOutTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"/>
6
+ <path fill="#E6E6E6" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm193.4 225.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 5 25.9 13.3l71.2 98.8 157.2-218c6-8.4 15.7-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.4 12.7z"/>
7
+ <path fill="#333" d="M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z"/>
8
+ </svg>`;
9
+
10
+ export const CheckCircleTwotone = createIcon('CheckCircleTwotone', 'check-circle', svgContent);
11
+
12
+ export default CheckCircleTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"/>
6
+ <path fill="#E6E6E6" d="M184 840h656V184H184v656zm130-367.8h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H688c6.5 0 10.3 7.4 6.5 12.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L307.5 484.9c-3.8-5.3 0-12.7 6.5-12.7z"/>
7
+ <path fill="#333" d="M432.2 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7h-46.9c-10.3 0-19.9 5-25.9 13.3L458 584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5 0-10.3 7.4-6.5 12.7l124.7 172.8z"/>
8
+ </svg>`;
9
+
10
+ export const CheckSquareTwotone = createIcon('CheckSquareTwotone', 'check-square', svgContent);
11
+
12
+ export default CheckSquareTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"/>
6
+ <path fill="#E6E6E6" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-63.5 522.8c49.3 0 82.8-29.4 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5C345.4 720 286 651.4 286 537.4v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-3.9-46.1-37.5-77.6-87-77.6-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z"/>
7
+ <path fill="#333" d="M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z"/>
8
+ </svg>`;
9
+
10
+ export const CiCircleTwotone = createIcon('CiCircleTwotone', 'ci-circle', svgContent);
11
+
12
+ export default CiCircleTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"/>
6
+ <path fill="#E6E6E6" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-63.5 522.8c49.3 0 82.8-29.4 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5C345.4 720 286 651.4 286 537.4v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-3.9-46.1-37.5-77.6-87-77.6-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z"/>
7
+ <path fill="#333" d="M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z"/>
8
+ </svg>`;
9
+
10
+ export const CiTwotone = createIcon('CiTwotone', 'ci', svgContent);
11
+
12
+ export default CiTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"/>
6
+ <path fill="#E6E6E6" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm176.5 509.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z"/>
7
+ <path fill="#333" d="M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.6-3.6 1.8-8.6-1.8-11.1z"/>
8
+ </svg>`;
9
+
10
+ export const ClockCircleTwotone = createIcon('ClockCircleTwotone', 'clock-circle', svgContent);
11
+
12
+ export default ClockCircleTwotone;
@@ -1,9 +1,7 @@
1
1
  import { createIcon } from '../utils';
2
2
 
3
- const svgContent = `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
4
- <path d="M13.9777 6.90613L10.8838 9.99939L13.9777 13.0939L13.0939 13.9777L10 10.8838L6.90613 13.9777L6.02234 13.0939L9.11621 10L6.02234 6.90613L6.90674 6.02234L10 9.1156L13.0939 6.02234L13.9777 6.90613Z" fill="#0374E9"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10 1.25C14.8325 1.25 18.75 5.16751 18.75 10C18.75 14.8325 14.8325 18.75 10 18.75C5.16751 18.75 1.25 14.8325 1.25 10C1.25 5.16751 5.16751 1.25 10 1.25ZM10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5Z" fill="#0374E9"/>
6
- </svg>`;
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" fill="currentColor" fillRule="evenodd"><path d="M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64Zm0 76c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372Zm128.013 198.826c.023.007.042.018.083.059l45.02 45.019c.04.04.05.06.058.083a.118.118 0 0 1 0 .07c-.007.022-.018.041-.059.082L557.254 512l127.861 127.862a.268.268 0 0 1 .05.06l.009.023a.118.118 0 0 1 0 .07c-.007.022-.018.041-.059.082l-45.019 45.02c-.04.04-.06.05-.083.058a.118.118 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059L512 557.254 384.14 685.115c-.042.041-.06.052-.084.059a.118.118 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059l-45.02-45.019c-.04-.04-.05-.06-.058-.083a.118.118 0 0 1 0-.07c.007-.022.018-.041.059-.082L466.745 512l-127.86-127.86a.268.268 0 0 1-.05-.061l-.009-.023a.118.118 0 0 1 0-.07c.007-.022.018-.041.059-.082l45.019-45.02c.04-.04.06-.05.083-.058a.118.118 0 0 1 .07 0c.022.007.041.018.082.059L512 466.745l127.862-127.86c.04-.041.06-.052.083-.059a.118.118 0 0 1 .07 0Z"/></svg>`;
7
5
 
8
6
  export const CloseCircleOutlined = createIcon('CloseCircleOutlined', 'close-circle', svgContent);
9
7
 
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"/>
6
+ <path fill="#E6E6E6" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm171.8 527.1c1.2 1.5 1.9 3.3 1.9 5.2 0 4.5-3.6 8-8 8l-66-.3-99.3-118.4-99.3 118.5-66.1.3c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2L471 512.3l-130.1-155a8.32 8.32 0 0 1-1.9-5.2c0-4.5 3.6-8 8-8l66.1.3 99.3 118.4 99.4-118.5 66-.3c4.4 0 8 3.6 8 8 0 1.9-.6 3.8-1.8 5.2l-130.1 155 129.9 154.9z"/>
7
+ <path fill="#333" d="M685.8 352c0-4.4-3.6-8-8-8l-66 .3-99.4 118.5-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155-130.1 154.9a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3 99.3-118.5L611.7 680l66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.9 512.2l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z"/>
8
+ </svg>`;
9
+
10
+ export const CloseCircleTwotone = createIcon('CloseCircleTwotone', 'close-circle', svgContent);
11
+
12
+ export default CloseCircleTwotone;
@@ -1,8 +1,7 @@
1
1
  import { createIcon } from '../utils';
2
2
 
3
- const svgContent = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.8152 17.8336L17.3456 18.364L18.4062 17.3033L17.8759 16.773L13.1029 12L17.8759 7.22703L18.4062 6.6967L17.3456 5.63604L16.8152 6.16637L12.0423 10.9393L7.26929 6.16637L6.73896 5.63604L5.6783 6.6967L6.20863 7.22703L10.9816 12L6.20863 16.773L5.6783 17.3033L6.73896 18.364L7.26929 17.8336L12.0423 13.0607L16.8152 17.8336Z" fill="#15191E"/>
5
- </svg>`;
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" fill="currentColor" fillRule="evenodd"><path d="M799.855 166.312c.023.007.043.018.084.059l57.69 57.69c.041.041.052.06.059.084a.118.118 0 0 1 0 .069c-.007.023-.018.042-.059.083L569.926 512l287.703 287.703c.041.04.052.06.059.083a.118.118 0 0 1 0 .07c-.007.022-.018.042-.059.083l-57.69 57.69c-.041.041-.06.052-.084.059a.118.118 0 0 1-.069 0c-.023-.007-.042-.018-.083-.059L512 569.926 224.297 857.629c-.04.041-.06.052-.083.059a.118.118 0 0 1-.07 0c-.022-.007-.042-.018-.083-.059l-57.69-57.69c-.041-.041-.052-.06-.059-.084a.118.118 0 0 1 0-.069c.007-.023.018-.042.059-.083L454.073 512 166.371 224.297c-.041-.04-.052-.06-.059-.083a.118.118 0 0 1 0-.07c.007-.022.018-.042.059-.083l57.69-57.69c.041-.041.06-.052.084-.059a.118.118 0 0 1 .069 0c.023.007.042.018.083.059L512 454.073l287.703-287.702c.04-.041.06-.052.083-.059a.118.118 0 0 1 .07 0Z"/></svg>`;
6
5
 
7
6
  export const CloseOutlined = createIcon('CloseOutlined', 'close', svgContent);
8
7
 
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"/>
6
+ <path fill="#E6E6E6" d="M184 840h656V184H184v656zm163.9-473.9A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1z"/>
7
+ <path fill="#333" d="M354 671h58.9c4.8 0 9.3-2.1 12.3-5.7L512 561.8l86.8 103.5c3.1 3.6 7.6 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.3-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.8 0-9.3 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3.1-3.6-7.6-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z"/>
8
+ </svg>`;
9
+
10
+ export const CloseSquareTwotone = createIcon('CloseSquareTwotone', 'close-square', svgContent);
11
+
12
+ export default CloseSquareTwotone;
@@ -0,0 +1,11 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M791.9 492l-37.8-10-13.8-36.5c-8.6-22.7-20.6-44.1-35.7-63.4a245.73 245.73 0 0 0-52.4-49.9c-41.1-28.9-89.5-44.2-140-44.2s-98.9 15.3-140 44.2a245.6 245.6 0 0 0-52.4 49.9 240.47 240.47 0 0 0-35.7 63.4l-13.9 36.6-37.9 9.9a125.7 125.7 0 0 0-66.1 43.7A123.1 123.1 0 0 0 140 612c0 33.1 12.9 64.3 36.3 87.7 23.4 23.4 54.5 36.3 87.6 36.3h496.2c33.1 0 64.2-12.9 87.6-36.3A123.3 123.3 0 0 0 884 612c0-56.2-37.8-105.5-92.1-120z"/>
6
+ <path d="M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z"/>
7
+ </svg>`;
8
+
9
+ export const CloudTwotone = createIcon('CloudTwotone', 'cloud', svgContent);
10
+
11
+ export default CloudTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"/>
6
+ <path fill="#E6E6E6" d="M184 840h656V184H184v656zm339.5-223h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8zM308 610.3c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7z"/>
7
+ <path fill="#333" d="M321.1 679.1l192-161c3.9-3.2 3.9-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48z"/>
8
+ </svg>`;
9
+
10
+ export const CodeTwotone = createIcon('CodeTwotone', 'code', svgContent);
11
+
12
+ export default CodeTwotone;
@@ -1,8 +1,8 @@
1
1
  import { createIcon } from '../utils';
2
2
 
3
- const svgContent = `<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11 18.5625C15.1767 18.5625 18.5625 15.1767 18.5625 11C18.5625 6.82335 15.1767 3.4375 11 3.4375C6.82335 3.4375 3.4375 6.82335 3.4375 11C3.4375 15.1767 6.82335 18.5625 11 18.5625ZM11 19.9375C15.936 19.9375 19.9375 15.936 19.9375 11C19.9375 6.06395 15.936 2.0625 11 2.0625C6.06395 2.0625 2.0625 6.06395 2.0625 11C2.0625 15.936 6.06395 19.9375 11 19.9375Z" fill="#777777"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.4028 7.59708L12.9444 12.9446L7.59689 14.403L9.0553 9.05548L14.4028 7.59708ZM12.4431 9.55675L10.1751 10.1753L9.55656 12.4433L11.8246 11.8248L12.4431 9.55675Z" fill="#777777"/>
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024">
5
+ <path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm198.4-588.1a32 32 0 0 0-24.5.5L414.9 415 296.4 686c-3.6 8.2-3.6 17.5 0 25.7 3.4 7.8 9.7 13.9 17.7 17 3.8 1.5 7.7 2.2 11.7 2.2 4.4 0 8.7-.9 12.8-2.7l271-118.6 118.5-271a32.06 32.06 0 0 0-17.7-42.7zM576.8 534.4l26.2 26.2-42.4 42.4-26.2-26.2L380 644.4 447.5 490 422 464.4l42.4-42.4 25.5 25.5L644.4 380l-67.6 154.4zM464.4 422L422 464.4l25.5 25.6 86.9 86.8 26.2 26.2 42.4-42.4-26.2-26.2-86.8-86.9z"/>
6
6
  </svg>`;
7
7
 
8
8
  export const CompassOutlined = createIcon('CompassOutlined', 'compass', svgContent);
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#E6E6E6" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM327.6 701.7c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2L421 470.9 553.1 603l-225.5 98.7zm375.1-375.1L604 552.1 471.9 420l225.5-98.7c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z"/>
6
+ <path fill="#333" d="M322.3 696.4c-.4 1-.4 2.2 0 3.2.9 2.1 3.3 3 5.3 2.1L553.1 603 421 470.9l-98.7 225.5zm375.1-375.1L471.9 420 604 552.1l98.7-225.5c.4-1.1.4-2.2 0-3.2-.9-2.1-3.3-3-5.3-2.1z"/>
7
+ <path fill="#333" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"/>
8
+ </svg>`;
9
+
10
+ export const CompassTwotone = createIcon('CompassTwotone', 'compass', svgContent);
11
+
12
+ export default CompassTwotone;
@@ -0,0 +1,13 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M460.3 526a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z"/>
6
+ <path fill="#D9D9D9" d="M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM661 736h-43.8c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 39.9-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5h-43.9a8 8 0 0 1-8-8.4c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.7 26.4 71.9 72.8 74.7 126.1a8 8 0 0 1-8 8.4z"/>
7
+ <path d="M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52z"/>
8
+ <path d="M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z"/>
9
+ </svg>`;
10
+
11
+ export const ContactsTwotone = createIcon('ContactsTwotone', 'contacts', svgContent);
12
+
13
+ export default ContactsTwotone;
@@ -0,0 +1,13 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M635 771.7c-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H232v201h560V687h-97.9c-11.6 32.8-32 62.3-59.1 84.7z"/>
6
+ <path d="M320 501h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"/>
7
+ <path d="M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v201zm0-264H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v488z"/>
8
+ <path d="M320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"/>
9
+ </svg>`;
10
+
11
+ export const ContainerTwotone = createIcon('ContainerTwotone', 'container', svgContent);
12
+
13
+ export default ContainerTwotone;
@@ -0,0 +1,13 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"/>
6
+ <path fill="#E6E6E6" d="M616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM340.4 601.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5z"/>
7
+ <path fill="#E6E6E6" d="M184 840h656V184H184v656zm436.4-499.1c-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1zM340 485V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99z"/>
8
+ <path fill="#333" d="M340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c41.7-13.5 72-52.8 72-99s-30.3-85.4-72-99V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c-41.7 13.5-72 52.8-72 99s30.3 85.4 72 99zm.1-116c.1-.2.2-.3.3-.5l1.5-2.4c0-.1.1-.1.1-.2l.9-1.2c0-.1.1-.2.2-.3 1-1.2 2.1-2.5 3.2-3.6l.2-.2c.4-.4.8-.7 1.2-1.1.8-.7 1.7-1.4 2.6-2.1h.1l1.2-.9c.1-.1.3-.2.4-.3 1.3-.8 2.6-1.5 3.9-2.2.2-.2.5-.3.7-.4.4-.2.7-.3 1.1-.5.3-.1.7-.3 1-.4.5-.1 1-.3 1.5-.5.4-.1.9-.3 1.3-.4l.9-.3 1.4-.3c.2-.1.5-.1.7-.2.7-.2 1.4-.3 2.1-.4.2-.1.4-.1.6-.1.5-.1 1.1-.2 1.7-.2.3-.1.5-.1.7-.1.8-.1 1.5-.1 2.3-.1s1.5.1 2.3.1c.3.1.5.1.7.1.6.1 1.1.1 1.7.2.2.1.4.1.6.1.7.1 1.4.3 2.1.4.2.1.5.1.7.2l1.4.3.9.3c.4.1.9.3 1.3.4.5.1 1 .3 1.5.5.3.1.7.3 1 .4.4.2.7.3 1.1.5.2.2.5.3.7.4 1.4.6 2.7 1.4 3.9 2.2.1.1.3.2.4.3l1.2.9h.1c.9.6 1.8 1.3 2.6 2.1.4.3.8.7 1.2 1.1l.2.2c1.2 1.1 2.2 2.3 3.2 3.6 0 .1.1.2.2.3l.9 1.2c0 .1.1.1.1.2l1.5 2.4A36.03 36.03 0 0 1 408 584c0 6.1-1.6 11.9-4.3 17-.1.2-.2.3-.3.5l-1.5 2.4c0 .1-.1.1-.1.2l-.9 1.2c0 .1-.1.2-.2.3-1 1.2-2.1 2.5-3.2 3.6l-.2.2c-.4.4-.8.7-1.2 1.1-.8.7-1.7 1.4-2.6 2.1h-.1l-1.2.9c-.1.1-.3.2-.4.3-1.3.8-2.6 1.5-3.9 2.2-.2.2-.5.3-.7.4-.4.2-.7.3-1.1.5-.3.1-.7.3-1 .4-.5.1-1 .3-1.5.5-.4.1-.9.3-1.3.4l-.9.3-1.4.3c-.2.1-.5.1-.7.2-.7.2-1.4.3-2.1.4-.2.1-.4.1-.6.1-.5.1-1.1.2-1.7.2-.3.1-.5.1-.7.1-.8.1-1.5.1-2.3.1s-1.5-.1-2.3-.1c-.3-.1-.5-.1-.7-.1-.6-.1-1.1-.1-1.7-.2-.2-.1-.4-.1-.6-.1-.7-.1-1.4-.3-2.1-.4-.2-.1-.5-.1-.7-.2l-1.4-.3-.9-.3c-.4-.1-.9-.3-1.3-.4-.5-.1-1-.3-1.5-.5-.3-.1-.7-.3-1-.4-.4-.2-.7-.3-1.1-.5-.2-.2-.5-.3-.7-.4-1.4-.6-2.7-1.4-3.9-2.2-.1-.1-.3-.2-.4-.3l-1.2-.9h-.1c-.9-.6-1.8-1.3-2.6-2.1-.4-.3-.8-.7-1.2-1.1l-.2-.2c-1.2-1.1-2.2-2.3-3.2-3.6 0-.1-.1-.2-.2-.3l-.9-1.2c0-.1-.1-.1-.1-.2l-1.5-2.4c-.1-.2-.2-.3-.3-.5-2.7-5-4.3-10.9-4.3-17s1.6-11.9 4.3-17zm280.3-27.9c-.1 0-.2-.1-.4-.1v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-.1 0-.2.1-.4.1 42-13.4 72.4-52.7 72.4-99.1 0-46.4-30.4-85.7-72.4-99.1.1 0 .2.1.4.1v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c.1 0 .2-.1.4-.1-42 13.4-72.4 52.7-72.4 99.1 0 46.4 30.4 85.7 72.4 99.1zM652 404c19.9 0 36 16.1 36 36s-16.1 36-36 36-36-16.1-36-36 16.1-36 36-36z"/>
9
+ </svg>`;
10
+
11
+ export const ControlTwotone = createIcon('ControlTwotone', 'control', svgContent);
12
+
13
+ export default ControlTwotone;
@@ -0,0 +1,12 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#D9D9D9" d="M232 706h142c22.1 0 40 17.9 40 40v142h250V264H232v442z"/>
6
+ <path d="M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32z"/>
7
+ <path d="M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z"/>
8
+ </svg>`;
9
+
10
+ export const CopyTwotone = createIcon('CopyTwotone', 'copy', svgContent);
11
+
12
+ export default CopyTwotone;
@@ -0,0 +1,16 @@
1
+ import { createIcon } from '../utils';
2
+
3
+ const svgContent = `<?xml version="1.0" standalone="no"?>
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
5
+ <path fill="#333" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"/>
6
+ <path fill="#E6E6E6" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm5.5 533c52.9 0 88.8-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4C407.4 734 344 660.8 344 539.1v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.7-3.2-8-7.4-4-49.6-40-83.4-93-83.4-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6z"/>
7
+ <path fill="#333" d="M517.6 351.3c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z"/>
8
+ </svg>`;
9
+
10
+ export const CopyrightCircleTwotone = createIcon(
11
+ 'CopyrightCircleTwotone',
12
+ 'copyright-circle',
13
+ svgContent,
14
+ );
15
+
16
+ export default CopyrightCircleTwotone;