@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,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 SvgWebhooks = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <G clipPath="url(#Webhooks_svg_clip0_223_42)">
7
+ <Path
8
+ d="M4.876 13.61C4.28624 13.9796 3.80311 14.4966 3.47436 15.1101C3.14561 15.7235 2.98261 16.4121 3.00147 17.1079C3.02033 17.8036 3.2204 18.4824 3.58191 19.0771C3.94341 19.6719 4.45385 20.162 5.06277 20.4991C5.67169 20.8361 6.35802 21.0085 7.05395 20.9991C7.74988 20.9897 8.43131 20.7989 9.03092 20.4455C9.63053 20.0922 10.1276 19.5885 10.4729 18.9842C10.8182 18.3799 10.9999 17.696 11 17H17"
9
+ stroke={color}
10
+ strokeWidth={1.2}
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
14
+ <Path
15
+ d="M15.066 20.502C15.6003 20.7969 16.1949 20.9656 16.8045 20.9953C17.414 21.0249 18.0222 20.9147 18.5826 20.6731C19.143 20.4315 19.6406 20.0649 20.0375 19.6013C20.4344 19.1377 20.7199 18.5895 20.8722 17.9985C21.0246 17.4076 21.0397 16.7897 20.9164 16.192C20.7931 15.5943 20.5348 15.0328 20.161 14.5504C19.7873 14.0679 19.3082 13.6774 18.7603 13.4087C18.2124 13.14 17.6102 13.0002 17 13C16.294 13 15.576 13.179 15 13.5L12 8"
16
+ stroke={color}
17
+ strokeWidth={1.2}
18
+ strokeLinecap="round"
19
+ strokeLinejoin="round"
20
+ />
21
+ <Path
22
+ d="M16 8C16 6.93913 15.5786 5.92172 14.8284 5.17157C14.0783 4.42143 13.0609 4 12 4C10.9391 4 9.92172 4.42143 9.17157 5.17157C8.42143 5.92172 8 6.93913 8 8C8 9.506 8.77 10.818 10 11.5L7 17"
23
+ stroke={color}
24
+ strokeWidth={1.2}
25
+ strokeLinecap="round"
26
+ strokeLinejoin="round"
27
+ />
28
+ </G>
29
+ <Defs>
30
+ <ClipPath id="Webhooks_svg_clip0_223_42">
31
+ <Rect width={24} height={24} fill="white" />
32
+ </ClipPath>
33
+ </Defs>
34
+ </Svg>
35
+ );
36
+ export default SvgWebhooks;
@@ -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 SvgWhatsapp = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <G clipPath="url(#Whatsapp_svg_clip0_327_232)">
7
+ <Path
8
+ d="M3 21L4.65 17.2C3.38766 15.408 2.82267 13.217 3.06104 11.0381C3.29942 8.85915 4.32479 6.84211 5.94471 5.36549C7.56463 3.88887 9.66775 3.05418 11.8594 3.01807C14.051 2.98195 16.1805 3.7469 17.8482 5.16934C19.5159 6.59179 20.6071 8.57395 20.9172 10.7438C21.2272 12.9137 20.7347 15.1222 19.5321 16.9547C18.3295 18.7873 16.4994 20.118 14.3854 20.6971C12.2713 21.2762 10.0186 21.0639 8.05 20.1L3 21Z"
9
+ stroke={color}
10
+ strokeWidth={1.2}
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
14
+ <Path
15
+ d="M9 10C9 10.1326 9.05268 10.2598 9.14645 10.3536C9.24021 10.4473 9.36739 10.5 9.5 10.5C9.63261 10.5 9.75979 10.4473 9.85355 10.3536C9.94732 10.2598 10 10.1326 10 10V9C10 8.86739 9.94732 8.74021 9.85355 8.64645C9.75979 8.55268 9.63261 8.5 9.5 8.5C9.36739 8.5 9.24021 8.55268 9.14645 8.64645C9.05268 8.74021 9 8.86739 9 9V10ZM9 10C9 11.3261 9.52678 12.5979 10.4645 13.5355C11.4021 14.4732 12.6739 15 14 15M14 15H15C15.1326 15 15.2598 14.9473 15.3536 14.8536C15.4473 14.7598 15.5 14.6326 15.5 14.5C15.5 14.3674 15.4473 14.2402 15.3536 14.1464C15.2598 14.0527 15.1326 14 15 14H14C13.8674 14 13.7402 14.0527 13.6464 14.1464C13.5527 14.2402 13.5 14.3674 13.5 14.5C13.5 14.6326 13.5527 14.7598 13.6464 14.8536C13.7402 14.9473 13.8674 15 14 15Z"
16
+ stroke={color}
17
+ strokeWidth={1.2}
18
+ strokeLinecap="round"
19
+ strokeLinejoin="round"
20
+ />
21
+ </G>
22
+ <Defs>
23
+ <ClipPath id="Whatsapp_svg_clip0_327_232">
24
+ <Rect width={24} height={24} fill="white" />
25
+ </ClipPath>
26
+ </Defs>
27
+ </Svg>
28
+ );
29
+ export default SvgWhatsapp;
@@ -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 SvgWidgetModes = ({
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="M16 19.0001C14.8449 19.0011 13.7076 18.7158 12.6897 18.1698C11.6719 17.6239 10.8051 16.8342 10.167 15.8714L11.833 14.764C12.2892 15.4516 12.9084 16.0156 13.6355 16.4057C14.3625 16.7959 15.1749 17.0001 16 17.0001C16.8251 17.0001 17.6375 16.7959 18.3645 16.4057C19.0916 16.0156 19.7108 15.4516 20.167 14.764L21.833 15.8714C21.1949 16.8342 20.3281 17.6239 19.3103 18.1698C18.2924 18.7158 17.1551 19.0011 16 19.0001ZM20 8.0001C19.6044 8.0001 19.2178 8.11739 18.8889 8.33716C18.56 8.55692 18.3036 8.86928 18.1522 9.23473C18.0009 9.60018 17.9613 10.0023 18.0384 10.3903C18.1156 10.7782 18.3061 11.1346 18.5858 11.4143C18.8655 11.694 19.2219 11.8845 19.6098 11.9617C19.9978 12.0388 20.3999 11.9992 20.7654 11.8479C21.1308 11.6965 21.4432 11.4401 21.6629 11.1112C21.8827 10.7823 22 10.3957 22 10.0001C22.0026 9.73673 21.9526 9.47549 21.853 9.23167C21.7535 8.98785 21.6062 8.76634 21.42 8.5801C21.2338 8.39387 21.0122 8.24665 20.7684 8.14706C20.5246 8.04746 20.2634 7.9975 20 8.0001ZM12 8.0001C11.6044 8.0001 11.2178 8.11739 10.8889 8.33716C10.56 8.55692 10.3036 8.86928 10.1522 9.23473C10.0009 9.60018 9.96126 10.0023 10.0384 10.3903C10.1156 10.7782 10.3061 11.1346 10.5858 11.4143C10.8655 11.694 11.2219 11.8845 11.6098 11.9617C11.9978 12.0388 12.3999 11.9992 12.7654 11.8479C13.1308 11.6965 13.4432 11.4401 13.6629 11.1112C13.8827 10.7823 14 10.3957 14 10.0001C14.0026 9.73673 13.9526 9.47549 13.853 9.23167C13.7534 8.98785 13.6062 8.76634 13.42 8.5801C13.2338 8.39387 13.0122 8.24665 12.7684 8.14706C12.5246 8.04746 12.2634 7.9975 12 8.0001Z"
12
+ fill={color}
13
+ />
14
+ <Path
15
+ d="M17.7358 30L16 29L20 22H26C26.2628 22.0004 26.523 21.949 26.7659 21.8487C27.0087 21.7483 27.2294 21.601 27.4152 21.4152C27.601 21.2294 27.7483 21.0087 27.8487 20.7659C27.949 20.523 28.0004 20.2628 28 20V6C28.0004 5.73723 27.949 5.47696 27.8487 5.2341C27.7483 4.99125 27.601 4.77059 27.4152 4.58479C27.2294 4.39898 27.0087 4.25168 26.7659 4.15133C26.523 4.05098 26.2628 3.99955 26 4H6C5.73723 3.99955 5.47696 4.05098 5.2341 4.15133C4.99125 4.25168 4.77059 4.39898 4.58479 4.58479C4.39898 4.77059 4.25168 4.99125 4.15133 5.2341C4.05098 5.47696 3.99955 5.73723 4 6V20C3.99955 20.2628 4.05098 20.523 4.15133 20.7659C4.25168 21.0087 4.39898 21.2294 4.58479 21.4152C4.77059 21.601 4.99125 21.7483 5.2341 21.8487C5.47696 21.949 5.73723 22.0004 6 22H15V24H6C5.47469 24.0001 4.9545 23.8967 4.46916 23.6957C3.98381 23.4947 3.54282 23.2001 3.17137 22.8286C2.79992 22.4572 2.50528 22.0162 2.30429 21.5308C2.10331 21.0455 1.99991 20.5253 2 20V6C1.99984 5.47467 2.1032 4.95445 2.30416 4.46908C2.50512 3.98371 2.79976 3.54269 3.17122 3.17122C3.54269 2.79976 3.98371 2.50512 4.46908 2.30416C4.95445 2.1032 5.47467 1.99984 6 2H26C26.5253 1.99984 27.0455 2.1032 27.5309 2.30416C28.0163 2.50512 28.4573 2.79976 28.8288 3.17122C29.2002 3.54269 29.4949 3.98371 29.6958 4.46908C29.8968 4.95445 30.0002 5.47467 30 6V20C30.0001 20.5253 29.8967 21.0455 29.6957 21.5308C29.4947 22.0162 29.2001 22.4572 28.8286 22.8286C28.4572 23.2001 28.0162 23.4947 27.5308 23.6957C27.0455 23.8967 26.5253 24.0001 26 24H21.1646L17.7358 30Z"
16
+ fill={color}
17
+ />
18
+ </Svg>
19
+ );
20
+ export default SvgWidgetModes;
@@ -0,0 +1,54 @@
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 SvgWidgetVisibility = ({
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(#WidgetVisibility_svg_clip0_177_610)">
11
+ <Path
12
+ d="M4 4H10V10H4V4Z"
13
+ stroke={color}
14
+ strokeWidth={1.2}
15
+ strokeLinecap="round"
16
+ strokeLinejoin="round"
17
+ />
18
+ <Path
19
+ d="M12.7574 7L17 2.75736L21.2427 7L17 11.2426L12.7574 7Z"
20
+ stroke={color}
21
+ strokeWidth={1.2}
22
+ strokeLinecap="round"
23
+ strokeLinejoin="round"
24
+ />
25
+ <Path
26
+ d="M4 14H10V20H4V14Z"
27
+ stroke={color}
28
+ strokeWidth={1.2}
29
+ strokeLinecap="round"
30
+ strokeLinejoin="round"
31
+ />
32
+ <Path
33
+ d="M16.5 17C16.5 17.2652 16.6054 17.5196 16.7929 17.7071C16.9804 17.8946 17.2348 18 17.5 18C17.7652 18 18.0196 17.8946 18.2071 17.7071C18.3946 17.5196 18.5 17.2652 18.5 17C18.5 16.7348 18.3946 16.4804 18.2071 16.2929C18.0196 16.1054 17.7652 16 17.5 16C17.2348 16 16.9804 16.1054 16.7929 16.2929C16.6054 16.4804 16.5 16.7348 16.5 17Z"
34
+ stroke={color}
35
+ strokeWidth={1.2}
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ />
39
+ <Path
40
+ d="M22 17C20.8 19 19.3 20 17.5 20C15.7 20 14.2 19 13 17C14.2 15 15.7 14 17.5 14C19.3 14 20.8 15 22 17Z"
41
+ stroke={color}
42
+ strokeWidth={1.2}
43
+ strokeLinecap="round"
44
+ strokeLinejoin="round"
45
+ />
46
+ </G>
47
+ <Defs>
48
+ <ClipPath id="WidgetVisibility_svg_clip0_177_610">
49
+ <Rect width={24} height={24} fill="white" />
50
+ </ClipPath>
51
+ </Defs>
52
+ </Svg>
53
+ );
54
+ export default SvgWidgetVisibility;
@@ -0,0 +1,75 @@
1
+ import * as React from "react";
2
+ import Svg, { Path, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgWorkflows = ({
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="M8 5H20C20.5523 5 21 5.44772 21 6V11C21 11.5523 20.5523 12 20 12H17.7692"
12
+ stroke={color}
13
+ strokeWidth={1.2}
14
+ strokeLinecap="round"
15
+ />
16
+ <Path
17
+ d="M9.6383 12H4C3.44771 12 3 12.4477 3 13V18C3 18.5523 3.44772 19 4 19H13"
18
+ stroke={color}
19
+ strokeWidth={1.2}
20
+ strokeLinecap="round"
21
+ />
22
+ <Rect
23
+ x={4}
24
+ y={3}
25
+ width={4}
26
+ height={4}
27
+ rx={0.782609}
28
+ stroke={color}
29
+ strokeWidth={1.2}
30
+ />
31
+ <Rect
32
+ x={10}
33
+ y={10}
34
+ width={4}
35
+ height={4}
36
+ rx={0.782609}
37
+ stroke={color}
38
+ strokeWidth={1.2}
39
+ />
40
+ <Rect
41
+ x={16}
42
+ y={17}
43
+ width={4}
44
+ height={4}
45
+ rx={0.782609}
46
+ stroke={color}
47
+ strokeWidth={1.2}
48
+ />
49
+ <Path
50
+ d="M16 12L18 10"
51
+ stroke={color}
52
+ strokeWidth={1.2}
53
+ strokeLinecap="round"
54
+ />
55
+ <Path
56
+ d="M18 14L16 12"
57
+ stroke={color}
58
+ strokeWidth={1.2}
59
+ strokeLinecap="round"
60
+ />
61
+ <Path
62
+ d="M14 19L12 17"
63
+ stroke={color}
64
+ strokeWidth={1.2}
65
+ strokeLinecap="round"
66
+ />
67
+ <Path
68
+ d="M12 21L14 19"
69
+ stroke={color}
70
+ strokeWidth={1.2}
71
+ strokeLinecap="round"
72
+ />
73
+ </Svg>
74
+ );
75
+ export default SvgWorkflows;
@@ -0,0 +1,68 @@
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 SvgWorkspaceInfo = ({
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(#WorkspaceInfo_svg_clip0_177_1044)">
11
+ <Path
12
+ d="M10.5 19C9.38376 19 8.27846 18.7801 7.24719 18.353C6.21592 17.9258 5.27889 17.2997 4.48959 16.5104C3.70029 15.7211 3.07419 14.7841 2.64702 13.7528C2.21986 12.7215 2 11.6162 2 10.5C2 8.24566 2.89553 6.08365 4.48959 4.48959C6.08365 2.89553 8.24566 2 10.5 2C12.7543 2 14.9163 2.89553 16.5104 4.48959C18.1045 6.08365 19 8.24566 19 10.5"
13
+ stroke={color}
14
+ strokeWidth={1.2}
15
+ strokeLinecap="round"
16
+ strokeLinejoin="round"
17
+ />
18
+ <Path
19
+ d="M10.5 7.66663H10.5094"
20
+ stroke={color}
21
+ strokeWidth={1.2}
22
+ strokeLinecap="round"
23
+ strokeLinejoin="round"
24
+ />
25
+ <Path
26
+ d="M9.55556 10.5H10.5V14.2778H11.4444"
27
+ stroke={color}
28
+ strokeWidth={1.2}
29
+ strokeLinecap="round"
30
+ strokeLinejoin="round"
31
+ />
32
+ <Path
33
+ d="M14.125 13.5C14.125 13.3674 14.1777 13.2402 14.2714 13.1464C14.3652 13.0527 14.4924 13 14.625 13H22.625C22.7576 13 22.8848 13.0527 22.9786 13.1464C23.0723 13.2402 23.125 13.3674 23.125 13.5V18.5C23.125 18.6326 23.0723 18.7598 22.9786 18.8536C22.8848 18.9473 22.7576 19 22.625 19H14.625C14.4924 19 14.3652 18.9473 14.2714 18.8536C14.1777 18.7598 14.125 18.6326 14.125 18.5V13.5Z"
34
+ stroke={color}
35
+ strokeWidth={1.2}
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ />
39
+ <Path
40
+ d="M16.125 21H21.125"
41
+ stroke={color}
42
+ strokeWidth={1.2}
43
+ strokeLinecap="round"
44
+ strokeLinejoin="round"
45
+ />
46
+ <Path
47
+ d="M17.125 19V21"
48
+ stroke={color}
49
+ strokeWidth={1.2}
50
+ strokeLinecap="round"
51
+ strokeLinejoin="round"
52
+ />
53
+ <Path
54
+ d="M20.125 19V21"
55
+ stroke={color}
56
+ strokeWidth={1.2}
57
+ strokeLinecap="round"
58
+ strokeLinejoin="round"
59
+ />
60
+ </G>
61
+ <Defs>
62
+ <ClipPath id="WorkspaceInfo_svg_clip0_177_1044">
63
+ <Rect width={24} height={24} fill="white" />
64
+ </ClipPath>
65
+ </Defs>
66
+ </Svg>
67
+ );
68
+ export default SvgWorkspaceInfo;
@@ -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 SvgYesNo = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M5.55902 15.685L7.40502 12.664C8.11602 11.501 9.90702 12.004 9.90702 13.368V14.963H11.417C11.87 14.963 12.293 15.19 12.545 15.569C12.768 15.904 12.833 16.321 12.722 16.708L11.99 19.27C11.866 19.702 11.471 20 11.022 20H7.43902C7.14802 20 6.86502 19.898 6.64102 19.712L5.55902 18.815M18.5 8.37396L16.654 11.395C15.943 12.558 14.152 12.055 14.152 10.691V9.09596H12.642C12.189 9.09596 11.766 8.86896 11.514 8.48996C11.291 8.15496 11.226 7.73796 11.337 7.35096L12.069 4.78896C12.193 4.35696 12.588 4.05896 13.037 4.05896H16.62C16.911 4.05896 17.194 4.16096 17.418 4.34696L18.5 5.24396M5.00002 20H3.61802C3.30902 20 3.05902 19.75 3.05902 19.441V15.059C3.05902 14.75 3.30902 14.5 3.61802 14.5H5.00002C5.30902 14.5 5.55902 14.75 5.55902 15.101V19.483C5.55902 19.75 5.30902 20 5.00002 20ZM19.059 4.05896H20.441C20.75 4.05896 21 4.30896 21 4.61796V8.99996C21 9.30896 20.75 9.55896 20.441 9.55896H19.059C18.75 9.55896 18.5 9.30896 18.5 8.95796V4.57596C18.5 4.30896 18.75 4.05896 19.059 4.05896Z"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ </Svg>
14
+ );
15
+ export default SvgYesNo;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgYoutube = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M17 5H7C4.79086 5 3 6.79086 3 9V15C3 17.2091 4.79086 19 7 19H17C19.2091 19 21 17.2091 21 15V9C21 6.79086 19.2091 5 17 5Z"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ <Path
14
+ d="M10 9L15 12L10 15V9Z"
15
+ stroke={color}
16
+ strokeWidth={1.2}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ </Svg>
21
+ );
22
+ export default SvgYoutube;
package/dist/index.ts ADDED
@@ -0,0 +1,7 @@
1
+ import * as AppIcons from './appIcons'
2
+ import * as Elements from './elements'
3
+ import * as Icons from './icons'
4
+ import * as Logos from './logos'
5
+ import * as Misc from './misc'
6
+ import * as TypefaceLogos from './typefaceLogos'
7
+ export { AppIcons, Elements, Icons, Logos, Misc, TypefaceLogos }
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgNeeto = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 316 333" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M315.258 0.427734H188.326L315.258 190.826V0.427734Z"
8
+ fill="#5BCC5A"
9
+ />
10
+ <Path
11
+ d="M0.466797 332.99L0.468121 0.427734H92.1312L315.26 332.99H220.923L74.0887 117.205V332.99H0.466797Z"
12
+ fill="#000000"
13
+ data-dark-mode-color="true"
14
+ />
15
+ </Svg>
16
+ );
17
+ export default SvgNeeto;
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgNeetoBugWatch = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 258 258" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M0 102.886V134.934H48.375V158.9L3.63262 171.604L12.4924 202.417L52.1142 191.168C62.435 223.594 92.9553 247.099 129 247.099C165.044 247.099 195.566 223.594 205.886 191.168L245.508 202.417L254.367 171.604L209.625 158.9V134.934H258V102.886L145.188 103.034H144.655L112.875 102.684V102.886H0Z"
12
+ fill="#5BCC5A"
13
+ />
14
+ <Path
15
+ d="M113.212 10.1914V36.154C118.431 35.0897 123.834 34.531 129.366 34.531C134.899 34.531 140.301 35.0897 145.521 36.154V10.1914H177.83V50.7514C191.182 60.8245 201.324 74.9565 206.442 91.3235H52.2908C57.4086 74.9565 67.5511 60.8245 80.9023 50.7514V10.1914H113.212Z"
16
+ fill="#75DC66"
17
+ />
18
+ <Path
19
+ d="M130.002 161.748C162.044 161.748 188.019 135.773 188.019 103.73H71.9846C71.9846 135.773 97.9599 161.748 130.002 161.748Z"
20
+ fill="#0DA84C"
21
+ />
22
+ </Svg>
23
+ );
24
+ export default SvgNeetoBugWatch;
@@ -0,0 +1,72 @@
1
+ import * as React from "react";
2
+ import Svg, { Rect, Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgNeetoCal = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 356 384" width={size} height={size} {...props}>
6
+ <Rect
7
+ x={0.365234}
8
+ y={28.126}
9
+ width={354.915}
10
+ height={354.915}
11
+ rx={66.2508}
12
+ fill="#75DC66"
13
+ />
14
+ <Path
15
+ d="M0.365234 94.3768C0.365234 57.7875 30.0267 28.126 66.616 28.126H289.029C325.619 28.126 355.28 57.7875 355.28 94.3768V146.431H0.365234V94.3768Z"
16
+ fill="#5BCC5A"
17
+ />
18
+ <Rect
19
+ x={0.364746}
20
+ y={146.427}
21
+ width={118.305}
22
+ height={118.305}
23
+ fill="#75DC66"
24
+ />
25
+ <Path
26
+ d="M0.364746 264.731H118.67V383.036H66.6156C30.0263 383.036 0.364746 353.375 0.364746 316.786V264.731Z"
27
+ fill="#75DC66"
28
+ />
29
+ <Rect
30
+ x={118.67}
31
+ y={264.731}
32
+ width={118.305}
33
+ height={118.305}
34
+ fill="#0DA84C"
35
+ />
36
+ <Rect
37
+ x={236.975}
38
+ y={146.427}
39
+ width={118.305}
40
+ height={118.305}
41
+ fill="#0DA84C"
42
+ />
43
+ <Rect
44
+ x={118.67}
45
+ y={146.427}
46
+ width={118.305}
47
+ height={118.305}
48
+ fill="#75DC66"
49
+ />
50
+ <Path
51
+ d="M236.975 264.731H355.28V316.786C355.28 353.375 325.618 383.036 289.029 383.036H236.975V264.731Z"
52
+ fill="#0DA84C"
53
+ />
54
+ <Rect
55
+ x={226.329}
56
+ y={0.913574}
57
+ width={42.5898}
58
+ height={69.8}
59
+ rx={21.2949}
60
+ fill="#0DA84C"
61
+ />
62
+ <Rect
63
+ x={86.7305}
64
+ y={0.913574}
65
+ width={42.5898}
66
+ height={69.8}
67
+ rx={21.2949}
68
+ fill="#0DA84C"
69
+ />
70
+ </Svg>
71
+ );
72
+ export default SvgNeetoCal;
@@ -0,0 +1,44 @@
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 SvgNeetoChangelog = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 349 349" width={size} height={size} {...props}>
10
+ <G clipPath="url(#NeetoChangelog_svg_clip0_511_16537)">
11
+ <Path
12
+ d="M210.43 268.486C210.43 312.76 174.54 348.651 130.266 348.651C85.9927 348.651 50.102 312.76 50.102 268.486C50.102 224.213 85.9927 188.322 130.266 188.322C174.54 188.322 210.43 224.213 210.43 268.486Z"
13
+ fill="#75DC66"
14
+ />
15
+ <Path
16
+ d="M3.05078 168.284C3.05078 118.717 43.2328 78.5348 92.7998 78.5348H142.467V258.033H92.7999C43.2328 258.033 3.05078 217.851 3.05078 168.284Z"
17
+ fill="#5BCC5A"
18
+ />
19
+ <Path
20
+ d="M142.466 78.5322L322.086 1.77127C333.584 -3.14218 346.361 5.2929 346.361 17.7963V318.766C346.361 331.269 333.584 339.705 322.086 334.791L142.466 258.03V78.5322Z"
21
+ fill="#5BCC5A"
22
+ />
23
+ <Path
24
+ d="M142.466 189.243L142.466 258.03L92.7999 258.033C78.3491 258.033 64.6954 254.616 52.6031 248.549C61.4658 213.92 92.8777 188.321 130.269 188.321C134.416 188.321 138.489 188.636 142.466 189.243Z"
25
+ fill="#0DA84C"
26
+ />
27
+ <Path
28
+ d="M208.461 286.231L142.466 258.03L142.466 189.243C180.95 195.119 210.43 228.361 210.43 268.486C210.43 274.585 209.751 280.522 208.461 286.231Z"
29
+ fill="#0DA84C"
30
+ />
31
+ </G>
32
+ <Defs>
33
+ <ClipPath id="NeetoChangelog_svg_clip0_511_16537">
34
+ <Rect
35
+ width={348.3}
36
+ height={348.3}
37
+ fill="white"
38
+ transform="translate(0.349609 0.349609)"
39
+ />
40
+ </ClipPath>
41
+ </Defs>
42
+ </Svg>
43
+ );
44
+ export default SvgNeetoChangelog;
@@ -0,0 +1,39 @@
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 SvgNeetoChat = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 349 349" width={size} height={size} {...props}>
10
+ <G clipPath="url(#NeetoChat_svg_clip0_511_16525)">
11
+ <Path
12
+ d="M311.313 268.247C311.313 312.46 278.71 348.301 238.492 348.301H72.8226C32.6043 348.301 0.000976562 312.46 0.000976562 268.247V212.21C0.000976562 167.997 32.6043 132.156 72.8226 132.156H238.492C278.71 132.156 311.313 167.997 311.313 212.21V268.247Z"
13
+ fill="#75DC66"
14
+ />
15
+ <Path
16
+ d="M131.08 72.1159L37.3221 142.163L131.08 134.158V72.1159Z"
17
+ fill="#75DC66"
18
+ />
19
+ <Path
20
+ d="M35.4481 79.1651C35.4481 35.444 68.2129 0.000976562 108.63 0.000976562H275.12C315.537 0.000976562 348.302 35.444 348.302 79.1651V134.58C348.302 178.301 315.537 213.744 275.12 213.744H108.63C68.2129 213.744 35.4481 178.301 35.4481 134.58V79.1651Z"
21
+ fill="#5BCC5A"
22
+ />
23
+ <Path
24
+ d="M216.574 273.117L310.796 203.849L216.574 211.765V273.117Z"
25
+ fill="#5BCC5A"
26
+ />
27
+ <Path
28
+ d="M310.902 203.652C310.781 203.725 310.661 203.798 310.54 203.87L310.796 203.849L216.574 273.117L216.573 213.744L108.63 213.744C70.9083 213.744 39.8519 182.871 35.8774 143.209C36.4387 142.845 37.0048 142.489 37.5756 142.141L37.3221 142.163L131.08 72.1159L131.079 132.156L238.492 132.156C276.08 132.156 307.017 163.463 310.902 203.652Z"
29
+ fill="#0DA84C"
30
+ />
31
+ </G>
32
+ <Defs>
33
+ <ClipPath id="NeetoChat_svg_clip0_511_16525">
34
+ <Rect width={348.3} height={348.3} fill="white" />
35
+ </ClipPath>
36
+ </Defs>
37
+ </Svg>
38
+ );
39
+ export default SvgNeetoChat;
@@ -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 SvgNeetoCi = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 396 396" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M288.319 250.567C288.319 328.742 224.945 392.116 146.77 392.116C68.5947 392.116 5.22119 328.742 5.22119 250.567C5.22119 172.392 68.5947 109.018 146.77 109.018C224.945 109.018 288.319 172.392 288.319 250.567Z"
8
+ fill="#5BCC5A"
9
+ />
10
+ <Path
11
+ d="M392.12 146.767C392.12 224.943 328.746 288.316 250.571 288.316C172.396 288.316 109.022 224.943 109.022 146.767C109.022 68.5923 172.396 5.21875 250.571 5.21875C328.746 5.21875 392.12 68.5923 392.12 146.767Z"
12
+ fill="#75DC66"
13
+ />
14
+ <Path
15
+ d="M113.063 113.063C123.866 110.424 135.155 109.024 146.771 109.024C224.946 109.024 288.32 172.398 288.32 250.573C288.32 262.19 286.92 273.48 284.281 284.284C273.478 286.923 262.189 288.322 250.572 288.322C172.397 288.322 109.024 224.949 109.024 146.774C109.024 135.157 110.423 123.867 113.063 113.063Z"
16
+ fill="#0DA84C"
17
+ />
18
+ </Svg>
19
+ );
20
+ export default SvgNeetoCi;
@@ -0,0 +1,26 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgNeetoCode = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 396 396" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M197.868 9.50018L40.5659 111.19V285.377L338.342 107.647C346.964 102.5 346.969 90.0124 338.35 84.8598L211.883 9.25443C207.545 6.66142 202.112 6.7567 197.868 9.50018Z"
12
+ fill="#5BCC5A"
13
+ />
14
+ <Path
15
+ d="M197.868 387.06L40.5659 285.37V111.184L338.342 288.914C346.964 294.06 346.969 306.548 338.35 311.701L211.883 387.306C207.545 389.899 202.112 389.804 197.868 387.06Z"
16
+ fill="#75DC66"
17
+ />
18
+ <Path
19
+ fillRule="evenodd"
20
+ clipRule="evenodd"
21
+ d="M186.472 198.28L40.5664 111.195V285.365L186.472 198.28Z"
22
+ fill="#0DA84C"
23
+ />
24
+ </Svg>
25
+ );
26
+ export default SvgNeetoCode;
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgNeetoCourse = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 440 347" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M99.3594 156.138C99.3594 148.994 103.179 142.396 109.374 138.838L206.083 83.2884C212.144 79.8072 219.584 79.7513 225.697 83.1411L328.502 140.156C334.843 143.672 338.777 150.353 338.777 157.604V269.095C338.777 276.346 334.843 283.027 328.502 286.543L225.697 343.558C219.584 346.948 212.144 346.892 206.083 343.411L109.374 287.861C103.179 284.303 99.3594 277.705 99.3594 270.561V156.138Z"
12
+ fill="#75DC66"
13
+ />
14
+ <Path
15
+ d="M206.089 3.48682L9.77686 116.247C-3.57534 123.917 -3.57537 143.179 9.77684 150.848L206.089 263.609C212.15 267.09 219.591 267.146 225.703 263.756L429.027 150.996C442.727 143.398 442.727 123.698 429.027 116.1L225.703 3.33951C219.591 -0.0503274 212.15 0.00555456 206.089 3.48682Z"
16
+ fill="#5BCC5A"
17
+ />
18
+ <Path
19
+ d="M105.295 141.18L198.074 87.8885C205.971 83.3528 215.815 89.07 215.789 98.1765L215.089 342.407C215.081 345.129 212.136 346.828 209.775 345.473L109.38 287.86C103.182 284.303 99.3594 277.702 99.3594 270.556V151.434C99.3594 147.2 101.623 143.289 105.295 141.18Z"
20
+ fill="#0DA84C"
21
+ />
22
+ </Svg>
23
+ );
24
+ export default SvgNeetoCourse;
@@ -0,0 +1,32 @@
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 SvgNeetoCrm = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 349 349" width={size} height={size} {...props}>
6
+ <G clipPath="url(#NeetoCRM_svg_clip0_511_16531)">
7
+ <Path
8
+ d="M0.350586 282.158V66.5053C0.350586 30.1184 40.7163 8.24334 71.2012 28.1099L260.039 151.173C276.773 162.078 276.773 186.586 260.039 197.491L71.2012 320.554C40.7164 340.42 0.350586 318.545 0.350586 282.158Z"
9
+ fill="#5BCC5A"
10
+ />
11
+ <Path
12
+ d="M348.651 247.683V100.978C348.651 70.2276 314.163 52.0863 288.824 69.5073L169.486 151.552C153.51 162.535 153.51 186.126 169.486 197.109L288.824 279.154C314.163 296.575 348.651 278.433 348.651 247.683Z"
13
+ fill="#75DC66"
14
+ />
15
+ <Path
16
+ d="M213.836 121.064L260.04 151.174C276.774 162.08 276.774 186.588 260.04 197.493L213.838 227.602L169.488 197.111C153.511 186.127 153.511 162.537 169.488 151.553L213.836 121.064Z"
17
+ fill="#0DA84C"
18
+ />
19
+ </G>
20
+ <Defs>
21
+ <ClipPath id="NeetoCRM_svg_clip0_511_16531">
22
+ <Rect
23
+ width={348.3}
24
+ height={348.3}
25
+ fill="white"
26
+ transform="translate(0.349609 0.349609)"
27
+ />
28
+ </ClipPath>
29
+ </Defs>
30
+ </Svg>
31
+ );
32
+ export default SvgNeetoCrm;