@bigbinary/neeto-icons-rn 1.20.74 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1454) hide show
  1. package/dist/appIcons/Neeto.tsx +17 -0
  2. package/dist/appIcons/NeetoBugWatch.tsx +25 -0
  3. package/dist/appIcons/NeetoCal.tsx +85 -0
  4. package/dist/appIcons/NeetoChangelog.tsx +45 -0
  5. package/dist/appIcons/NeetoChat.tsx +45 -0
  6. package/dist/appIcons/NeetoCi.tsx +21 -0
  7. package/dist/appIcons/NeetoCode.tsx +27 -0
  8. package/dist/appIcons/NeetoCourse.tsx +37 -0
  9. package/dist/appIcons/NeetoCrm.tsx +33 -0
  10. package/dist/appIcons/NeetoDeploy.tsx +25 -0
  11. package/dist/appIcons/NeetoDesk.tsx +43 -0
  12. package/dist/appIcons/NeetoEngage.tsx +45 -0
  13. package/dist/appIcons/NeetoForm.tsx +37 -0
  14. package/dist/appIcons/NeetoGit.tsx +42 -0
  15. package/dist/appIcons/NeetoInvisible.tsx +29 -0
  16. package/dist/appIcons/NeetoInvoice.tsx +37 -0
  17. package/dist/appIcons/NeetoKb.tsx +45 -0
  18. package/dist/appIcons/NeetoPay.tsx +33 -0
  19. package/dist/appIcons/NeetoPlanner.tsx +41 -0
  20. package/dist/appIcons/NeetoPlaydash.tsx +33 -0
  21. package/dist/appIcons/NeetoPublish.tsx +25 -0
  22. package/dist/appIcons/NeetoQuiz.tsx +39 -0
  23. package/dist/appIcons/NeetoRecord.tsx +25 -0
  24. package/dist/appIcons/NeetoReplay.tsx +37 -0
  25. package/dist/appIcons/NeetoRunner.tsx +45 -0
  26. package/dist/appIcons/NeetoSeo.tsx +29 -0
  27. package/dist/appIcons/NeetoSite.tsx +41 -0
  28. package/dist/appIcons/NeetoTestify.tsx +39 -0
  29. package/dist/appIcons/NeetoTower.tsx +34 -0
  30. package/dist/appIcons/NeetoWireframe.tsx +29 -0
  31. package/dist/elements/Alert.tsx +32 -0
  32. package/dist/elements/AndroidMockup.tsx +185 -0
  33. package/dist/elements/Arrow.tsx +16 -0
  34. package/dist/elements/Avatar.tsx +14 -0
  35. package/dist/elements/BringToBack.tsx +21 -0
  36. package/dist/elements/BringToFront.tsx +25 -0
  37. package/dist/elements/Browser.tsx +16 -0
  38. package/dist/elements/Button.tsx +21 -0
  39. package/dist/elements/Calendar.tsx +39 -0
  40. package/dist/elements/Checkbox.tsx +24 -0
  41. package/dist/elements/Circle.tsx +17 -0
  42. package/dist/elements/Dropdown.tsx +24 -0
  43. package/dist/elements/IPhoneMockup.tsx +128 -0
  44. package/dist/elements/Image.tsx +16 -0
  45. package/dist/elements/Input.tsx +22 -0
  46. package/dist/elements/Keyboard.tsx +13 -0
  47. package/dist/elements/Label.tsx +13 -0
  48. package/dist/elements/Line.tsx +9 -0
  49. package/dist/elements/LineChart.tsx +24 -0
  50. package/dist/elements/Link.tsx +16 -0
  51. package/dist/elements/List.tsx +21 -0
  52. package/dist/elements/MoveBackward.tsx +22 -0
  53. package/dist/elements/MoveForward.tsx +22 -0
  54. package/dist/elements/Notes.tsx +33 -0
  55. package/dist/elements/Overlay.tsx +33 -0
  56. package/dist/elements/PieChart.tsx +15 -0
  57. package/dist/elements/Radio.tsx +16 -0
  58. package/dist/elements/Rectangle.tsx +20 -0
  59. package/dist/elements/Scrollbar.tsx +22 -0
  60. package/dist/elements/Search.tsx +31 -0
  61. package/dist/elements/Slider.tsx +26 -0
  62. package/dist/elements/Subtitle.tsx +18 -0
  63. package/dist/elements/Table.tsx +16 -0
  64. package/dist/elements/Tabs.tsx +22 -0
  65. package/dist/elements/TextArea.tsx +23 -0
  66. package/dist/elements/TextBlock.tsx +35 -0
  67. package/dist/elements/Title.tsx +18 -0
  68. package/dist/elements/ToggleSwitch.tsx +44 -0
  69. package/dist/elements/Toolbar.tsx +54 -0
  70. package/dist/elements/Tooltip.tsx +26 -0
  71. package/dist/elements/Video.tsx +22 -0
  72. package/dist/elements/YesNo.tsx +30 -0
  73. package/dist/icons/AccessControl.tsx +110 -0
  74. package/dist/icons/ActivityLog.tsx +28 -0
  75. package/dist/icons/AddCircle.tsx +31 -0
  76. package/dist/icons/AddImage.tsx +15 -0
  77. package/dist/icons/AddMenu.tsx +41 -0
  78. package/dist/icons/AddNote.tsx +15 -0
  79. package/dist/icons/AddRectangle.tsx +19 -0
  80. package/dist/icons/Address.tsx +15 -0
  81. package/dist/icons/AgentStatus.tsx +33 -0
  82. package/dist/icons/Agents.tsx +15 -0
  83. package/dist/icons/AlignCenter.tsx +19 -0
  84. package/dist/icons/ApiKeys.tsx +62 -0
  85. package/dist/icons/ApiTemplates.tsx +53 -0
  86. package/dist/icons/AppSwitcher.tsx +32 -0
  87. package/dist/icons/Apple.tsx +20 -0
  88. package/dist/icons/Approval.tsx +36 -0
  89. package/dist/icons/Archive.tsx +29 -0
  90. package/dist/icons/ArchivedArticles.tsx +40 -0
  91. package/dist/icons/Articles.tsx +15 -0
  92. package/dist/icons/Ascending.tsx +18 -0
  93. package/dist/icons/AspectRatio.tsx +40 -0
  94. package/dist/icons/AspectRatio11.tsx +28 -0
  95. package/dist/icons/AspectRatio169.tsx +28 -0
  96. package/dist/icons/AspectRatio32.tsx +28 -0
  97. package/dist/icons/AspectRatio43.tsx +28 -0
  98. package/dist/icons/AspectRatio916.tsx +20 -0
  99. package/dist/icons/Assign.tsx +43 -0
  100. package/dist/icons/Attachment.tsx +26 -0
  101. package/dist/icons/Attachments.tsx +19 -0
  102. package/dist/icons/AuditLogs.tsx +40 -0
  103. package/dist/icons/AutoCc.tsx +43 -0
  104. package/dist/icons/Automation.tsx +40 -0
  105. package/dist/icons/Bank.tsx +59 -0
  106. package/dist/icons/Billing.tsx +49 -0
  107. package/dist/icons/Blockquote.tsx +19 -0
  108. package/dist/icons/Board.tsx +15 -0
  109. package/dist/icons/BoardView.tsx +58 -0
  110. package/dist/icons/Book.tsx +15 -0
  111. package/dist/icons/BookOpen.tsx +22 -0
  112. package/dist/icons/BookingCancellationEmailForClient.tsx +73 -0
  113. package/dist/icons/BookingConfirmationEmailForClient.tsx +67 -0
  114. package/dist/icons/BookingConfirmationEmailForHost.tsx +67 -0
  115. package/dist/icons/Bookings.tsx +51 -0
  116. package/dist/icons/Bookmark.tsx +16 -0
  117. package/dist/icons/BorderDisable.tsx +25 -0
  118. package/dist/icons/BorderEnable.tsx +21 -0
  119. package/dist/icons/Braces.tsx +12 -0
  120. package/dist/icons/Browser.tsx +46 -0
  121. package/dist/icons/Bug.tsx +78 -0
  122. package/dist/icons/Building.tsx +64 -0
  123. package/dist/icons/Bulb.tsx +15 -0
  124. package/dist/icons/BusinessHour.tsx +47 -0
  125. package/dist/icons/Calendar.tsx +15 -0
  126. package/dist/icons/CalendarHoliday.tsx +61 -0
  127. package/dist/icons/Camera.tsx +22 -0
  128. package/dist/icons/CannedResponses.tsx +19 -0
  129. package/dist/icons/Captcha.tsx +15 -0
  130. package/dist/icons/Captions.tsx +32 -0
  131. package/dist/icons/CardPayment.tsx +61 -0
  132. package/dist/icons/CategoriesSettings.tsx +54 -0
  133. package/dist/icons/Category.tsx +43 -0
  134. package/dist/icons/CenterAlign.tsx +47 -0
  135. package/dist/icons/Certificate.tsx +41 -0
  136. package/dist/icons/Change.tsx +15 -0
  137. package/dist/icons/Changelog.tsx +40 -0
  138. package/dist/icons/Chat.tsx +29 -0
  139. package/dist/icons/ChatBubble.tsx +17 -0
  140. package/dist/icons/ChatEmpty.tsx +19 -0
  141. package/dist/icons/ChatNotification.tsx +20 -0
  142. package/dist/icons/ChatOffline.tsx +25 -0
  143. package/dist/icons/ChatQuestions.tsx +40 -0
  144. package/dist/icons/Check.tsx +15 -0
  145. package/dist/icons/CheckCircle.tsx +19 -0
  146. package/dist/icons/Checkbox.tsx +24 -0
  147. package/dist/icons/CheckboxInactive.tsx +21 -0
  148. package/dist/icons/Checkmark.tsx +26 -0
  149. package/dist/icons/Chrome.tsx +20 -0
  150. package/dist/icons/ClearCache.tsx +25 -0
  151. package/dist/icons/Clock.tsx +15 -0
  152. package/dist/icons/Close.tsx +15 -0
  153. package/dist/icons/CloseCircle.tsx +19 -0
  154. package/dist/icons/ClosedHand.tsx +48 -0
  155. package/dist/icons/ClosedPullRequest.tsx +19 -0
  156. package/dist/icons/Code.tsx +15 -0
  157. package/dist/icons/CodeBlock.tsx +19 -0
  158. package/dist/icons/Collapse.tsx +15 -0
  159. package/dist/icons/ColorPicker.tsx +28 -0
  160. package/dist/icons/Column.tsx +15 -0
  161. package/dist/icons/ColumnToLeft.tsx +36 -0
  162. package/dist/icons/ColumnToRight.tsx +42 -0
  163. package/dist/icons/Community.tsx +68 -0
  164. package/dist/icons/CompanyInfo.tsx +96 -0
  165. package/dist/icons/CompanyTags.tsx +89 -0
  166. package/dist/icons/Computer.tsx +39 -0
  167. package/dist/icons/Concat.tsx +40 -0
  168. package/dist/icons/Configure.tsx +110 -0
  169. package/dist/icons/Console.tsx +36 -0
  170. package/dist/icons/ContactBook.tsx +40 -0
  171. package/dist/icons/ContactField.tsx +66 -0
  172. package/dist/icons/ContactTags.tsx +61 -0
  173. package/dist/icons/ContextualMenu.tsx +52 -0
  174. package/dist/icons/Contracts.tsx +54 -0
  175. package/dist/icons/Copy.tsx +15 -0
  176. package/dist/icons/CopyLink.tsx +36 -0
  177. package/dist/icons/Count.tsx +22 -0
  178. package/dist/icons/CreditCard.tsx +19 -0
  179. package/dist/icons/Crown.tsx +27 -0
  180. package/dist/icons/Css3.tsx +12 -0
  181. package/dist/icons/Cta.tsx +35 -0
  182. package/dist/icons/Cursor.tsx +22 -0
  183. package/dist/icons/Cursor2.tsx +32 -0
  184. package/dist/icons/CustomDomain.tsx +75 -0
  185. package/dist/icons/CustomEmailServer.tsx +26 -0
  186. package/dist/icons/CustomField.tsx +94 -0
  187. package/dist/icons/CustomSize.tsx +75 -0
  188. package/dist/icons/Customers.tsx +18 -0
  189. package/dist/icons/CustomiseNotification.tsx +68 -0
  190. package/dist/icons/Customize.tsx +82 -0
  191. package/dist/icons/Dashboard.tsx +19 -0
  192. package/dist/icons/Database.tsx +12 -0
  193. package/dist/icons/Delete.tsx +15 -0
  194. package/dist/icons/DeleteColumn.tsx +33 -0
  195. package/dist/icons/DeleteRow.tsx +34 -0
  196. package/dist/icons/DeleteTable.tsx +25 -0
  197. package/dist/icons/Dependent.tsx +47 -0
  198. package/dist/icons/Descending.tsx +18 -0
  199. package/dist/icons/Design.tsx +15 -0
  200. package/dist/icons/Discount.tsx +45 -0
  201. package/dist/icons/Divide.tsx +43 -0
  202. package/dist/icons/Divider.tsx +9 -0
  203. package/dist/icons/DocumentationSync.tsx +53 -0
  204. package/dist/icons/Dollar.tsx +15 -0
  205. package/dist/icons/Domain.tsx +50 -0
  206. package/dist/icons/DoubleCheck.tsx +25 -0
  207. package/dist/icons/DoubleLeft.tsx +26 -0
  208. package/dist/icons/DoubleRight.tsx +19 -0
  209. package/dist/icons/Down.tsx +15 -0
  210. package/dist/icons/DownArrow.tsx +19 -0
  211. package/dist/icons/DownArrowCircle.tsx +40 -0
  212. package/dist/icons/Download.tsx +36 -0
  213. package/dist/icons/Draft.tsx +22 -0
  214. package/dist/icons/Drag.tsx +63 -0
  215. package/dist/icons/Dropdown.tsx +50 -0
  216. package/dist/icons/DropdownClosed.tsx +19 -0
  217. package/dist/icons/Edit.tsx +15 -0
  218. package/dist/icons/EditSchedule.tsx +61 -0
  219. package/dist/icons/Email.tsx +15 -0
  220. package/dist/icons/EmailNotification.tsx +47 -0
  221. package/dist/icons/EmailSent.tsx +47 -0
  222. package/dist/icons/EmailServer.tsx +40 -0
  223. package/dist/icons/EmailSync.tsx +47 -0
  224. package/dist/icons/EmailTemplates.tsx +53 -0
  225. package/dist/icons/EmailsBanned.tsx +40 -0
  226. package/dist/icons/Emoji.tsx +15 -0
  227. package/dist/icons/EntireScreen.tsx +31 -0
  228. package/dist/icons/Equals.tsx +29 -0
  229. package/dist/icons/Error.tsx +15 -0
  230. package/dist/icons/ExcludedDomains.tsx +61 -0
  231. package/dist/icons/Expand.tsx +15 -0
  232. package/dist/icons/ExpandSize.tsx +19 -0
  233. package/dist/icons/ExpenseCategories.tsx +54 -0
  234. package/dist/icons/ExternalLink.tsx +19 -0
  235. package/dist/icons/Eye.tsx +22 -0
  236. package/dist/icons/Facebook.tsx +15 -0
  237. package/dist/icons/Favorite.tsx +15 -0
  238. package/dist/icons/FeatureSettings.tsx +40 -0
  239. package/dist/icons/Field.tsx +30 -0
  240. package/dist/icons/File.tsx +15 -0
  241. package/dist/icons/FileDownload.tsx +37 -0
  242. package/dist/icons/FileGeneric.tsx +33 -0
  243. package/dist/icons/FileUpload.tsx +19 -0
  244. package/dist/icons/Filter.tsx +24 -0
  245. package/dist/icons/FilterAz.tsx +64 -0
  246. package/dist/icons/Flag.tsx +15 -0
  247. package/dist/icons/Flash.tsx +15 -0
  248. package/dist/icons/FlowChart.tsx +60 -0
  249. package/dist/icons/Focus.tsx +14 -0
  250. package/dist/icons/Folder.tsx +15 -0
  251. package/dist/icons/FolderFill.tsx +16 -0
  252. package/dist/icons/FolderOpenFill.tsx +16 -0
  253. package/dist/icons/FontSize.tsx +15 -0
  254. package/dist/icons/Form.tsx +14 -0
  255. package/dist/icons/FormClosed.tsx +25 -0
  256. package/dist/icons/Forward.tsx +15 -0
  257. package/dist/icons/FullScreen.tsx +19 -0
  258. package/dist/icons/Gif.tsx +15 -0
  259. package/dist/icons/Gift.tsx +15 -0
  260. package/dist/icons/GitMerge.tsx +43 -0
  261. package/dist/icons/GlobalAutoCc.tsx +82 -0
  262. package/dist/icons/Globe.tsx +57 -0
  263. package/dist/icons/Goal.tsx +31 -0
  264. package/dist/icons/Graph.tsx +43 -0
  265. package/dist/icons/Group.tsx +50 -0
  266. package/dist/icons/HamburgerMenu.tsx +36 -0
  267. package/dist/icons/Hash.tsx +43 -0
  268. package/dist/icons/HashChecked.tsx +19 -0
  269. package/dist/icons/HashInSet.tsx +33 -0
  270. package/dist/icons/Header.tsx +15 -0
  271. package/dist/icons/Heart.tsx +14 -0
  272. package/dist/icons/Help.tsx +13 -0
  273. package/dist/icons/Hide.tsx +22 -0
  274. package/dist/icons/Highlight.tsx +40 -0
  275. package/dist/icons/History.tsx +35 -0
  276. package/dist/icons/Home.tsx +15 -0
  277. package/dist/icons/Home2.tsx +13 -0
  278. package/dist/icons/HourFormat.tsx +47 -0
  279. package/dist/icons/HourGlass.tsx +19 -0
  280. package/dist/icons/Hours.tsx +33 -0
  281. package/dist/icons/Html.tsx +12 -0
  282. package/dist/icons/Ibeam.tsx +36 -0
  283. package/dist/icons/Icons.tsx +48 -0
  284. package/dist/icons/Image.tsx +15 -0
  285. package/dist/icons/ImageUpload.tsx +19 -0
  286. package/dist/icons/ImportTimesheet.tsx +64 -0
  287. package/dist/icons/Inactive.tsx +50 -0
  288. package/dist/icons/Inbox.tsx +15 -0
  289. package/dist/icons/IndeterminateCircle.tsx +22 -0
  290. package/dist/icons/Info.tsx +43 -0
  291. package/dist/icons/InfoRound.tsx +40 -0
  292. package/dist/icons/Input.tsx +22 -0
  293. package/dist/icons/InsertColumn.tsx +28 -0
  294. package/dist/icons/InsertRow.tsx +34 -0
  295. package/dist/icons/Installation.tsx +54 -0
  296. package/dist/icons/IntroPages.tsx +38 -0
  297. package/dist/icons/InvalidUrl.tsx +47 -0
  298. package/dist/icons/Invoice.tsx +15 -0
  299. package/dist/icons/InvoiceSettings.tsx +47 -0
  300. package/dist/icons/IpAddress.tsx +19 -0
  301. package/dist/icons/IpRestriction.tsx +47 -0
  302. package/dist/icons/Keyboard.tsx +15 -0
  303. package/dist/icons/Layers.tsx +26 -0
  304. package/dist/icons/Left.tsx +15 -0
  305. package/dist/icons/LeftAlign.tsx +39 -0
  306. package/dist/icons/LeftArrow.tsx +19 -0
  307. package/dist/icons/LeftArrowCircle.tsx +40 -0
  308. package/dist/icons/Link.tsx +15 -0
  309. package/dist/icons/Linkedin.tsx +15 -0
  310. package/dist/icons/List.tsx +22 -0
  311. package/dist/icons/ListDetails.tsx +19 -0
  312. package/dist/icons/ListDot.tsx +15 -0
  313. package/dist/icons/ListNumber.tsx +19 -0
  314. package/dist/icons/ListView.tsx +39 -0
  315. package/dist/icons/Loading.tsx +71 -0
  316. package/dist/icons/Location.tsx +29 -0
  317. package/dist/icons/Lock.tsx +15 -0
  318. package/dist/icons/LockMessage.tsx +47 -0
  319. package/dist/icons/Logout.tsx +29 -0
  320. package/dist/icons/LongText.tsx +15 -0
  321. package/dist/icons/MailSend.tsx +40 -0
  322. package/dist/icons/MailUnread.tsx +30 -0
  323. package/dist/icons/ManageCalendar.tsx +61 -0
  324. package/dist/icons/ManageTemplates.tsx +53 -0
  325. package/dist/icons/MappedField.tsx +73 -0
  326. package/dist/icons/MarginAll.tsx +52 -0
  327. package/dist/icons/MarginBottom.tsx +34 -0
  328. package/dist/icons/MarginLeft.tsx +34 -0
  329. package/dist/icons/MarginRight.tsx +34 -0
  330. package/dist/icons/MarginTop.tsx +34 -0
  331. package/dist/icons/MarginX.tsx +36 -0
  332. package/dist/icons/MarginY.tsx +36 -0
  333. package/dist/icons/Matrix.tsx +13 -0
  334. package/dist/icons/MatrixDots.tsx +21 -0
  335. package/dist/icons/MatrixDotsClear.tsx +19 -0
  336. package/dist/icons/MediaVideo.tsx +26 -0
  337. package/dist/icons/MeetingLimit.tsx +75 -0
  338. package/dist/icons/MeetingReminder.tsx +61 -0
  339. package/dist/icons/MenuHorizontal.tsx +43 -0
  340. package/dist/icons/MenuLayout.tsx +32 -0
  341. package/dist/icons/MenuSquare.tsx +33 -0
  342. package/dist/icons/MenuVertical.tsx +43 -0
  343. package/dist/icons/Merge.tsx +15 -0
  344. package/dist/icons/MergeSplit.tsx +37 -0
  345. package/dist/icons/MergedPullRequest.tsx +22 -0
  346. package/dist/icons/Message.tsx +15 -0
  347. package/dist/icons/MessageBubble.tsx +19 -0
  348. package/dist/icons/MessageSquare.tsx +19 -0
  349. package/dist/icons/Mic.tsx +36 -0
  350. package/dist/icons/MicOff.tsx +42 -0
  351. package/dist/icons/Minimize.tsx +71 -0
  352. package/dist/icons/Minus.tsx +22 -0
  353. package/dist/icons/Mobile.tsx +22 -0
  354. package/dist/icons/MobileAndDesktopApps.tsx +54 -0
  355. package/dist/icons/Moon.tsx +22 -0
  356. package/dist/icons/Move.tsx +30 -0
  357. package/dist/icons/MoveToBottom.tsx +25 -0
  358. package/dist/icons/MoveToTop.tsx +20 -0
  359. package/dist/icons/Movie.tsx +25 -0
  360. package/dist/icons/MultipleChoice.tsx +31 -0
  361. package/dist/icons/MultipleHost.tsx +50 -0
  362. package/dist/icons/Mute.tsx +15 -0
  363. package/dist/icons/MyPreferences.tsx +54 -0
  364. package/dist/icons/NavLinks.tsx +46 -0
  365. package/dist/icons/NeetoAnalytics.tsx +26 -0
  366. package/dist/icons/NeetoCal.tsx +36 -0
  367. package/dist/icons/NeetoChangelog.tsx +61 -0
  368. package/dist/icons/NeetoChat.tsx +33 -0
  369. package/dist/icons/NeetoDesk.tsx +61 -0
  370. package/dist/icons/NeetoEngage.tsx +61 -0
  371. package/dist/icons/NeetoForm.tsx +18 -0
  372. package/dist/icons/NeetoIcon.tsx +16 -0
  373. package/dist/icons/NeetoInsights.tsx +26 -0
  374. package/dist/icons/NeetoInterview.tsx +26 -0
  375. package/dist/icons/NeetoInvisible.tsx +26 -0
  376. package/dist/icons/NeetoKb.tsx +43 -0
  377. package/dist/icons/NeetoQuiz.tsx +31 -0
  378. package/dist/icons/NeetoReplay.tsx +26 -0
  379. package/dist/icons/NeetoWireframe.tsx +54 -0
  380. package/dist/icons/NeutralFaceGrey.tsx +45 -0
  381. package/dist/icons/NewChat.tsx +36 -0
  382. package/dist/icons/NewField.tsx +15 -0
  383. package/dist/icons/NoReportsData.tsx +54 -0
  384. package/dist/icons/Notes.tsx +22 -0
  385. package/dist/icons/Notification.tsx +33 -0
  386. package/dist/icons/NotificationTemplates.tsx +67 -0
  387. package/dist/icons/Number.tsx +15 -0
  388. package/dist/icons/OneOnOne.tsx +36 -0
  389. package/dist/icons/OpenHand.tsx +43 -0
  390. package/dist/icons/OpenPullRequest.tsx +17 -0
  391. package/dist/icons/OpinionScale.tsx +19 -0
  392. package/dist/icons/Order.tsx +15 -0
  393. package/dist/icons/Os.tsx +123 -0
  394. package/dist/icons/Other.tsx +36 -0
  395. package/dist/icons/PaddingAll.tsx +52 -0
  396. package/dist/icons/PaddingBottom.tsx +34 -0
  397. package/dist/icons/PaddingLeft.tsx +34 -0
  398. package/dist/icons/PaddingRight.tsx +34 -0
  399. package/dist/icons/PaddingTop.tsx +34 -0
  400. package/dist/icons/PaddingX.tsx +36 -0
  401. package/dist/icons/PaddingY.tsx +36 -0
  402. package/dist/icons/Paragraph.tsx +19 -0
  403. package/dist/icons/Pause.tsx +22 -0
  404. package/dist/icons/PauseCircle.tsx +27 -0
  405. package/dist/icons/Payment.tsx +29 -0
  406. package/dist/icons/Phone.tsx +22 -0
  407. package/dist/icons/PhoneRing.tsx +19 -0
  408. package/dist/icons/Pin.tsx +36 -0
  409. package/dist/icons/Pipeline.tsx +31 -0
  410. package/dist/icons/Play.tsx +16 -0
  411. package/dist/icons/Plus.tsx +15 -0
  412. package/dist/icons/PointingHand.tsx +49 -0
  413. package/dist/icons/PrefilledSchedulingLink.tsx +52 -0
  414. package/dist/icons/Prepend.tsx +40 -0
  415. package/dist/icons/PreventDuplicate.tsx +34 -0
  416. package/dist/icons/Print.tsx +36 -0
  417. package/dist/icons/PriorityHigh.tsx +16 -0
  418. package/dist/icons/PriorityLow.tsx +16 -0
  419. package/dist/icons/PriorityMedium.tsx +16 -0
  420. package/dist/icons/Pro.tsx +22 -0
  421. package/dist/icons/ProductSwitcher.tsx +21 -0
  422. package/dist/icons/ProgressBar.tsx +27 -0
  423. package/dist/icons/Puzzle.tsx +15 -0
  424. package/dist/icons/QrCode.tsx +15 -0
  425. package/dist/icons/Quote.tsx +15 -0
  426. package/dist/icons/Radio.tsx +10 -0
  427. package/dist/icons/RadioInactive.tsx +13 -0
  428. package/dist/icons/Rating.tsx +15 -0
  429. package/dist/icons/RatingFilled.tsx +16 -0
  430. package/dist/icons/Recommendation.tsx +33 -0
  431. package/dist/icons/RecurringInvoice.tsx +47 -0
  432. package/dist/icons/RecurringMeeting.tsx +62 -0
  433. package/dist/icons/Redirect.tsx +36 -0
  434. package/dist/icons/RedirectUrl.tsx +61 -0
  435. package/dist/icons/Redirection.tsx +19 -0
  436. package/dist/icons/Redo.tsx +36 -0
  437. package/dist/icons/Refresh.tsx +29 -0
  438. package/dist/icons/ReminderEmailForClient.tsx +47 -0
  439. package/dist/icons/ReminderEmailForHost.tsx +48 -0
  440. package/dist/icons/ReminderSmsForClient.tsx +61 -0
  441. package/dist/icons/ReminderSmsForHost.tsx +62 -0
  442. package/dist/icons/RemoveCircle.tsx +22 -0
  443. package/dist/icons/Reorder.tsx +56 -0
  444. package/dist/icons/Reorder2.tsx +50 -0
  445. package/dist/icons/Repeat.tsx +36 -0
  446. package/dist/icons/Reply.tsx +15 -0
  447. package/dist/icons/Report.tsx +15 -0
  448. package/dist/icons/Reschedule.tsx +45 -0
  449. package/dist/icons/Reset.tsx +43 -0
  450. package/dist/icons/ResumeCircle.tsx +20 -0
  451. package/dist/icons/Ribbon.tsx +15 -0
  452. package/dist/icons/Right.tsx +15 -0
  453. package/dist/icons/RightAlign.tsx +39 -0
  454. package/dist/icons/RightArrow.tsx +19 -0
  455. package/dist/icons/RightArrowCircle.tsx +40 -0
  456. package/dist/icons/Roadmap.tsx +36 -0
  457. package/dist/icons/Robot.tsx +13 -0
  458. package/dist/icons/RoundRobin.tsx +36 -0
  459. package/dist/icons/RoutingForms.tsx +42 -0
  460. package/dist/icons/SadFaceGrey.tsx +49 -0
  461. package/dist/icons/Scale.tsx +22 -0
  462. package/dist/icons/Score.tsx +57 -0
  463. package/dist/icons/ScreenRecording.tsx +48 -0
  464. package/dist/icons/Search.tsx +15 -0
  465. package/dist/icons/Security.tsx +29 -0
  466. package/dist/icons/Send.tsx +15 -0
  467. package/dist/icons/SendPlane.tsx +26 -0
  468. package/dist/icons/Seo.tsx +22 -0
  469. package/dist/icons/Settings.tsx +22 -0
  470. package/dist/icons/SettingsChecked.tsx +24 -0
  471. package/dist/icons/Setup.tsx +57 -0
  472. package/dist/icons/ShapeSwitcher.tsx +34 -0
  473. package/dist/icons/Shapes.tsx +27 -0
  474. package/dist/icons/Share.tsx +15 -0
  475. package/dist/icons/ShoppingCart.tsx +31 -0
  476. package/dist/icons/SidebarClose.tsx +36 -0
  477. package/dist/icons/SidebarOpen.tsx +36 -0
  478. package/dist/icons/Signature.tsx +17 -0
  479. package/dist/icons/SingleChoice.tsx +47 -0
  480. package/dist/icons/SkipBack.tsx +30 -0
  481. package/dist/icons/SkipForward.tsx +34 -0
  482. package/dist/icons/SlaPolicies.tsx +59 -0
  483. package/dist/icons/Slash.tsx +15 -0
  484. package/dist/icons/SmileFaceGrey.tsx +44 -0
  485. package/dist/icons/Smiley.tsx +22 -0
  486. package/dist/icons/Sms.tsx +15 -0
  487. package/dist/icons/SmsTemplates.tsx +60 -0
  488. package/dist/icons/SortAscending.tsx +47 -0
  489. package/dist/icons/Sparkle.tsx +15 -0
  490. package/dist/icons/SpecificWindow.tsx +46 -0
  491. package/dist/icons/Split.tsx +22 -0
  492. package/dist/icons/SplitPayment.tsx +68 -0
  493. package/dist/icons/StarRating.tsx +19 -0
  494. package/dist/icons/StartWeekOn.tsx +54 -0
  495. package/dist/icons/Status.tsx +15 -0
  496. package/dist/icons/Subdomain.tsx +89 -0
  497. package/dist/icons/SubmissionCount.tsx +19 -0
  498. package/dist/icons/Subscribers.tsx +54 -0
  499. package/dist/icons/Suitcase.tsx +15 -0
  500. package/dist/icons/Sun.tsx +78 -0
  501. package/dist/icons/Survey.tsx +40 -0
  502. package/dist/icons/Swap.tsx +36 -0
  503. package/dist/icons/Tablet.tsx +22 -0
  504. package/dist/icons/Tabs.tsx +30 -0
  505. package/dist/icons/Tag.tsx +29 -0
  506. package/dist/icons/Tag1.tsx +15 -0
  507. package/dist/icons/Tags.tsx +36 -0
  508. package/dist/icons/TaskOutcome.tsx +61 -0
  509. package/dist/icons/TaskTags.tsx +64 -0
  510. package/dist/icons/TaskType.tsx +71 -0
  511. package/dist/icons/Tax.tsx +36 -0
  512. package/dist/icons/TaxDetails.tsx +61 -0
  513. package/dist/icons/Taxonomy.tsx +29 -0
  514. package/dist/icons/Templates.tsx +52 -0
  515. package/dist/icons/Terms.tsx +15 -0
  516. package/dist/icons/Text.tsx +36 -0
  517. package/dist/icons/TextBold.tsx +15 -0
  518. package/dist/icons/TextColor.tsx +19 -0
  519. package/dist/icons/TextCross.tsx +19 -0
  520. package/dist/icons/TextField.tsx +19 -0
  521. package/dist/icons/TextH1.tsx +15 -0
  522. package/dist/icons/TextH2.tsx +15 -0
  523. package/dist/icons/TextH3.tsx +16 -0
  524. package/dist/icons/TextH4.tsx +16 -0
  525. package/dist/icons/TextH5.tsx +16 -0
  526. package/dist/icons/TextItalic.tsx +19 -0
  527. package/dist/icons/TextLines.tsx +19 -0
  528. package/dist/icons/TextP.tsx +12 -0
  529. package/dist/icons/TextSize.tsx +22 -0
  530. package/dist/icons/ThankYouPage.tsx +60 -0
  531. package/dist/icons/Theme.tsx +50 -0
  532. package/dist/icons/TicketField.tsx +38 -0
  533. package/dist/icons/TicketSettings.tsx +40 -0
  534. package/dist/icons/TicketTags.tsx +33 -0
  535. package/dist/icons/Tickets.tsx +15 -0
  536. package/dist/icons/TimeLock.tsx +43 -0
  537. package/dist/icons/TimeTracker.tsx +19 -0
  538. package/dist/icons/TimeTracking.tsx +26 -0
  539. package/dist/icons/TimesheetVerifications.tsx +56 -0
  540. package/dist/icons/ToggleHeaderRow.tsx +55 -0
  541. package/dist/icons/Transaction.tsx +19 -0
  542. package/dist/icons/Transcript.tsx +82 -0
  543. package/dist/icons/Translate.tsx +54 -0
  544. package/dist/icons/Twitter.tsx +29 -0
  545. package/dist/icons/Ubuntu.tsx +36 -0
  546. package/dist/icons/Underline.tsx +19 -0
  547. package/dist/icons/Undo.tsx +29 -0
  548. package/dist/icons/UniqueId.tsx +36 -0
  549. package/dist/icons/Unlink.tsx +28 -0
  550. package/dist/icons/Unlock.tsx +16 -0
  551. package/dist/icons/Unpin.tsx +37 -0
  552. package/dist/icons/Up.tsx +15 -0
  553. package/dist/icons/UpArrow.tsx +15 -0
  554. package/dist/icons/UpArrowCircle.tsx +40 -0
  555. package/dist/icons/Upload.tsx +36 -0
  556. package/dist/icons/User.tsx +22 -0
  557. package/dist/icons/UserAdd.tsx +15 -0
  558. package/dist/icons/UserCircle.tsx +19 -0
  559. package/dist/icons/UserInfo.tsx +50 -0
  560. package/dist/icons/UserNotification.tsx +47 -0
  561. package/dist/icons/UserReassigned.tsx +40 -0
  562. package/dist/icons/UserRemove.tsx +47 -0
  563. package/dist/icons/UserRole.tsx +44 -0
  564. package/dist/icons/UserRoundedRect.tsx +19 -0
  565. package/dist/icons/UserSettings.tsx +33 -0
  566. package/dist/icons/UserStar.tsx +29 -0
  567. package/dist/icons/UserTags.tsx +36 -0
  568. package/dist/icons/VerticalBottom.tsx +40 -0
  569. package/dist/icons/VerticalCenter.tsx +48 -0
  570. package/dist/icons/VerticalTop.tsx +40 -0
  571. package/dist/icons/Video.tsx +15 -0
  572. package/dist/icons/VideoAccessControl.tsx +47 -0
  573. package/dist/icons/VideoEdit.tsx +57 -0
  574. package/dist/icons/VideoOff.tsx +28 -0
  575. package/dist/icons/ViewSettings.tsx +47 -0
  576. package/dist/icons/Views.tsx +29 -0
  577. package/dist/icons/Volume.tsx +15 -0
  578. package/dist/icons/Volume0.tsx +15 -0
  579. package/dist/icons/Volume100.tsx +26 -0
  580. package/dist/icons/Volume25.tsx +17 -0
  581. package/dist/icons/Volume50.tsx +22 -0
  582. package/dist/icons/Volume75.tsx +22 -0
  583. package/dist/icons/VolumeOutline.tsx +19 -0
  584. package/dist/icons/VolumeOutline0.tsx +26 -0
  585. package/dist/icons/Walkthrough.tsx +19 -0
  586. package/dist/icons/Warning.tsx +29 -0
  587. package/dist/icons/Warning2.tsx +15 -0
  588. package/dist/icons/WarningFilled.tsx +34 -0
  589. package/dist/icons/Web.tsx +78 -0
  590. package/dist/icons/WebForm.tsx +55 -0
  591. package/dist/icons/Webhooks.tsx +36 -0
  592. package/dist/icons/Whatsapp.tsx +29 -0
  593. package/dist/icons/WidgetModes.tsx +20 -0
  594. package/dist/icons/WidgetVisibility.tsx +54 -0
  595. package/dist/icons/Workflows.tsx +75 -0
  596. package/dist/icons/WorkspaceInfo.tsx +68 -0
  597. package/dist/icons/YesNo.tsx +15 -0
  598. package/dist/icons/Youtube.tsx +22 -0
  599. package/dist/index.ts +7 -0
  600. package/dist/logos/Neeto.tsx +17 -0
  601. package/dist/logos/NeetoBugWatch.tsx +24 -0
  602. package/dist/logos/NeetoCal.tsx +72 -0
  603. package/dist/logos/NeetoChangelog.tsx +44 -0
  604. package/dist/logos/NeetoChat.tsx +39 -0
  605. package/dist/logos/NeetoCi.tsx +20 -0
  606. package/dist/logos/NeetoCode.tsx +26 -0
  607. package/dist/logos/NeetoCourse.tsx +24 -0
  608. package/dist/logos/NeetoCrm.tsx +32 -0
  609. package/dist/logos/NeetoDeploy.tsx +24 -0
  610. package/dist/logos/NeetoDesk.tsx +42 -0
  611. package/dist/logos/NeetoEngage.tsx +44 -0
  612. package/dist/logos/NeetoForm.tsx +36 -0
  613. package/dist/logos/NeetoGit.tsx +41 -0
  614. package/dist/logos/NeetoInvisible.tsx +28 -0
  615. package/dist/logos/NeetoInvoice.tsx +36 -0
  616. package/dist/logos/NeetoKb.tsx +44 -0
  617. package/dist/logos/NeetoPay.tsx +27 -0
  618. package/dist/logos/NeetoPlanner.tsx +35 -0
  619. package/dist/logos/NeetoPlaydash.tsx +32 -0
  620. package/dist/logos/NeetoPublish.tsx +36 -0
  621. package/dist/logos/NeetoQuiz.tsx +33 -0
  622. package/dist/logos/NeetoRecord.tsx +24 -0
  623. package/dist/logos/NeetoReplay.tsx +36 -0
  624. package/dist/logos/NeetoRunner.tsx +44 -0
  625. package/dist/logos/NeetoSeo.tsx +28 -0
  626. package/dist/logos/NeetoSign.tsx +24 -0
  627. package/dist/logos/NeetoSite.tsx +35 -0
  628. package/dist/logos/NeetoTestify.tsx +38 -0
  629. package/dist/logos/NeetoTower.tsx +24 -0
  630. package/dist/logos/NeetoWireframe.tsx +28 -0
  631. package/dist/misc/AmericanExpress.tsx +36 -0
  632. package/dist/misc/Apple.tsx +15 -0
  633. package/dist/misc/Callerdesk.tsx +28 -0
  634. package/dist/misc/CashPayment.tsx +95 -0
  635. package/dist/misc/Chrome.tsx +53 -0
  636. package/dist/misc/Daily.tsx +25 -0
  637. package/dist/misc/Danger.tsx +10 -0
  638. package/dist/misc/Discover.tsx +2239 -0
  639. package/dist/misc/DodoPayments.tsx +39 -0
  640. package/dist/misc/DodoPaymentsTypeface.tsx +52 -0
  641. package/dist/misc/Edge.tsx +62 -0
  642. package/dist/misc/FacebookPixel.tsx +16 -0
  643. package/dist/misc/Firefox.tsx +286 -0
  644. package/dist/misc/Github.tsx +22 -0
  645. package/dist/misc/Gmail.tsx +28 -0
  646. package/dist/misc/Google.tsx +229 -0
  647. package/dist/misc/GoogleAnalytics.tsx +31 -0
  648. package/dist/misc/GoogleCalendar.tsx +63 -0
  649. package/dist/misc/GoogleMeet.tsx +47 -0
  650. package/dist/misc/GoogleSheets.tsx +42 -0
  651. package/dist/misc/GoogleTagManager.tsx +24 -0
  652. package/dist/misc/Info.tsx +26 -0
  653. package/dist/misc/Instagram.tsx +51 -0
  654. package/dist/misc/Jcb.tsx +113 -0
  655. package/dist/misc/Jitsi.tsx +333 -0
  656. package/dist/misc/Linear.tsx +19 -0
  657. package/dist/misc/MailChimp.tsx +24 -0
  658. package/dist/misc/Make.tsx +62 -0
  659. package/dist/misc/Mastercard.tsx +41 -0
  660. package/dist/misc/Megaphone.tsx +32 -0
  661. package/dist/misc/Microsoft.tsx +22 -0
  662. package/dist/misc/MicrosoftOffice.tsx +23 -0
  663. package/dist/misc/N8N.tsx +11 -0
  664. package/dist/misc/Outlook.tsx +235 -0
  665. package/dist/misc/PaypalTypeface.tsx +59 -0
  666. package/dist/misc/Razorpay.tsx +20 -0
  667. package/dist/misc/RazorpayTypeface.tsx +81 -0
  668. package/dist/misc/Safari.tsx +596 -0
  669. package/dist/misc/Shopify.tsx +20 -0
  670. package/dist/misc/Slack.tsx +24 -0
  671. package/dist/misc/Stripe.tsx +14 -0
  672. package/dist/misc/StripeTypeface.tsx +18 -0
  673. package/dist/misc/Success.tsx +14 -0
  674. package/dist/misc/Teams.tsx +86 -0
  675. package/dist/misc/Telnyx.tsx +33 -0
  676. package/dist/misc/Trello.tsx +33 -0
  677. package/dist/misc/Twilio.tsx +12 -0
  678. package/dist/misc/Ubuntu.tsx +16 -0
  679. package/dist/misc/UnionPay.tsx +40 -0
  680. package/dist/misc/Upi.tsx +154 -0
  681. package/dist/misc/UpiTypeface.tsx +153 -0
  682. package/dist/misc/Visa.tsx +50 -0
  683. package/dist/misc/Warning.tsx +29 -0
  684. package/dist/misc/Webhook.tsx +13 -0
  685. package/dist/misc/Whatsapp.tsx +54 -0
  686. package/dist/misc/Whereby.tsx +25 -0
  687. package/dist/misc/Windows.tsx +12 -0
  688. package/dist/misc/Wordpress.tsx +24 -0
  689. package/dist/misc/Zapier.tsx +19 -0
  690. package/dist/misc/Zoom.tsx +25 -0
  691. package/dist/typefaceLogos/Neeto.tsx +34 -0
  692. package/dist/typefaceLogos/NeetoBugWatch.tsx +81 -0
  693. package/dist/typefaceLogos/NeetoCal.tsx +97 -0
  694. package/dist/typefaceLogos/NeetoChangelog.tsx +111 -0
  695. package/dist/typefaceLogos/NeetoChat.tsx +99 -0
  696. package/dist/typefaceLogos/NeetoCi.tsx +64 -0
  697. package/dist/typefaceLogos/NeetoCode.tsx +93 -0
  698. package/dist/typefaceLogos/NeetoCourse.tsx +88 -0
  699. package/dist/typefaceLogos/NeetoCrm.tsx +69 -0
  700. package/dist/typefaceLogos/NeetoDeploy.tsx +101 -0
  701. package/dist/typefaceLogos/NeetoDesk.tsx +108 -0
  702. package/dist/typefaceLogos/NeetoEngage.tsx +96 -0
  703. package/dist/typefaceLogos/NeetoForm.tsx +91 -0
  704. package/dist/typefaceLogos/NeetoGit.tsx +91 -0
  705. package/dist/typefaceLogos/NeetoInvisible.tsx +120 -0
  706. package/dist/typefaceLogos/NeetoInvoice.tsx +106 -0
  707. package/dist/typefaceLogos/NeetoKb.tsx +89 -0
  708. package/dist/typefaceLogos/NeetoPay.tsx +77 -0
  709. package/dist/typefaceLogos/NeetoPlanner.tsx +110 -0
  710. package/dist/typefaceLogos/NeetoPlaydash.tsx +130 -0
  711. package/dist/typefaceLogos/NeetoPublish.tsx +76 -0
  712. package/dist/typefaceLogos/NeetoQuiz.tsx +93 -0
  713. package/dist/typefaceLogos/NeetoRecord.tsx +101 -0
  714. package/dist/typefaceLogos/NeetoReplay.tsx +101 -0
  715. package/dist/typefaceLogos/NeetoRunner.tsx +109 -0
  716. package/dist/typefaceLogos/NeetoSeo.tsx +90 -0
  717. package/dist/typefaceLogos/NeetoSign.tsx +74 -0
  718. package/dist/typefaceLogos/NeetoSite.tsx +82 -0
  719. package/dist/typefaceLogos/NeetoTestify.tsx +108 -0
  720. package/dist/typefaceLogos/NeetoTower.tsx +83 -0
  721. package/dist/typefaceLogos/NeetoWireframe.tsx +120 -0
  722. package/index-template.js +6 -5
  723. package/package.json +23 -11
  724. package/svgr.config.js +39 -8
  725. package/template.js +19 -0
  726. package/tsconfig.json +14 -0
  727. package/types.ts +6 -0
  728. package/dist/appIcons/Neeto.js +0 -23
  729. package/dist/appIcons/NeetoBugWatch.js +0 -27
  730. package/dist/appIcons/NeetoCal.js +0 -91
  731. package/dist/appIcons/NeetoChangelog.js +0 -47
  732. package/dist/appIcons/NeetoChat.js +0 -47
  733. package/dist/appIcons/NeetoCi.js +0 -27
  734. package/dist/appIcons/NeetoCode.js +0 -29
  735. package/dist/appIcons/NeetoCourse.js +0 -39
  736. package/dist/appIcons/NeetoCrm.js +0 -39
  737. package/dist/appIcons/NeetoDeploy.js +0 -27
  738. package/dist/appIcons/NeetoDesk.js +0 -45
  739. package/dist/appIcons/NeetoEngage.js +0 -47
  740. package/dist/appIcons/NeetoForm.js +0 -39
  741. package/dist/appIcons/NeetoGit.js +0 -48
  742. package/dist/appIcons/NeetoInvisible.js +0 -31
  743. package/dist/appIcons/NeetoInvoice.js +0 -39
  744. package/dist/appIcons/NeetoKb.js +0 -51
  745. package/dist/appIcons/NeetoPay.js +0 -39
  746. package/dist/appIcons/NeetoPlanner.js +0 -43
  747. package/dist/appIcons/NeetoPlaydash.js +0 -35
  748. package/dist/appIcons/NeetoPublish.js +0 -27
  749. package/dist/appIcons/NeetoQuiz.js +0 -41
  750. package/dist/appIcons/NeetoRecord.js +0 -27
  751. package/dist/appIcons/NeetoReplay.js +0 -39
  752. package/dist/appIcons/NeetoRunner.js +0 -47
  753. package/dist/appIcons/NeetoSeo.js +0 -35
  754. package/dist/appIcons/NeetoSite.js +0 -43
  755. package/dist/appIcons/NeetoTestify.js +0 -41
  756. package/dist/appIcons/NeetoTower.js +0 -36
  757. package/dist/appIcons/NeetoWireframe.js +0 -31
  758. package/dist/elements/Alert.js +0 -38
  759. package/dist/elements/AndroidMockup.js +0 -209
  760. package/dist/elements/Arrow.js +0 -22
  761. package/dist/elements/Avatar.js +0 -20
  762. package/dist/elements/BringToBack.js +0 -23
  763. package/dist/elements/BringToFront.js +0 -27
  764. package/dist/elements/Browser.js +0 -22
  765. package/dist/elements/Button.js +0 -27
  766. package/dist/elements/Calendar.js +0 -45
  767. package/dist/elements/Checkbox.js +0 -30
  768. package/dist/elements/Circle.js +0 -23
  769. package/dist/elements/Dropdown.js +0 -30
  770. package/dist/elements/IPhoneMockup.js +0 -130
  771. package/dist/elements/Image.js +0 -22
  772. package/dist/elements/Input.js +0 -28
  773. package/dist/elements/Keyboard.js +0 -19
  774. package/dist/elements/Label.js +0 -19
  775. package/dist/elements/Line.js +0 -15
  776. package/dist/elements/LineChart.js +0 -26
  777. package/dist/elements/Link.js +0 -22
  778. package/dist/elements/List.js +0 -27
  779. package/dist/elements/MoveBackward.js +0 -24
  780. package/dist/elements/MoveForward.js +0 -24
  781. package/dist/elements/Notes.js +0 -35
  782. package/dist/elements/Overlay.js +0 -39
  783. package/dist/elements/PieChart.js +0 -27
  784. package/dist/elements/Radio.js +0 -22
  785. package/dist/elements/Rectangle.js +0 -22
  786. package/dist/elements/Scrollbar.js +0 -24
  787. package/dist/elements/Search.js +0 -37
  788. package/dist/elements/Slider.js +0 -32
  789. package/dist/elements/Subtitle.js +0 -24
  790. package/dist/elements/Table.js +0 -22
  791. package/dist/elements/Tabs.js +0 -28
  792. package/dist/elements/TextArea.js +0 -29
  793. package/dist/elements/TextBlock.js +0 -37
  794. package/dist/elements/Title.js +0 -24
  795. package/dist/elements/ToggleSwitch.js +0 -46
  796. package/dist/elements/Toolbar.js +0 -60
  797. package/dist/elements/Tooltip.js +0 -32
  798. package/dist/elements/Video.js +0 -28
  799. package/dist/elements/YesNo.js +0 -36
  800. package/dist/icons/AccessControl.js +0 -112
  801. package/dist/icons/ActivityLog.js +0 -30
  802. package/dist/icons/AddCircle.js +0 -33
  803. package/dist/icons/AddImage.js +0 -21
  804. package/dist/icons/AddMenu.js +0 -47
  805. package/dist/icons/AddNote.js +0 -21
  806. package/dist/icons/AddRectangle.js +0 -21
  807. package/dist/icons/Address.js +0 -21
  808. package/dist/icons/AgentStatus.js +0 -35
  809. package/dist/icons/Agents.js +0 -21
  810. package/dist/icons/AlignCenter.js +0 -21
  811. package/dist/icons/ApiKeys.js +0 -68
  812. package/dist/icons/ApiTemplates.js +0 -55
  813. package/dist/icons/AppSwitcher.js +0 -34
  814. package/dist/icons/Apple.js +0 -26
  815. package/dist/icons/Approval.js +0 -42
  816. package/dist/icons/Archive.js +0 -35
  817. package/dist/icons/ArchivedArticles.js +0 -42
  818. package/dist/icons/Articles.js +0 -21
  819. package/dist/icons/Ascending.js +0 -20
  820. package/dist/icons/AspectRatio.js +0 -42
  821. package/dist/icons/AspectRatio11.js +0 -30
  822. package/dist/icons/AspectRatio169.js +0 -30
  823. package/dist/icons/AspectRatio32.js +0 -30
  824. package/dist/icons/AspectRatio43.js +0 -30
  825. package/dist/icons/AspectRatio916.js +0 -22
  826. package/dist/icons/Assign.js +0 -49
  827. package/dist/icons/Attachment.js +0 -28
  828. package/dist/icons/Attachments.js +0 -21
  829. package/dist/icons/AuditLogs.js +0 -42
  830. package/dist/icons/AutoCc.js +0 -49
  831. package/dist/icons/Automation.js +0 -42
  832. package/dist/icons/Bank.js +0 -65
  833. package/dist/icons/Billing.js +0 -55
  834. package/dist/icons/Blockquote.js +0 -21
  835. package/dist/icons/Board.js +0 -21
  836. package/dist/icons/BoardView.js +0 -60
  837. package/dist/icons/Book.js +0 -21
  838. package/dist/icons/BookOpen.js +0 -28
  839. package/dist/icons/BookingCancellationEmailForClient.js +0 -75
  840. package/dist/icons/BookingConfirmationEmailForClient.js +0 -69
  841. package/dist/icons/BookingConfirmationEmailForHost.js +0 -69
  842. package/dist/icons/Bookings.js +0 -57
  843. package/dist/icons/Bookmark.js +0 -22
  844. package/dist/icons/BorderDisable.js +0 -27
  845. package/dist/icons/BorderEnable.js +0 -23
  846. package/dist/icons/Braces.js +0 -18
  847. package/dist/icons/Browser.js +0 -52
  848. package/dist/icons/Bug.js +0 -84
  849. package/dist/icons/Building.js +0 -70
  850. package/dist/icons/Bulb.js +0 -21
  851. package/dist/icons/BusinessHour.js +0 -49
  852. package/dist/icons/Calendar.js +0 -21
  853. package/dist/icons/CalendarHoliday.js +0 -63
  854. package/dist/icons/Camera.js +0 -28
  855. package/dist/icons/CannedResponses.js +0 -21
  856. package/dist/icons/Captcha.js +0 -21
  857. package/dist/icons/Captions.js +0 -38
  858. package/dist/icons/CardPayment.js +0 -63
  859. package/dist/icons/CategoriesSettings.js +0 -56
  860. package/dist/icons/Category.js +0 -49
  861. package/dist/icons/CenterAlign.js +0 -49
  862. package/dist/icons/Certificate.js +0 -43
  863. package/dist/icons/Change.js +0 -21
  864. package/dist/icons/Changelog.js +0 -42
  865. package/dist/icons/Chat.js +0 -35
  866. package/dist/icons/ChatBubble.js +0 -19
  867. package/dist/icons/ChatEmpty.js +0 -21
  868. package/dist/icons/ChatNotification.js +0 -22
  869. package/dist/icons/ChatOffline.js +0 -27
  870. package/dist/icons/ChatQuestions.js +0 -42
  871. package/dist/icons/Check.js +0 -21
  872. package/dist/icons/CheckCircle.js +0 -21
  873. package/dist/icons/Checkbox.js +0 -30
  874. package/dist/icons/CheckboxInactive.js +0 -23
  875. package/dist/icons/Checkmark.js +0 -28
  876. package/dist/icons/Chrome.js +0 -26
  877. package/dist/icons/ClearCache.js +0 -27
  878. package/dist/icons/Clock.js +0 -21
  879. package/dist/icons/Close.js +0 -21
  880. package/dist/icons/CloseCircle.js +0 -21
  881. package/dist/icons/ClosedHand.js +0 -50
  882. package/dist/icons/ClosedPullRequest.js +0 -21
  883. package/dist/icons/Code.js +0 -21
  884. package/dist/icons/CodeBlock.js +0 -21
  885. package/dist/icons/Collapse.js +0 -21
  886. package/dist/icons/ColorPicker.js +0 -30
  887. package/dist/icons/Column.js +0 -21
  888. package/dist/icons/ColumnToLeft.js +0 -42
  889. package/dist/icons/ColumnToRight.js +0 -48
  890. package/dist/icons/Community.js +0 -70
  891. package/dist/icons/CompanyInfo.js +0 -98
  892. package/dist/icons/CompanyTags.js +0 -91
  893. package/dist/icons/Computer.js +0 -45
  894. package/dist/icons/Concat.js +0 -46
  895. package/dist/icons/Configure.js +0 -112
  896. package/dist/icons/Console.js +0 -42
  897. package/dist/icons/ContactBook.js +0 -42
  898. package/dist/icons/ContactField.js +0 -68
  899. package/dist/icons/ContactTags.js +0 -63
  900. package/dist/icons/ContextualMenu.js +0 -54
  901. package/dist/icons/Contracts.js +0 -56
  902. package/dist/icons/Copy.js +0 -21
  903. package/dist/icons/CopyLink.js +0 -42
  904. package/dist/icons/Count.js +0 -28
  905. package/dist/icons/CreditCard.js +0 -21
  906. package/dist/icons/Crown.js +0 -33
  907. package/dist/icons/Css3.js +0 -18
  908. package/dist/icons/Cta.js +0 -41
  909. package/dist/icons/Cursor.js +0 -28
  910. package/dist/icons/Cursor2.js +0 -38
  911. package/dist/icons/CustomDomain.js +0 -77
  912. package/dist/icons/CustomEmailServer.js +0 -28
  913. package/dist/icons/CustomField.js +0 -96
  914. package/dist/icons/CustomSize.js +0 -77
  915. package/dist/icons/Customers.js +0 -20
  916. package/dist/icons/CustomiseNotification.js +0 -70
  917. package/dist/icons/Customize.js +0 -84
  918. package/dist/icons/Dashboard.js +0 -21
  919. package/dist/icons/Database.js +0 -18
  920. package/dist/icons/Delete.js +0 -21
  921. package/dist/icons/DeleteColumn.js +0 -35
  922. package/dist/icons/DeleteRow.js +0 -36
  923. package/dist/icons/DeleteTable.js +0 -27
  924. package/dist/icons/Dependent.js +0 -49
  925. package/dist/icons/Descending.js +0 -20
  926. package/dist/icons/Design.js +0 -21
  927. package/dist/icons/Discount.js +0 -51
  928. package/dist/icons/Divide.js +0 -49
  929. package/dist/icons/Divider.js +0 -15
  930. package/dist/icons/DocumentationSync.js +0 -55
  931. package/dist/icons/Dollar.js +0 -21
  932. package/dist/icons/Domain.js +0 -56
  933. package/dist/icons/DoubleCheck.js +0 -27
  934. package/dist/icons/DoubleLeft.js +0 -28
  935. package/dist/icons/DoubleRight.js +0 -21
  936. package/dist/icons/Down.js +0 -21
  937. package/dist/icons/DownArrow.js +0 -21
  938. package/dist/icons/DownArrowCircle.js +0 -42
  939. package/dist/icons/Download.js +0 -42
  940. package/dist/icons/Draft.js +0 -28
  941. package/dist/icons/Drag.js +0 -69
  942. package/dist/icons/Dropdown.js +0 -56
  943. package/dist/icons/DropdownClosed.js +0 -21
  944. package/dist/icons/Edit.js +0 -21
  945. package/dist/icons/EditSchedule.js +0 -63
  946. package/dist/icons/Email.js +0 -21
  947. package/dist/icons/EmailNotification.js +0 -49
  948. package/dist/icons/EmailSent.js +0 -49
  949. package/dist/icons/EmailServer.js +0 -47
  950. package/dist/icons/EmailSync.js +0 -49
  951. package/dist/icons/EmailTemplates.js +0 -55
  952. package/dist/icons/EmailsBanned.js +0 -42
  953. package/dist/icons/Emoji.js +0 -21
  954. package/dist/icons/EntireScreen.js +0 -33
  955. package/dist/icons/Equals.js +0 -35
  956. package/dist/icons/Error.js +0 -21
  957. package/dist/icons/ExcludedDomains.js +0 -63
  958. package/dist/icons/Expand.js +0 -21
  959. package/dist/icons/ExpandSize.js +0 -21
  960. package/dist/icons/ExpenseCategories.js +0 -56
  961. package/dist/icons/ExternalLink.js +0 -21
  962. package/dist/icons/Eye.js +0 -28
  963. package/dist/icons/Facebook.js +0 -21
  964. package/dist/icons/Favorite.js +0 -21
  965. package/dist/icons/FeatureSettings.js +0 -42
  966. package/dist/icons/Field.js +0 -36
  967. package/dist/icons/File.js +0 -21
  968. package/dist/icons/FileDownload.js +0 -39
  969. package/dist/icons/FileGeneric.js +0 -35
  970. package/dist/icons/FileUpload.js +0 -21
  971. package/dist/icons/Filter.js +0 -30
  972. package/dist/icons/FilterAz.js +0 -70
  973. package/dist/icons/Flag.js +0 -21
  974. package/dist/icons/Flash.js +0 -21
  975. package/dist/icons/FlowChart.js +0 -62
  976. package/dist/icons/Focus.js +0 -20
  977. package/dist/icons/Folder.js +0 -21
  978. package/dist/icons/FolderFill.js +0 -18
  979. package/dist/icons/FolderOpenFill.js +0 -18
  980. package/dist/icons/FontSize.js +0 -21
  981. package/dist/icons/Form.js +0 -20
  982. package/dist/icons/FormClosed.js +0 -27
  983. package/dist/icons/Forward.js +0 -21
  984. package/dist/icons/FullScreen.js +0 -21
  985. package/dist/icons/Gif.js +0 -21
  986. package/dist/icons/Gift.js +0 -21
  987. package/dist/icons/GitMerge.js +0 -49
  988. package/dist/icons/GlobalAutoCc.js +0 -84
  989. package/dist/icons/Globe.js +0 -63
  990. package/dist/icons/Goal.js +0 -37
  991. package/dist/icons/Graph.js +0 -49
  992. package/dist/icons/Group.js +0 -56
  993. package/dist/icons/HamburgerMenu.js +0 -45
  994. package/dist/icons/Hash.js +0 -49
  995. package/dist/icons/HashChecked.js +0 -21
  996. package/dist/icons/HashInSet.js +0 -35
  997. package/dist/icons/Header.js +0 -21
  998. package/dist/icons/Heart.js +0 -20
  999. package/dist/icons/Help.js +0 -19
  1000. package/dist/icons/Hide.js +0 -28
  1001. package/dist/icons/Highlight.js +0 -42
  1002. package/dist/icons/History.js +0 -41
  1003. package/dist/icons/Home.js +0 -21
  1004. package/dist/icons/Home2.js +0 -19
  1005. package/dist/icons/HourFormat.js +0 -49
  1006. package/dist/icons/HourGlass.js +0 -21
  1007. package/dist/icons/Hours.js +0 -39
  1008. package/dist/icons/Html.js +0 -18
  1009. package/dist/icons/Ibeam.js +0 -42
  1010. package/dist/icons/Icons.js +0 -54
  1011. package/dist/icons/Image.js +0 -21
  1012. package/dist/icons/ImageUpload.js +0 -21
  1013. package/dist/icons/ImportTimesheet.js +0 -66
  1014. package/dist/icons/Inactive.js +0 -56
  1015. package/dist/icons/Inbox.js +0 -21
  1016. package/dist/icons/IndeterminateCircle.js +0 -24
  1017. package/dist/icons/Info.js +0 -49
  1018. package/dist/icons/InfoRound.js +0 -42
  1019. package/dist/icons/Input.js +0 -28
  1020. package/dist/icons/InsertColumn.js +0 -35
  1021. package/dist/icons/InsertRow.js +0 -36
  1022. package/dist/icons/Installation.js +0 -56
  1023. package/dist/icons/IntroPages.js +0 -40
  1024. package/dist/icons/InvalidUrl.js +0 -49
  1025. package/dist/icons/Invoice.js +0 -21
  1026. package/dist/icons/InvoiceSettings.js +0 -49
  1027. package/dist/icons/IpAddress.js +0 -21
  1028. package/dist/icons/IpRestriction.js +0 -49
  1029. package/dist/icons/Keyboard.js +0 -21
  1030. package/dist/icons/Layers.js +0 -32
  1031. package/dist/icons/Left.js +0 -21
  1032. package/dist/icons/LeftAlign.js +0 -41
  1033. package/dist/icons/LeftArrow.js +0 -21
  1034. package/dist/icons/LeftArrowCircle.js +0 -42
  1035. package/dist/icons/Link.js +0 -21
  1036. package/dist/icons/Linkedin.js +0 -21
  1037. package/dist/icons/List.js +0 -28
  1038. package/dist/icons/ListDetails.js +0 -21
  1039. package/dist/icons/ListDot.js +0 -21
  1040. package/dist/icons/ListNumber.js +0 -21
  1041. package/dist/icons/ListView.js +0 -45
  1042. package/dist/icons/Loading.js +0 -77
  1043. package/dist/icons/Location.js +0 -35
  1044. package/dist/icons/Lock.js +0 -21
  1045. package/dist/icons/LockMessage.js +0 -49
  1046. package/dist/icons/Logout.js +0 -35
  1047. package/dist/icons/LongText.js +0 -21
  1048. package/dist/icons/MailSend.js +0 -46
  1049. package/dist/icons/MailUnread.js +0 -32
  1050. package/dist/icons/ManageCalendar.js +0 -63
  1051. package/dist/icons/ManageTemplates.js +0 -55
  1052. package/dist/icons/MappedField.js +0 -75
  1053. package/dist/icons/MarginAll.js +0 -54
  1054. package/dist/icons/MarginBottom.js +0 -36
  1055. package/dist/icons/MarginLeft.js +0 -36
  1056. package/dist/icons/MarginRight.js +0 -36
  1057. package/dist/icons/MarginTop.js +0 -36
  1058. package/dist/icons/MarginX.js +0 -42
  1059. package/dist/icons/MarginY.js +0 -42
  1060. package/dist/icons/Matrix.js +0 -19
  1061. package/dist/icons/MatrixDots.js +0 -23
  1062. package/dist/icons/MatrixDotsClear.js +0 -21
  1063. package/dist/icons/MediaVideo.js +0 -28
  1064. package/dist/icons/MeetingLimit.js +0 -77
  1065. package/dist/icons/MeetingReminder.js +0 -63
  1066. package/dist/icons/MenuHorizontal.js +0 -45
  1067. package/dist/icons/MenuLayout.js +0 -34
  1068. package/dist/icons/MenuSquare.js +0 -35
  1069. package/dist/icons/MenuVertical.js +0 -45
  1070. package/dist/icons/Merge.js +0 -21
  1071. package/dist/icons/MergeSplit.js +0 -39
  1072. package/dist/icons/MergedPullRequest.js +0 -28
  1073. package/dist/icons/Message.js +0 -21
  1074. package/dist/icons/MessageBubble.js +0 -21
  1075. package/dist/icons/MessageSquare.js +0 -21
  1076. package/dist/icons/Mic.js +0 -42
  1077. package/dist/icons/MicOff.js +0 -48
  1078. package/dist/icons/Minimize.js +0 -77
  1079. package/dist/icons/Minus.js +0 -28
  1080. package/dist/icons/Mobile.js +0 -28
  1081. package/dist/icons/MobileAndDesktopApps.js +0 -56
  1082. package/dist/icons/Moon.js +0 -28
  1083. package/dist/icons/Move.js +0 -36
  1084. package/dist/icons/MoveToBottom.js +0 -27
  1085. package/dist/icons/MoveToTop.js +0 -27
  1086. package/dist/icons/Movie.js +0 -31
  1087. package/dist/icons/MultipleChoice.js +0 -40
  1088. package/dist/icons/MultipleHost.js +0 -52
  1089. package/dist/icons/Mute.js +0 -21
  1090. package/dist/icons/MyPreferences.js +0 -56
  1091. package/dist/icons/NavLinks.js +0 -57
  1092. package/dist/icons/NeetoAnalytics.js +0 -28
  1093. package/dist/icons/NeetoCal.js +0 -42
  1094. package/dist/icons/NeetoChangelog.js +0 -63
  1095. package/dist/icons/NeetoChat.js +0 -35
  1096. package/dist/icons/NeetoDesk.js +0 -63
  1097. package/dist/icons/NeetoEngage.js +0 -63
  1098. package/dist/icons/NeetoForm.js +0 -20
  1099. package/dist/icons/NeetoIcon.js +0 -18
  1100. package/dist/icons/NeetoInsights.js +0 -28
  1101. package/dist/icons/NeetoInterview.js +0 -28
  1102. package/dist/icons/NeetoInvisible.js +0 -28
  1103. package/dist/icons/NeetoKb.js +0 -49
  1104. package/dist/icons/NeetoQuiz.js +0 -33
  1105. package/dist/icons/NeetoReplay.js +0 -28
  1106. package/dist/icons/NeetoWireframe.js +0 -56
  1107. package/dist/icons/NeutralFaceGrey.js +0 -47
  1108. package/dist/icons/NewChat.js +0 -42
  1109. package/dist/icons/NewField.js +0 -21
  1110. package/dist/icons/NoReportsData.js +0 -56
  1111. package/dist/icons/Notes.js +0 -28
  1112. package/dist/icons/Notification.js +0 -35
  1113. package/dist/icons/NotificationTemplates.js +0 -69
  1114. package/dist/icons/Number.js +0 -21
  1115. package/dist/icons/OneOnOne.js +0 -42
  1116. package/dist/icons/OpenHand.js +0 -49
  1117. package/dist/icons/OpenPullRequest.js +0 -23
  1118. package/dist/icons/OpinionScale.js +0 -21
  1119. package/dist/icons/Order.js +0 -21
  1120. package/dist/icons/Os.js +0 -134
  1121. package/dist/icons/Other.js +0 -42
  1122. package/dist/icons/PaddingAll.js +0 -54
  1123. package/dist/icons/PaddingBottom.js +0 -36
  1124. package/dist/icons/PaddingLeft.js +0 -36
  1125. package/dist/icons/PaddingRight.js +0 -36
  1126. package/dist/icons/PaddingTop.js +0 -36
  1127. package/dist/icons/PaddingX.js +0 -42
  1128. package/dist/icons/PaddingY.js +0 -42
  1129. package/dist/icons/Paragraph.js +0 -21
  1130. package/dist/icons/Pause.js +0 -28
  1131. package/dist/icons/PauseCircle.js +0 -29
  1132. package/dist/icons/Payment.js +0 -35
  1133. package/dist/icons/Phone.js +0 -28
  1134. package/dist/icons/PhoneRing.js +0 -21
  1135. package/dist/icons/Pin.js +0 -42
  1136. package/dist/icons/Pipeline.js +0 -37
  1137. package/dist/icons/Play.js +0 -22
  1138. package/dist/icons/Plus.js +0 -21
  1139. package/dist/icons/PointingHand.js +0 -51
  1140. package/dist/icons/PrefilledSchedulingLink.js +0 -54
  1141. package/dist/icons/Prepend.js +0 -46
  1142. package/dist/icons/PreventDuplicate.js +0 -42
  1143. package/dist/icons/Print.js +0 -42
  1144. package/dist/icons/PriorityHigh.js +0 -18
  1145. package/dist/icons/PriorityLow.js +0 -18
  1146. package/dist/icons/PriorityMedium.js +0 -18
  1147. package/dist/icons/Pro.js +0 -28
  1148. package/dist/icons/ProductSwitcher.js +0 -23
  1149. package/dist/icons/ProgressBar.js +0 -29
  1150. package/dist/icons/Puzzle.js +0 -21
  1151. package/dist/icons/QrCode.js +0 -21
  1152. package/dist/icons/Quote.js +0 -21
  1153. package/dist/icons/Radio.js +0 -16
  1154. package/dist/icons/RadioInactive.js +0 -15
  1155. package/dist/icons/Rating.js +0 -21
  1156. package/dist/icons/RatingFilled.js +0 -18
  1157. package/dist/icons/Recommendation.js +0 -35
  1158. package/dist/icons/RecurringInvoice.js +0 -49
  1159. package/dist/icons/RecurringMeeting.js +0 -64
  1160. package/dist/icons/Redirect.js +0 -42
  1161. package/dist/icons/RedirectUrl.js +0 -63
  1162. package/dist/icons/Redirection.js +0 -21
  1163. package/dist/icons/Redo.js +0 -42
  1164. package/dist/icons/Refresh.js +0 -35
  1165. package/dist/icons/ReminderEmailForClient.js +0 -49
  1166. package/dist/icons/ReminderEmailForHost.js +0 -50
  1167. package/dist/icons/ReminderSmsForClient.js +0 -63
  1168. package/dist/icons/ReminderSmsForHost.js +0 -64
  1169. package/dist/icons/RemoveCircle.js +0 -24
  1170. package/dist/icons/Reorder.js +0 -62
  1171. package/dist/icons/Reorder2.js +0 -56
  1172. package/dist/icons/Repeat.js +0 -42
  1173. package/dist/icons/Reply.js +0 -21
  1174. package/dist/icons/Report.js +0 -21
  1175. package/dist/icons/Reschedule.js +0 -47
  1176. package/dist/icons/Reset.js +0 -49
  1177. package/dist/icons/ResumeCircle.js +0 -22
  1178. package/dist/icons/Ribbon.js +0 -21
  1179. package/dist/icons/Right.js +0 -21
  1180. package/dist/icons/RightAlign.js +0 -41
  1181. package/dist/icons/RightArrow.js +0 -21
  1182. package/dist/icons/RightArrowCircle.js +0 -42
  1183. package/dist/icons/Roadmap.js +0 -42
  1184. package/dist/icons/Robot.js +0 -19
  1185. package/dist/icons/RoundRobin.js +0 -38
  1186. package/dist/icons/RoutingForms.js +0 -52
  1187. package/dist/icons/SadFaceGrey.js +0 -51
  1188. package/dist/icons/Scale.js +0 -28
  1189. package/dist/icons/Score.js +0 -63
  1190. package/dist/icons/ScreenRecording.js +0 -50
  1191. package/dist/icons/Search.js +0 -21
  1192. package/dist/icons/Security.js +0 -35
  1193. package/dist/icons/Send.js +0 -21
  1194. package/dist/icons/SendPlane.js +0 -28
  1195. package/dist/icons/Seo.js +0 -28
  1196. package/dist/icons/Settings.js +0 -28
  1197. package/dist/icons/SettingsChecked.js +0 -26
  1198. package/dist/icons/Setup.js +0 -63
  1199. package/dist/icons/ShapeSwitcher.js +0 -36
  1200. package/dist/icons/Shapes.js +0 -33
  1201. package/dist/icons/Share.js +0 -21
  1202. package/dist/icons/ShoppingCart.js +0 -33
  1203. package/dist/icons/SidebarClose.js +0 -38
  1204. package/dist/icons/SidebarOpen.js +0 -38
  1205. package/dist/icons/Signature.js +0 -19
  1206. package/dist/icons/SingleChoice.js +0 -49
  1207. package/dist/icons/SkipBack.js +0 -36
  1208. package/dist/icons/SkipForward.js +0 -36
  1209. package/dist/icons/SlaPolicies.js +0 -61
  1210. package/dist/icons/Slash.js +0 -21
  1211. package/dist/icons/SmileFaceGrey.js +0 -46
  1212. package/dist/icons/Smiley.js +0 -28
  1213. package/dist/icons/Sms.js +0 -21
  1214. package/dist/icons/SmsTemplates.js +0 -62
  1215. package/dist/icons/SortAscending.js +0 -49
  1216. package/dist/icons/Sparkle.js +0 -21
  1217. package/dist/icons/SpecificWindow.js +0 -48
  1218. package/dist/icons/Split.js +0 -28
  1219. package/dist/icons/SplitPayment.js +0 -70
  1220. package/dist/icons/StarRating.js +0 -21
  1221. package/dist/icons/StartWeekOn.js +0 -56
  1222. package/dist/icons/Status.js +0 -21
  1223. package/dist/icons/Subdomain.js +0 -91
  1224. package/dist/icons/SubmissionCount.js +0 -21
  1225. package/dist/icons/Subscribers.js +0 -56
  1226. package/dist/icons/Suitcase.js +0 -21
  1227. package/dist/icons/Sun.js +0 -84
  1228. package/dist/icons/Survey.js +0 -46
  1229. package/dist/icons/Swap.js +0 -42
  1230. package/dist/icons/Tablet.js +0 -28
  1231. package/dist/icons/Tabs.js +0 -46
  1232. package/dist/icons/Tag.js +0 -35
  1233. package/dist/icons/Tag1.js +0 -21
  1234. package/dist/icons/Tags.js +0 -42
  1235. package/dist/icons/TaskOutcome.js +0 -63
  1236. package/dist/icons/TaskTags.js +0 -70
  1237. package/dist/icons/TaskType.js +0 -77
  1238. package/dist/icons/Tax.js +0 -42
  1239. package/dist/icons/TaxDetails.js +0 -63
  1240. package/dist/icons/Taxonomy.js +0 -35
  1241. package/dist/icons/Templates.js +0 -54
  1242. package/dist/icons/Terms.js +0 -21
  1243. package/dist/icons/Text.js +0 -42
  1244. package/dist/icons/TextBold.js +0 -21
  1245. package/dist/icons/TextColor.js +0 -21
  1246. package/dist/icons/TextCross.js +0 -21
  1247. package/dist/icons/TextField.js +0 -21
  1248. package/dist/icons/TextH1.js +0 -21
  1249. package/dist/icons/TextH2.js +0 -21
  1250. package/dist/icons/TextH3.js +0 -22
  1251. package/dist/icons/TextH4.js +0 -22
  1252. package/dist/icons/TextH5.js +0 -22
  1253. package/dist/icons/TextItalic.js +0 -21
  1254. package/dist/icons/TextLines.js +0 -21
  1255. package/dist/icons/TextP.js +0 -18
  1256. package/dist/icons/TextSize.js +0 -28
  1257. package/dist/icons/ThankYouPage.js +0 -62
  1258. package/dist/icons/Theme.js +0 -56
  1259. package/dist/icons/TicketField.js +0 -40
  1260. package/dist/icons/TicketSettings.js +0 -42
  1261. package/dist/icons/TicketTags.js +0 -35
  1262. package/dist/icons/Tickets.js +0 -21
  1263. package/dist/icons/TimeLock.js +0 -49
  1264. package/dist/icons/TimeTracker.js +0 -21
  1265. package/dist/icons/TimeTracking.js +0 -28
  1266. package/dist/icons/TimesheetVerifications.js +0 -58
  1267. package/dist/icons/ToggleHeaderRow.js +0 -57
  1268. package/dist/icons/Transaction.js +0 -21
  1269. package/dist/icons/Transcript.js +0 -84
  1270. package/dist/icons/Translate.js +0 -56
  1271. package/dist/icons/Twitter.js +0 -35
  1272. package/dist/icons/Ubuntu.js +0 -42
  1273. package/dist/icons/Underline.js +0 -21
  1274. package/dist/icons/Undo.js +0 -35
  1275. package/dist/icons/UniqueId.js +0 -42
  1276. package/dist/icons/Unlink.js +0 -34
  1277. package/dist/icons/Unlock.js +0 -22
  1278. package/dist/icons/Unpin.js +0 -43
  1279. package/dist/icons/Up.js +0 -21
  1280. package/dist/icons/UpArrow.js +0 -21
  1281. package/dist/icons/UpArrowCircle.js +0 -42
  1282. package/dist/icons/Upload.js +0 -42
  1283. package/dist/icons/User.js +0 -28
  1284. package/dist/icons/UserAdd.js +0 -21
  1285. package/dist/icons/UserCircle.js +0 -21
  1286. package/dist/icons/UserInfo.js +0 -56
  1287. package/dist/icons/UserNotification.js +0 -49
  1288. package/dist/icons/UserReassigned.js +0 -42
  1289. package/dist/icons/UserRemove.js +0 -49
  1290. package/dist/icons/UserRole.js +0 -50
  1291. package/dist/icons/UserRoundedRect.js +0 -21
  1292. package/dist/icons/UserSettings.js +0 -35
  1293. package/dist/icons/UserStar.js +0 -35
  1294. package/dist/icons/UserTags.js +0 -42
  1295. package/dist/icons/VerticalBottom.js +0 -42
  1296. package/dist/icons/VerticalCenter.js +0 -50
  1297. package/dist/icons/VerticalTop.js +0 -42
  1298. package/dist/icons/Video.js +0 -21
  1299. package/dist/icons/VideoAccessControl.js +0 -49
  1300. package/dist/icons/VideoEdit.js +0 -59
  1301. package/dist/icons/VideoOff.js +0 -34
  1302. package/dist/icons/ViewSettings.js +0 -49
  1303. package/dist/icons/Views.js +0 -35
  1304. package/dist/icons/Volume.js +0 -21
  1305. package/dist/icons/Volume0.js +0 -21
  1306. package/dist/icons/Volume100.js +0 -28
  1307. package/dist/icons/Volume25.js +0 -23
  1308. package/dist/icons/Volume50.js +0 -28
  1309. package/dist/icons/Volume75.js +0 -28
  1310. package/dist/icons/VolumeOutline.js +0 -21
  1311. package/dist/icons/VolumeOutline0.js +0 -28
  1312. package/dist/icons/Walkthrough.js +0 -21
  1313. package/dist/icons/Warning.js +0 -35
  1314. package/dist/icons/Warning2.js +0 -21
  1315. package/dist/icons/WarningFilled.js +0 -36
  1316. package/dist/icons/Web.js +0 -84
  1317. package/dist/icons/WebForm.js +0 -61
  1318. package/dist/icons/Webhooks.js +0 -42
  1319. package/dist/icons/Whatsapp.js +0 -35
  1320. package/dist/icons/WidgetModes.js +0 -22
  1321. package/dist/icons/WidgetVisibility.js +0 -56
  1322. package/dist/icons/Workflows.js +0 -77
  1323. package/dist/icons/WorkspaceInfo.js +0 -70
  1324. package/dist/icons/YesNo.js +0 -21
  1325. package/dist/icons/Youtube.js +0 -28
  1326. package/dist/index.js +0 -7
  1327. package/dist/logos/Neeto.js +0 -23
  1328. package/dist/logos/NeetoBugWatch.js +0 -26
  1329. package/dist/logos/NeetoCal.js +0 -78
  1330. package/dist/logos/NeetoChangelog.js +0 -46
  1331. package/dist/logos/NeetoChat.js +0 -41
  1332. package/dist/logos/NeetoCi.js +0 -26
  1333. package/dist/logos/NeetoCode.js +0 -28
  1334. package/dist/logos/NeetoCourse.js +0 -26
  1335. package/dist/logos/NeetoCrm.js +0 -38
  1336. package/dist/logos/NeetoDeploy.js +0 -26
  1337. package/dist/logos/NeetoDesk.js +0 -44
  1338. package/dist/logos/NeetoEngage.js +0 -46
  1339. package/dist/logos/NeetoForm.js +0 -38
  1340. package/dist/logos/NeetoGit.js +0 -47
  1341. package/dist/logos/NeetoInvisible.js +0 -30
  1342. package/dist/logos/NeetoInvoice.js +0 -38
  1343. package/dist/logos/NeetoKb.js +0 -50
  1344. package/dist/logos/NeetoPay.js +0 -33
  1345. package/dist/logos/NeetoPlanner.js +0 -37
  1346. package/dist/logos/NeetoPlaydash.js +0 -34
  1347. package/dist/logos/NeetoPublish.js +0 -38
  1348. package/dist/logos/NeetoQuiz.js +0 -35
  1349. package/dist/logos/NeetoRecord.js +0 -26
  1350. package/dist/logos/NeetoReplay.js +0 -38
  1351. package/dist/logos/NeetoRunner.js +0 -46
  1352. package/dist/logos/NeetoSeo.js +0 -34
  1353. package/dist/logos/NeetoSign.js +0 -26
  1354. package/dist/logos/NeetoSite.js +0 -37
  1355. package/dist/logos/NeetoTestify.js +0 -40
  1356. package/dist/logos/NeetoTower.js +0 -26
  1357. package/dist/logos/NeetoWireframe.js +0 -30
  1358. package/dist/misc/AmericanExpress.js +0 -38
  1359. package/dist/misc/Apple.js +0 -21
  1360. package/dist/misc/Callerdesk.js +0 -30
  1361. package/dist/misc/CashPayment.js +0 -97
  1362. package/dist/misc/Chrome.js +0 -59
  1363. package/dist/misc/Daily.js +0 -31
  1364. package/dist/misc/Danger.js +0 -16
  1365. package/dist/misc/Discover.js +0 -2245
  1366. package/dist/misc/DodoPayments.js +0 -41
  1367. package/dist/misc/DodoPaymentsTypeface.js +0 -48
  1368. package/dist/misc/Edge.js +0 -68
  1369. package/dist/misc/FacebookPixel.js +0 -18
  1370. package/dist/misc/Firefox.js +0 -292
  1371. package/dist/misc/Github.js +0 -28
  1372. package/dist/misc/Gmail.js +0 -34
  1373. package/dist/misc/Google.js +0 -235
  1374. package/dist/misc/GoogleAnalytics.js +0 -33
  1375. package/dist/misc/GoogleCalendar.js +0 -65
  1376. package/dist/misc/GoogleMeet.js +0 -49
  1377. package/dist/misc/GoogleSheets.js +0 -44
  1378. package/dist/misc/GoogleTagManager.js +0 -26
  1379. package/dist/misc/Info.js +0 -32
  1380. package/dist/misc/Instagram.js +0 -53
  1381. package/dist/misc/Jcb.js +0 -119
  1382. package/dist/misc/Jitsi.js +0 -339
  1383. package/dist/misc/Linear.js +0 -25
  1384. package/dist/misc/MailChimp.js +0 -26
  1385. package/dist/misc/Make.js +0 -68
  1386. package/dist/misc/Mastercard.js +0 -43
  1387. package/dist/misc/Megaphone.js +0 -34
  1388. package/dist/misc/Microsoft.js +0 -24
  1389. package/dist/misc/MicrosoftOffice.js +0 -25
  1390. package/dist/misc/N8N.js +0 -16
  1391. package/dist/misc/Outlook.js +0 -241
  1392. package/dist/misc/PaypalTypeface.js +0 -61
  1393. package/dist/misc/Razorpay.js +0 -26
  1394. package/dist/misc/RazorpayTypeface.js +0 -83
  1395. package/dist/misc/Safari.js +0 -602
  1396. package/dist/misc/Shopify.js +0 -26
  1397. package/dist/misc/Slack.js +0 -30
  1398. package/dist/misc/Stripe.js +0 -20
  1399. package/dist/misc/StripeTypeface.js +0 -20
  1400. package/dist/misc/Success.js +0 -20
  1401. package/dist/misc/Teams.js +0 -92
  1402. package/dist/misc/Telnyx.js +0 -39
  1403. package/dist/misc/Trello.js +0 -39
  1404. package/dist/misc/Twilio.js +0 -18
  1405. package/dist/misc/Ubuntu.js +0 -22
  1406. package/dist/misc/UnionPay.js +0 -46
  1407. package/dist/misc/Upi.js +0 -160
  1408. package/dist/misc/UpiTypeface.js +0 -155
  1409. package/dist/misc/Visa.js +0 -56
  1410. package/dist/misc/Warning.js +0 -35
  1411. package/dist/misc/Webhook.js +0 -19
  1412. package/dist/misc/Whatsapp.js +0 -60
  1413. package/dist/misc/Whereby.js +0 -31
  1414. package/dist/misc/Windows.js +0 -18
  1415. package/dist/misc/Wordpress.js +0 -26
  1416. package/dist/misc/Zapier.js +0 -25
  1417. package/dist/misc/Zoom.js +0 -31
  1418. package/dist/typefaceLogos/Neeto.js +0 -40
  1419. package/dist/typefaceLogos/NeetoBugWatch.js +0 -83
  1420. package/dist/typefaceLogos/NeetoCal.js +0 -103
  1421. package/dist/typefaceLogos/NeetoChangelog.js +0 -113
  1422. package/dist/typefaceLogos/NeetoChat.js +0 -101
  1423. package/dist/typefaceLogos/NeetoCi.js +0 -70
  1424. package/dist/typefaceLogos/NeetoCode.js +0 -95
  1425. package/dist/typefaceLogos/NeetoCourse.js +0 -90
  1426. package/dist/typefaceLogos/NeetoCrm.js +0 -75
  1427. package/dist/typefaceLogos/NeetoDeploy.js +0 -103
  1428. package/dist/typefaceLogos/NeetoDesk.js +0 -110
  1429. package/dist/typefaceLogos/NeetoEngage.js +0 -98
  1430. package/dist/typefaceLogos/NeetoForm.js +0 -93
  1431. package/dist/typefaceLogos/NeetoGit.js +0 -97
  1432. package/dist/typefaceLogos/NeetoInvisible.js +0 -122
  1433. package/dist/typefaceLogos/NeetoInvoice.js +0 -108
  1434. package/dist/typefaceLogos/NeetoKb.js +0 -95
  1435. package/dist/typefaceLogos/NeetoPay.js +0 -83
  1436. package/dist/typefaceLogos/NeetoPlanner.js +0 -112
  1437. package/dist/typefaceLogos/NeetoPlaydash.js +0 -132
  1438. package/dist/typefaceLogos/NeetoPublish.js +0 -78
  1439. package/dist/typefaceLogos/NeetoQuiz.js +0 -95
  1440. package/dist/typefaceLogos/NeetoRecord.js +0 -103
  1441. package/dist/typefaceLogos/NeetoReplay.js +0 -103
  1442. package/dist/typefaceLogos/NeetoRunner.js +0 -111
  1443. package/dist/typefaceLogos/NeetoSeo.js +0 -96
  1444. package/dist/typefaceLogos/NeetoSign.js +0 -76
  1445. package/dist/typefaceLogos/NeetoSite.js +0 -84
  1446. package/dist/typefaceLogos/NeetoTestify.js +0 -110
  1447. package/dist/typefaceLogos/NeetoTower.js +0 -85
  1448. package/dist/typefaceLogos/NeetoWireframe.js +0 -122
  1449. /package/dist/appIcons/{index.js → index.ts} +0 -0
  1450. /package/dist/elements/{index.js → index.ts} +0 -0
  1451. /package/dist/icons/{index.js → index.ts} +0 -0
  1452. /package/dist/logos/{index.js → index.ts} +0 -0
  1453. /package/dist/misc/{index.js → index.ts} +0 -0
  1454. /package/dist/typefaceLogos/{index.js → index.ts} +0 -0
@@ -0,0 +1,30 @@
1
+ import * as React from "react";
2
+ import Svg, { Rect, Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgYesNo = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 80 26" width={size} height={size} {...props}>
6
+ <Rect
7
+ x={10}
8
+ y={6}
9
+ width={60}
10
+ height={16}
11
+ rx={2}
12
+ stroke={color}
13
+ fill={color}
14
+ data-dark-mode-color="true"
15
+ />
16
+ <Path
17
+ d="M40 6H68C69.1046 6 70 6.89543 70 8V20C70 21.1046 69.1046 22 68 22H40V6Z"
18
+ fill="white"
19
+ />
20
+ <Path
21
+ d="M18.515 11.1818H19.3218L20.9355 13.8977H21.0037L22.6173 11.1818H23.4241L21.3218 14.6023V17H20.6173V14.6023L18.515 11.1818ZM25.3768 17.0909C24.9563 17.0909 24.5936 16.9981 24.2887 16.8125C23.9857 16.625 23.7518 16.3636 23.587 16.0284C23.4241 15.6913 23.3427 15.2992 23.3427 14.8523C23.3427 14.4053 23.4241 14.0114 23.587 13.6705C23.7518 13.3277 23.9809 13.0606 24.2745 12.8693C24.57 12.6761 24.9147 12.5795 25.3086 12.5795C25.5359 12.5795 25.7603 12.6174 25.9819 12.6932C26.2035 12.7689 26.4052 12.892 26.587 13.0625C26.7688 13.2311 26.9137 13.4545 27.0217 13.733C27.1296 14.0114 27.1836 14.3542 27.1836 14.7614V15.0455H23.82V14.4659H26.5018C26.5018 14.2197 26.4525 14 26.354 13.8068C26.2575 13.6136 26.1192 13.4612 25.9393 13.3494C25.7612 13.2377 25.551 13.1818 25.3086 13.1818C25.0415 13.1818 24.8105 13.2481 24.6154 13.3807C24.4222 13.5114 24.2736 13.6818 24.1694 13.892C24.0652 14.1023 24.0131 14.3277 24.0131 14.5682V14.9545C24.0131 15.2841 24.07 15.5634 24.1836 15.7926C24.2991 16.0199 24.4592 16.1932 24.6637 16.3125C24.8683 16.4299 25.1059 16.4886 25.3768 16.4886C25.5529 16.4886 25.712 16.464 25.854 16.4148C25.998 16.3636 26.122 16.2879 26.2262 16.1875C26.3304 16.0852 26.4109 15.9583 26.4677 15.8068L27.1154 15.9886C27.0472 16.2083 26.9326 16.4015 26.7717 16.5682C26.6107 16.733 26.4118 16.8617 26.1751 16.9545C25.9383 17.0455 25.6722 17.0909 25.3768 17.0909ZM31.2144 13.6136L30.6121 13.7841C30.5742 13.6837 30.5184 13.5862 30.4445 13.4915C30.3725 13.3949 30.274 13.3153 30.149 13.2528C30.024 13.1903 29.864 13.1591 29.6689 13.1591C29.4019 13.1591 29.1794 13.2206 29.0013 13.3438C28.8252 13.465 28.7371 13.6193 28.7371 13.8068C28.7371 13.9735 28.7977 14.1051 28.9189 14.2017C29.0401 14.2983 29.2295 14.3788 29.4871 14.4432L30.1348 14.6023C30.525 14.697 30.8157 14.8419 31.007 15.0369C31.1983 15.2301 31.2939 15.4792 31.2939 15.7841C31.2939 16.0341 31.222 16.2576 31.078 16.4545C30.936 16.6515 30.7371 16.8068 30.4814 16.9205C30.2258 17.0341 29.9284 17.0909 29.5894 17.0909C29.1443 17.0909 28.7759 16.9943 28.4843 16.8011C28.1926 16.608 28.0079 16.3258 27.9303 15.9545L28.5667 15.7955C28.6273 16.0303 28.7419 16.2064 28.9104 16.3239C29.0809 16.4413 29.3034 16.5 29.578 16.5C29.8905 16.5 30.1386 16.4337 30.3223 16.3011C30.5079 16.1667 30.6008 16.0057 30.6008 15.8182C30.6008 15.6667 30.5477 15.5398 30.4417 15.4375C30.3356 15.3333 30.1727 15.2557 29.953 15.2045L29.2258 15.0341C28.8261 14.9394 28.5326 14.7926 28.3451 14.5938C28.1595 14.393 28.0667 14.142 28.0667 13.8409C28.0667 13.5947 28.1358 13.3769 28.274 13.1875C28.4142 12.9981 28.6045 12.8494 28.8451 12.7415C29.0875 12.6335 29.3621 12.5795 29.6689 12.5795C30.1008 12.5795 30.4398 12.6742 30.686 12.8636C30.9341 13.053 31.1102 13.303 31.2144 13.6136Z"
22
+ fill="#F6F7F8"
23
+ />
24
+ <Path
25
+ d="M55.4597 11.1818V17H54.7779L51.6075 12.4318H51.5507V17H50.8461V11.1818H51.5279L54.7097 15.7614H54.7666V11.1818H55.4597ZM58.4714 17.0909C58.0774 17.0909 57.7318 16.9972 57.4344 16.8097C57.139 16.6222 56.9079 16.3598 56.7413 16.0227C56.5765 15.6856 56.4941 15.2917 56.4941 14.8409C56.4941 14.3864 56.5765 13.9896 56.7413 13.6506C56.9079 13.3116 57.139 13.0483 57.4344 12.8608C57.7318 12.6733 58.0774 12.5795 58.4714 12.5795C58.8653 12.5795 59.21 12.6733 59.5055 12.8608C59.8028 13.0483 60.0339 13.3116 60.1986 13.6506C60.3653 13.9896 60.4486 14.3864 60.4486 14.8409C60.4486 15.2917 60.3653 15.6856 60.1986 16.0227C60.0339 16.3598 59.8028 16.6222 59.5055 16.8097C59.21 16.9972 58.8653 17.0909 58.4714 17.0909ZM58.4714 16.4886C58.7706 16.4886 59.0168 16.4119 59.21 16.2585C59.4032 16.1051 59.5462 15.9034 59.639 15.6534C59.7318 15.4034 59.7782 15.1326 59.7782 14.8409C59.7782 14.5492 59.7318 14.2775 59.639 14.0256C59.5462 13.7737 59.4032 13.5701 59.21 13.4148C59.0168 13.2595 58.7706 13.1818 58.4714 13.1818C58.1721 13.1818 57.9259 13.2595 57.7327 13.4148C57.5395 13.5701 57.3966 13.7737 57.3038 14.0256C57.2109 14.2775 57.1645 14.5492 57.1645 14.8409C57.1645 15.1326 57.2109 15.4034 57.3038 15.6534C57.3966 15.9034 57.5395 16.1051 57.7327 16.2585C57.9259 16.4119 58.1721 16.4886 58.4714 16.4886Z"
26
+ fill={color}
27
+ />
28
+ </Svg>
29
+ );
30
+ export default SvgYesNo;
@@ -0,0 +1,110 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAccessControl = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <G clipPath="url(#AccessControl_svg_clip0_177_1195)">
11
+ <Path
12
+ d="M12 3C11.4696 3 10.9609 3.21071 10.5858 3.58579C10.2107 3.96086 10 4.46957 10 5C10 5.53043 10.2107 6.03914 10.5858 6.41421C10.9609 6.78929 11.4696 7 12 7C12.5304 7 13.0391 6.78929 13.4142 6.41421C13.7893 6.03914 14 5.53043 14 5C14 4.46957 13.7893 3.96086 13.4142 3.58579C13.0391 3.21071 12.5304 3 12 3Z"
13
+ stroke={color}
14
+ strokeWidth={1.2}
15
+ strokeLinecap="round"
16
+ strokeLinejoin="round"
17
+ />
18
+ <Path
19
+ d="M8 9C7.46957 9 6.96086 9.21071 6.58579 9.58579C6.21071 9.96086 6 10.4696 6 11C6 11.5304 6.21071 12.0391 6.58579 12.4142C6.96086 12.7893 7.46957 13 8 13C8.53043 13 9.03914 12.7893 9.41421 12.4142C9.78929 12.0391 10 11.5304 10 11C10 10.4696 9.78929 9.96086 9.41421 9.58579C9.03914 9.21071 8.53043 9 8 9Z"
20
+ stroke={color}
21
+ strokeWidth={1.2}
22
+ strokeLinecap="round"
23
+ strokeLinejoin="round"
24
+ />
25
+ <Path
26
+ d="M18 5L14 5"
27
+ stroke={color}
28
+ strokeWidth={1.2}
29
+ strokeLinecap="round"
30
+ strokeLinejoin="round"
31
+ />
32
+ <Path
33
+ d="M10 5L2 5"
34
+ stroke={color}
35
+ strokeWidth={1.2}
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ />
39
+ <Path
40
+ d="M14 11L10 11"
41
+ stroke={color}
42
+ strokeWidth={1.2}
43
+ strokeLinecap="round"
44
+ strokeLinejoin="round"
45
+ />
46
+ <Path
47
+ d="M6 11L2 11"
48
+ stroke={color}
49
+ strokeWidth={1.2}
50
+ strokeLinecap="round"
51
+ strokeLinejoin="round"
52
+ />
53
+ <Path
54
+ d="M6.5 15C5.96957 15 5.46086 15.2107 5.08579 15.5858C4.71071 15.9609 4.5 16.4696 4.5 17C4.5 17.5304 4.71071 18.0391 5.08579 18.4142C5.46086 18.7893 5.96957 19 6.5 19C7.03043 19 7.53914 18.7893 7.91421 18.4142C8.28929 18.0391 8.5 17.5304 8.5 17C8.5 16.4696 8.28929 15.9609 7.91421 15.5858C7.53914 15.2107 7.03043 15 6.5 15Z"
55
+ stroke={color}
56
+ strokeWidth={1.2}
57
+ strokeLinecap="round"
58
+ strokeLinejoin="round"
59
+ />
60
+ <Path
61
+ d="M10 17H9"
62
+ stroke={color}
63
+ strokeWidth={1.2}
64
+ strokeLinecap="round"
65
+ strokeLinejoin="round"
66
+ />
67
+ <Path
68
+ d="M4 17H2"
69
+ stroke={color}
70
+ strokeWidth={1.2}
71
+ strokeLinecap="round"
72
+ strokeLinejoin="round"
73
+ />
74
+ <Path
75
+ d="M14.8647 15.2432V9.80637C14.8647 9.55191 14.9658 9.30787 15.1457 9.12794C15.3257 8.94801 15.5697 8.84692 15.8242 8.84692C16.0786 8.84692 16.3227 8.94801 16.5026 9.12794C16.6825 9.30787 16.7836 9.55191 16.7836 9.80637V14.6036"
76
+ stroke={color}
77
+ strokeWidth={1.2}
78
+ strokeLinecap="round"
79
+ strokeLinejoin="round"
80
+ />
81
+ <Path
82
+ d="M16.7836 14.2839V13.0046C16.7836 12.7502 16.8847 12.5061 17.0646 12.3262C17.2445 12.1463 17.4886 12.0452 17.743 12.0452C17.9975 12.0452 18.2415 12.1463 18.4215 12.3262C18.6014 12.5061 18.7025 12.7502 18.7025 13.0046V14.6037"
83
+ stroke={color}
84
+ strokeWidth={1.2}
85
+ strokeLinecap="round"
86
+ strokeLinejoin="round"
87
+ />
88
+ <Path
89
+ d="M18.7025 13.6443C18.7025 13.3898 18.8036 13.1458 18.9835 12.9658C19.1635 12.7859 19.4075 12.6848 19.662 12.6848C19.9164 12.6848 20.1605 12.7859 20.3404 12.9658C20.5203 13.1458 20.6214 13.3898 20.6214 13.6443V14.6037"
90
+ stroke={color}
91
+ strokeWidth={1.2}
92
+ strokeLinecap="round"
93
+ strokeLinejoin="round"
94
+ />
95
+ <Path
96
+ d="M20.6214 14.2839C20.6214 14.0294 20.7225 13.7854 20.9024 13.6055C21.0823 13.4255 21.3264 13.3245 21.5808 13.3245C21.8353 13.3245 22.0793 13.4255 22.2593 13.6055C22.4392 13.7854 22.5403 14.0294 22.5403 14.2839V17.1622C22.5403 18.1801 22.1359 19.1562 21.4162 19.876C20.6965 20.5957 19.7203 21 18.7025 21H17.4232H17.5563C16.9207 21.0001 16.295 20.8424 15.7355 20.541C15.1759 20.2395 14.7 19.8038 14.3505 19.273L14.2251 19.0811C14.0255 18.7748 13.3251 17.5537 12.1233 15.4173C12.0007 15.1996 11.968 14.9426 12.032 14.701C12.0961 14.4595 12.2518 14.2525 12.4661 14.124C12.6944 13.987 12.9619 13.9303 13.2261 13.9627C13.4903 13.9952 13.7361 14.115 13.9245 14.3031L14.8647 15.2434"
97
+ stroke={color}
98
+ strokeWidth={1.2}
99
+ strokeLinecap="round"
100
+ strokeLinejoin="round"
101
+ />
102
+ </G>
103
+ <Defs>
104
+ <ClipPath id="AccessControl_svg_clip0_177_1195">
105
+ <Rect width={24} height={24} fill="white" />
106
+ </ClipPath>
107
+ </Defs>
108
+ </Svg>
109
+ );
110
+ export default SvgAccessControl;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgActivityLog = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 32 32" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M28 30H4C3.46974 29.9994 2.96135 29.7886 2.5864 29.4136C2.21145 29.0386 2.00056 28.5303 2 28V22C2.00056 21.4697 2.21145 20.9614 2.5864 20.5864C2.96135 20.2114 3.46974 20.0006 4 20H28C28.5303 20.0006 29.0386 20.2114 29.4136 20.5864C29.7886 20.9614 29.9994 21.4697 30 22V28C29.9994 28.5303 29.7886 29.0386 29.4136 29.4136C29.0386 29.7886 28.5303 29.9994 28 30ZM4 22V28H28V22H4Z"
12
+ fill={color}
13
+ />
14
+ <Path
15
+ d="M7 26C7.55228 26 8 25.5523 8 25C8 24.4477 7.55228 24 7 24C6.44772 24 6 24.4477 6 25C6 25.5523 6.44772 26 7 26Z"
16
+ fill={color}
17
+ />
18
+ <Path
19
+ d="M19 11.586L17 9.586V6H15V10.414L17.586 13L19 11.586Z"
20
+ fill={color}
21
+ />
22
+ <Path
23
+ d="M16 18C14.4178 18 12.871 17.5308 11.5554 16.6518C10.2398 15.7727 9.21447 14.5233 8.60897 13.0615C8.00347 11.5997 7.84504 9.99113 8.15372 8.43928C8.4624 6.88743 9.22433 5.46197 10.3431 4.34315C11.462 3.22433 12.8874 2.4624 14.4393 2.15372C15.9911 1.84504 17.5997 2.00347 19.0615 2.60897C20.5233 3.21447 21.7727 4.23985 22.6518 5.55544C23.5308 6.87103 24 8.41775 24 10C23.9976 12.121 23.1539 14.1544 21.6542 15.6542C20.1544 17.1539 18.121 17.9976 16 18ZM16 4C14.8133 4 13.6533 4.3519 12.6666 5.01119C11.6799 5.67047 10.9109 6.60755 10.4567 7.7039C10.0026 8.80026 9.88378 10.0067 10.1153 11.1705C10.3468 12.3344 10.9182 13.4035 11.7574 14.2426C12.5965 15.0818 13.6656 15.6532 14.8295 15.8847C15.9933 16.1162 17.1997 15.9974 18.2961 15.5433C19.3925 15.0892 20.3295 14.3201 20.9888 13.3334C21.6481 12.3467 22 11.1867 22 10C21.9982 8.40925 21.3655 6.88416 20.2407 5.75932C19.1159 4.63449 17.5908 4.00178 16 4Z"
24
+ fill={color}
25
+ />
26
+ </Svg>
27
+ );
28
+ export default SvgActivityLog;
@@ -0,0 +1,31 @@
1
+ import * as React from "react";
2
+ import Svg, { Circle, Line } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAddCircle = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <Circle cx={12} cy={12} r={8.25} stroke={color} strokeWidth={1.2} />
11
+ <Line
12
+ x1={8.75}
13
+ y1={12.25}
14
+ x2={15.25}
15
+ y2={12.25}
16
+ stroke={color}
17
+ strokeWidth={1.2}
18
+ strokeLinecap="round"
19
+ />
20
+ <Line
21
+ x1={12.05}
22
+ y1={15.55}
23
+ x2={12.05}
24
+ y2={9.05}
25
+ stroke={color}
26
+ strokeWidth={1.2}
27
+ strokeLinecap="round"
28
+ />
29
+ </Svg>
30
+ );
31
+ export default SvgAddCircle;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAddImage = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M12 20H7C6.20435 20 5.44129 19.6839 4.87868 19.1213C4.31607 18.5587 4 17.7956 4 17V7C4 6.20435 4.31607 5.44129 4.87868 4.87868C5.44129 4.31607 6.20435 4 7 4H17C17.7956 4 18.5587 4.31607 19.1213 4.87868C19.6839 5.44129 20 6.20435 20 7V12M4 15L8 11C8.928 10.107 10.072 10.107 11 11L15 15M16 19H22M19 16V22"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ </Svg>
14
+ );
15
+ export default SvgAddImage;
@@ -0,0 +1,41 @@
1
+ import * as React from "react";
2
+ import Svg, { Path, Line } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAddMenu = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M19.3742 12.5C19.3742 12.0858 19.0384 11.75 18.6242 11.75C18.21 11.75 17.8742 12.0858 17.8742 12.5V14.6242H15.75C15.3358 14.6242 15 14.96 15 15.3742C15 15.7884 15.3358 16.1242 15.75 16.1242H17.8742V18.2483C17.8742 18.6626 18.21 18.9983 18.6242 18.9983C19.0384 18.9983 19.3742 18.6626 19.3742 18.2483V16.1242H21.4983C21.9126 16.1242 22.2483 15.7884 22.2483 15.3742C22.2483 14.96 21.9126 14.6242 21.4983 14.6242H19.3742V12.5Z"
10
+ fill={color}
11
+ />
12
+ <Line
13
+ x1={3.75}
14
+ y1={7.25}
15
+ x2={20.25}
16
+ y2={7.25}
17
+ stroke={color}
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ />
21
+ <Line
22
+ x1={3.75}
23
+ y1={11.25}
24
+ x2={14.25}
25
+ y2={11.25}
26
+ stroke={color}
27
+ strokeWidth={1.5}
28
+ strokeLinecap="round"
29
+ />
30
+ <Line
31
+ x1={3.75}
32
+ y1={15.25}
33
+ x2={10.25}
34
+ y2={15.25}
35
+ stroke={color}
36
+ strokeWidth={1.5}
37
+ strokeLinecap="round"
38
+ />
39
+ </Svg>
40
+ );
41
+ export default SvgAddMenu;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAddNote = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M12.375 19.5H7C5.89543 19.5 5 18.6046 5 17.5V5C5 3.89543 5.89543 3 7 3H17C18.1046 3 19 3.89543 19 5V13.5M9 7H15M9 11H15M9 15H13M15.75 19.5H21.75M18.75 16.5V22.5"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ </Svg>
14
+ );
15
+ export default SvgAddNote;
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAddRectangle = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M19 11V8C19 7.46957 18.7893 6.96086 18.4142 6.58579C18.0391 6.21071 17.5304 6 17 6H5C4.46957 6 3.96086 6.21071 3.58579 6.58579C3.21071 6.96086 3 7.46957 3 8V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H10M16.5 13.5V19.5M13.5 16.5H19.5"
12
+ stroke={color}
13
+ strokeWidth={1.5}
14
+ strokeLinecap="round"
15
+ strokeLinejoin="round"
16
+ />
17
+ </Svg>
18
+ );
19
+ export default SvgAddRectangle;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAddress = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M15.2753 15H17.7843C18.6453 15 19.4093 15.551 19.6813 16.368L20.3483 18.368C20.7803 19.663 19.8163 21 18.4513 21H6.00129C4.63629 21 3.67229 19.663 4.10429 18.368L4.77129 16.368C5.04229 15.551 5.80729 15 6.66829 15H9.17829M12.2263 18C12.2263 18 6.22629 13.208 6.22629 8.833C6.22629 5.612 8.91229 3 12.2263 3C15.5403 3 18.2263 5.612 18.2263 8.833C18.2263 13.208 12.2263 18 12.2263 18ZM13.6405 7.58579C14.4215 8.36684 14.4215 9.63317 13.6405 10.4142C12.8594 11.1953 11.5931 11.1953 10.8121 10.4142C10.031 9.63317 10.031 8.36684 10.8121 7.58579C11.5931 6.80474 12.8594 6.80474 13.6405 7.58579Z"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ </Svg>
14
+ );
15
+ export default SvgAddress;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAgentStatus = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M19 17H20C21.105 17 22 16.105 22 15V12C22 10.895 21.105 10 20 10H19C18.448 10 18 10.448 18 11V16C18 16.552 18.448 17 19 17ZM19 17V18C19 19.105 18.105 20 17 20H14.875M6 10H7M19.5 10V9.5C19.5 5.91 16.59 3 13 3C9.41 3 6.5 5.91 6.5 9.5V10M14.875 20C14.875 19.31 14.315 18.75 13.625 18.75H12.375C11.685 18.75 11.125 19.31 11.125 20C11.125 20.69 11.685 21.25 12.375 21.25H13.625C14.315 21.25 14.875 20.69 14.875 20Z"
12
+ stroke={color}
13
+ strokeWidth={1.2}
14
+ strokeLinecap="round"
15
+ strokeLinejoin="round"
16
+ />
17
+ <Path
18
+ d="M2 16C2 17.0609 2.42143 18.0783 3.17157 18.8284C3.92172 19.5786 4.93913 20 6 20C7.06087 20 8.07828 19.5786 8.82843 18.8284C9.57857 18.0783 10 17.0609 10 16C10 14.9391 9.57857 13.9217 8.82843 13.1716C8.07828 12.4214 7.06087 12 6 12C4.93913 12 3.92172 12.4214 3.17157 13.1716C2.42143 13.9217 2 14.9391 2 16Z"
19
+ stroke={color}
20
+ strokeWidth={1.2}
21
+ strokeLinecap="round"
22
+ strokeLinejoin="round"
23
+ />
24
+ <Path
25
+ d="M6 14V16H8"
26
+ stroke={color}
27
+ strokeWidth={1.2}
28
+ strokeLinecap="round"
29
+ strokeLinejoin="round"
30
+ />
31
+ </Svg>
32
+ );
33
+ export default SvgAgentStatus;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAgents = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M18 17H19C20.105 17 21 16.105 21 15V12C21 10.895 20.105 10 19 10H18C17.448 10 17 10.448 17 11V16C17 16.552 17.448 17 18 17ZM18 17V18C18 19.105 17.105 20 16 20H13.875M18.5 10V9.5C18.5 5.91 15.59 3 12 3C8.41 3 5.5 5.91 5.5 9.5V10M13.875 20C13.875 19.31 13.315 18.75 12.625 18.75H11.375C10.685 18.75 10.125 19.31 10.125 20C10.125 20.69 10.685 21.25 11.375 21.25H12.625C13.315 21.25 13.875 20.69 13.875 20ZM6 17H5C3.895 17 3 16.105 3 15V12C3 10.895 3.895 10 5 10H6C6.552 10 7 10.448 7 11V16C7 16.552 6.552 17 6 17Z"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ </Svg>
14
+ );
15
+ export default SvgAgents;
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAlignCenter = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M4 6H20M8 12H16M6 18H18"
12
+ stroke={color}
13
+ strokeWidth={1.2}
14
+ strokeLinecap="round"
15
+ strokeLinejoin="round"
16
+ />
17
+ </Svg>
18
+ );
19
+ export default SvgAlignCenter;
@@ -0,0 +1,62 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Circle, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgApiKeys = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <G clipPath="url(#ApiKeys_svg_clip0_2358_5241)">
7
+ <Path
8
+ d="M2 20.5H1.4V21.1H2V20.5ZM2 17L1.57574 16.5757L1.4 16.7515V17H2ZM5.5 20.5V21.1H5.74853L5.92426 20.9243L5.5 20.5ZM9.5 16.5L9.92426 16.9243L10.3485 16.5L9.92426 16.0757L9.5 16.5ZM8.92426 15.0757C8.68995 14.8414 8.31005 14.8414 8.07574 15.0757C7.84142 15.3101 7.84142 15.6899 8.07574 15.9243L8.5 15.5L8.92426 15.0757ZM2 20.5H2.6V17H2H1.4V20.5H2ZM2 17L2.42426 17.4243L8.92426 10.9243L8.5 10.5L8.07574 10.0757L1.57574 16.5757L2 17ZM2 20.5V21.1H5.5V20.5V19.9H2V20.5ZM5.5 20.5L5.92426 20.9243L9.92426 16.9243L9.5 16.5L9.07574 16.0757L5.07574 20.0757L5.5 20.5ZM9.5 16.5L9.92426 16.0757L8.92426 15.0757L8.5 15.5L8.07574 15.9243L9.07574 16.9243L9.5 16.5Z"
9
+ fill={color}
10
+ />
11
+ <Path
12
+ d="M6.42426 17.5757C6.18995 17.3414 5.81005 17.3414 5.57574 17.5757C5.34142 17.8101 5.34142 18.1899 5.57574 18.4243L6 18L6.42426 17.5757ZM7 19L7.42426 18.5757L6.42426 17.5757L6 18L5.57574 18.4243L6.57574 19.4243L7 19Z"
13
+ fill={color}
14
+ />
15
+ <Circle cx={14} cy={8} r={1.4} stroke={color} strokeWidth={1.2} />
16
+ <Path
17
+ d="M20 8C20 4.68629 17.3137 2 14 2C10.6863 2 8 4.68629 8 8C8 8.89221 8.19474 9.73894 8.54404 10.5"
18
+ stroke={color}
19
+ strokeWidth={1.2}
20
+ strokeLinecap="round"
21
+ />
22
+ <Circle
23
+ cx={19.6748}
24
+ cy={15.4883}
25
+ r={0.725195}
26
+ transform="rotate(180 19.6748 15.4883)"
27
+ fill={color}
28
+ stroke={color}
29
+ strokeWidth={1.2}
30
+ />
31
+ <Circle
32
+ cx={14.6748}
33
+ cy={15.4689}
34
+ r={0.725195}
35
+ transform="rotate(180 14.6748 15.4689)"
36
+ fill={color}
37
+ stroke={color}
38
+ strokeWidth={1.2}
39
+ />
40
+ <Circle
41
+ cx={14.6553}
42
+ cy={20.4688}
43
+ r={0.744727}
44
+ transform="rotate(180 14.6553 20.4688)"
45
+ fill={color}
46
+ stroke={color}
47
+ strokeWidth={1.2}
48
+ />
49
+ <Path
50
+ d="M14.666 19.9786V15.4786H19.666"
51
+ stroke={color}
52
+ strokeWidth={1.2}
53
+ />
54
+ </G>
55
+ <Defs>
56
+ <ClipPath id="ApiKeys_svg_clip0_2358_5241">
57
+ <Rect width={24} height={24} fill="white" />
58
+ </ClipPath>
59
+ </Defs>
60
+ </Svg>
61
+ );
62
+ export default SvgApiKeys;
@@ -0,0 +1,53 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgApiTemplates = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <G clipPath="url(#ApiTemplates_svg_clip0_7489_175)">
11
+ <Path
12
+ d="M11 21H7C5.89543 21 5 20.1046 5 19V5C5 3.89543 5.89543 3 7 3H14.1716C14.702 3 15.2107 3.21071 15.5858 3.58579L18.4142 6.41421C18.7893 6.78929 19 7.29799 19 7.82843V11"
13
+ stroke={color}
14
+ strokeWidth={1.5}
15
+ strokeLinecap="round"
16
+ />
17
+ <Path
18
+ d="M9 8H15"
19
+ stroke={color}
20
+ strokeWidth={1.5}
21
+ strokeLinecap="round"
22
+ strokeLinejoin="round"
23
+ />
24
+ <Path
25
+ d="M9 11H15"
26
+ stroke={color}
27
+ strokeWidth={1.5}
28
+ strokeLinecap="round"
29
+ strokeLinejoin="round"
30
+ />
31
+ <Path
32
+ d="M15.8333 14C15.5902 14 15.3571 14.0966 15.1852 14.2685C15.0132 14.4404 14.9167 14.6736 14.9167 14.9167V16.2917C14.9167 16.6563 14.8201 17.0061 14.6482 17.2639C14.4763 17.5218 14.2431 17.6667 14 17.6667C14.2431 17.6667 14.4763 17.8115 14.6482 18.0694C14.8201 18.3273 14.9167 18.677 14.9167 19.0417V20.4167C14.9167 20.6598 15.0132 20.8929 15.1852 21.0648C15.3571 21.2368 15.5902 21.3333 15.8333 21.3333"
33
+ stroke={color}
34
+ strokeWidth={1.5}
35
+ strokeLinecap="round"
36
+ strokeLinejoin="round"
37
+ />
38
+ <Path
39
+ d="M20.4167 14C20.6598 14 20.8929 14.0966 21.0648 14.2685C21.2368 14.4404 21.3333 14.6736 21.3333 14.9167V16.2917C21.3333 16.6563 21.4299 17.0061 21.6018 17.2639C21.7737 17.5218 22.0069 17.6667 22.25 17.6667C22.0069 17.6667 21.7737 17.8115 21.6018 18.0694C21.4299 18.3273 21.3333 18.677 21.3333 19.0417V20.4167C21.3333 20.6598 21.2368 20.8929 21.0648 21.0648C20.8929 21.2368 20.6598 21.3333 20.4167 21.3333"
40
+ stroke={color}
41
+ strokeWidth={1.5}
42
+ strokeLinecap="round"
43
+ strokeLinejoin="round"
44
+ />
45
+ </G>
46
+ <Defs>
47
+ <ClipPath id="ApiTemplates_svg_clip0_7489_175">
48
+ <Rect width={24} height={24} fill="white" />
49
+ </ClipPath>
50
+ </Defs>
51
+ </Svg>
52
+ );
53
+ export default SvgApiTemplates;
@@ -0,0 +1,32 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgAppSwitcher = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 20 20" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M8 4.5C8 2.567 6.433 1 4.5 1H1V8H8V4.5Z"
12
+ stroke={color}
13
+ strokeWidth={1.5}
14
+ />
15
+ <Path
16
+ d="M8 15.5C8 13.567 6.433 12 4.5 12H1V19H8V15.5Z"
17
+ stroke={color}
18
+ strokeWidth={1.5}
19
+ />
20
+ <Path
21
+ d="M19 4.5C19 2.567 17.433 1 15.5 1H12V8H19V4.5Z"
22
+ stroke={color}
23
+ strokeWidth={1.5}
24
+ />
25
+ <Path
26
+ d="M19 15.5C19 13.567 17.433 12 15.5 12H12V19H19V15.5Z"
27
+ stroke={color}
28
+ strokeWidth={1.5}
29
+ />
30
+ </Svg>
31
+ );
32
+ export default SvgAppSwitcher;
@@ -0,0 +1,20 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgApple = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 16 16" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M7.72876 6.11211C7.29142 6.11211 6.61009 5.60277 5.90209 5.60277C4.96076 5.60277 4.09942 6.17811 3.61409 7.02211C2.63809 8.71677 3.36276 11.2208 4.31476 12.5981C4.78209 13.2688 5.33276 14.0234 6.06342 13.9994C6.76409 13.9694 7.02742 13.5441 7.87809 13.5441C8.72276 13.5441 8.96209 13.9994 9.70476 13.9814C10.4594 13.9694 10.9388 13.2988 11.3994 12.6221C11.9328 11.8434 12.1541 11.0888 12.1661 11.0468C12.1481 11.0408 10.6988 10.4841 10.6808 8.80677C10.6688 7.40544 11.8248 6.73477 11.8788 6.70477C11.2201 5.74077 10.2081 5.63277 9.85476 5.60877C8.93209 5.53677 8.16009 6.11211 7.72876 6.11211V6.11211Z"
8
+ stroke={color}
9
+ strokeLinecap="round"
10
+ strokeLinejoin="round"
11
+ />
12
+ <Path
13
+ d="M9.10197 1.96996C9.68128 1.75428 10.0602 2.07228 9.94838 2.68024C9.83652 3.28819 9.27622 3.95588 8.69691 4.17156C8.1176 4.38724 7.73865 4.06924 7.8505 3.46129C7.96235 2.85333 8.52266 2.18564 9.10197 1.96996"
14
+ stroke={color}
15
+ strokeLinecap="round"
16
+ strokeLinejoin="round"
17
+ />
18
+ </Svg>
19
+ );
20
+ export default SvgApple;
@@ -0,0 +1,36 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgApproval = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <G clipPath="url(#Approval_svg_clip0_177_606)">
7
+ <Path
8
+ d="M7 9.667C7 8.95967 7.28099 8.28131 7.78115 7.78115C8.28131 7.28099 8.95967 7 9.667 7H18.333C18.6832 7 19.03 7.06898 19.3536 7.20301C19.6772 7.33704 19.9712 7.53349 20.2189 7.78115C20.4665 8.0288 20.663 8.32281 20.797 8.64638C20.931 8.96996 21 9.31676 21 9.667V18.333C21 18.6832 20.931 19.03 20.797 19.3536C20.663 19.6772 20.4665 19.9712 20.2189 20.2189C19.9712 20.4665 19.6772 20.663 19.3536 20.797C19.03 20.931 18.6832 21 18.333 21H9.667C9.31676 21 8.96996 20.931 8.64638 20.797C8.32281 20.663 8.0288 20.4665 7.78115 20.2189C7.53349 19.9712 7.33704 19.6772 7.20301 19.3536C7.06898 19.03 7 18.6832 7 18.333V9.667Z"
9
+ stroke={color}
10
+ strokeWidth={1.2}
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
14
+ <Path
15
+ d="M4.012 16.737C3.705 16.5626 3.44965 16.31 3.2719 16.0049C3.09415 15.6998 3.00034 15.3531 3 15V5C3 3.9 3.9 3 5 3H15C15.75 3 16.158 3.385 16.5 4"
16
+ stroke={color}
17
+ strokeWidth={1.2}
18
+ strokeLinecap="round"
19
+ strokeLinejoin="round"
20
+ />
21
+ <Path
22
+ d="M11 14L13 16L17 12"
23
+ stroke={color}
24
+ strokeWidth={1.2}
25
+ strokeLinecap="round"
26
+ strokeLinejoin="round"
27
+ />
28
+ </G>
29
+ <Defs>
30
+ <ClipPath id="Approval_svg_clip0_177_606">
31
+ <Rect width={24} height={24} fill="white" />
32
+ </ClipPath>
33
+ </Defs>
34
+ </Svg>
35
+ );
36
+ export default SvgApproval;
@@ -0,0 +1,29 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgArchive = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <G clipPath="url(#Archive_svg_clip0_149_186)">
7
+ <Path
8
+ d="M3 19V15.5C3 14.6716 3.67157 14 4.5 14H6.379C6.77655 14.0001 7.1578 14.158 7.439 14.439L8.415 15.415C8.7899 15.7895 9.2981 15.9999 9.828 16H14.171C14.7017 16.0002 15.2108 15.7893 15.586 15.414L16.415 14.585C16.7899 14.2105 17.2981 14.0001 17.828 14H19.5C20.3284 14 21 14.6716 21 15.5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19Z"
9
+ stroke={color}
10
+ strokeWidth={1.2}
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
14
+ <Path
15
+ d="M5 14V5C5 3.89543 5.89543 3 7 3H17C18.1046 3 19 3.89543 19 5V14"
16
+ stroke={color}
17
+ strokeWidth={1.2}
18
+ strokeLinecap="round"
19
+ strokeLinejoin="round"
20
+ />
21
+ </G>
22
+ <Defs>
23
+ <ClipPath id="Archive_svg_clip0_149_186">
24
+ <Rect width={24} height={24} fill="white" />
25
+ </ClipPath>
26
+ </Defs>
27
+ </Svg>
28
+ );
29
+ export default SvgArchive;