@bigbinary/neeto-icons-rn 1.20.50 → 1.20.52

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 (633) 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/CardPayment.js +63 -0
  119. package/dist/icons/CategoriesSettings.js +41 -13
  120. package/dist/icons/Category.js +34 -12
  121. package/dist/icons/CenterAlign.js +28 -12
  122. package/dist/icons/Certificate.js +23 -9
  123. package/dist/icons/Chat.js +10 -2
  124. package/dist/icons/ChatBubble.js +4 -3
  125. package/dist/icons/ChatEmpty.js +4 -3
  126. package/dist/icons/ChatNotification.js +7 -2
  127. package/dist/icons/ChatOffline.js +6 -5
  128. package/dist/icons/ChatQuestions.js +27 -13
  129. package/dist/icons/Check.js +4 -3
  130. package/dist/icons/CheckCircle.js +6 -5
  131. package/dist/icons/Checkbox.js +7 -6
  132. package/dist/icons/CheckboxInactive.js +5 -4
  133. package/dist/icons/Checkmark.js +6 -5
  134. package/dist/icons/Chrome.js +4 -3
  135. package/dist/icons/ClearCache.js +6 -5
  136. package/dist/icons/Clock.js +6 -5
  137. package/dist/icons/Close.js +10 -2
  138. package/dist/icons/CloseCircle.js +17 -2
  139. package/dist/icons/ClosedPullRequest.js +6 -6
  140. package/dist/icons/Code.js +4 -3
  141. package/dist/icons/CodeBlock.js +4 -3
  142. package/dist/icons/Collapse.js +10 -2
  143. package/dist/icons/ColorPicker.js +8 -7
  144. package/dist/icons/Column.js +7 -6
  145. package/dist/icons/ColumnToLeft.js +42 -0
  146. package/dist/icons/ColumnToRight.js +48 -0
  147. package/dist/icons/Community.js +55 -13
  148. package/dist/icons/CompanyInfo.js +83 -13
  149. package/dist/icons/CompanyTags.js +54 -4
  150. package/dist/icons/Computer.js +17 -3
  151. package/dist/icons/Concat.js +22 -7
  152. package/dist/icons/Configure.js +97 -13
  153. package/dist/icons/ContactBook.js +18 -3
  154. package/dist/icons/ContactField.js +47 -13
  155. package/dist/icons/ContactTags.js +28 -6
  156. package/dist/icons/Contracts.js +56 -0
  157. package/dist/icons/Copy.js +6 -5
  158. package/dist/icons/CreditCard.js +34 -12
  159. package/dist/icons/Crown.js +33 -0
  160. package/dist/icons/Css3.js +3 -2
  161. package/dist/icons/Cta.js +41 -0
  162. package/dist/icons/Cursor.js +4 -3
  163. package/dist/icons/CustomDomain.js +62 -13
  164. package/dist/icons/CustomField.js +74 -11
  165. package/dist/icons/CustomSize.js +59 -2
  166. package/dist/icons/Customers.js +4 -3
  167. package/dist/icons/CustomiseNotification.js +70 -0
  168. package/dist/icons/Customize.js +69 -12
  169. package/dist/icons/Dashboard.js +31 -2
  170. package/dist/icons/Database.js +3 -2
  171. package/dist/icons/Delete.js +24 -2
  172. package/dist/icons/DeleteColumn.js +12 -5
  173. package/dist/icons/DeleteRow.js +13 -6
  174. package/dist/icons/DeleteTable.js +6 -5
  175. package/dist/icons/Dependent.js +34 -12
  176. package/dist/icons/Descending.js +20 -0
  177. package/dist/icons/Design.js +14 -6
  178. package/dist/icons/Divide.js +29 -16
  179. package/dist/icons/Divider.js +3 -3
  180. package/dist/icons/DocumentationSync.js +37 -12
  181. package/dist/icons/Domain.js +41 -13
  182. package/dist/icons/DoubleCheck.js +6 -5
  183. package/dist/icons/Down.js +4 -3
  184. package/dist/icons/DownArrow.js +4 -3
  185. package/dist/icons/DownArrowCircle.js +12 -4
  186. package/dist/icons/Download.js +6 -5
  187. package/dist/icons/Draft.js +6 -5
  188. package/dist/icons/Drag.js +54 -13
  189. package/dist/icons/Dropdown.js +25 -3
  190. package/dist/icons/DropdownClosed.js +4 -4
  191. package/dist/icons/Edit.js +17 -2
  192. package/dist/icons/EditSchedule.js +48 -12
  193. package/dist/icons/Email.js +4 -3
  194. package/dist/icons/EmailNotification.js +34 -13
  195. package/dist/icons/EmailSent.js +14 -6
  196. package/dist/icons/EmailSync.js +34 -13
  197. package/dist/icons/EmailTemplates.js +37 -13
  198. package/dist/icons/EmailsBanned.js +23 -13
  199. package/dist/icons/EntireScreen.js +11 -4
  200. package/dist/icons/Equals.js +20 -12
  201. package/dist/icons/Error.js +4 -3
  202. package/dist/icons/ExcludedDomains.js +40 -13
  203. package/dist/icons/Expand.js +10 -2
  204. package/dist/icons/ExpandSize.js +4 -3
  205. package/dist/icons/ExpenseCategories.js +41 -12
  206. package/dist/icons/ExternalLink.js +10 -2
  207. package/dist/icons/Eye.js +6 -5
  208. package/dist/icons/Facebook.js +4 -3
  209. package/dist/icons/Favorite.js +4 -3
  210. package/dist/icons/FeatureSettings.js +27 -14
  211. package/dist/icons/Field.js +20 -6
  212. package/dist/icons/File.js +32 -10
  213. package/dist/icons/FileDownload.js +9 -8
  214. package/dist/icons/FileGeneric.js +20 -13
  215. package/dist/icons/FileUpload.js +25 -4
  216. package/dist/icons/Filter.js +12 -3
  217. package/dist/icons/FilterAz.js +45 -2
  218. package/dist/icons/Flag.js +4 -3
  219. package/dist/icons/Flash.js +4 -3
  220. package/dist/icons/FlowChart.js +22 -15
  221. package/dist/icons/Focus.js +21 -2
  222. package/dist/icons/Folder.js +4 -3
  223. package/dist/icons/FolderFill.js +18 -0
  224. package/dist/icons/FolderOpenFill.js +18 -0
  225. package/dist/icons/Form.js +25 -4
  226. package/dist/icons/FormClosed.js +6 -5
  227. package/dist/icons/Forward.js +6 -5
  228. package/dist/icons/FullScreen.js +29 -7
  229. package/dist/icons/Gif.js +6 -5
  230. package/dist/icons/Gift.js +4 -3
  231. package/dist/icons/GitMerge.js +25 -3
  232. package/dist/icons/GlobalAutoCc.js +84 -0
  233. package/dist/icons/Globe.js +22 -7
  234. package/dist/icons/Goal.js +14 -8
  235. package/dist/icons/Graph.js +31 -2
  236. package/dist/icons/Group.js +41 -12
  237. package/dist/icons/HamburgerMenu.js +24 -4
  238. package/dist/icons/Hash.js +25 -4
  239. package/dist/icons/HashChecked.js +3 -3
  240. package/dist/icons/HashInSet.js +17 -3
  241. package/dist/icons/Header.js +4 -4
  242. package/dist/icons/Heart.js +3 -2
  243. package/dist/icons/Help.js +7 -6
  244. package/dist/icons/Hide.js +10 -2
  245. package/dist/icons/Highlight.js +17 -2
  246. package/dist/icons/History.js +26 -13
  247. package/dist/icons/Home.js +3 -2
  248. package/dist/icons/HourFormat.js +34 -14
  249. package/dist/icons/HourGlass.js +3 -3
  250. package/dist/icons/Hours.js +11 -10
  251. package/dist/icons/Html.js +3 -2
  252. package/dist/icons/Image.js +27 -14
  253. package/dist/icons/ImageUpload.js +32 -3
  254. package/dist/icons/ImportTimesheet.js +28 -8
  255. package/dist/icons/Inactive.js +41 -13
  256. package/dist/icons/Inbox.js +4 -3
  257. package/dist/icons/IndeterminateCircle.js +9 -5
  258. package/dist/icons/Info.js +20 -5
  259. package/dist/icons/InfoRound.js +27 -13
  260. package/dist/icons/Input.js +8 -7
  261. package/dist/icons/InsertColumn.js +12 -5
  262. package/dist/icons/InsertRow.js +13 -6
  263. package/dist/icons/IntroPages.js +22 -12
  264. package/dist/icons/InvalidUrl.js +34 -12
  265. package/dist/icons/Invoice.js +10 -5
  266. package/dist/icons/InvoiceSettings.js +25 -3
  267. package/dist/icons/IpAddress.js +3 -3
  268. package/dist/icons/IpRestriction.js +34 -14
  269. package/dist/icons/Keyboard.js +31 -2
  270. package/dist/icons/Layers.js +8 -7
  271. package/dist/icons/Left.js +4 -3
  272. package/dist/icons/LeftAlign.js +18 -10
  273. package/dist/icons/LeftArrow.js +4 -3
  274. package/dist/icons/LeftArrowCircle.js +12 -4
  275. package/dist/icons/Link.js +6 -5
  276. package/dist/icons/Linkedin.js +4 -3
  277. package/dist/icons/List.js +10 -2
  278. package/dist/icons/ListDetails.js +4 -3
  279. package/dist/icons/ListDot.js +31 -2
  280. package/dist/icons/ListNumber.js +4 -3
  281. package/dist/icons/ListView.js +21 -6
  282. package/dist/icons/Loading.js +52 -2
  283. package/dist/icons/Location.js +6 -5
  284. package/dist/icons/Lock.js +4 -3
  285. package/dist/icons/LockMessage.js +34 -13
  286. package/dist/icons/MailSend.js +21 -8
  287. package/dist/icons/MailUnread.js +10 -6
  288. package/dist/icons/ManageCalendar.js +48 -13
  289. package/dist/icons/ManageTemplates.js +34 -13
  290. package/dist/icons/MappedField.js +54 -14
  291. package/dist/icons/MarginAll.js +38 -6
  292. package/dist/icons/MarginBottom.js +20 -10
  293. package/dist/icons/MarginLeft.js +20 -10
  294. package/dist/icons/MarginRight.js +20 -10
  295. package/dist/icons/MarginTop.js +20 -6
  296. package/dist/icons/MarginX.js +26 -6
  297. package/dist/icons/MarginY.js +26 -6
  298. package/dist/icons/Matrix.js +7 -5
  299. package/dist/icons/MatrixDots.js +2 -1
  300. package/dist/icons/MatrixDotsClear.js +3 -3
  301. package/dist/icons/MediaVideo.js +6 -5
  302. package/dist/icons/MeetingLimit.js +62 -12
  303. package/dist/icons/MeetingReminder.js +48 -12
  304. package/dist/icons/MenuHorizontal.js +19 -2
  305. package/dist/icons/MenuLayout.js +42 -13
  306. package/dist/icons/MenuSquare.js +6 -5
  307. package/dist/icons/MenuVertical.js +19 -2
  308. package/dist/icons/Merge.js +4 -3
  309. package/dist/icons/MergeSplit.js +16 -3
  310. package/dist/icons/MergedPullRequest.js +9 -3
  311. package/dist/icons/Message.js +6 -5
  312. package/dist/icons/MessageBubble.js +4 -3
  313. package/dist/icons/MessageSquare.js +5 -4
  314. package/dist/icons/Mic.js +6 -5
  315. package/dist/icons/MicOff.js +25 -3
  316. package/dist/icons/Minimize.js +62 -12
  317. package/dist/icons/Minus.js +4 -3
  318. package/dist/icons/Mobile.js +6 -5
  319. package/dist/icons/MobileAndDesktopApps.js +41 -13
  320. package/dist/icons/Moon.js +8 -7
  321. package/dist/icons/MoveToBottom.js +6 -5
  322. package/dist/icons/MoveToTop.js +6 -5
  323. package/dist/icons/Movie.js +8 -7
  324. package/dist/icons/MultipleChoice.js +40 -6
  325. package/dist/icons/MyPreferences.js +34 -13
  326. package/dist/icons/NavLinks.js +34 -3
  327. package/dist/icons/NeetoAnalytics.js +8 -7
  328. package/dist/icons/NeetoCal.js +25 -3
  329. package/dist/icons/NeetoChangelog.js +41 -5
  330. package/dist/icons/NeetoChat.js +18 -3
  331. package/dist/icons/NeetoDesk.js +36 -7
  332. package/dist/icons/NeetoEngage.js +41 -5
  333. package/dist/icons/NeetoForm.js +4 -3
  334. package/dist/icons/NeetoIcon.js +3 -2
  335. package/dist/icons/NeetoInsights.js +8 -7
  336. package/dist/icons/NeetoInterview.js +8 -7
  337. package/dist/icons/NeetoInvisible.js +11 -3
  338. package/dist/icons/NeetoKb.js +27 -5
  339. package/dist/icons/NeetoQuiz.js +10 -9
  340. package/dist/icons/NeetoReplay.js +8 -7
  341. package/dist/icons/NeetoWireframe.js +34 -5
  342. package/dist/icons/NeutralFaceGrey.js +16 -10
  343. package/dist/icons/NewChat.js +17 -2
  344. package/dist/icons/NoReportsData.js +56 -0
  345. package/dist/icons/Notes.js +4 -3
  346. package/dist/icons/Notification.js +20 -12
  347. package/dist/icons/NotificationTemplates.js +69 -0
  348. package/dist/icons/Os.js +104 -9
  349. package/dist/icons/PaddingAll.js +38 -10
  350. package/dist/icons/PaddingBottom.js +20 -10
  351. package/dist/icons/PaddingLeft.js +20 -10
  352. package/dist/icons/PaddingRight.js +20 -10
  353. package/dist/icons/PaddingTop.js +20 -10
  354. package/dist/icons/PaddingX.js +26 -6
  355. package/dist/icons/PaddingY.js +26 -6
  356. package/dist/icons/Paragraph.js +4 -3
  357. package/dist/icons/Pause.js +17 -4
  358. package/dist/icons/Phone.js +4 -3
  359. package/dist/icons/PhoneRing.js +3 -3
  360. package/dist/icons/Pin.js +19 -0
  361. package/dist/icons/Pipeline.js +12 -5
  362. package/dist/icons/Play.js +5 -4
  363. package/dist/icons/Plus.js +10 -2
  364. package/dist/icons/Prepend.js +22 -7
  365. package/dist/icons/PreventDuplicate.js +12 -11
  366. package/dist/icons/Print.js +12 -4
  367. package/dist/icons/ProductSwitcher.js +11 -10
  368. package/dist/icons/Puzzle.js +4 -3
  369. package/dist/icons/QrCode.js +4 -3
  370. package/dist/icons/Quote.js +4 -3
  371. package/dist/icons/Radio.js +2 -1
  372. package/dist/icons/RadioInactive.js +2 -1
  373. package/dist/icons/Rating.js +4 -3
  374. package/dist/icons/RatingFilled.js +3 -2
  375. package/dist/icons/RecurringInvoice.js +25 -3
  376. package/dist/icons/RecurringMeeting.js +37 -8
  377. package/dist/icons/Redirect.js +27 -12
  378. package/dist/icons/RedirectUrl.js +48 -12
  379. package/dist/icons/Redirection.js +4 -3
  380. package/dist/icons/Redo.js +24 -2
  381. package/dist/icons/Refresh.js +6 -5
  382. package/dist/icons/ReminderEmailForClient.js +49 -0
  383. package/dist/icons/ReminderEmailForHost.js +50 -0
  384. package/dist/icons/ReminderSmsForClient.js +63 -0
  385. package/dist/icons/ReminderSmsForHost.js +64 -0
  386. package/dist/icons/RemoveCircle.js +9 -5
  387. package/dist/icons/Reorder.js +34 -5
  388. package/dist/icons/Repeat.js +14 -6
  389. package/dist/icons/Reply.js +6 -5
  390. package/dist/icons/Report.js +3 -2
  391. package/dist/icons/Ribbon.js +4 -3
  392. package/dist/icons/Right.js +4 -3
  393. package/dist/icons/RightAlign.js +20 -12
  394. package/dist/icons/RightArrow.js +4 -3
  395. package/dist/icons/RightArrowCircle.js +12 -4
  396. package/dist/icons/Robot.js +3 -2
  397. package/dist/icons/RoutingForms.js +52 -0
  398. package/dist/icons/SadFaceGrey.js +17 -11
  399. package/dist/icons/Scale.js +10 -3
  400. package/dist/icons/Score.js +48 -12
  401. package/dist/icons/Search.js +10 -2
  402. package/dist/icons/Security.js +20 -12
  403. package/dist/icons/Send.js +10 -2
  404. package/dist/icons/SendPlane.js +10 -2
  405. package/dist/icons/Seo.js +41 -13
  406. package/dist/icons/Settings.js +6 -5
  407. package/dist/icons/SettingsChecked.js +8 -4
  408. package/dist/icons/Setup.js +48 -14
  409. package/dist/icons/ShapeSwitcher.js +17 -10
  410. package/dist/icons/Shapes.js +8 -7
  411. package/dist/icons/Share.js +31 -2
  412. package/dist/icons/ShoppingCart.js +45 -0
  413. package/dist/icons/SidebarClose.js +22 -11
  414. package/dist/icons/SidebarOpen.js +22 -11
  415. package/dist/icons/SlaPolicies.js +37 -7
  416. package/dist/icons/SmileFaceGrey.js +12 -11
  417. package/dist/icons/Smiley.js +6 -5
  418. package/dist/icons/SmsTemplates.js +44 -12
  419. package/dist/icons/Sparkle.js +4 -3
  420. package/dist/icons/SpecificWindow.js +24 -2
  421. package/dist/icons/Split.js +7 -6
  422. package/dist/icons/SplitPayment.js +46 -13
  423. package/dist/icons/StartWeekOn.js +41 -13
  424. package/dist/icons/Status.js +4 -3
  425. package/dist/icons/Subdomain.js +76 -14
  426. package/dist/icons/Suitcase.js +6 -5
  427. package/dist/icons/Sun.js +69 -12
  428. package/dist/icons/Survey.js +28 -13
  429. package/dist/icons/Swap.js +14 -6
  430. package/dist/icons/Tablet.js +10 -2
  431. package/dist/icons/Tabs.js +28 -8
  432. package/dist/icons/Tag.js +20 -13
  433. package/dist/icons/Tags.js +27 -13
  434. package/dist/icons/TaskOutcome.js +48 -14
  435. package/dist/icons/TaskTags.js +46 -3
  436. package/dist/icons/TaskType.js +62 -14
  437. package/dist/icons/Tax.js +18 -3
  438. package/dist/icons/TaxDetails.js +39 -3
  439. package/dist/icons/Taxonomy.js +20 -12
  440. package/dist/icons/Templates.js +35 -7
  441. package/dist/icons/Terms.js +8 -8
  442. package/dist/icons/Text.js +27 -13
  443. package/dist/icons/TextBold.js +4 -3
  444. package/dist/icons/TextCross.js +7 -5
  445. package/dist/icons/TextH1.js +7 -2
  446. package/dist/icons/TextH2.js +7 -2
  447. package/dist/icons/TextH3.js +7 -2
  448. package/dist/icons/TextH4.js +7 -2
  449. package/dist/icons/TextH5.js +7 -2
  450. package/dist/icons/TextItalic.js +4 -3
  451. package/dist/icons/TextLines.js +3 -3
  452. package/dist/icons/TextP.js +3 -2
  453. package/dist/icons/TextSize.js +10 -2
  454. package/dist/icons/ThankYouPage.js +41 -13
  455. package/dist/icons/TicketField.js +22 -12
  456. package/dist/icons/TicketSettings.js +27 -14
  457. package/dist/icons/TicketTags.js +8 -7
  458. package/dist/icons/Tickets.js +16 -5
  459. package/dist/icons/TimeLock.js +49 -0
  460. package/dist/icons/TimeTracking.js +6 -5
  461. package/dist/icons/TimesheetVerifications.js +26 -7
  462. package/dist/icons/ToggleHeaderRow.js +34 -3
  463. package/dist/icons/Transaction.js +4 -3
  464. package/dist/icons/Transcript.js +84 -0
  465. package/dist/icons/Translate.js +25 -3
  466. package/dist/icons/Twitter.js +20 -12
  467. package/dist/icons/Ubuntu.js +15 -6
  468. package/dist/icons/Underline.js +17 -2
  469. package/dist/icons/Undo.js +17 -2
  470. package/dist/icons/Unlink.js +8 -7
  471. package/dist/icons/Unlock.js +4 -3
  472. package/dist/icons/Up.js +4 -3
  473. package/dist/icons/UpArrow.js +4 -3
  474. package/dist/icons/UpArrowCircle.js +12 -4
  475. package/dist/icons/Upload.js +10 -2
  476. package/dist/icons/User.js +10 -2
  477. package/dist/icons/UserAdd.js +12 -4
  478. package/dist/icons/UserCircle.js +24 -2
  479. package/dist/icons/UserInfo.js +41 -13
  480. package/dist/icons/UserNotification.js +34 -12
  481. package/dist/icons/UserRemove.js +24 -2
  482. package/dist/icons/UserRole.js +39 -10
  483. package/dist/icons/UserRoundedRect.js +12 -5
  484. package/dist/icons/UserSettings.js +17 -2
  485. package/dist/icons/UserStar.js +17 -2
  486. package/dist/icons/UserTags.js +18 -3
  487. package/dist/icons/VerticalBottom.js +19 -11
  488. package/dist/icons/VerticalCenter.js +26 -14
  489. package/dist/icons/VerticalTop.js +19 -11
  490. package/dist/icons/Video.js +4 -3
  491. package/dist/icons/VideoAccessControl.js +34 -13
  492. package/dist/icons/VideoEdit.js +59 -0
  493. package/dist/icons/VideoOff.js +12 -4
  494. package/dist/icons/ViewSettings.js +34 -14
  495. package/dist/icons/Views.js +20 -13
  496. package/dist/icons/Volume.js +4 -3
  497. package/dist/icons/Volume0.js +10 -3
  498. package/dist/icons/Volume100.js +9 -3
  499. package/dist/icons/Volume25.js +4 -3
  500. package/dist/icons/Volume50.js +9 -3
  501. package/dist/icons/Volume75.js +9 -3
  502. package/dist/icons/VolumeOutline.js +4 -3
  503. package/dist/icons/VolumeOutline0.js +8 -7
  504. package/dist/icons/Warning.js +12 -4
  505. package/dist/icons/WarningFilled.js +12 -4
  506. package/dist/icons/Web.js +69 -14
  507. package/dist/icons/Whatsapp.js +3 -2
  508. package/dist/icons/WidgetModes.js +4 -3
  509. package/dist/icons/WidgetVisibility.js +41 -13
  510. package/dist/icons/Workflows.js +37 -12
  511. package/dist/icons/WorkspaceInfo.js +55 -13
  512. package/dist/icons/YesNo.js +10 -3
  513. package/dist/icons/Youtube.js +4 -4
  514. package/dist/icons/index.js +35 -0
  515. package/dist/logos/Neeto.js +8 -4
  516. package/dist/logos/NeetoBugWatch.js +26 -0
  517. package/dist/logos/NeetoCal.js +44 -19
  518. package/dist/logos/NeetoChangelog.js +19 -9
  519. package/dist/logos/NeetoChat.js +17 -10
  520. package/dist/logos/NeetoCi.js +5 -4
  521. package/dist/logos/NeetoCode.js +6 -5
  522. package/dist/logos/NeetoCourse.js +5 -4
  523. package/dist/logos/NeetoCrm.js +14 -8
  524. package/dist/logos/NeetoDeploy.js +5 -4
  525. package/dist/logos/NeetoDesk.js +16 -10
  526. package/dist/logos/NeetoEngage.js +19 -9
  527. package/dist/logos/NeetoForm.js +14 -8
  528. package/dist/logos/NeetoGit.js +18 -12
  529. package/dist/logos/NeetoInvisible.js +7 -6
  530. package/dist/logos/NeetoInvoice.js +14 -8
  531. package/dist/logos/NeetoKb.js +18 -12
  532. package/dist/logos/NeetoPay.js +33 -0
  533. package/dist/logos/NeetoPlanner.js +13 -8
  534. package/dist/logos/NeetoPlaydash.js +9 -8
  535. package/dist/logos/NeetoPublish.js +20 -8
  536. package/dist/logos/NeetoQuiz.js +10 -9
  537. package/dist/logos/NeetoRecord.js +8 -4
  538. package/dist/logos/NeetoReplay.js +14 -8
  539. package/dist/logos/NeetoRunner.js +16 -10
  540. package/dist/logos/NeetoSeo.js +10 -5
  541. package/dist/logos/NeetoSite.js +13 -8
  542. package/dist/logos/NeetoTestify.js +15 -9
  543. package/dist/logos/NeetoTower.js +14 -4
  544. package/dist/logos/NeetoWireframe.js +9 -4
  545. package/dist/logos/index.js +2 -0
  546. package/dist/misc/AmericanExpress.js +17 -4
  547. package/dist/misc/Apple.js +4 -4
  548. package/dist/misc/Callerdesk.js +6 -5
  549. package/dist/misc/CashPayment.js +62 -8
  550. package/dist/misc/Chrome.js +17 -16
  551. package/dist/misc/Daily.js +9 -8
  552. package/dist/misc/Danger.js +4 -3
  553. package/dist/misc/Discover.js +18 -8
  554. package/dist/misc/Edge.js +22 -21
  555. package/dist/misc/FacebookPixel.js +22 -11
  556. package/dist/misc/Firefox.js +84 -83
  557. package/dist/misc/Github.js +16 -9
  558. package/dist/misc/Gmail.js +14 -10
  559. package/dist/misc/Google.js +14 -10
  560. package/dist/misc/GoogleAnalytics.js +24 -13
  561. package/dist/misc/GoogleCalendar.js +28 -21
  562. package/dist/misc/GoogleMeet.js +9 -8
  563. package/dist/misc/GoogleSheets.js +18 -11
  564. package/dist/misc/GoogleTagManager.js +26 -0
  565. package/dist/misc/Info.js +13 -5
  566. package/dist/misc/Instagram.js +11 -10
  567. package/dist/misc/Jcb.js +20 -23
  568. package/dist/misc/Jitsi.js +331 -24
  569. package/dist/misc/Linear.js +10 -19
  570. package/dist/misc/MailChimp.js +14 -7
  571. package/dist/misc/Mastercard.js +28 -14
  572. package/dist/misc/Megaphone.js +17 -6
  573. package/dist/misc/Microsoft.js +9 -8
  574. package/dist/misc/Outlook.js +12 -11
  575. package/dist/misc/PaypalTypeface.js +28 -11
  576. package/dist/misc/Razorpay.js +6 -6
  577. package/dist/misc/RazorpayTypeface.js +48 -7
  578. package/dist/misc/Safari.js +235 -222
  579. package/dist/misc/Shopify.js +6 -5
  580. package/dist/misc/Slack.js +11 -10
  581. package/dist/misc/Stripe.js +4 -3
  582. package/dist/misc/StripeTypeface.js +4 -3
  583. package/dist/misc/Success.js +4 -3
  584. package/dist/misc/Teams.js +14 -10
  585. package/dist/misc/Trello.js +9 -8
  586. package/dist/misc/Twilio.js +11 -10
  587. package/dist/misc/Ubuntu.js +5 -4
  588. package/dist/misc/UnionPay.js +20 -10
  589. package/dist/misc/Upi.js +132 -17
  590. package/dist/misc/UpiTypeface.js +127 -17
  591. package/dist/misc/Visa.js +15 -8
  592. package/dist/misc/Warning.js +13 -5
  593. package/dist/misc/Webhook.js +4 -4
  594. package/dist/misc/Whatsapp.js +18 -8
  595. package/dist/misc/Whereby.js +19 -7
  596. package/dist/misc/Windows.js +6 -5
  597. package/dist/misc/Wordpress.js +5 -4
  598. package/dist/misc/Zapier.js +7 -6
  599. package/dist/misc/Zoom.js +11 -10
  600. package/dist/misc/index.js +1 -0
  601. package/dist/typefaceLogos/Neeto.js +22 -6
  602. package/dist/typefaceLogos/NeetoBugWatch.js +76 -0
  603. package/dist/typefaceLogos/NeetoCal.js +61 -20
  604. package/dist/typefaceLogos/NeetoChangelog.js +83 -7
  605. package/dist/typefaceLogos/NeetoChat.js +70 -12
  606. package/dist/typefaceLogos/NeetoCi.js +43 -6
  607. package/dist/typefaceLogos/NeetoCode.js +63 -11
  608. package/dist/typefaceLogos/NeetoCourse.js +63 -6
  609. package/dist/typefaceLogos/NeetoCrm.js +48 -6
  610. package/dist/typefaceLogos/NeetoDeploy.js +71 -10
  611. package/dist/typefaceLogos/NeetoDesk.js +71 -15
  612. package/dist/typefaceLogos/NeetoEngage.js +64 -13
  613. package/dist/typefaceLogos/NeetoForm.js +62 -10
  614. package/dist/typefaceLogos/NeetoGit.js +63 -16
  615. package/dist/typefaceLogos/NeetoInvisible.js +89 -12
  616. package/dist/typefaceLogos/NeetoInvoice.js +77 -10
  617. package/dist/typefaceLogos/NeetoKb.js +56 -14
  618. package/dist/typefaceLogos/NeetoPay.js +73 -0
  619. package/dist/typefaceLogos/NeetoPlanner.js +81 -10
  620. package/dist/typefaceLogos/NeetoPlaydash.js +95 -19
  621. package/dist/typefaceLogos/NeetoPublish.js +52 -10
  622. package/dist/typefaceLogos/NeetoQuiz.js +63 -11
  623. package/dist/typefaceLogos/NeetoRecord.js +72 -10
  624. package/dist/typefaceLogos/NeetoReplay.js +71 -10
  625. package/dist/typefaceLogos/NeetoRunner.js +74 -12
  626. package/dist/typefaceLogos/NeetoSeo.js +62 -11
  627. package/dist/typefaceLogos/NeetoSite.js +57 -6
  628. package/dist/typefaceLogos/NeetoTestify.js +77 -11
  629. package/dist/typefaceLogos/NeetoTower.js +67 -6
  630. package/dist/typefaceLogos/NeetoWireframe.js +91 -10
  631. package/dist/typefaceLogos/index.js +2 -0
  632. package/package.json +9 -3
  633. package/svgr.config.js +12 -0
@@ -2,18 +2,19 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgCursor = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
12
  <Path
13
+ d="M6.731 4.675C9.165 1.541 13.112 1.541 15.546 4.675M12.671 11.583V7.152C12.671 6.336 12.01 5.675 11.194 5.675C10.378 5.675 9.717 6.336 9.717 7.152V10.598V15.675L7.071 14.317C6.469 14.008 5.736 14.123 5.258 14.601C4.625 15.234 4.655 16.269 5.323 16.865L10.148 21.168C10.514 21.495 10.988 21.675 11.479 21.675H16.112C17.049 21.675 17.861 21.024 18.064 20.109L19.137 15.279C19.45 13.869 18.507 12.487 17.08 12.266L12.671 11.583V11.583Z"
12
14
  stroke={props.color}
15
+ strokeWidth={1.5}
13
16
  strokeLinecap="round"
14
17
  strokeLinejoin="round"
15
- strokeWidth={1.5}
16
- d="M6.731 4.675c2.434-3.134 6.381-3.134 8.815 0m-2.875 6.908V7.152a1.477 1.477 0 1 0-2.954 0v8.523l-2.646-1.358a1.558 1.558 0 0 0-1.748 2.548l4.825 4.303c.366.327.84.507 1.331.507h4.633a2 2 0 0 0 1.952-1.566l1.073-4.83a2.5 2.5 0 0 0-2.057-3.013z"
17
18
  />
18
19
  </Svg>
19
20
  );
@@ -1,26 +1,75 @@
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 SvgCustomDomain = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G
12
- stroke={props.color}
13
- strokeLinecap="round"
14
- strokeLinejoin="round"
15
- strokeWidth={1.5}
16
- clipPath="url(#CustomDomain_svg__a)"
17
- >
18
- <Path d="M20.603 9.355a9 9 0 1 0-9.458 11.604M3.6 9h16.8M3.6 15h4.9" />
19
- <Path d="M11.5 3a17 17 0 0 0 0 18M12.5 3a16.94 16.94 0 0 1 2.578 9M16.5 18.5l3-3M17.5 14l.231-.268a2.5 2.5 0 0 1 3.535 3.536L21 17.5M18.5 20l-.199.267a2.534 2.534 0 0 1-3.563 0 2.487 2.487 0 0 1 0-3.536L15 16.5" />
12
+ <G clipPath="url(#clip0_2358_5212)">
13
+ <Path
14
+ d="M20.6025 9.35496C20.0344 7.50711 18.8863 5.89131 17.3283 4.74677C15.7703 3.60223 13.8851 2.9898 11.9519 3.00013C10.0187 3.01046 8.14021 3.64301 6.5945 4.80413C5.0488 5.96525 3.91806 7.59322 3.36968 9.44705C2.8213 11.3009 2.88442 13.282 3.5497 15.0972C4.21498 16.9123 5.44706 18.465 7.06354 19.5254C8.29307 20.3319 9.69528 20.821 11.1454 20.9593"
15
+ stroke={props.color}
16
+ strokeWidth={1.2}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ <Path
21
+ d="M3.59991 9.00067H20.3999"
22
+ stroke={props.color}
23
+ strokeWidth={1.2}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
27
+ <Path
28
+ d="M3.59991 15.0007H8.5"
29
+ stroke={props.color}
30
+ strokeWidth={1.2}
31
+ strokeLinecap="round"
32
+ strokeLinejoin="round"
33
+ />
34
+ <Path
35
+ d="M11.4999 3.00067C9.81525 5.70028 8.92212 8.81854 8.92212 12.0007C8.92212 15.1828 9.81525 18.3011 11.4999 21.0007"
36
+ stroke={props.color}
37
+ strokeWidth={1.2}
38
+ strokeLinecap="round"
39
+ strokeLinejoin="round"
40
+ />
41
+ <Path
42
+ d="M12.4999 3.00067C14.1981 5.71573 15.0809 8.83769 15.0778 12"
43
+ stroke={props.color}
44
+ strokeWidth={1.2}
45
+ strokeLinecap="round"
46
+ strokeLinejoin="round"
47
+ />
48
+ <Path
49
+ d="M16.4999 18.4997L19.4996 15.4999"
50
+ stroke={props.color}
51
+ strokeWidth={1.2}
52
+ strokeLinecap="round"
53
+ strokeLinejoin="round"
54
+ />
55
+ <Path
56
+ d="M17.4998 14.0001L17.7312 13.7321C18.2001 13.2633 18.836 13 19.499 13C20.162 13 20.7979 13.2635 21.2667 13.7323C21.7355 14.2012 21.9988 14.8371 21.9988 15.5001C21.9987 16.1632 21.7353 16.799 21.2664 17.2678L20.9995 17.4998"
57
+ stroke={props.color}
58
+ strokeWidth={1.2}
59
+ strokeLinecap="round"
60
+ strokeLinejoin="round"
61
+ />
62
+ <Path
63
+ d="M18.4997 19.9996L18.3012 20.2666C17.8269 20.7356 17.1867 20.9987 16.5196 20.9987C15.8525 20.9987 15.2123 20.7356 14.738 20.2666C14.5042 20.0354 14.3186 19.7601 14.1919 19.4567C14.0652 19.1533 14 18.8278 14 18.499C14 18.1702 14.0652 17.8446 14.1919 17.5412C14.3186 17.2378 14.5042 16.9625 14.738 16.7314L15 16.4999"
64
+ stroke={props.color}
65
+ strokeWidth={1.2}
66
+ strokeLinecap="round"
67
+ strokeLinejoin="round"
68
+ />
20
69
  </G>
21
70
  <Defs>
22
- <ClipPath id="CustomDomain_svg__a">
23
- <Path fill={props.color} d="M0 0h24v24H0z" />
71
+ <ClipPath id="clip0_2358_5212">
72
+ <Rect width={24} height={24} fill="white" />
24
73
  </ClipPath>
25
74
  </Defs>
26
75
  </Svg>
@@ -1,31 +1,94 @@
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 SvgCustomField = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G
12
- stroke={props.color}
13
- strokeLinecap="round"
14
- clipPath="url(#CustomField_svg__a)"
15
- >
12
+ <G clipPath="url(#clip0_7295_407)">
13
+ <Path
14
+ d="M11 14.125C11 14.4897 11.1449 14.8394 11.4027 15.0973C11.6606 15.3551 12.0103 15.5 12.375 15.5C12.7397 15.5 13.0894 15.3551 13.3473 15.0973C13.6051 14.8394 13.75 14.4897 13.75 14.125C13.75 13.7603 13.6051 13.4106 13.3473 13.1527C13.0894 12.8949 12.7397 12.75 12.375 12.75C12.0103 12.75 11.6606 12.8949 11.4027 13.1527C11.1449 13.4106 11 13.7603 11 14.125Z"
15
+ stroke={props.color}
16
+ strokeWidth={1.375}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
16
20
  <Path
21
+ d="M12.375 10V12.75"
22
+ stroke={props.color}
23
+ strokeWidth={1.375}
24
+ strokeLinecap="round"
17
25
  strokeLinejoin="round"
26
+ />
27
+ <Path
28
+ d="M12.375 15.5V20"
29
+ stroke={props.color}
18
30
  strokeWidth={1.375}
19
- d="M11 14.125a1.375 1.375 0 1 0 2.75 0 1.375 1.375 0 0 0-2.75 0M12.375 10v2.75M12.375 15.5V20M15.125 17.25a1.375 1.375 0 1 0 2.75 0 1.375 1.375 0 0 0-2.75 0M16.5 10v5.875M16.5 18.625V20M19.25 12.063a1.375 1.375 0 1 0 2.75 0 1.375 1.375 0 0 0-2.75 0M20.625 10v.688M20.625 13.438V20"
31
+ strokeLinecap="round"
32
+ strokeLinejoin="round"
33
+ />
34
+ <Path
35
+ d="M15.125 17.25C15.125 17.6147 15.2699 17.9644 15.5277 18.2223C15.7856 18.4801 16.1353 18.625 16.5 18.625C16.8647 18.625 17.2144 18.4801 17.4723 18.2223C17.7301 17.9644 17.875 17.6147 17.875 17.25C17.875 16.8853 17.7301 16.5356 17.4723 16.2777C17.2144 16.0199 16.8647 15.875 16.5 15.875C16.1353 15.875 15.7856 16.0199 15.5277 16.2777C15.2699 16.5356 15.125 16.8853 15.125 17.25Z"
36
+ stroke={props.color}
37
+ strokeWidth={1.375}
38
+ strokeLinecap="round"
39
+ strokeLinejoin="round"
40
+ />
41
+ <Path
42
+ d="M16.5 10V15.875"
43
+ stroke={props.color}
44
+ strokeWidth={1.375}
45
+ strokeLinecap="round"
46
+ strokeLinejoin="round"
47
+ />
48
+ <Path
49
+ d="M16.5 18.625V20"
50
+ stroke={props.color}
51
+ strokeWidth={1.375}
52
+ strokeLinecap="round"
53
+ strokeLinejoin="round"
54
+ />
55
+ <Path
56
+ d="M19.25 12.0625C19.25 12.4272 19.3949 12.7769 19.6527 13.0348C19.9106 13.2926 20.2603 13.4375 20.625 13.4375C20.9897 13.4375 21.3394 13.2926 21.5973 13.0348C21.8551 12.7769 22 12.4272 22 12.0625C22 11.6978 21.8551 11.3481 21.5973 11.0902C21.3394 10.8324 20.9897 10.6875 20.625 10.6875C20.2603 10.6875 19.9106 10.8324 19.6527 11.0902C19.3949 11.3481 19.25 11.6978 19.25 12.0625Z"
57
+ stroke={props.color}
58
+ strokeWidth={1.375}
59
+ strokeLinecap="round"
60
+ strokeLinejoin="round"
61
+ />
62
+ <Path
63
+ d="M20.625 10V10.6875"
64
+ stroke={props.color}
65
+ strokeWidth={1.375}
66
+ strokeLinecap="round"
67
+ strokeLinejoin="round"
68
+ />
69
+ <Path
70
+ d="M20.625 13.4375V20"
71
+ stroke={props.color}
72
+ strokeWidth={1.375}
73
+ strokeLinecap="round"
74
+ strokeLinejoin="round"
75
+ />
76
+ <Path
77
+ d="M20 8V7C20 5.89543 19.1046 5 18 5H6C4.89543 5 4 5.89543 4 7V11C4 12.1046 4.89543 13 6 13H8"
78
+ stroke={props.color}
79
+ strokeWidth={1.5}
80
+ strokeLinecap="round"
20
81
  />
21
82
  <Path
83
+ d="M7 7V11"
84
+ stroke={props.color}
22
85
  strokeWidth={1.5}
23
- d="M20 8V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2M7 7v4"
86
+ strokeLinecap="round"
24
87
  />
25
88
  </G>
26
89
  <Defs>
27
- <ClipPath id="CustomField_svg__a">
28
- <Path fill={props.color} d="M0 0h24v24H0z" />
90
+ <ClipPath id="clip0_7295_407">
91
+ <Rect width={24} height={24} fill="white" />
29
92
  </ClipPath>
30
93
  </Defs>
31
94
  </Svg>
@@ -2,18 +2,75 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgCustomSize = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
12
  <Path
13
+ d="M7 19C6.46957 19 5.96086 18.7893 5.58579 18.4142C5.21071 18.0391 5 17.5304 5 17"
14
+ stroke={props.color}
15
+ strokeWidth={1.5}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ <Path
20
+ d="M5 13V11"
21
+ stroke={props.color}
22
+ strokeWidth={1.5}
23
+ strokeLinecap="round"
24
+ strokeLinejoin="round"
25
+ />
26
+ <Path
27
+ d="M5 7C5 6.46957 5.21071 5.96086 5.58579 5.58579C5.96086 5.21071 6.46957 5 7 5"
28
+ stroke={props.color}
29
+ strokeWidth={1.5}
30
+ strokeLinecap="round"
31
+ strokeLinejoin="round"
32
+ />
33
+ <Path
34
+ d="M11 5H13"
35
+ stroke={props.color}
36
+ strokeWidth={1.5}
37
+ strokeLinecap="round"
38
+ strokeLinejoin="round"
39
+ />
40
+ <Path
41
+ d="M17 5C17.5304 5 18.0391 5.21071 18.4142 5.58579C18.7893 5.96086 19 6.46957 19 7"
12
42
  stroke={props.color}
43
+ strokeWidth={1.5}
13
44
  strokeLinecap="round"
14
45
  strokeLinejoin="round"
46
+ />
47
+ <Path
48
+ d="M19 11V13"
49
+ stroke={props.color}
15
50
  strokeWidth={1.5}
16
- d="M7 19a2 2 0 0 1-2-2M5 13v-2M5 7a2 2 0 0 1 2-2M11 5h2M17 5a2 2 0 0 1 2 2M19 11v2M19 17v4M21 19h-4M13 19h-2"
51
+ strokeLinecap="round"
52
+ strokeLinejoin="round"
53
+ />
54
+ <Path
55
+ d="M19 17V21"
56
+ stroke={props.color}
57
+ strokeWidth={1.5}
58
+ strokeLinecap="round"
59
+ strokeLinejoin="round"
60
+ />
61
+ <Path
62
+ d="M21 19H17"
63
+ stroke={props.color}
64
+ strokeWidth={1.5}
65
+ strokeLinecap="round"
66
+ strokeLinejoin="round"
67
+ />
68
+ <Path
69
+ d="M13 19H11"
70
+ stroke={props.color}
71
+ strokeWidth={1.5}
72
+ strokeLinecap="round"
73
+ strokeLinejoin="round"
17
74
  />
18
75
  </Svg>
19
76
  );
@@ -2,17 +2,18 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgCustomers = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
12
  <Path
12
- fill={props.color}
13
13
  fillRule="evenodd"
14
- d="M10.875 6.276a2.651 2.651 0 0 0-3.75 3.75m0 0a2.65 2.65 0 1 0 3.75-3.749m-4.81-1.061a4.15 4.15 0 1 1 0 5.87 4.15 4.15 0 0 1 0-5.87m8.185.534A.75.75 0 0 1 15 5h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75m1 3.5A.75.75 0 0 1 16 8.5h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75m1 3.5A.75.75 0 0 1 17 12h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75M7 15.5a3.25 3.25 0 0 0-3.25 3.25.75.75 0 0 1-1.5 0A4.75 4.75 0 0 1 7 14h4a4.75 4.75 0 0 1 4.75 4.75.75.75 0 0 1-1.5 0A3.25 3.25 0 0 0 11 15.5z"
15
14
  clipRule="evenodd"
15
+ d="M10.8746 6.27644C9.83936 5.24119 8.1608 5.24117 7.12552 6.27646C6.09024 7.31173 6.09024 8.99025 7.12551 10.0255C7.12551 10.0255 7.12551 10.0255 7.12552 10.0255M7.12552 10.0255C8.1608 11.0608 9.83937 11.0608 10.8746 10.0255L10.8746 10.0255C11.9099 8.99026 11.9099 7.31174 10.8746 6.27646L10.8746 6.27644M6.06486 5.2158C7.68591 3.59474 10.3142 3.59472 11.9352 5.21581C13.5563 6.83685 13.5563 9.46513 11.9352 11.0862C10.3142 12.7072 7.68592 12.7072 6.06487 11.0862L6.06486 11.0862C4.44379 9.46513 4.44379 6.83686 6.06486 5.2158ZM14.25 5.75C14.25 5.33578 14.5858 5 15 5H21C21.4142 5 21.75 5.33578 21.75 5.75C21.75 6.16421 21.4142 6.5 21 6.5H15C14.5858 6.5 14.25 6.16421 14.25 5.75ZM15.25 9.25C15.25 8.83578 15.5858 8.5 16 8.5H21C21.4142 8.5 21.75 8.83578 21.75 9.25C21.75 9.66421 21.4142 10 21 10H16C15.5858 10 15.25 9.66421 15.25 9.25ZM16.25 12.75C16.25 12.3358 16.5858 12 17 12H21C21.4142 12 21.75 12.3358 21.75 12.75C21.75 13.1642 21.4142 13.5 21 13.5H17C16.5858 13.5 16.25 13.1642 16.25 12.75ZM7 15.5C5.20521 15.5 3.75 16.9552 3.75 18.75C3.75 19.1642 3.41421 19.5 3 19.5C2.58579 19.5 2.25 19.1642 2.25 18.75C2.25 16.1268 4.37679 14 7 14H11C13.6232 14 15.75 16.1268 15.75 18.75C15.75 19.1642 15.4142 19.5 15 19.5C14.5858 19.5 14.25 19.1642 14.25 18.75C14.25 16.9552 12.7948 15.5 11 15.5H7Z"
16
+ fill={props.color}
16
17
  />
17
18
  </Svg>
18
19
  );
@@ -0,0 +1,70 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ const SvgCustomiseNotification = (props) => (
4
+ <Svg
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
8
+ width={props.size}
9
+ height={props.size}
10
+ {...props}
11
+ >
12
+ <G clipPath="url(#clip0_569_1291)">
13
+ <Path
14
+ d="M15 6.42137C14.4246 5.83596 13.7483 5.35382 13 5C13 4.46957 12.7893 3.96086 12.4142 3.58579C12.0391 3.21071 11.5304 3 11 3C10.4696 3 9.96086 3.21071 9.58579 3.58579C9.21071 3.96086 9 4.46957 9 5C7.85159 5.54303 6.8726 6.38833 6.16795 7.4453C5.4633 8.50227 5.05956 9.73107 5 11V14C4.92474 14.6217 4.70457 15.2171 4.35719 15.7381C4.00981 16.2592 3.54494 16.6914 3 17H19C18.4551 16.6914 17.9902 16.2592 17.6428 15.7381C17.4227 15.408 17.2537 15.0481 17.1403 14.6706"
15
+ stroke="#344054"
16
+ strokeWidth={1.2}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ <Path
21
+ d="M8 17V18C8 18.7956 8.31607 19.5587 8.87868 20.1213C9.44129 20.6839 10.2044 21 11 21C11.7956 21 12.5587 20.6839 13.1213 20.1213C13.6839 19.5587 14 18.7956 14 18V17"
22
+ stroke="#344054"
23
+ strokeWidth={1.2}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
27
+ <Path
28
+ d="M15.8748 13.1241C16.2063 13.1241 16.5242 12.9925 16.7586 12.7581C16.993 12.5237 17.1247 12.2058 17.1247 11.8743C17.1247 11.5428 16.993 11.2249 16.7586 10.9905C16.5242 10.7561 16.2063 10.6244 15.8748 10.6244C15.5433 10.6244 15.2254 10.7561 14.991 10.9905C14.7566 11.2249 14.6249 11.5428 14.6249 11.8743C14.6249 12.2058 14.7566 12.5237 14.991 12.7581C15.2254 12.9925 15.5433 13.1241 15.8748 13.1241Z"
29
+ stroke="#344054"
30
+ strokeWidth={1.2}
31
+ strokeLinecap="round"
32
+ strokeLinejoin="round"
33
+ />
34
+ <Path
35
+ d="M12.1252 11.8743L14.6249 11.8743"
36
+ stroke="#344054"
37
+ strokeWidth={1.2}
38
+ strokeLinecap="round"
39
+ strokeLinejoin="round"
40
+ />
41
+ <Path
42
+ d="M17.1247 11.8743L22.1241 11.8743"
43
+ stroke="#344054"
44
+ strokeWidth={1.2}
45
+ strokeLinecap="round"
46
+ strokeLinejoin="round"
47
+ />
48
+ <Path
49
+ d="M19.6244 9.37451C19.9559 9.37451 20.2738 9.24283 20.5082 9.00844C20.7426 8.77404 20.8743 8.45613 20.8743 8.12465C20.8743 7.79316 20.7426 7.47526 20.5082 7.24086C20.2738 7.00647 19.9559 6.87479 19.6244 6.87479C19.293 6.87479 18.975 7.00647 18.7406 7.24086C18.5063 7.47526 18.3746 7.79316 18.3746 8.12465C18.3746 8.45613 18.5063 8.77404 18.7406 9.00844C18.975 9.24283 19.293 9.37451 19.6244 9.37451Z"
50
+ stroke="#344054"
51
+ strokeWidth={1.2}
52
+ strokeLinecap="round"
53
+ strokeLinejoin="round"
54
+ />
55
+ <Path
56
+ d="M12.1252 8.12463L18.3745 8.12463"
57
+ stroke="#344054"
58
+ strokeWidth={1.2}
59
+ strokeLinecap="round"
60
+ strokeLinejoin="round"
61
+ />
62
+ </G>
63
+ <Defs>
64
+ <ClipPath id="clip0_569_1291">
65
+ <Rect width={24} height={24} fill="white" />
66
+ </ClipPath>
67
+ </Defs>
68
+ </Svg>
69
+ );
70
+ export default SvgCustomiseNotification;
@@ -1,25 +1,82 @@
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 SvgCustomize = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
- <G
12
- stroke={props.color}
13
- strokeLinecap="round"
14
- strokeLinejoin="round"
15
- strokeWidth={1.5}
16
- clipPath="url(#Customize_svg__a)"
17
- >
18
- <Path d="M4 10a2 2 0 1 0 4 0 2 2 0 0 0-4 0M6 4v4M6 12v8M10 16a2 2 0 1 0 4 0 2 2 0 0 0-4 0M12 4v10M12 18v2M16 7a2 2 0 1 0 4 0 2 2 0 0 0-4 0M18 4v1M18 9v11" />
12
+ <G clipPath="url(#clip0_7295_582)">
13
+ <Path
14
+ d="M4 10C4 10.5304 4.21071 11.0391 4.58579 11.4142C4.96086 11.7893 5.46957 12 6 12C6.53043 12 7.03914 11.7893 7.41421 11.4142C7.78929 11.0391 8 10.5304 8 10C8 9.46957 7.78929 8.96086 7.41421 8.58579C7.03914 8.21071 6.53043 8 6 8C5.46957 8 4.96086 8.21071 4.58579 8.58579C4.21071 8.96086 4 9.46957 4 10Z"
15
+ stroke={props.color}
16
+ strokeWidth={1.5}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ <Path
21
+ d="M6 4V8"
22
+ stroke={props.color}
23
+ strokeWidth={1.5}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
27
+ <Path
28
+ d="M6 12V20"
29
+ stroke={props.color}
30
+ strokeWidth={1.5}
31
+ strokeLinecap="round"
32
+ strokeLinejoin="round"
33
+ />
34
+ <Path
35
+ d="M10 16C10 16.5304 10.2107 17.0391 10.5858 17.4142C10.9609 17.7893 11.4696 18 12 18C12.5304 18 13.0391 17.7893 13.4142 17.4142C13.7893 17.0391 14 16.5304 14 16C14 15.4696 13.7893 14.9609 13.4142 14.5858C13.0391 14.2107 12.5304 14 12 14C11.4696 14 10.9609 14.2107 10.5858 14.5858C10.2107 14.9609 10 15.4696 10 16Z"
36
+ stroke={props.color}
37
+ strokeWidth={1.5}
38
+ strokeLinecap="round"
39
+ strokeLinejoin="round"
40
+ />
41
+ <Path
42
+ d="M12 4V14"
43
+ stroke={props.color}
44
+ strokeWidth={1.5}
45
+ strokeLinecap="round"
46
+ strokeLinejoin="round"
47
+ />
48
+ <Path
49
+ d="M12 18V20"
50
+ stroke={props.color}
51
+ strokeWidth={1.5}
52
+ strokeLinecap="round"
53
+ strokeLinejoin="round"
54
+ />
55
+ <Path
56
+ d="M16 7C16 7.53043 16.2107 8.03914 16.5858 8.41421C16.9609 8.78929 17.4696 9 18 9C18.5304 9 19.0391 8.78929 19.4142 8.41421C19.7893 8.03914 20 7.53043 20 7C20 6.46957 19.7893 5.96086 19.4142 5.58579C19.0391 5.21071 18.5304 5 18 5C17.4696 5 16.9609 5.21071 16.5858 5.58579C16.2107 5.96086 16 6.46957 16 7Z"
57
+ stroke={props.color}
58
+ strokeWidth={1.5}
59
+ strokeLinecap="round"
60
+ strokeLinejoin="round"
61
+ />
62
+ <Path
63
+ d="M18 4V5"
64
+ stroke={props.color}
65
+ strokeWidth={1.5}
66
+ strokeLinecap="round"
67
+ strokeLinejoin="round"
68
+ />
69
+ <Path
70
+ d="M18 9V20"
71
+ stroke={props.color}
72
+ strokeWidth={1.5}
73
+ strokeLinecap="round"
74
+ strokeLinejoin="round"
75
+ />
19
76
  </G>
20
77
  <Defs>
21
- <ClipPath id="Customize_svg__a">
22
- <Path fill={props.color} d="M0 0h24v24H0z" />
78
+ <ClipPath id="clip0_7295_582">
79
+ <Rect width={24} height={24} fill="white" />
23
80
  </ClipPath>
24
81
  </Defs>
25
82
  </Svg>
@@ -2,18 +2,47 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgDashboard = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
12
  <Path
13
+ d="M13.5 11.507V16"
14
+ stroke={props.color}
15
+ strokeWidth={1.5}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ <Path
20
+ d="M10.5 8V16"
21
+ stroke={props.color}
22
+ strokeWidth={1.5}
23
+ strokeLinecap="round"
24
+ strokeLinejoin="round"
25
+ />
26
+ <Path
27
+ d="M7.5 13.26V16"
12
28
  stroke={props.color}
29
+ strokeWidth={1.5}
13
30
  strokeLinecap="round"
14
31
  strokeLinejoin="round"
32
+ />
33
+ <Path
34
+ d="M16.5 9.75299V16"
35
+ stroke={props.color}
15
36
  strokeWidth={1.5}
16
- d="M13.5 11.507V16M10.5 8v8M7.5 13.26V16M16.5 9.753V16M16 3H8a5 5 0 0 0-5 5v8a5 5 0 0 0 5 5h8a5 5 0 0 0 5-5V8a5 5 0 0 0-5-5"
37
+ strokeLinecap="round"
38
+ strokeLinejoin="round"
39
+ />
40
+ <Path
41
+ d="M16 3H8C5.23858 3 3 5.23858 3 8V16C3 18.7614 5.23858 21 8 21H16C18.7614 21 21 18.7614 21 16V8C21 5.23858 18.7614 3 16 3Z"
42
+ stroke={props.color}
43
+ strokeWidth={1.5}
44
+ strokeLinecap="round"
45
+ strokeLinejoin="round"
17
46
  />
18
47
  </Svg>
19
48
  );
@@ -2,15 +2,16 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgDatabase = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
12
  <Path
13
+ d="M3.81914 6.33633L4.53633 6.72656L4.24805 6.57187L4.52578 6.74766L4.53633 6.73008L4.24805 6.57539L4.52578 6.75117C4.53984 6.73359 4.85625 6.22734 5.93906 5.70352C7.02539 5.17969 8.8957 4.64531 11.9965 4.64531C15.3082 4.64531 17.2137 5.25703 18.2613 5.80898C18.7852 6.08672 19.1016 6.35039 19.2773 6.52617C19.3652 6.61406 19.418 6.68086 19.4461 6.71953L19.4672 6.75117L19.7449 6.57539L19.4566 6.73008L19.4672 6.74766L19.7449 6.57187L19.4566 6.72656L20.1773 6.33633H19.3582V17.6637H20.1773L19.4637 17.2734L19.752 17.4281L19.4742 17.2523L19.4637 17.2699L19.752 17.4246L19.4742 17.2488C19.4602 17.2664 19.1437 17.7727 18.0609 18.2965C16.9746 18.8203 15.1043 19.3547 12.0035 19.3547C8.6918 19.3547 6.78633 18.743 5.73867 18.191C5.21484 17.9133 4.89844 17.6496 4.72266 17.4738C4.63477 17.3859 4.58203 17.3191 4.55391 17.2805L4.53281 17.2488L4.25508 17.4246L4.54336 17.2699L4.53281 17.2523L4.25508 17.4281L4.54336 17.2734L3.82266 17.6637H4.6418V6.33633H3.81914L4.53633 6.72656L3.81914 6.33633H3V17.8711L3.09844 18.0539C3.16523 18.1805 3.63281 18.9434 4.96875 19.6465C6.30469 20.3531 8.49141 21 12 21C15.5086 21 17.6918 20.3531 19.0312 19.6465C20.3672 18.9434 20.8383 18.1805 20.9016 18.0539L21 17.8711V6.12891L20.9016 5.94609C20.8348 5.81953 20.3672 5.05664 19.0312 4.35352C17.6918 3.64687 15.5086 3 12 3C8.49141 3 6.3082 3.64687 4.96875 4.35352C3.63281 5.05664 3.16523 5.81953 3.09844 5.94609L3 6.12891V6.33633H3.81914ZM3.2707 13.4273C3.36211 13.5152 6.29063 16.0922 12 16.0922C17.7094 16.0922 20.6344 13.5152 20.7293 13.4273L19.6359 12.2109L19.9559 12.566L19.6395 12.2074L19.6359 12.2109L19.9559 12.566L19.6395 12.2074C19.6395 12.2074 19.6043 12.2391 19.527 12.2988C18.975 12.7242 16.4859 14.4504 12.0035 14.4539C9.39844 14.4539 7.47539 13.8703 6.20273 13.2973C5.56641 13.0125 5.09531 12.7277 4.78945 12.5203C4.63477 12.4184 4.52578 12.334 4.45547 12.2777L4.38164 12.218L4.36758 12.2074L4.05117 12.566L4.37109 12.2109L4.36758 12.2074L4.05117 12.566L4.37109 12.2109L3.2707 13.4273ZM3.2707 8.51602C3.36211 8.60391 6.29063 11.1809 12 11.1809C17.7094 11.1809 20.6344 8.60391 20.7293 8.51602L19.6359 7.29961L19.9559 7.65469L19.6395 7.29609L19.6359 7.29961L19.9559 7.65469L19.6395 7.29609C19.6395 7.29609 19.6043 7.32773 19.527 7.3875C18.975 7.81289 16.4859 9.53906 12.0035 9.54258C9.39844 9.54258 7.47539 8.95898 6.20273 8.38594C5.56641 8.10117 5.09531 7.81641 4.78945 7.60898C4.63477 7.50703 4.52578 7.42266 4.45547 7.36641L4.38164 7.30664L4.36758 7.29609L4.05117 7.65469L4.37109 7.29961L4.36758 7.29609L4.05117 7.65469L4.37109 7.29961L3.2707 8.51602Z"
12
14
  fill={props.color}
13
- d="m3.82 6.336.716.39-.288-.154.278.176.01-.018-.288-.155.278.176c.014-.017.33-.524 1.413-1.047 1.086-.524 2.957-1.059 6.057-1.059 3.312 0 5.218.612 6.265 1.164.524.278.84.541 1.016.717.088.088.141.155.17.194l.02.031.278-.176-.288.155.01.018.278-.176-.288.155.72-.39h-.819v11.327h.82l-.714-.39.288.154-.278-.176-.01.018.288.155-.278-.176c-.014.017-.33.524-1.413 1.048-1.086.523-2.957 1.058-6.057 1.058-3.312 0-5.218-.612-6.265-1.164-.524-.278-.84-.541-1.016-.717a2 2 0 0 1-.17-.194l-.02-.031-.278.176.288-.155-.01-.018-.278.176.288-.155-.72.39h.819V6.337zl.717.39zH3v11.535l.098.183c.067.127.535.89 1.87 1.593C6.306 20.353 8.492 21 12 21s5.692-.647 7.031-1.354c1.336-.703 1.807-1.466 1.87-1.592L21 17.87V6.13l-.098-.183c-.067-.126-.535-.89-1.87-1.592C17.691 3.647 15.508 3 12 3s-5.692.647-7.031 1.354c-1.336.703-1.804 1.466-1.87 1.592L3 6.13v.207zm-.55 7.091c.092.088 3.02 2.665 8.73 2.665s8.634-2.577 8.73-2.665l-1.094-1.216.32.355-.316-.359-.004.004.32.355-.316-.359q.001.001-.113.092c-.552.425-3.041 2.151-7.523 2.155-2.606 0-4.529-.584-5.801-1.157a9.3 9.3 0 0 1-1.414-.777 4 4 0 0 1-.334-.242l-.073-.06-.014-.01-.317.358.32-.355-.003-.004-.317.359.32-.355zm0-4.911c.092.088 3.02 2.665 8.73 2.665s8.634-2.577 8.73-2.665L19.635 7.3l.32.355-.316-.359-.004.004.32.355-.316-.359q.001.001-.113.091c-.552.426-3.041 2.152-7.523 2.156-2.606 0-4.529-.584-5.801-1.157a9.3 9.3 0 0 1-1.414-.777 4 4 0 0 1-.334-.243l-.073-.06-.014-.01-.317.359.32-.355-.003-.004-.317.359.32-.355z"
14
15
  />
15
16
  </Svg>
16
17
  );
@@ -2,18 +2,40 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgDelete = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
12
  <Path
13
+ d="M15.5414 21H8.45857C7.89171 21 7.34573 20.786 6.92981 20.4009C6.51389 20.0157 6.25868 19.4878 6.2152 18.9226L5.25 6.375H18.75L17.7848 18.9226C17.7413 19.4878 17.4861 20.0157 17.0702 20.4009C16.6543 20.786 16.1083 21 15.5414 21V21Z"
14
+ stroke={props.color}
15
+ strokeWidth={1.5}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ <Path
20
+ d="M20 6.375H4"
21
+ stroke={props.color}
22
+ strokeWidth={1.5}
23
+ strokeLinecap="round"
24
+ strokeLinejoin="round"
25
+ />
26
+ <Path
27
+ d="M9.1875 3H14.8125C15.1109 3 15.397 3.11853 15.608 3.3295C15.819 3.54048 15.9375 3.82663 15.9375 4.125V6.375H8.0625V4.125C8.0625 3.82663 8.18103 3.54048 8.392 3.3295C8.60298 3.11853 8.88913 3 9.1875 3V3Z"
12
28
  stroke={props.color}
29
+ strokeWidth={1.5}
13
30
  strokeLinecap="round"
14
31
  strokeLinejoin="round"
32
+ />
33
+ <Path
34
+ d="M10 17H14"
35
+ stroke={props.color}
15
36
  strokeWidth={1.5}
16
- d="M15.541 21H8.46a2.25 2.25 0 0 1-2.244-2.077L5.25 6.375h13.5l-.965 12.548A2.25 2.25 0 0 1 15.54 21M20 6.375H4M9.188 3h5.624a1.125 1.125 0 0 1 1.126 1.125v2.25H8.061v-2.25A1.125 1.125 0 0 1 9.189 3M10 17h4"
37
+ strokeLinecap="round"
38
+ strokeLinejoin="round"
17
39
  />
18
40
  </Svg>
19
41
  );
@@ -2,26 +2,33 @@ import * as React from "react";
2
2
  import Svg, { Rect, Path } from "react-native-svg";
3
3
  const SvgDeleteColumn = (props) => (
4
4
  <Svg
5
+ fill="none"
5
6
  xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
6
8
  width={props.size}
7
9
  height={props.size}
8
- fill="none"
9
10
  {...props}
10
11
  >
11
12
  <Rect
12
- width={6.5}
13
- height={14.5}
14
13
  x={4.75}
15
14
  y={4.75}
15
+ width={6.5}
16
+ height={14.5}
17
+ rx={1.25}
16
18
  stroke={props.color}
17
19
  strokeWidth={1.5}
18
- rx={1.25}
19
20
  />
20
21
  <Path
22
+ d="M14.8787 9.87869L19.1213 14.1213"
21
23
  stroke={props.color}
24
+ strokeWidth={1.5}
22
25
  strokeLinecap="round"
26
+ />
27
+ <Path
28
+ d="M19.1213 9.87869L14.8787 14.1213"
29
+ stroke={props.color}
23
30
  strokeWidth={1.5}
24
- d="m14.879 9.879 4.242 4.242M19.121 9.879 14.88 14.12"
31
+ strokeLinecap="round"
25
32
  />
26
33
  </Svg>
27
34
  );