@bigbinary/neeto-icons-rn 1.20.50 → 1.20.51

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 (632) hide show
  1. package/dist/appIcons/Neeto.js +9 -5
  2. package/dist/appIcons/NeetoBugWatch.js +27 -0
  3. package/dist/appIcons/NeetoCal.js +49 -21
  4. package/dist/appIcons/NeetoChangelog.js +19 -9
  5. package/dist/appIcons/NeetoChat.js +22 -10
  6. package/dist/appIcons/NeetoCi.js +6 -5
  7. package/dist/appIcons/NeetoCode.js +7 -6
  8. package/dist/appIcons/NeetoCourse.js +14 -8
  9. package/dist/appIcons/NeetoCrm.js +14 -8
  10. package/dist/appIcons/NeetoDeploy.js +6 -5
  11. package/dist/appIcons/NeetoDesk.js +16 -10
  12. package/dist/appIcons/NeetoEngage.js +19 -9
  13. package/dist/appIcons/NeetoForm.js +14 -8
  14. package/dist/appIcons/NeetoGit.js +17 -11
  15. package/dist/appIcons/NeetoInvisible.js +8 -7
  16. package/dist/appIcons/NeetoInvoice.js +14 -8
  17. package/dist/appIcons/NeetoKb.js +18 -12
  18. package/dist/appIcons/NeetoPay.js +39 -0
  19. package/dist/appIcons/NeetoPlanner.js +18 -8
  20. package/dist/appIcons/NeetoPlaydash.js +10 -9
  21. package/dist/appIcons/NeetoPublish.js +12 -5
  22. package/dist/appIcons/NeetoQuiz.js +15 -9
  23. package/dist/appIcons/NeetoRecord.js +6 -5
  24. package/dist/appIcons/NeetoReplay.js +14 -8
  25. package/dist/appIcons/NeetoRunner.js +16 -10
  26. package/dist/appIcons/NeetoSeo.js +11 -6
  27. package/dist/appIcons/NeetoSite.js +18 -8
  28. package/dist/appIcons/NeetoTestify.js +15 -9
  29. package/dist/appIcons/NeetoTower.js +20 -8
  30. package/dist/appIcons/NeetoWireframe.js +10 -5
  31. package/dist/appIcons/index.js +2 -0
  32. package/dist/elements/Alert.js +19 -2
  33. package/dist/elements/AndroidMockup.js +127 -84
  34. package/dist/elements/Arrow.js +4 -3
  35. package/dist/elements/Avatar.js +3 -2
  36. package/dist/elements/BringToBack.js +12 -8
  37. package/dist/elements/BringToFront.js +16 -7
  38. package/dist/elements/Browser.js +30 -19
  39. package/dist/elements/Button.js +6 -5
  40. package/dist/elements/Calendar.js +30 -12
  41. package/dist/elements/Checkbox.js +7 -6
  42. package/dist/elements/Circle.js +5 -4
  43. package/dist/elements/Dropdown.js +6 -5
  44. package/dist/elements/IPhoneMockup.js +64 -57
  45. package/dist/elements/Image.js +4 -3
  46. package/dist/elements/Input.js +10 -5
  47. package/dist/elements/Keyboard.js +3 -2
  48. package/dist/elements/Label.js +3 -2
  49. package/dist/elements/Line.js +3 -2
  50. package/dist/elements/LineChart.js +6 -5
  51. package/dist/elements/Link.js +4 -3
  52. package/dist/elements/List.js +8 -8
  53. package/dist/elements/MoveBackward.js +10 -7
  54. package/dist/elements/MoveForward.js +10 -7
  55. package/dist/elements/Notes.js +11 -12
  56. package/dist/elements/Overlay.js +8 -7
  57. package/dist/elements/PieChart.js +4 -3
  58. package/dist/elements/Radio.js +2 -1
  59. package/dist/elements/Rectangle.js +8 -4
  60. package/dist/elements/Scrollbar.js +9 -4
  61. package/dist/elements/Search.js +8 -7
  62. package/dist/elements/Slider.js +7 -6
  63. package/dist/elements/Subtitle.js +8 -2
  64. package/dist/elements/Table.js +3 -2
  65. package/dist/elements/Tabs.js +6 -5
  66. package/dist/elements/TextArea.js +6 -5
  67. package/dist/elements/TextBlock.js +16 -3
  68. package/dist/elements/Title.js +8 -2
  69. package/dist/elements/ToggleSwitch.js +20 -14
  70. package/dist/elements/Toolbar.js +41 -5
  71. package/dist/elements/Tooltip.js +7 -6
  72. package/dist/elements/Video.js +6 -5
  73. package/dist/elements/YesNo.js +12 -8
  74. package/dist/icons/AccessControl.js +97 -13
  75. package/dist/icons/ActivityLog.js +9 -4
  76. package/dist/icons/AddCircle.js +17 -4
  77. package/dist/icons/AddMenu.js +28 -6
  78. package/dist/icons/AddRectangle.js +4 -3
  79. package/dist/icons/Address.js +20 -6
  80. package/dist/icons/AgentStatus.js +12 -4
  81. package/dist/icons/Agents.js +4 -3
  82. package/dist/icons/ApiKeys.js +68 -0
  83. package/dist/icons/ApiTemplates.js +37 -12
  84. package/dist/icons/AppSwitcher.js +18 -2
  85. package/dist/icons/Apple.js +9 -2
  86. package/dist/icons/Approval.js +27 -13
  87. package/dist/icons/Archive.js +20 -13
  88. package/dist/icons/Articles.js +22 -3
  89. package/dist/icons/Ascending.js +20 -0
  90. package/dist/icons/AspectRatio.js +47 -0
  91. package/dist/icons/Assign.js +34 -12
  92. package/dist/icons/Attachment.js +8 -7
  93. package/dist/icons/AuditLogs.js +42 -0
  94. package/dist/icons/AutoCc.js +49 -0
  95. package/dist/icons/Bank.js +45 -5
  96. package/dist/icons/Billing.js +55 -0
  97. package/dist/icons/Blockquote.js +4 -3
  98. package/dist/icons/BoardView.js +44 -8
  99. package/dist/icons/Book.js +4 -3
  100. package/dist/icons/BookOpen.js +6 -5
  101. package/dist/icons/BookingCancellationEmailForClient.js +75 -0
  102. package/dist/icons/BookingConfirmationEmailForClient.js +69 -0
  103. package/dist/icons/BookingConfirmationEmailForHost.js +69 -0
  104. package/dist/icons/Bookmark.js +4 -3
  105. package/dist/icons/BorderDisable.js +27 -0
  106. package/dist/icons/BorderEnable.js +23 -0
  107. package/dist/icons/Braces.js +3 -2
  108. package/dist/icons/Browser.js +23 -8
  109. package/dist/icons/Bug.js +69 -12
  110. package/dist/icons/Building.js +47 -7
  111. package/dist/icons/Bulb.js +17 -2
  112. package/dist/icons/BusinessHour.js +34 -13
  113. package/dist/icons/Calendar.js +24 -2
  114. package/dist/icons/CalendarHoliday.js +63 -0
  115. package/dist/icons/Camera.js +12 -4
  116. package/dist/icons/CannedResponses.js +3 -2
  117. package/dist/icons/Captcha.js +5 -5
  118. package/dist/icons/CategoriesSettings.js +41 -13
  119. package/dist/icons/Category.js +34 -12
  120. package/dist/icons/CenterAlign.js +28 -12
  121. package/dist/icons/Certificate.js +23 -9
  122. package/dist/icons/Chat.js +10 -2
  123. package/dist/icons/ChatBubble.js +4 -3
  124. package/dist/icons/ChatEmpty.js +4 -3
  125. package/dist/icons/ChatNotification.js +7 -2
  126. package/dist/icons/ChatOffline.js +6 -5
  127. package/dist/icons/ChatQuestions.js +27 -13
  128. package/dist/icons/Check.js +4 -3
  129. package/dist/icons/CheckCircle.js +6 -5
  130. package/dist/icons/Checkbox.js +7 -6
  131. package/dist/icons/CheckboxInactive.js +5 -4
  132. package/dist/icons/Checkmark.js +6 -5
  133. package/dist/icons/Chrome.js +4 -3
  134. package/dist/icons/ClearCache.js +6 -5
  135. package/dist/icons/Clock.js +6 -5
  136. package/dist/icons/Close.js +10 -2
  137. package/dist/icons/CloseCircle.js +17 -2
  138. package/dist/icons/ClosedPullRequest.js +6 -6
  139. package/dist/icons/Code.js +4 -3
  140. package/dist/icons/CodeBlock.js +4 -3
  141. package/dist/icons/Collapse.js +10 -2
  142. package/dist/icons/ColorPicker.js +8 -7
  143. package/dist/icons/Column.js +7 -6
  144. package/dist/icons/ColumnToLeft.js +42 -0
  145. package/dist/icons/ColumnToRight.js +48 -0
  146. package/dist/icons/Community.js +55 -13
  147. package/dist/icons/CompanyInfo.js +83 -13
  148. package/dist/icons/CompanyTags.js +54 -4
  149. package/dist/icons/Computer.js +17 -3
  150. package/dist/icons/Concat.js +22 -7
  151. package/dist/icons/Configure.js +97 -13
  152. package/dist/icons/ContactBook.js +18 -3
  153. package/dist/icons/ContactField.js +47 -13
  154. package/dist/icons/ContactTags.js +28 -6
  155. package/dist/icons/Contracts.js +56 -0
  156. package/dist/icons/Copy.js +6 -5
  157. package/dist/icons/CreditCard.js +34 -12
  158. package/dist/icons/Crown.js +33 -0
  159. package/dist/icons/Css3.js +3 -2
  160. package/dist/icons/Cta.js +41 -0
  161. package/dist/icons/Cursor.js +4 -3
  162. package/dist/icons/CustomDomain.js +62 -13
  163. package/dist/icons/CustomField.js +74 -11
  164. package/dist/icons/CustomSize.js +59 -2
  165. package/dist/icons/Customers.js +4 -3
  166. package/dist/icons/CustomiseNotification.js +70 -0
  167. package/dist/icons/Customize.js +69 -12
  168. package/dist/icons/Dashboard.js +31 -2
  169. package/dist/icons/Database.js +3 -2
  170. package/dist/icons/Delete.js +24 -2
  171. package/dist/icons/DeleteColumn.js +12 -5
  172. package/dist/icons/DeleteRow.js +13 -6
  173. package/dist/icons/DeleteTable.js +6 -5
  174. package/dist/icons/Dependent.js +34 -12
  175. package/dist/icons/Descending.js +20 -0
  176. package/dist/icons/Design.js +14 -6
  177. package/dist/icons/Divide.js +29 -16
  178. package/dist/icons/Divider.js +3 -3
  179. package/dist/icons/DocumentationSync.js +37 -12
  180. package/dist/icons/Domain.js +41 -13
  181. package/dist/icons/DoubleCheck.js +6 -5
  182. package/dist/icons/Down.js +4 -3
  183. package/dist/icons/DownArrow.js +4 -3
  184. package/dist/icons/DownArrowCircle.js +12 -4
  185. package/dist/icons/Download.js +6 -5
  186. package/dist/icons/Draft.js +6 -5
  187. package/dist/icons/Drag.js +54 -13
  188. package/dist/icons/Dropdown.js +25 -3
  189. package/dist/icons/DropdownClosed.js +4 -4
  190. package/dist/icons/Edit.js +17 -2
  191. package/dist/icons/EditSchedule.js +48 -12
  192. package/dist/icons/Email.js +4 -3
  193. package/dist/icons/EmailNotification.js +34 -13
  194. package/dist/icons/EmailSent.js +14 -6
  195. package/dist/icons/EmailSync.js +34 -13
  196. package/dist/icons/EmailTemplates.js +37 -13
  197. package/dist/icons/EmailsBanned.js +23 -13
  198. package/dist/icons/EntireScreen.js +11 -4
  199. package/dist/icons/Equals.js +20 -12
  200. package/dist/icons/Error.js +4 -3
  201. package/dist/icons/ExcludedDomains.js +40 -13
  202. package/dist/icons/Expand.js +10 -2
  203. package/dist/icons/ExpandSize.js +4 -3
  204. package/dist/icons/ExpenseCategories.js +41 -12
  205. package/dist/icons/ExternalLink.js +10 -2
  206. package/dist/icons/Eye.js +6 -5
  207. package/dist/icons/Facebook.js +4 -3
  208. package/dist/icons/Favorite.js +4 -3
  209. package/dist/icons/FeatureSettings.js +27 -14
  210. package/dist/icons/Field.js +20 -6
  211. package/dist/icons/File.js +32 -10
  212. package/dist/icons/FileDownload.js +9 -8
  213. package/dist/icons/FileGeneric.js +20 -13
  214. package/dist/icons/FileUpload.js +25 -4
  215. package/dist/icons/Filter.js +12 -3
  216. package/dist/icons/FilterAz.js +45 -2
  217. package/dist/icons/Flag.js +4 -3
  218. package/dist/icons/Flash.js +4 -3
  219. package/dist/icons/FlowChart.js +22 -15
  220. package/dist/icons/Focus.js +21 -2
  221. package/dist/icons/Folder.js +4 -3
  222. package/dist/icons/FolderFill.js +18 -0
  223. package/dist/icons/FolderOpenFill.js +18 -0
  224. package/dist/icons/Form.js +25 -4
  225. package/dist/icons/FormClosed.js +6 -5
  226. package/dist/icons/Forward.js +6 -5
  227. package/dist/icons/FullScreen.js +29 -7
  228. package/dist/icons/Gif.js +6 -5
  229. package/dist/icons/Gift.js +4 -3
  230. package/dist/icons/GitMerge.js +25 -3
  231. package/dist/icons/GlobalAutoCc.js +84 -0
  232. package/dist/icons/Globe.js +22 -7
  233. package/dist/icons/Goal.js +14 -8
  234. package/dist/icons/Graph.js +31 -2
  235. package/dist/icons/Group.js +41 -12
  236. package/dist/icons/HamburgerMenu.js +24 -4
  237. package/dist/icons/Hash.js +25 -4
  238. package/dist/icons/HashChecked.js +3 -3
  239. package/dist/icons/HashInSet.js +17 -3
  240. package/dist/icons/Header.js +4 -4
  241. package/dist/icons/Heart.js +3 -2
  242. package/dist/icons/Help.js +7 -6
  243. package/dist/icons/Hide.js +10 -2
  244. package/dist/icons/Highlight.js +17 -2
  245. package/dist/icons/History.js +26 -13
  246. package/dist/icons/Home.js +3 -2
  247. package/dist/icons/HourFormat.js +34 -14
  248. package/dist/icons/HourGlass.js +3 -3
  249. package/dist/icons/Hours.js +11 -10
  250. package/dist/icons/Html.js +3 -2
  251. package/dist/icons/Image.js +27 -14
  252. package/dist/icons/ImageUpload.js +32 -3
  253. package/dist/icons/ImportTimesheet.js +28 -8
  254. package/dist/icons/Inactive.js +41 -13
  255. package/dist/icons/Inbox.js +4 -3
  256. package/dist/icons/IndeterminateCircle.js +9 -5
  257. package/dist/icons/Info.js +20 -5
  258. package/dist/icons/InfoRound.js +27 -13
  259. package/dist/icons/Input.js +8 -7
  260. package/dist/icons/InsertColumn.js +12 -5
  261. package/dist/icons/InsertRow.js +13 -6
  262. package/dist/icons/IntroPages.js +22 -12
  263. package/dist/icons/InvalidUrl.js +34 -12
  264. package/dist/icons/Invoice.js +10 -5
  265. package/dist/icons/InvoiceSettings.js +25 -3
  266. package/dist/icons/IpAddress.js +3 -3
  267. package/dist/icons/IpRestriction.js +34 -14
  268. package/dist/icons/Keyboard.js +31 -2
  269. package/dist/icons/Layers.js +8 -7
  270. package/dist/icons/Left.js +4 -3
  271. package/dist/icons/LeftAlign.js +18 -10
  272. package/dist/icons/LeftArrow.js +4 -3
  273. package/dist/icons/LeftArrowCircle.js +12 -4
  274. package/dist/icons/Link.js +6 -5
  275. package/dist/icons/Linkedin.js +4 -3
  276. package/dist/icons/List.js +10 -2
  277. package/dist/icons/ListDetails.js +4 -3
  278. package/dist/icons/ListDot.js +31 -2
  279. package/dist/icons/ListNumber.js +4 -3
  280. package/dist/icons/ListView.js +21 -6
  281. package/dist/icons/Loading.js +52 -2
  282. package/dist/icons/Location.js +6 -5
  283. package/dist/icons/Lock.js +4 -3
  284. package/dist/icons/LockMessage.js +34 -13
  285. package/dist/icons/MailSend.js +21 -8
  286. package/dist/icons/MailUnread.js +10 -6
  287. package/dist/icons/ManageCalendar.js +48 -13
  288. package/dist/icons/ManageTemplates.js +34 -13
  289. package/dist/icons/MappedField.js +54 -14
  290. package/dist/icons/MarginAll.js +38 -6
  291. package/dist/icons/MarginBottom.js +20 -10
  292. package/dist/icons/MarginLeft.js +20 -10
  293. package/dist/icons/MarginRight.js +20 -10
  294. package/dist/icons/MarginTop.js +20 -6
  295. package/dist/icons/MarginX.js +26 -6
  296. package/dist/icons/MarginY.js +26 -6
  297. package/dist/icons/Matrix.js +7 -5
  298. package/dist/icons/MatrixDots.js +2 -1
  299. package/dist/icons/MatrixDotsClear.js +3 -3
  300. package/dist/icons/MediaVideo.js +6 -5
  301. package/dist/icons/MeetingLimit.js +62 -12
  302. package/dist/icons/MeetingReminder.js +48 -12
  303. package/dist/icons/MenuHorizontal.js +19 -2
  304. package/dist/icons/MenuLayout.js +42 -13
  305. package/dist/icons/MenuSquare.js +6 -5
  306. package/dist/icons/MenuVertical.js +19 -2
  307. package/dist/icons/Merge.js +4 -3
  308. package/dist/icons/MergeSplit.js +16 -3
  309. package/dist/icons/MergedPullRequest.js +9 -3
  310. package/dist/icons/Message.js +6 -5
  311. package/dist/icons/MessageBubble.js +4 -3
  312. package/dist/icons/MessageSquare.js +5 -4
  313. package/dist/icons/Mic.js +6 -5
  314. package/dist/icons/MicOff.js +25 -3
  315. package/dist/icons/Minimize.js +62 -12
  316. package/dist/icons/Minus.js +4 -3
  317. package/dist/icons/Mobile.js +6 -5
  318. package/dist/icons/MobileAndDesktopApps.js +41 -13
  319. package/dist/icons/Moon.js +8 -7
  320. package/dist/icons/MoveToBottom.js +6 -5
  321. package/dist/icons/MoveToTop.js +6 -5
  322. package/dist/icons/Movie.js +8 -7
  323. package/dist/icons/MultipleChoice.js +40 -6
  324. package/dist/icons/MyPreferences.js +34 -13
  325. package/dist/icons/NavLinks.js +34 -3
  326. package/dist/icons/NeetoAnalytics.js +8 -7
  327. package/dist/icons/NeetoCal.js +25 -3
  328. package/dist/icons/NeetoChangelog.js +41 -5
  329. package/dist/icons/NeetoChat.js +18 -3
  330. package/dist/icons/NeetoDesk.js +36 -7
  331. package/dist/icons/NeetoEngage.js +41 -5
  332. package/dist/icons/NeetoForm.js +4 -3
  333. package/dist/icons/NeetoIcon.js +3 -2
  334. package/dist/icons/NeetoInsights.js +8 -7
  335. package/dist/icons/NeetoInterview.js +8 -7
  336. package/dist/icons/NeetoInvisible.js +11 -3
  337. package/dist/icons/NeetoKb.js +27 -5
  338. package/dist/icons/NeetoQuiz.js +10 -9
  339. package/dist/icons/NeetoReplay.js +8 -7
  340. package/dist/icons/NeetoWireframe.js +34 -5
  341. package/dist/icons/NeutralFaceGrey.js +16 -10
  342. package/dist/icons/NewChat.js +17 -2
  343. package/dist/icons/NoReportsData.js +56 -0
  344. package/dist/icons/Notes.js +4 -3
  345. package/dist/icons/Notification.js +20 -12
  346. package/dist/icons/NotificationTemplates.js +69 -0
  347. package/dist/icons/Os.js +104 -9
  348. package/dist/icons/PaddingAll.js +38 -10
  349. package/dist/icons/PaddingBottom.js +20 -10
  350. package/dist/icons/PaddingLeft.js +20 -10
  351. package/dist/icons/PaddingRight.js +20 -10
  352. package/dist/icons/PaddingTop.js +20 -10
  353. package/dist/icons/PaddingX.js +26 -6
  354. package/dist/icons/PaddingY.js +26 -6
  355. package/dist/icons/Paragraph.js +4 -3
  356. package/dist/icons/Pause.js +17 -4
  357. package/dist/icons/Phone.js +4 -3
  358. package/dist/icons/PhoneRing.js +3 -3
  359. package/dist/icons/Pin.js +19 -0
  360. package/dist/icons/Pipeline.js +12 -5
  361. package/dist/icons/Play.js +5 -4
  362. package/dist/icons/Plus.js +10 -2
  363. package/dist/icons/Prepend.js +22 -7
  364. package/dist/icons/PreventDuplicate.js +12 -11
  365. package/dist/icons/Print.js +12 -4
  366. package/dist/icons/ProductSwitcher.js +11 -10
  367. package/dist/icons/Puzzle.js +4 -3
  368. package/dist/icons/QrCode.js +4 -3
  369. package/dist/icons/Quote.js +4 -3
  370. package/dist/icons/Radio.js +2 -1
  371. package/dist/icons/RadioInactive.js +2 -1
  372. package/dist/icons/Rating.js +4 -3
  373. package/dist/icons/RatingFilled.js +3 -2
  374. package/dist/icons/RecurringInvoice.js +25 -3
  375. package/dist/icons/RecurringMeeting.js +37 -8
  376. package/dist/icons/Redirect.js +27 -12
  377. package/dist/icons/RedirectUrl.js +48 -12
  378. package/dist/icons/Redirection.js +4 -3
  379. package/dist/icons/Redo.js +24 -2
  380. package/dist/icons/Refresh.js +6 -5
  381. package/dist/icons/ReminderEmailForClient.js +49 -0
  382. package/dist/icons/ReminderEmailForHost.js +50 -0
  383. package/dist/icons/ReminderSmsForClient.js +63 -0
  384. package/dist/icons/ReminderSmsForHost.js +64 -0
  385. package/dist/icons/RemoveCircle.js +9 -5
  386. package/dist/icons/Reorder.js +34 -5
  387. package/dist/icons/Repeat.js +14 -6
  388. package/dist/icons/Reply.js +6 -5
  389. package/dist/icons/Report.js +3 -2
  390. package/dist/icons/Ribbon.js +4 -3
  391. package/dist/icons/Right.js +4 -3
  392. package/dist/icons/RightAlign.js +20 -12
  393. package/dist/icons/RightArrow.js +4 -3
  394. package/dist/icons/RightArrowCircle.js +12 -4
  395. package/dist/icons/Robot.js +3 -2
  396. package/dist/icons/RoutingForms.js +52 -0
  397. package/dist/icons/SadFaceGrey.js +17 -11
  398. package/dist/icons/Scale.js +10 -3
  399. package/dist/icons/Score.js +48 -12
  400. package/dist/icons/Search.js +10 -2
  401. package/dist/icons/Security.js +20 -12
  402. package/dist/icons/Send.js +10 -2
  403. package/dist/icons/SendPlane.js +10 -2
  404. package/dist/icons/Seo.js +41 -13
  405. package/dist/icons/Settings.js +6 -5
  406. package/dist/icons/SettingsChecked.js +8 -4
  407. package/dist/icons/Setup.js +48 -14
  408. package/dist/icons/ShapeSwitcher.js +17 -10
  409. package/dist/icons/Shapes.js +8 -7
  410. package/dist/icons/Share.js +31 -2
  411. package/dist/icons/ShoppingCart.js +45 -0
  412. package/dist/icons/SidebarClose.js +22 -11
  413. package/dist/icons/SidebarOpen.js +22 -11
  414. package/dist/icons/SlaPolicies.js +37 -7
  415. package/dist/icons/SmileFaceGrey.js +12 -11
  416. package/dist/icons/Smiley.js +6 -5
  417. package/dist/icons/SmsTemplates.js +44 -12
  418. package/dist/icons/Sparkle.js +4 -3
  419. package/dist/icons/SpecificWindow.js +24 -2
  420. package/dist/icons/Split.js +7 -6
  421. package/dist/icons/SplitPayment.js +46 -13
  422. package/dist/icons/StartWeekOn.js +41 -13
  423. package/dist/icons/Status.js +4 -3
  424. package/dist/icons/Subdomain.js +76 -14
  425. package/dist/icons/Suitcase.js +6 -5
  426. package/dist/icons/Sun.js +69 -12
  427. package/dist/icons/Survey.js +28 -13
  428. package/dist/icons/Swap.js +14 -6
  429. package/dist/icons/Tablet.js +10 -2
  430. package/dist/icons/Tabs.js +28 -8
  431. package/dist/icons/Tag.js +20 -13
  432. package/dist/icons/Tags.js +27 -13
  433. package/dist/icons/TaskOutcome.js +48 -14
  434. package/dist/icons/TaskTags.js +46 -3
  435. package/dist/icons/TaskType.js +62 -14
  436. package/dist/icons/Tax.js +18 -3
  437. package/dist/icons/TaxDetails.js +39 -3
  438. package/dist/icons/Taxonomy.js +20 -12
  439. package/dist/icons/Templates.js +35 -7
  440. package/dist/icons/Terms.js +8 -8
  441. package/dist/icons/Text.js +27 -13
  442. package/dist/icons/TextBold.js +4 -3
  443. package/dist/icons/TextCross.js +7 -5
  444. package/dist/icons/TextH1.js +7 -2
  445. package/dist/icons/TextH2.js +7 -2
  446. package/dist/icons/TextH3.js +7 -2
  447. package/dist/icons/TextH4.js +7 -2
  448. package/dist/icons/TextH5.js +7 -2
  449. package/dist/icons/TextItalic.js +4 -3
  450. package/dist/icons/TextLines.js +3 -3
  451. package/dist/icons/TextP.js +3 -2
  452. package/dist/icons/TextSize.js +10 -2
  453. package/dist/icons/ThankYouPage.js +41 -13
  454. package/dist/icons/TicketField.js +22 -12
  455. package/dist/icons/TicketSettings.js +27 -14
  456. package/dist/icons/TicketTags.js +8 -7
  457. package/dist/icons/Tickets.js +16 -5
  458. package/dist/icons/TimeLock.js +49 -0
  459. package/dist/icons/TimeTracking.js +6 -5
  460. package/dist/icons/TimesheetVerifications.js +26 -7
  461. package/dist/icons/ToggleHeaderRow.js +34 -3
  462. package/dist/icons/Transaction.js +4 -3
  463. package/dist/icons/Transcript.js +84 -0
  464. package/dist/icons/Translate.js +25 -3
  465. package/dist/icons/Twitter.js +20 -12
  466. package/dist/icons/Ubuntu.js +15 -6
  467. package/dist/icons/Underline.js +17 -2
  468. package/dist/icons/Undo.js +17 -2
  469. package/dist/icons/Unlink.js +8 -7
  470. package/dist/icons/Unlock.js +4 -3
  471. package/dist/icons/Up.js +4 -3
  472. package/dist/icons/UpArrow.js +4 -3
  473. package/dist/icons/UpArrowCircle.js +12 -4
  474. package/dist/icons/Upload.js +10 -2
  475. package/dist/icons/User.js +10 -2
  476. package/dist/icons/UserAdd.js +12 -4
  477. package/dist/icons/UserCircle.js +24 -2
  478. package/dist/icons/UserInfo.js +41 -13
  479. package/dist/icons/UserNotification.js +34 -12
  480. package/dist/icons/UserRemove.js +24 -2
  481. package/dist/icons/UserRole.js +39 -10
  482. package/dist/icons/UserRoundedRect.js +12 -5
  483. package/dist/icons/UserSettings.js +17 -2
  484. package/dist/icons/UserStar.js +17 -2
  485. package/dist/icons/UserTags.js +18 -3
  486. package/dist/icons/VerticalBottom.js +19 -11
  487. package/dist/icons/VerticalCenter.js +26 -14
  488. package/dist/icons/VerticalTop.js +19 -11
  489. package/dist/icons/Video.js +4 -3
  490. package/dist/icons/VideoAccessControl.js +34 -13
  491. package/dist/icons/VideoEdit.js +59 -0
  492. package/dist/icons/VideoOff.js +12 -4
  493. package/dist/icons/ViewSettings.js +34 -14
  494. package/dist/icons/Views.js +20 -13
  495. package/dist/icons/Volume.js +4 -3
  496. package/dist/icons/Volume0.js +10 -3
  497. package/dist/icons/Volume100.js +9 -3
  498. package/dist/icons/Volume25.js +4 -3
  499. package/dist/icons/Volume50.js +9 -3
  500. package/dist/icons/Volume75.js +9 -3
  501. package/dist/icons/VolumeOutline.js +4 -3
  502. package/dist/icons/VolumeOutline0.js +8 -7
  503. package/dist/icons/Warning.js +12 -4
  504. package/dist/icons/WarningFilled.js +12 -4
  505. package/dist/icons/Web.js +69 -14
  506. package/dist/icons/Whatsapp.js +3 -2
  507. package/dist/icons/WidgetModes.js +4 -3
  508. package/dist/icons/WidgetVisibility.js +41 -13
  509. package/dist/icons/Workflows.js +37 -12
  510. package/dist/icons/WorkspaceInfo.js +55 -13
  511. package/dist/icons/YesNo.js +10 -3
  512. package/dist/icons/Youtube.js +4 -4
  513. package/dist/icons/index.js +34 -0
  514. package/dist/logos/Neeto.js +8 -4
  515. package/dist/logos/NeetoBugWatch.js +26 -0
  516. package/dist/logos/NeetoCal.js +44 -19
  517. package/dist/logos/NeetoChangelog.js +19 -9
  518. package/dist/logos/NeetoChat.js +17 -10
  519. package/dist/logos/NeetoCi.js +5 -4
  520. package/dist/logos/NeetoCode.js +6 -5
  521. package/dist/logos/NeetoCourse.js +5 -4
  522. package/dist/logos/NeetoCrm.js +14 -8
  523. package/dist/logos/NeetoDeploy.js +5 -4
  524. package/dist/logos/NeetoDesk.js +16 -10
  525. package/dist/logos/NeetoEngage.js +19 -9
  526. package/dist/logos/NeetoForm.js +14 -8
  527. package/dist/logos/NeetoGit.js +18 -12
  528. package/dist/logos/NeetoInvisible.js +7 -6
  529. package/dist/logos/NeetoInvoice.js +14 -8
  530. package/dist/logos/NeetoKb.js +18 -12
  531. package/dist/logos/NeetoPay.js +33 -0
  532. package/dist/logos/NeetoPlanner.js +13 -8
  533. package/dist/logos/NeetoPlaydash.js +9 -8
  534. package/dist/logos/NeetoPublish.js +20 -8
  535. package/dist/logos/NeetoQuiz.js +10 -9
  536. package/dist/logos/NeetoRecord.js +8 -4
  537. package/dist/logos/NeetoReplay.js +14 -8
  538. package/dist/logos/NeetoRunner.js +16 -10
  539. package/dist/logos/NeetoSeo.js +10 -5
  540. package/dist/logos/NeetoSite.js +13 -8
  541. package/dist/logos/NeetoTestify.js +15 -9
  542. package/dist/logos/NeetoTower.js +14 -4
  543. package/dist/logos/NeetoWireframe.js +9 -4
  544. package/dist/logos/index.js +2 -0
  545. package/dist/misc/AmericanExpress.js +17 -4
  546. package/dist/misc/Apple.js +4 -4
  547. package/dist/misc/Callerdesk.js +6 -5
  548. package/dist/misc/CashPayment.js +62 -8
  549. package/dist/misc/Chrome.js +17 -16
  550. package/dist/misc/Daily.js +9 -8
  551. package/dist/misc/Danger.js +4 -3
  552. package/dist/misc/Discover.js +18 -8
  553. package/dist/misc/Edge.js +22 -21
  554. package/dist/misc/FacebookPixel.js +22 -11
  555. package/dist/misc/Firefox.js +84 -83
  556. package/dist/misc/Github.js +16 -9
  557. package/dist/misc/Gmail.js +14 -10
  558. package/dist/misc/Google.js +14 -10
  559. package/dist/misc/GoogleAnalytics.js +24 -13
  560. package/dist/misc/GoogleCalendar.js +28 -21
  561. package/dist/misc/GoogleMeet.js +9 -8
  562. package/dist/misc/GoogleSheets.js +18 -11
  563. package/dist/misc/GoogleTagManager.js +26 -0
  564. package/dist/misc/Info.js +13 -5
  565. package/dist/misc/Instagram.js +11 -10
  566. package/dist/misc/Jcb.js +20 -23
  567. package/dist/misc/Jitsi.js +331 -24
  568. package/dist/misc/Linear.js +10 -19
  569. package/dist/misc/MailChimp.js +14 -7
  570. package/dist/misc/Mastercard.js +28 -14
  571. package/dist/misc/Megaphone.js +17 -6
  572. package/dist/misc/Microsoft.js +9 -8
  573. package/dist/misc/Outlook.js +12 -11
  574. package/dist/misc/PaypalTypeface.js +28 -11
  575. package/dist/misc/Razorpay.js +6 -6
  576. package/dist/misc/RazorpayTypeface.js +48 -7
  577. package/dist/misc/Safari.js +235 -222
  578. package/dist/misc/Shopify.js +6 -5
  579. package/dist/misc/Slack.js +11 -10
  580. package/dist/misc/Stripe.js +4 -3
  581. package/dist/misc/StripeTypeface.js +4 -3
  582. package/dist/misc/Success.js +4 -3
  583. package/dist/misc/Teams.js +14 -10
  584. package/dist/misc/Trello.js +9 -8
  585. package/dist/misc/Twilio.js +11 -10
  586. package/dist/misc/Ubuntu.js +5 -4
  587. package/dist/misc/UnionPay.js +20 -10
  588. package/dist/misc/Upi.js +132 -17
  589. package/dist/misc/UpiTypeface.js +127 -17
  590. package/dist/misc/Visa.js +15 -8
  591. package/dist/misc/Warning.js +13 -5
  592. package/dist/misc/Webhook.js +4 -4
  593. package/dist/misc/Whatsapp.js +18 -8
  594. package/dist/misc/Whereby.js +19 -7
  595. package/dist/misc/Windows.js +6 -5
  596. package/dist/misc/Wordpress.js +5 -4
  597. package/dist/misc/Zapier.js +7 -6
  598. package/dist/misc/Zoom.js +11 -10
  599. package/dist/misc/index.js +1 -0
  600. package/dist/typefaceLogos/Neeto.js +22 -6
  601. package/dist/typefaceLogos/NeetoBugWatch.js +76 -0
  602. package/dist/typefaceLogos/NeetoCal.js +61 -20
  603. package/dist/typefaceLogos/NeetoChangelog.js +83 -7
  604. package/dist/typefaceLogos/NeetoChat.js +70 -12
  605. package/dist/typefaceLogos/NeetoCi.js +43 -6
  606. package/dist/typefaceLogos/NeetoCode.js +63 -11
  607. package/dist/typefaceLogos/NeetoCourse.js +63 -6
  608. package/dist/typefaceLogos/NeetoCrm.js +48 -6
  609. package/dist/typefaceLogos/NeetoDeploy.js +71 -10
  610. package/dist/typefaceLogos/NeetoDesk.js +71 -15
  611. package/dist/typefaceLogos/NeetoEngage.js +64 -13
  612. package/dist/typefaceLogos/NeetoForm.js +62 -10
  613. package/dist/typefaceLogos/NeetoGit.js +63 -16
  614. package/dist/typefaceLogos/NeetoInvisible.js +89 -12
  615. package/dist/typefaceLogos/NeetoInvoice.js +77 -10
  616. package/dist/typefaceLogos/NeetoKb.js +56 -14
  617. package/dist/typefaceLogos/NeetoPay.js +73 -0
  618. package/dist/typefaceLogos/NeetoPlanner.js +81 -10
  619. package/dist/typefaceLogos/NeetoPlaydash.js +95 -19
  620. package/dist/typefaceLogos/NeetoPublish.js +52 -10
  621. package/dist/typefaceLogos/NeetoQuiz.js +63 -11
  622. package/dist/typefaceLogos/NeetoRecord.js +72 -10
  623. package/dist/typefaceLogos/NeetoReplay.js +71 -10
  624. package/dist/typefaceLogos/NeetoRunner.js +74 -12
  625. package/dist/typefaceLogos/NeetoSeo.js +62 -11
  626. package/dist/typefaceLogos/NeetoSite.js +57 -6
  627. package/dist/typefaceLogos/NeetoTestify.js +77 -11
  628. package/dist/typefaceLogos/NeetoTower.js +67 -6
  629. package/dist/typefaceLogos/NeetoWireframe.js +91 -10
  630. package/dist/typefaceLogos/index.js +2 -0
  631. package/package.json +9 -3
  632. package/svgr.config.js +12 -0
@@ -1,34 +1,44 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
3
  const SvgNeetoEngage = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 349 349"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G clipPath="url(#NeetoEngage_svg__a)">
12
+ <G clipPath="url(#clip0_511_16537)">
12
13
  <Path
14
+ 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
15
  fill="#75DC66"
14
- d="M210.43 268.486c0 44.274-35.89 80.165-80.164 80.165s-80.164-35.891-80.164-80.165c0-44.273 35.89-80.164 80.164-80.164s80.164 35.891 80.164 80.164"
15
16
  />
16
17
  <Path
18
+ 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
19
  fill="#5BCC5A"
18
- d="M3.05 168.284c0-49.567 40.183-89.75 89.75-89.75h49.667v179.499H92.8c-49.567 0-89.75-40.182-89.75-89.749"
19
20
  />
20
21
  <Path
22
+ 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
23
  fill="#5BCC5A"
22
- d="m142.466 78.532 179.62-76.76c11.498-4.914 24.275 3.52 24.275 16.024v300.97c0 12.503-12.777 20.939-24.275 16.025l-179.62-76.761z"
23
24
  />
24
25
  <Path
26
+ 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"
27
+ fill="#0DA84C"
28
+ />
29
+ <Path
30
+ 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"
25
31
  fill="#0DA84C"
26
- d="M142.466 189.243v68.787l-49.666.003c-14.45 0-28.105-3.417-40.197-9.484 8.863-34.629 40.275-60.228 77.666-60.228a81 81 0 0 1 12.197.922M208.461 286.231l-65.995-28.201v-68.787c38.484 5.876 67.964 39.118 67.964 79.243 0 6.099-.679 12.036-1.969 17.745"
27
32
  />
28
33
  </G>
29
34
  <Defs>
30
- <ClipPath id="NeetoEngage_svg__a">
31
- <Path fill={props.color} d="M.35.35h348.3v348.3H.35z" />
35
+ <ClipPath id="clip0_511_16537">
36
+ <Rect
37
+ width={348.3}
38
+ height={348.3}
39
+ fill="white"
40
+ transform="translate(0.349609 0.349609)"
41
+ />
32
42
  </ClipPath>
33
43
  </Defs>
34
44
  </Svg>
@@ -1,30 +1,36 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
3
  const SvgNeetoForm = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 349 349"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G clipPath="url(#NeetoForm_svg__a)">
12
+ <G clipPath="url(#clip0_511_16495)">
12
13
  <Path
14
+ d="M81.6997 41.6366C81.6997 18.835 100.184 0.350586 122.986 0.350586H282.875C305.677 0.350586 324.161 18.835 324.161 41.6366V250.652C324.161 273.454 305.677 291.938 282.875 291.938H122.986C100.184 291.938 81.6997 273.454 81.6997 250.652V41.6366Z"
13
15
  fill="#75DC66"
14
- d="M81.7 41.637C81.7 18.835 100.184.35 122.986.35h159.889c22.802 0 41.286 18.484 41.286 41.286v209.015c0 22.802-18.484 41.286-41.286 41.286H122.986c-22.802 0-41.286-18.484-41.286-41.286z"
15
16
  />
16
17
  <Path
18
+ d="M24.6499 98.6864C24.6499 75.8847 43.1343 57.4004 65.9359 57.4004H225.825C248.627 57.4004 267.111 75.8847 267.111 98.6864V307.702C267.111 330.504 248.627 348.988 225.825 348.988H65.9359C43.1342 348.988 24.6499 330.504 24.6499 307.702V98.6864Z"
17
19
  fill="#5BCC5A"
18
- d="M24.65 98.686c0-22.801 18.484-41.286 41.286-41.286h159.889c22.802 0 41.286 18.485 41.286 41.286v209.016c0 22.802-18.484 41.286-41.286 41.286H65.935c-22.8 0-41.285-18.484-41.285-41.286z"
19
20
  />
20
21
  <Path
22
+ d="M267.111 291.938L122.986 291.938C100.184 291.938 81.6997 273.454 81.6997 250.652V57.4004H225.825C248.627 57.4004 267.111 75.8847 267.111 98.6864V291.938Z"
21
23
  fill="#0DA84C"
22
- d="M267.111 291.938H122.986c-22.802 0-41.286-18.484-41.286-41.286V57.4h144.125c22.802 0 41.286 18.485 41.286 41.286z"
23
24
  />
24
25
  </G>
25
26
  <Defs>
26
- <ClipPath id="NeetoForm_svg__a">
27
- <Path fill={props.color} d="M.35.35h348.3v348.3H.35z" />
27
+ <ClipPath id="clip0_511_16495">
28
+ <Rect
29
+ width={348.3}
30
+ height={348.3}
31
+ fill="white"
32
+ transform="translate(0.350098 0.349609)"
33
+ />
28
34
  </ClipPath>
29
35
  </Defs>
30
36
  </Svg>
@@ -1,39 +1,45 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Circle, Defs, ClipPath } from "react-native-svg";
2
+ import Svg, { G, Path, Circle, Defs, ClipPath, Rect } from "react-native-svg";
3
3
  const SvgNeetoGit = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 396 396"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G clipPath="url(#NeetoGit_svg__a)">
12
+ <G clipPath="url(#clip0_511_16481)">
12
13
  <Path
13
- fill="#75DC66"
14
14
  fillRule="evenodd"
15
- d="M261.769 153.258c-14.797 0-26.792 11.995-26.792 26.793v35.88c0 44.392-35.987 80.379-80.379 80.379h-46.809c-14.797 0-26.793-11.996-26.793-26.793s11.996-26.793 26.793-26.793h46.809c14.797 0 26.793-11.996 26.793-26.793v-35.88c0-44.392 35.986-80.38 80.378-80.38h76.972c14.797 0 26.793 11.996 26.793 26.794s-11.996 26.793-26.793 26.793z"
16
15
  clipRule="evenodd"
16
+ d="M261.769 153.258C246.972 153.258 234.977 165.253 234.977 180.051V215.931C234.977 260.323 198.99 296.31 154.598 296.31H107.789C92.9917 296.31 80.9961 284.314 80.9961 269.517C80.9961 254.72 92.9917 242.724 107.789 242.724H154.598C169.395 242.724 181.391 230.728 181.391 215.931V180.051C181.391 135.659 217.377 99.6719 261.769 99.6719H338.741C353.538 99.6719 365.534 111.667 365.534 126.465C365.534 141.262 353.538 153.258 338.741 153.258H261.769Z"
17
+ fill="#75DC66"
17
18
  />
18
19
  <Path
19
- fill="#5BCC5A"
20
20
  fillRule="evenodd"
21
- d="M70.655 269.516c0-14.798 11.996-26.793 26.793-26.793h241.293c14.797 0 26.793 11.995 26.793 26.793s-11.996 26.792-26.793 26.792H97.448c-14.797 0-26.793-11.995-26.793-26.792"
22
21
  clipRule="evenodd"
22
+ d="M70.6553 269.516C70.6553 254.718 82.6509 242.723 97.4482 242.723H338.741C353.538 242.723 365.534 254.718 365.534 269.516C365.534 284.313 353.538 296.308 338.741 296.308H97.4482C82.6509 296.308 70.6553 284.313 70.6553 269.516Z"
23
+ fill="#5BCC5A"
23
24
  />
24
25
  <Path
25
- fill="#0DA84C"
26
26
  fillRule="evenodd"
27
- d="M230.403 242.725c-11.034 31.218-40.807 53.585-75.805 53.585h-46.809c-14.797 0-26.792-11.996-26.792-26.793 0-14.748 11.916-26.713 26.646-26.792z"
28
27
  clipRule="evenodd"
28
+ d="M230.403 242.725C219.369 273.943 189.596 296.31 154.598 296.31H107.789C92.9922 296.31 80.9966 284.314 80.9966 269.517C80.9966 254.769 92.913 242.804 107.643 242.725H230.403Z"
29
+ fill="#0DA84C"
29
30
  />
30
- <Circle cx={56.303} cy={269.735} r={55.372} fill="#5BCC5A" />
31
+ <Circle cx={56.3031} cy={269.735} r={55.372} fill="#5BCC5A" />
31
32
  <Circle cx={338.961} cy={126.683} r={55.372} fill="#75DC66" />
32
33
  <Circle cx={338.96} cy={269.735} r={55.372} fill="#5BCC5A" />
33
34
  </G>
34
35
  <Defs>
35
- <ClipPath id="NeetoGit_svg__a">
36
- <Path fill={props.color} d="M.93.93h394.74v394.74H.93z" />
36
+ <ClipPath id="clip0_511_16481">
37
+ <Rect
38
+ width={394.74}
39
+ height={394.74}
40
+ fill="white"
41
+ transform="translate(0.930176 0.929688)"
42
+ />
37
43
  </ClipPath>
38
44
  </Defs>
39
45
  </Svg>
@@ -2,27 +2,28 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgNeetoInvisible = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 396 396"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
12
  <Path
12
- fill="#5BCC5A"
13
13
  fillRule="evenodd"
14
- d="M155.082 308.858c84.925 0 153.771-68.846 153.771-153.771 0-84.926-68.846-153.772-153.771-153.772-84.926 0-153.771 68.846-153.771 153.772s68.845 153.771 153.771 153.771m0-80.985c40.202 0 72.791-32.59 72.791-72.791 0-40.202-32.589-72.791-72.791-72.791s-72.791 32.589-72.791 72.791 32.59 72.791 72.791 72.791"
15
14
  clipRule="evenodd"
15
+ d="M155.082 308.858C240.007 308.858 308.853 240.012 308.853 155.087C308.853 70.1612 240.007 1.31543 155.082 1.31543C70.1563 1.31543 1.31055 70.1612 1.31055 155.087C1.31055 240.012 70.1563 308.858 155.082 308.858ZM155.082 227.873C195.284 227.873 227.873 195.283 227.873 155.082C227.873 114.88 195.284 82.2906 155.082 82.2906C114.881 82.2906 82.291 114.88 82.291 155.082C82.291 195.283 114.881 227.873 155.082 227.873Z"
16
+ fill="#5BCC5A"
16
17
  />
17
18
  <Path
19
+ d="M156.666 168.196C154.17 161.038 161.045 154.164 168.202 156.659L372.968 228.046C380.859 230.797 381.134 241.855 373.391 244.995L285.595 280.598C283.325 281.518 281.524 283.318 280.604 285.588L245.001 373.384C241.861 381.128 230.803 380.853 228.052 372.962L156.666 168.196Z"
18
20
  fill="#75DC66"
19
- d="M156.666 168.196c-2.496-7.158 4.379-14.032 11.536-11.537l204.766 71.387c7.891 2.751 8.166 13.809.423 16.949l-87.796 35.603a9.06 9.06 0 0 0-4.991 4.99l-35.603 87.796c-3.14 7.744-14.198 7.469-16.949-.422z"
20
21
  />
21
22
  <Path
22
- fill="#0DA84C"
23
23
  fillRule="evenodd"
24
- d="m301.229 203.02-76.516-26.675c-7.046 23.088-25.26 41.304-48.347 48.353l26.677 76.519c46.352-15.203 82.988-51.843 98.186-98.197"
25
24
  clipRule="evenodd"
25
+ d="M301.229 203.02L224.713 176.345C217.667 199.433 199.453 217.649 176.366 224.698L203.043 301.217C249.395 286.014 286.031 249.374 301.229 203.02Z"
26
+ fill="#0DA84C"
26
27
  />
27
28
  </Svg>
28
29
  );
@@ -1,30 +1,36 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
3
  const SvgNeetoInvoice = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 349 349"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G clipPath="url(#NeetoInvoice_svg__a)">
12
+ <G clipPath="url(#clip0_511_16447)">
12
13
  <Path
14
+ d="M318.15 348.651L30.0501 348.651L30.0501 277.701C30.0501 198.144 94.5435 133.651 174.1 133.651C253.657 133.651 318.15 198.144 318.15 277.701V348.651Z"
13
15
  fill="#5BCC5A"
14
- d="M318.15 348.651H30.05v-70.95c0-79.557 64.494-144.05 144.05-144.05s144.05 64.493 144.05 144.05z"
15
16
  />
16
17
  <Path
18
+ d="M30.0498 0.350586H318.15V71.3005C318.15 150.857 253.656 215.351 174.1 215.351C94.5432 215.351 30.0498 150.857 30.0498 71.3005V0.350586Z"
17
19
  fill="#75DC66"
18
- d="M30.05.35h288.1V71.3c0 79.557-64.494 144.051-144.05 144.051S30.05 150.857 30.05 71.301z"
19
20
  />
20
21
  <Path
22
+ d="M274.599 174.5C248.646 199.779 213.191 215.351 174.1 215.351C135.008 215.351 99.5535 199.779 73.6 174.501C99.5536 149.222 135.008 133.651 174.1 133.651C213.192 133.651 248.646 149.222 274.599 174.5Z"
21
23
  fill="#0DA84C"
22
- d="M274.599 174.5c-25.953 25.279-61.408 40.851-100.499 40.851-39.092 0-74.546-15.572-100.5-40.85 25.954-25.279 61.408-40.85 100.5-40.85s74.546 15.571 100.499 40.849"
23
24
  />
24
25
  </G>
25
26
  <Defs>
26
- <ClipPath id="NeetoInvoice_svg__a">
27
- <Path fill={props.color} d="M.35.35h348.3v348.3H.35z" />
27
+ <ClipPath id="clip0_511_16447">
28
+ <Rect
29
+ width={348.3}
30
+ height={348.3}
31
+ fill="white"
32
+ transform="translate(0.350098 0.349609)"
33
+ />
28
34
  </ClipPath>
29
35
  </Defs>
30
36
  </Svg>
@@ -1,42 +1,48 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
3
  const SvgNeetoKb = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 396 396"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G clipPath="url(#NeetoKB_svg__a)">
12
+ <G clipPath="url(#clip0_511_16450)">
12
13
  <Path
14
+ d="M71.3115 18.4881C71.3115 8.79139 79.1722 0.930664 88.8689 0.930664H307.213C316.909 0.930664 324.77 8.79138 324.77 18.4881V273.923C324.77 283.62 316.909 291.481 307.213 291.481H71.3115V18.4881Z"
13
15
  fill="#5BCC5A"
14
- d="M71.312 18.488c0-9.697 7.86-17.557 17.557-17.557h218.344c9.696 0 17.557 7.86 17.557 17.557v255.435c0 9.697-7.861 17.558-17.557 17.558H71.311z"
15
16
  />
16
17
  <Path
17
- fill="#5BCC5A"
18
18
  fillRule="evenodd"
19
- d="M122.313 291.48c-12.803 0-23.183 10.379-23.183 23.182s10.38 23.182 23.183 23.182h190.094c6.828 0 12.363 5.535 12.363 12.364 0 6.828-5.535 12.364-12.363 12.364H122.313c-26.46 0-47.91-21.45-47.91-47.91s21.45-47.91 47.91-47.91h129.85v24.728z"
20
19
  clipRule="evenodd"
20
+ d="M122.313 291.48C109.51 291.48 99.1305 301.859 99.1305 314.662C99.1305 327.465 109.51 337.844 122.313 337.844H312.407C319.235 337.844 324.77 343.379 324.77 350.208C324.77 357.036 319.235 362.572 312.407 362.572H122.313C95.8528 362.572 74.4028 341.122 74.4028 314.662C74.4028 288.202 95.8528 266.752 122.313 266.752H252.163V291.48H122.313Z"
21
+ fill="#5BCC5A"
21
22
  />
22
23
  <Path
24
+ d="M71.3115 291.481H87.3729L96.0392 330.118L133.131 362.573L121.971 362.568C93.989 362.556 71.3115 339.868 71.3115 311.885V291.481Z"
23
25
  fill="#5BCC5A"
24
- d="M71.312 291.481h16.06l8.667 38.637 37.092 32.455-11.16-.005c-27.982-.012-50.66-22.7-50.66-50.683z"
25
26
  />
26
27
  <Path
28
+ d="M136.221 251.988C136.221 249.402 138.317 247.306 140.903 247.306H205.722C208.308 247.306 210.404 249.402 210.404 251.988V395.672L173.313 376.891L136.221 395.672V251.988Z"
27
29
  fill="#75DC66"
28
- d="M136.221 251.988a4.68 4.68 0 0 1 4.682-4.682h64.819a4.68 4.68 0 0 1 4.682 4.682v143.684l-37.091-18.781-37.092 18.781z"
29
30
  />
30
31
  <Path
31
- fill="#0DA84C"
32
32
  fillRule="evenodd"
33
- d="M210.403 291.479H136.22v-41.682a4.68 4.68 0 0 1 4.682-4.682h64.819a4.68 4.68 0 0 1 4.682 4.682z"
34
33
  clipRule="evenodd"
34
+ d="M210.403 291.479H136.22V249.797C136.22 247.211 138.316 245.115 140.902 245.115H205.721C208.307 245.115 210.403 247.211 210.403 249.797V291.479Z"
35
+ fill="#0DA84C"
35
36
  />
36
37
  </G>
37
38
  <Defs>
38
- <ClipPath id="NeetoKB_svg__a">
39
- <Path fill={props.color} d="M.93.93h394.74v394.74H.93z" />
39
+ <ClipPath id="clip0_511_16450">
40
+ <Rect
41
+ width={394.74}
42
+ height={394.74}
43
+ fill="white"
44
+ transform="translate(0.930176 0.929688)"
45
+ />
40
46
  </ClipPath>
41
47
  </Defs>
42
48
  </Svg>
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ const SvgNeetoPay = (props) => (
4
+ <Svg
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 258 258"
8
+ width={props.size}
9
+ height={props.size}
10
+ {...props}
11
+ >
12
+ <G clipPath="url(#clip0_3099_598)">
13
+ <Path
14
+ d="M77.5519 55.5978C78.878 49.1417 84.5605 44.5078 91.1514 44.5078H235.3C247.021 44.5078 255.791 55.2626 253.433 66.7436L217.073 243.757C215.305 252.365 207.729 258.544 198.941 258.544H35.8657L77.5519 55.5978Z"
15
+ fill="#5BCC5A"
16
+ />
17
+ <Path
18
+ d="M73.6512 74.5898H122.262C154.383 74.5898 178.284 104.273 171.43 135.655C166.383 158.768 145.919 175.245 122.262 175.245H52.9878L73.6512 74.5898Z"
19
+ fill="#0DA84C"
20
+ />
21
+ <Path
22
+ d="M35.8655 258.545L73.6517 74.5898H49.1034C42.5125 74.5898 36.8299 79.2239 35.5039 85.6801L2.28341 247.427C1.10441 253.168 5.48951 258.545 11.3498 258.545H35.8655Z"
23
+ fill="#75DC66"
24
+ />
25
+ </G>
26
+ <Defs>
27
+ <ClipPath id="clip0_3099_598">
28
+ <Rect width={258} height={258} fill="white" />
29
+ </ClipPath>
30
+ </Defs>
31
+ </Svg>
32
+ );
33
+ export default SvgNeetoPay;
@@ -1,30 +1,35 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
3
  const SvgNeetoPlanner = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 349 349"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G clipPath="url(#NeetoPlanner_svg__a)">
12
+ <G clipPath="url(#clip0_511_16460)">
13
+ <Path
14
+ d="M0.337402 18.6517C0.337402 8.53726 8.53678 0.337891 18.6512 0.337891H116.325V329.987C116.325 340.101 108.126 348.3 98.0111 348.3H14.2559C6.56894 348.3 0.337402 342.069 0.337402 334.382V18.6517Z"
15
+ fill="#5BCC5A"
16
+ />
12
17
  <Path
18
+ d="M232.312 213.999C232.312 224.114 224.113 232.313 213.999 232.313H134.639C124.524 232.313 116.325 224.114 116.325 213.999L116.325 0.337891H232.312V213.999Z"
13
19
  fill="#5BCC5A"
14
- d="M.337 18.652C.337 8.537 8.537.338 18.651.338h97.674v329.649c0 10.114-8.199 18.313-18.314 18.313H14.256c-7.687 0-13.919-6.231-13.919-13.918zM232.312 213.999c0 10.115-8.199 18.314-18.313 18.314h-79.36c-10.115 0-18.314-8.199-18.314-18.314V.338h115.987z"
15
20
  />
16
21
  <Path
22
+ d="M232.312 116.325H130.243C122.556 116.325 116.325 122.557 116.325 130.244V232.313H213.999C224.113 232.313 232.312 224.114 232.312 213.999V116.325Z"
17
23
  fill="#0DA84C"
18
- d="M232.312 116.325H130.243c-7.687 0-13.918 6.232-13.918 13.919v102.069h97.674c10.114 0 18.313-8.199 18.313-18.314z"
19
24
  />
20
25
  <Path
26
+ d="M232.312 0.337891H329.986C340.101 0.337891 348.3 8.53727 348.3 18.6517V156.005C348.3 166.12 340.101 174.319 329.986 174.319H232.312V0.337891Z"
21
27
  fill="#75DC66"
22
- d="M232.312.338h97.674c10.115 0 18.314 8.2 18.314 18.314v137.353c0 10.115-8.199 18.314-18.314 18.314h-97.674z"
23
28
  />
24
29
  </G>
25
30
  <Defs>
26
- <ClipPath id="NeetoPlanner_svg__a">
27
- <Path fill={props.color} d="M0 0h348.3v348.3H0z" />
31
+ <ClipPath id="clip0_511_16460">
32
+ <Rect width={348.3} height={348.3} fill="white" />
28
33
  </ClipPath>
29
34
  </Defs>
30
35
  </Svg>
@@ -2,31 +2,32 @@ import * as React from "react";
2
2
  import Svg, { Rect, Circle, Path } from "react-native-svg";
3
3
  const SvgNeetoPlaydash = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 373 373"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
12
  <Rect
12
- width={58.407}
13
- height={191.324}
14
13
  x={182.615}
15
14
  y={228.539}
16
- fill="#5BCC5A"
17
- rx={29.203}
15
+ width={58.4065}
16
+ height={191.324}
17
+ rx={29.2033}
18
18
  transform="rotate(-45 182.615 228.539)"
19
+ fill="#5BCC5A"
19
20
  />
20
21
  <Circle cx={192.74} cy={187.747} r={109.753} fill="#5BCC5A" />
21
22
  <Path
23
+ d="M192.606 9.32031C94.2803 9.32031 14.5713 89.3774 14.5713 188.133H192.606V9.32031Z"
22
24
  fill="#75DC66"
23
- d="M192.606 9.32C94.28 9.32 14.571 89.377 14.571 188.133h178.035z"
24
25
  />
25
26
  <Path
26
- fill="#0DA84C"
27
27
  fillRule="evenodd"
28
- d="M192.607 77.992c-60.553.072-109.62 49.182-109.62 109.753l.001.385h109.619z"
29
28
  clipRule="evenodd"
29
+ d="M192.607 77.9922C132.054 78.0639 82.9873 127.174 82.9873 187.745C82.9873 187.874 82.9875 188.002 82.988 188.13H192.607V77.9922Z"
30
+ fill="#0DA84C"
30
31
  />
31
32
  </Svg>
32
33
  );
@@ -1,24 +1,36 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
3
  const SvgNeetoPublish = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 373 373"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G clipPath="url(#NeetoPublish_svg__a)">
12
+ <G clipPath="url(#clip0_1440_756)">
12
13
  <Path
14
+ d="M44.7158 367.087V2.88281H207.898C274.511 2.88281 328.511 56.883 328.511 123.496C328.511 190.108 274.511 244.109 207.898 244.109H167.694V367.087H44.7158Z"
13
15
  fill="#5BCC5A"
14
- d="M44.716 367.087V2.883h163.182c66.613 0 120.613 54 120.613 120.613 0 66.612-54 120.613-120.613 120.613h-40.204v122.978z"
15
16
  />
16
- <Path fill="#75DC66" d="M44.842 121.646h123.103V367.85H44.842z" />
17
- <Path fill="#0DA84C" d="M44.717 121.131h122.978l-.001 122.978z" />
17
+ <Path
18
+ d="M44.8424 121.646H167.945V367.85H44.8424V121.646Z"
19
+ fill="#75DC66"
20
+ />
21
+ <Path
22
+ d="M44.7168 121.131H167.695L167.694 244.109L44.7168 121.131Z"
23
+ fill="#0DA84C"
24
+ />
18
25
  </G>
19
26
  <Defs>
20
- <ClipPath id="NeetoPublish_svg__a">
21
- <Path fill={props.color} d="M.64.64h371.52v371.52H.64z" />
27
+ <ClipPath id="clip0_1440_756">
28
+ <Rect
29
+ width={371.52}
30
+ height={371.52}
31
+ fill="white"
32
+ transform="translate(0.640625 0.640625)"
33
+ />
22
34
  </ClipPath>
23
35
  </Defs>
24
36
  </Svg>
@@ -1,32 +1,33 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
3
  const SvgNeetoQuiz = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 348 348"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G clipPath="url(#NeetoQuiz_svg__a)">
12
+ <G clipPath="url(#clip0_511_16528)">
12
13
  <Path
13
- fill="#5BCC5A"
14
14
  fillRule="evenodd"
15
- d="M169.983 263.913c52.72 0 95.458-42.738 95.458-95.458s-42.738-95.458-95.458-95.458-95.458 42.738-95.458 95.458 42.738 95.458 95.458 95.458m0 72.997c93.035 0 168.455-75.42 168.455-168.455S263.018 0 169.983 0 1.527 75.42 1.527 168.455 76.947 336.91 169.983 336.91"
16
15
  clipRule="evenodd"
16
+ d="M169.983 263.913C222.703 263.913 265.441 221.175 265.441 168.455C265.441 115.735 222.703 72.9973 169.983 72.9973C117.263 72.9973 74.5247 115.735 74.5247 168.455C74.5247 221.175 117.263 263.913 169.983 263.913ZM169.983 336.91C263.018 336.91 338.438 261.49 338.438 168.455C338.438 75.42 263.018 0 169.983 0C76.9474 0 1.52734 75.42 1.52734 168.455C1.52734 261.49 76.9474 336.91 169.983 336.91Z"
17
+ fill="#5BCC5A"
17
18
  />
18
19
  <Path
20
+ d="M183.958 182.431C201.47 164.919 229.862 164.919 247.373 182.431L334.57 269.627C352.081 287.139 352.081 315.531 334.57 333.042C317.058 350.554 288.666 350.554 271.154 333.042L183.958 245.846C166.446 228.335 166.446 199.942 183.958 182.431Z"
19
21
  fill="#75DC66"
20
- d="M183.958 182.431c17.512-17.512 45.904-17.512 63.415 0l87.197 87.196c17.511 17.512 17.511 45.904 0 63.415-17.512 17.512-45.904 17.512-63.416 0l-87.196-87.196c-17.512-17.511-17.512-45.904 0-63.415"
21
22
  />
22
23
  <Path
24
+ d="M197.883 259.772L253.115 315.003C279.541 299.98 301.507 278.014 316.53 251.588L261.299 196.356C252.058 226.639 228.166 250.531 197.883 259.772Z"
23
25
  fill="#0DA84C"
24
- d="m197.883 259.772 55.232 55.231a169.27 169.27 0 0 0 63.415-63.415l-55.231-55.232c-9.241 30.283-33.133 54.175-63.416 63.416"
25
26
  />
26
27
  </G>
27
28
  <Defs>
28
- <ClipPath id="NeetoQuiz_svg__a">
29
- <Path fill={props.color} d="M0 0h347.962v347.962H0z" />
29
+ <ClipPath id="clip0_511_16528">
30
+ <Rect width={347.962} height={347.962} fill="white" />
30
31
  </ClipPath>
31
32
  </Defs>
32
33
  </Svg>
@@ -2,20 +2,24 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgNeetoRecord = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 385 385"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
12
  <Path
13
+ d="M46.9702 255.86L46.9702 2.41993L211.627 2.41992C281.438 2.41992 338.03 59.1544 338.03 129.14C338.03 199.125 281.438 255.86 211.627 255.86H46.9702Z"
12
14
  fill="#5BCC5A"
13
- d="M46.97 255.86V2.42h164.657c69.811 0 126.403 56.734 126.403 126.72s-56.592 126.72-126.403 126.72z"
14
15
  />
15
- <Path fill="#75DC66" d="m46.97 2.42 290.985 380.16h-193.99L46.97 255.86z" />
16
16
  <Path
17
+ d="M46.9702 2.41993L337.955 382.58H143.965L46.9702 255.86L46.9702 2.41993Z"
18
+ fill="#75DC66"
19
+ />
20
+ <Path
21
+ d="M46.9702 2.41993L238.726 252.941C229.996 254.853 220.929 255.86 211.627 255.86H46.9702L46.9702 2.41993Z"
17
22
  fill="#0DA84C"
18
- d="M46.97 2.42 238.726 252.94a126.6 126.6 0 0 1-27.099 2.919H46.97z"
19
23
  />
20
24
  </Svg>
21
25
  );
@@ -1,30 +1,36 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
3
  const SvgNeetoReplay = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 349 349"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G clipPath="url(#NeetoReplay_svg__a)">
12
+ <G clipPath="url(#clip0_511_16504)">
12
13
  <Path
14
+ d="M93.8149 301.146V48.97C93.8149 26.4826 118.761 12.9637 137.601 25.2414L338.363 156.075C352.079 165.014 352.079 185.102 338.363 194.041L137.601 324.874C118.761 337.152 93.8149 323.633 93.8149 301.146Z"
13
15
  fill="#5BCC5A"
14
- d="M93.815 301.146V48.97c0-22.487 24.946-36.006 43.786-23.729l200.762 130.834c13.716 8.939 13.716 29.027 0 37.966L137.601 324.874c-18.84 12.278-43.786-1.241-43.786-23.728"
15
16
  />
16
17
  <Path
18
+ d="M0.350098 255.95V93.0327C0.350098 70.2279 25.9261 56.7741 44.7182 69.6937L169.993 155.82C183.089 164.824 183.089 184.16 169.993 193.163L44.7182 279.289C25.9261 292.209 0.350098 278.755 0.350098 255.95Z"
17
19
  fill="#75DC66"
18
- d="M.35 255.95V93.033c0-22.805 25.576-36.259 44.368-23.34l125.275 86.127c13.096 9.004 13.096 28.34 0 37.343L44.718 279.289C25.926 292.209.35 278.755.35 255.95"
19
20
  />
20
21
  <Path
22
+ d="M93.8157 245.533L169.993 193.163C183.089 184.16 183.089 164.824 169.993 155.82L93.8157 103.445V245.533Z"
21
23
  fill="#0DA84C"
22
- d="m93.816 245.533 76.177-52.37c13.096-9.003 13.096-28.339 0-37.343l-76.177-52.375z"
23
24
  />
24
25
  </G>
25
26
  <Defs>
26
- <ClipPath id="NeetoReplay_svg__a">
27
- <Path fill={props.color} d="M.35.35h348.3v348.3H.35z" />
27
+ <ClipPath id="clip0_511_16504">
28
+ <Rect
29
+ width={348.3}
30
+ height={348.3}
31
+ fill="white"
32
+ transform="translate(0.350098 0.349609)"
33
+ />
28
34
  </ClipPath>
29
35
  </Defs>
30
36
  </Svg>
@@ -1,38 +1,44 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
3
  const SvgNeetoRunner = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 396 396"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G clipPath="url(#NeetoRunner_svg__a)">
12
+ <G clipPath="url(#clip0_511_16540)">
12
13
  <Path
14
+ d="M179.348 278.442C195.288 294.382 195.288 320.227 179.348 336.167C163.408 352.108 137.563 352.108 121.623 336.167L11.4201 225.965C-4.52026 210.024 -4.52025 184.18 11.4201 168.239C27.3605 152.299 53.205 152.299 69.1454 168.239L179.348 278.442Z"
13
15
  fill="#5BCC5A"
14
- d="M179.348 278.442c15.94 15.94 15.94 41.785 0 57.725s-41.785 15.941-57.725 0L11.42 225.965c-15.94-15.941-15.94-41.785 0-57.726 15.94-15.94 41.785-15.94 57.725 0z"
15
16
  />
16
17
  <Path
18
+ d="M179.348 116.503C195.288 100.562 195.288 74.7179 179.348 58.7775C163.408 42.8372 137.563 42.8372 121.623 58.7776L11.4201 168.98C-4.52026 184.921 -4.52025 210.765 11.4201 226.705C27.3605 242.646 53.205 242.646 69.1454 226.705L179.348 116.503Z"
17
19
  fill="#5BCC5A"
18
- d="M179.348 116.503c15.94-15.941 15.94-41.785 0-57.725s-41.785-15.94-57.725 0L11.42 168.98c-15.94 15.941-15.94 41.785 0 57.725s41.785 15.941 57.725 0z"
19
20
  />
20
21
  <Path
22
+ d="M215.492 278.442C199.552 294.382 199.552 320.227 215.492 336.167C231.433 352.108 257.277 352.108 273.218 336.167L383.42 225.965C399.361 210.024 399.361 184.18 383.42 168.239C367.48 152.299 341.635 152.299 325.695 168.239L215.492 278.442Z"
21
23
  fill="#75DC66"
22
- d="M215.492 278.442c-15.94 15.94-15.94 41.785 0 57.725 15.941 15.941 41.785 15.941 57.726 0L383.42 225.965c15.941-15.941 15.941-41.785 0-57.726-15.94-15.94-41.785-15.94-57.725 0z"
23
24
  />
24
25
  <Path
26
+ d="M215.492 116.503C199.552 100.562 199.552 74.7179 215.492 58.7775C231.433 42.8372 257.277 42.8372 273.218 58.7776L383.42 168.98C399.361 184.921 399.361 210.765 383.42 226.705C367.48 242.646 341.635 242.646 325.695 226.705L215.492 116.503Z"
25
27
  fill="#0DA84C"
26
- d="M215.492 116.503c-15.94-15.941-15.94-41.785 0-57.725 15.941-15.94 41.785-15.94 57.726 0L383.42 168.98c15.941 15.941 15.941 41.785 0 57.725-15.94 15.941-41.785 15.941-57.725 0z"
27
28
  />
28
29
  <Path
30
+ d="M296.467 197.479L325.7 168.246C340.062 153.884 362.464 152.462 378.418 163.98L383.425 168.987C391.301 176.863 395.285 187.157 395.379 197.479C395.285 207.802 391.301 218.095 383.425 225.971L378.418 230.978C362.464 242.496 340.062 241.074 325.7 226.712L296.467 197.479Z"
29
31
  fill="#0DA84C"
30
- d="m296.467 197.479 29.233-29.233c14.362-14.362 36.764-15.784 52.718-4.266l5.007 5.007c7.876 7.876 11.86 18.17 11.954 28.492-.094 10.323-4.078 20.616-11.954 28.492l-5.007 5.007c-15.954 11.518-38.356 10.096-52.718-4.266z"
31
32
  />
32
33
  </G>
33
34
  <Defs>
34
- <ClipPath id="NeetoRunner_svg__a">
35
- <Path fill={props.color} d="M.63.629h394.74v394.74H.63z" />
35
+ <ClipPath id="clip0_511_16540">
36
+ <Rect
37
+ width={394.74}
38
+ height={394.74}
39
+ fill="white"
40
+ transform="translate(0.629883 0.628906)"
41
+ />
36
42
  </ClipPath>
37
43
  </Defs>
38
44
  </Svg>