@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,27 +1,61 @@
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 SvgSetup = (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(#Setup_svg__a)"
17
- >
18
- <Path d="M21 13v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7M7 20h10M9 16v4M15 16v4" />
19
- <Path d="M18.932 1a.53.53 0 0 1 .31.101c.091.066.16.16.198.267l.274.786a.56.56 0 0 0 .239.293l.813.484c.11.065.24.088.366.065l.799-.148a.53.53 0 0 1 .323.042.55.55 0 0 1 .241.227l.432.766a.57.57 0 0 1-.054.637l-.524.638a.56.56 0 0 0-.128.359v.966c0 .132.045.259.128.36l.524.637a.56.56 0 0 1 .054.637l-.432.766a.55.55 0 0 1-.24.227.53.53 0 0 1-.323.042l-.8-.148a.53.53 0 0 0-.365.065l-.814.484a.56.56 0 0 0-.238.293l-.274.786a.55.55 0 0 1-.198.267.53.53 0 0 1-.311.101h-.864a.53.53 0 0 1-.31-.101.55.55 0 0 1-.198-.267l-.274-.786a.56.56 0 0 0-.238-.293l-.814-.484a.53.53 0 0 0-.366-.065l-.799.148a.53.53 0 0 1-.324-.042.55.55 0 0 1-.24-.227l-.432-.766a.57.57 0 0 1 .054-.637l.524-.638a.56.56 0 0 0 .128-.359v-.966a.56.56 0 0 0-.128-.36l-.519-.637a.56.56 0 0 1-.054-.637l.432-.766a.526.526 0 0 1 .564-.269l.799.148c.125.023.255 0 .365-.065l.815-.484a.56.56 0 0 0 .238-.293l.274-.786a.55.55 0 0 1 .195-.265.53.53 0 0 1 .308-.103z" />
20
- <Path d="M18.5 7.528c.82 0 1.485-.684 1.485-1.528S19.32 4.472 18.5 4.472 17.015 5.156 17.015 6s.665 1.528 1.485 1.528" />
12
+ <G clipPath="url(#clip0_7495_424)">
13
+ <Path
14
+ d="M21 13V15C21 15.2652 20.8946 15.5196 20.7071 15.7071C20.5196 15.8946 20.2652 16 20 16H4C3.73478 16 3.48043 15.8946 3.29289 15.7071C3.10536 15.5196 3 15.2652 3 15V5C3 4.73478 3.10536 4.48043 3.29289 4.29289C3.48043 4.10536 3.73478 4 4 4H11"
15
+ stroke={props.color}
16
+ strokeWidth={1.5}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ <Path
21
+ d="M7 20H17"
22
+ stroke={props.color}
23
+ strokeWidth={1.5}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
27
+ <Path
28
+ d="M9 16V20"
29
+ stroke={props.color}
30
+ strokeWidth={1.5}
31
+ strokeLinecap="round"
32
+ strokeLinejoin="round"
33
+ />
34
+ <Path
35
+ d="M15 16V20"
36
+ stroke={props.color}
37
+ strokeWidth={1.5}
38
+ strokeLinecap="round"
39
+ strokeLinejoin="round"
40
+ />
41
+ <Path
42
+ d="M18.9319 1C19.0431 1.00002 19.1515 1.03535 19.2425 1.10118C19.3334 1.167 19.4024 1.26011 19.4399 1.36778L19.7142 2.15389C19.7577 2.27751 19.8422 2.38137 19.9528 2.44722L20.7664 2.93056C20.8769 2.99615 21.0064 3.01938 21.132 2.99611L21.931 2.84778C22.0405 2.82729 22.1535 2.84213 22.2545 2.89026C22.3555 2.93839 22.4395 3.01747 22.4952 3.11667L22.9271 3.88333C22.9829 3.98227 23.0076 4.09651 22.998 4.21046C22.9883 4.3244 22.9447 4.43251 22.8731 4.52L22.3489 5.15778C22.2663 5.25807 22.221 5.38523 22.2209 5.51667V6.48333C22.221 6.61477 22.2663 6.74193 22.3489 6.84222L22.8731 7.48C22.9447 7.56749 22.9883 7.6756 22.998 7.78955C23.0076 7.90349 22.9829 8.01773 22.9271 8.11667L22.4952 8.88333C22.4396 8.98243 22.3556 9.06144 22.2547 9.10956C22.1538 9.15769 22.0409 9.17259 21.9315 9.15222L21.1325 9.00389C21.007 8.98062 20.8775 9.00385 20.767 9.06944L19.9534 9.55278C19.8428 9.61863 19.7583 9.72249 19.7147 9.84611L19.4405 10.6322C19.4029 10.74 19.3338 10.8332 19.2428 10.899C19.1518 10.9648 19.0432 11.0001 18.9319 11H18.0681C17.9569 11 17.8485 10.9646 17.7575 10.8988C17.6666 10.833 17.5976 10.7399 17.5601 10.6322L17.2858 9.84611C17.2423 9.72265 17.158 9.61884 17.0477 9.55278L16.2336 9.06944C16.1231 9.00385 15.9936 8.98062 15.868 9.00389L15.069 9.15222C14.9595 9.17271 14.8465 9.15787 14.7455 9.10974C14.6445 9.06161 14.5605 8.98253 14.5048 8.88333L14.0729 8.11667C14.0171 8.01773 13.9924 7.90349 14.002 7.78955C14.0117 7.6756 14.0553 7.56749 14.1269 7.48L14.6511 6.84222C14.7337 6.74193 14.779 6.61477 14.7791 6.48333V5.51667C14.779 5.38523 14.7337 5.25807 14.6511 5.15778L14.1323 4.52C14.0607 4.43251 14.0171 4.3244 14.0074 4.21046C13.9978 4.09651 14.0225 3.98227 14.0783 3.88333L14.5102 3.11667C14.5658 3.01757 14.6498 2.93856 14.7507 2.89044C14.8516 2.84231 14.9645 2.82741 15.0739 2.84778L15.8729 2.99611C15.9984 3.01938 16.1279 2.99615 16.2384 2.93056L17.0526 2.44722C17.1629 2.38116 17.2471 2.27735 17.2907 2.15389L17.5649 1.36778C17.6022 1.26091 17.6704 1.16836 17.7604 1.10261C17.8504 1.03685 17.9577 1.00104 18.0681 1H18.9319Z"
43
+ stroke={props.color}
44
+ strokeWidth={1.5}
45
+ strokeLinecap="round"
46
+ strokeLinejoin="round"
47
+ />
48
+ <Path
49
+ d="M18.5 7.52778C19.32 7.52778 19.9847 6.84377 19.9847 6C19.9847 5.15623 19.32 4.47222 18.5 4.47222C17.68 4.47222 17.0153 5.15623 17.0153 6C17.0153 6.84377 17.68 7.52778 18.5 7.52778Z"
50
+ stroke={props.color}
51
+ strokeWidth={1.5}
52
+ strokeLinecap="round"
53
+ strokeLinejoin="round"
54
+ />
21
55
  </G>
22
56
  <Defs>
23
- <ClipPath id="Setup_svg__a">
24
- <Path fill={props.color} d="M0 0h24v24H0z" />
57
+ <ClipPath id="clip0_7495_424">
58
+ <Rect width={24} height={24} fill="white" />
25
59
  </ClipPath>
26
60
  </Defs>
27
61
  </Svg>
@@ -2,26 +2,33 @@ import * as React from "react";
2
2
  import Svg, { G, Rect, Path, Defs, ClipPath } from "react-native-svg";
3
3
  const SvgShapeSwitcher = (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
- strokeWidth={1.5}
14
- clipPath="url(#ShapeSwitcher_svg__a)"
15
- >
16
- <Rect width={12.632} height={12.632} x={9.368} y={9.368} rx={3.158} />
12
+ <G clipPath="url(#clip0_7924_23)">
13
+ <Rect
14
+ x={9.36842}
15
+ y={9.36842}
16
+ width={12.6316}
17
+ height={12.6316}
18
+ rx={3.15789}
19
+ stroke={props.color}
20
+ strokeWidth={1.5}
21
+ />
17
22
  <Path
23
+ d="M14.5443 7.26316C14.0431 4.27609 11.4453 2 8.31579 2C4.82768 2 2 4.82767 2 8.31579C2 11.1089 3.81314 13.4786 6.32663 14.312C6.49929 14.3692 6.67525 14.4192 6.85416 14.4616C6.96528 14.4879 7.07754 14.5113 7.19084 14.5317"
24
+ stroke={props.color}
25
+ strokeWidth={1.5}
18
26
  strokeLinecap="round"
19
- d="M14.544 7.263A6.318 6.318 0 0 0 2 8.316a6.32 6.32 0 0 0 5.19 6.216"
20
27
  />
21
28
  </G>
22
29
  <Defs>
23
- <ClipPath id="ShapeSwitcher_svg__a">
24
- <Path fill={props.color} d="M0 0h24v24H0z" />
30
+ <ClipPath id="clip0_7924_23">
31
+ <Rect width={24} height={24} fill="white" />
25
32
  </ClipPath>
26
33
  </Defs>
27
34
  </Svg>
@@ -3,21 +3,22 @@ import Svg, { Rect, Circle, Path } from "react-native-svg";
3
3
  const SvgShapes = (props) => (
4
4
  <Svg
5
5
  xmlns="http://www.w3.org/2000/svg"
6
+ fill="none"
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
- <Rect width={7} height={7} x={4} y={13} rx={1} />
12
+ <Rect x={4} y={13} width={7} height={7} rx={1} />
12
13
  <Rect
13
- width={7}
14
- height={7}
15
14
  x={4}
16
15
  y={13}
16
+ width={7}
17
+ height={7}
18
+ rx={1}
17
19
  stroke={props.color}
18
20
  strokeWidth={3}
19
- mask="url(#Shapes_svg__path-1-inside-1_417_447)"
20
- rx={1}
21
+ mask="url(#path-1-inside-1_417_447)"
21
22
  />
22
23
  <Circle
23
24
  cx={16.5}
@@ -27,9 +28,9 @@ const SvgShapes = (props) => (
27
28
  strokeWidth={1.5}
28
29
  />
29
30
  <Path
31
+ d="M11.5494 4.99413C11.7444 4.66862 12.2556 4.66862 12.4506 4.99413L13.0552 4.63194L12.4506 4.99413L15.1855 9.55935C15.3472 9.8292 15.174 10.25 14.7349 10.25H9.26509C8.82597 10.25 8.65284 9.8292 8.8145 9.55935L11.5494 4.99413Z"
30
32
  stroke={props.color}
31
33
  strokeWidth={1.5}
32
- d="M11.55 4.994c.194-.325.706-.325.9 0l.605-.362-.604.362 2.734 4.565c.162.27-.011.691-.45.691h-5.47c-.439 0-.612-.42-.45-.69z"
33
34
  />
34
35
  </Svg>
35
36
  );
@@ -2,18 +2,47 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgShare = (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="M8.55286 10.1141C9.59439 11.1556 9.59439 12.8443 8.55286 13.8858C7.51133 14.9273 5.82268 14.9273 4.78115 13.8858C3.73962 12.8443 3.73962 11.1556 4.78115 10.1141C5.82268 9.07256 7.51133 9.07256 8.55286 10.1141"
14
+ stroke={props.color}
15
+ strokeWidth={1.5}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ <Path
20
+ d="M19.2189 4.78115C20.2604 5.82268 20.2604 7.51133 19.2189 8.55286C18.1773 9.59439 16.4887 9.59439 15.4472 8.55286C14.4056 7.51133 14.4056 5.82268 15.4472 4.78115C16.4887 3.73962 18.1773 3.73962 19.2189 4.78115"
21
+ stroke={props.color}
22
+ strokeWidth={1.5}
23
+ strokeLinecap="round"
24
+ strokeLinejoin="round"
25
+ />
26
+ <Path
27
+ d="M19.2189 15.4471C20.2604 16.4886 20.2604 18.1773 19.2189 19.2188C18.1773 20.2603 16.4887 20.2603 15.4472 19.2188C14.4056 18.1773 14.4056 16.4886 15.4472 15.4471C16.4887 14.4056 18.1773 14.4056 19.2189 15.4471"
12
28
  stroke={props.color}
29
+ strokeWidth={1.5}
13
30
  strokeLinecap="round"
14
31
  strokeLinejoin="round"
32
+ />
33
+ <Path
34
+ d="M9.04004 10.81L14.96 7.85001"
35
+ stroke={props.color}
15
36
  strokeWidth={1.5}
16
- d="M8.553 10.114a2.667 2.667 0 1 1-3.772 3.772 2.667 2.667 0 0 1 3.772-3.772M19.219 4.781a2.667 2.667 0 1 1-3.772 3.772 2.667 2.667 0 0 1 3.772-3.772M19.219 15.447a2.667 2.667 0 1 1-3.772 3.772 2.667 2.667 0 0 1 3.772-3.772M9.04 10.81l5.92-2.96M9.04 13.19l5.92 2.96"
37
+ strokeLinecap="round"
38
+ strokeLinejoin="round"
39
+ />
40
+ <Path
41
+ d="M9.04004 13.19L14.96 16.15"
42
+ stroke={props.color}
43
+ strokeWidth={1.5}
44
+ strokeLinecap="round"
45
+ strokeLinejoin="round"
17
46
  />
18
47
  </Svg>
19
48
  );
@@ -0,0 +1,45 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Circle, Defs, ClipPath, Rect } from "react-native-svg";
3
+ const SvgShoppingCart = (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_8422_23)">
13
+ <Path
14
+ d="M20 17.25C20.4142 17.25 20.75 16.9142 20.75 16.5C20.75 16.0858 20.4142 15.75 20 15.75V16.5V17.25ZM19 13.5V12.75H8V13.5V14.25H19V13.5ZM8 16.5V17.25H20V16.5V15.75H8V16.5ZM6.5 15H5.75C5.75 16.2426 6.75736 17.25 8 17.25V16.5V15.75C7.58579 15.75 7.25 15.4142 7.25 15H6.5ZM8 13.5V12.75C6.75736 12.75 5.75 13.7574 5.75 15H6.5H7.25C7.25 14.5858 7.58579 14.25 8 14.25V13.5Z"
15
+ fill={props.color}
16
+ />
17
+ <Path
18
+ d="M2 3H3.77924C4.20967 3 4.59181 3.27543 4.72792 3.68377L5.5 6M5.5 6L8 13.5H18.7792C19.2097 13.5 19.5918 13.2246 19.7279 12.8162L21.7806 6.65811C21.8886 6.33435 21.6476 6 21.3063 6H5.5Z"
19
+ stroke={props.color}
20
+ strokeWidth={1.5}
21
+ strokeLinecap="round"
22
+ />
23
+ <Circle
24
+ cx={9.5}
25
+ cy={19.5}
26
+ r={1.25}
27
+ stroke={props.color}
28
+ strokeWidth={1.5}
29
+ />
30
+ <Circle
31
+ cx={17.5}
32
+ cy={19.5}
33
+ r={1.25}
34
+ stroke={props.color}
35
+ strokeWidth={1.5}
36
+ />
37
+ </G>
38
+ <Defs>
39
+ <ClipPath id="clip0_8422_23">
40
+ <Rect width={24} height={24} fill="white" />
41
+ </ClipPath>
42
+ </Defs>
43
+ </Svg>
44
+ );
45
+ export default SvgShoppingCart;
@@ -2,24 +2,35 @@ import * as React from "react";
2
2
  import Svg, { G, Rect, Path, Defs, ClipPath } from "react-native-svg";
3
3
  const SvgSidebarClose = (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
- strokeWidth={1.5}
14
- clipPath="url(#SidebarClose_svg__a)"
15
- >
16
- <Rect width={16.5} height={16.5} x={3.75} y={3.75} rx={3.25} />
17
- <Path d="M9 4v16" />
18
- <Path strokeLinecap="round" strokeLinejoin="round" d="m16 9-3 3 3 3" />
12
+ <G clipPath="url(#clip0_4526_75)">
13
+ <Rect
14
+ x={3.75}
15
+ y={3.75}
16
+ width={16.5}
17
+ height={16.5}
18
+ rx={3.25}
19
+ stroke={props.color}
20
+ strokeWidth={1.5}
21
+ />
22
+ <Path d="M9 4L9 20" stroke={props.color} strokeWidth={1.5} />
23
+ <Path
24
+ d="M16 9L13 12L16 15"
25
+ stroke={props.color}
26
+ strokeWidth={1.5}
27
+ strokeLinecap="round"
28
+ strokeLinejoin="round"
29
+ />
19
30
  </G>
20
31
  <Defs>
21
- <ClipPath id="SidebarClose_svg__a">
22
- <Path fill={props.color} d="M0 0h24v24H0z" />
32
+ <ClipPath id="clip0_4526_75">
33
+ <Rect width={24} height={24} fill="white" />
23
34
  </ClipPath>
24
35
  </Defs>
25
36
  </Svg>
@@ -2,24 +2,35 @@ import * as React from "react";
2
2
  import Svg, { G, Rect, Path, Defs, ClipPath } from "react-native-svg";
3
3
  const SvgSidebarOpen = (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
- strokeWidth={1.5}
14
- clipPath="url(#SidebarOpen_svg__a)"
15
- >
16
- <Rect width={16.5} height={16.5} x={3.75} y={3.75} rx={3.25} />
17
- <Path d="M9 4v16" />
18
- <Path strokeLinecap="round" strokeLinejoin="round" d="m13 9 3 3-3 3" />
12
+ <G clipPath="url(#clip0_4526_76)">
13
+ <Rect
14
+ x={3.75}
15
+ y={3.75}
16
+ width={16.5}
17
+ height={16.5}
18
+ rx={3.25}
19
+ stroke={props.color}
20
+ strokeWidth={1.5}
21
+ />
22
+ <Path d="M9 4L9 20" stroke={props.color} strokeWidth={1.5} />
23
+ <Path
24
+ d="M13 9L16 12L13 15"
25
+ stroke={props.color}
26
+ strokeWidth={1.5}
27
+ strokeLinecap="round"
28
+ strokeLinejoin="round"
29
+ />
19
30
  </G>
20
31
  <Defs>
21
- <ClipPath id="SidebarOpen_svg__a">
22
- <Path fill={props.color} d="M0 0h24v24H0z" />
32
+ <ClipPath id="clip0_4526_76">
33
+ <Rect width={24} height={24} fill="white" />
23
34
  </ClipPath>
24
35
  </Defs>
25
36
  </Svg>
@@ -1,29 +1,59 @@
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 SvgSlaPolicies = (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 clipPath="url(#SlaPolicies_svg__a)">
12
+ <G clipPath="url(#clip0_7328_118)">
13
+ <Path
14
+ d="M17 13C17 11.1435 16.2625 9.36301 14.9497 8.05025C13.637 6.7375 11.8565 6 10 6C8.14348 6 6.36301 6.7375 5.05025 8.05025C3.7375 9.36301 3 11.1435 3 13C3 13.9193 3.18106 14.8295 3.53284 15.6788C3.74121 16.1818 4.00706 16.6577 4.32427 17.0971"
15
+ stroke={props.color}
16
+ strokeWidth={1.5}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ <Path
21
+ d="M12.5 10.5L10 13"
22
+ stroke={props.color}
23
+ strokeWidth={1.5}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
12
27
  <Path
28
+ d="M15 8L16 7"
13
29
  stroke={props.color}
30
+ strokeWidth={1.5}
14
31
  strokeLinecap="round"
15
32
  strokeLinejoin="round"
33
+ />
34
+ <Path
35
+ d="M12 3H8"
36
+ stroke={props.color}
16
37
  strokeWidth={1.5}
17
- d="M17 13a7 7 0 1 0-12.676 4.097M12.5 10.5 10 13M15 8l1-1M12 3H8"
38
+ strokeLinecap="round"
39
+ strokeLinejoin="round"
40
+ />
41
+ <Path
42
+ d="M9.67766 21.6205C8.41924 21.6205 7.65936 21.1461 7.41813 20.547C7.36587 20.4264 7.34174 20.3018 7.34174 20.1812C7.34174 19.8113 7.6071 19.562 7.98101 19.562C8.26646 19.562 8.45945 19.6625 8.64841 19.952C8.84542 20.3139 9.23541 20.4666 9.70179 20.4666C10.2767 20.4666 10.6506 20.2093 10.6506 19.8555C10.6506 19.5339 10.4054 19.369 9.71787 19.2364L9.11881 19.1238C7.96492 18.9067 7.36185 18.3398 7.36185 17.4553C7.36185 16.3376 8.33079 15.6179 9.6656 15.6179C10.7753 15.6179 11.5874 16.0441 11.8688 16.7798C11.909 16.8803 11.9292 16.9768 11.9292 17.0974C11.9292 17.4392 11.6799 17.6684 11.31 17.6724C10.9884 17.6724 10.7873 17.5558 10.6144 17.2743C10.4255 16.9125 10.1038 16.7718 9.67766 16.7718C9.14293 16.7718 8.82933 17.013 8.82933 17.3548C8.82933 17.6603 9.09067 17.8292 9.72189 17.9498L10.3169 18.0624C11.5552 18.2996 12.1181 18.8021 12.1181 19.7148C12.1181 20.8807 11.2055 21.6205 9.67766 21.6205Z"
43
+ fill={props.color}
44
+ />
45
+ <Path
46
+ d="M13.5414 21.52C13.075 21.52 12.8016 21.2386 12.8016 20.7481V16.3979C12.8016 15.9074 13.075 15.63 13.5414 15.63C14.0078 15.63 14.2771 15.9074 14.2771 16.3979V20.3299H16.0944C16.4884 20.3299 16.7497 20.547 16.7497 20.925C16.7497 21.3029 16.4924 21.52 16.0944 21.52H13.5414Z"
47
+ fill={props.color}
18
48
  />
19
49
  <Path
50
+ d="M17.9318 21.6085C17.4654 21.6085 17.1799 21.3431 17.1799 20.9049C17.1799 20.7802 17.2201 20.5993 17.2845 20.4224L18.7158 16.4903C18.9289 15.8993 19.2867 15.63 19.8616 15.63C20.4687 15.63 20.8225 15.8873 21.0437 16.4903L22.487 20.4224C22.5554 20.6114 22.5835 20.7481 22.5835 20.9008C22.5835 21.315 22.2739 21.6085 21.8437 21.6085C21.4176 21.6085 21.1964 21.4155 21.0678 20.9411L20.8708 20.2978H18.8846L18.6876 20.9169C18.5469 21.4074 18.3258 21.6085 17.9318 21.6085ZM19.1781 19.1841H20.5491L19.8697 16.9487H19.8375L19.1781 19.1841Z"
20
51
  fill={props.color}
21
- d="M9.678 21.62c-1.259 0-2.019-.474-2.26-1.073a.9.9 0 0 1-.076-.366c0-.37.265-.619.639-.619.285 0 .478.1.667.39.197.362.587.515 1.054.515.575 0 .949-.258.949-.611 0-.322-.246-.487-.933-.62l-.6-.112c-1.153-.217-1.756-.784-1.756-1.669 0-1.117.969-1.837 2.304-1.837 1.11 0 1.921.426 2.203 1.162.04.1.06.197.06.317 0 .342-.25.571-.619.575-.322 0-.523-.116-.696-.398-.189-.361-.51-.502-.936-.502-.535 0-.849.241-.849.583 0 .305.262.474.893.595l.595.112c1.238.238 1.801.74 1.801 1.653 0 1.166-.912 1.906-2.44 1.906M13.541 21.52c-.466 0-.74-.281-.74-.772v-4.35c0-.49.274-.768.74-.768.467 0 .736.277.736.768v3.932h1.817c.394 0 .656.217.656.595s-.258.595-.656.595zM17.932 21.609c-.467 0-.752-.266-.752-.704 0-.125.04-.306.105-.483l1.43-3.932c.214-.59.572-.86 1.147-.86.607 0 .96.257 1.182.86l1.443 3.932c.068.19.097.326.097.479 0 .414-.31.707-.74.707-.426 0-.648-.192-.776-.667l-.197-.643h-1.986l-.197.619c-.141.49-.362.691-.756.691m1.246-2.425h1.371l-.68-2.235h-.032z"
22
52
  />
23
53
  </G>
24
54
  <Defs>
25
- <ClipPath id="SlaPolicies_svg__a">
26
- <Path fill={props.color} d="M0 0h24v24H0z" />
55
+ <ClipPath id="clip0_7328_118">
56
+ <Rect width={24} height={24} fill="white" />
27
57
  </ClipPath>
28
58
  </Defs>
29
59
  </Svg>
@@ -1,43 +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 SvgSmileFaceGrey = (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 clipPath="url(#smile-face-grey_svg__a)">
12
+ <G clipPath="url(#clip0_3276_3808)">
12
13
  <Path
14
+ d="M20.2498 12C20.2498 16.5566 16.5564 20.25 11.9998 20.25C7.44325 20.25 3.74985 16.5566 3.74985 12C3.74985 7.4434 7.44325 3.75 11.9998 3.75C16.5564 3.75 20.2498 7.4434 20.2498 12Z"
13
15
  stroke={props.color}
14
16
  strokeWidth={1.5}
15
- d="M20.25 12A8.25 8.25 0 0 1 12 20.25 8.25 8.25 0 0 1 3.75 12 8.25 8.25 0 0 1 12 3.75 8.25 8.25 0 0 1 20.25 12Z"
16
17
  />
17
18
  <Path
19
+ d="M15.3108 12.3437C15.6854 12.3437 16.0447 12.1949 16.3096 11.93C16.5745 11.6651 16.7233 11.3058 16.7233 10.9312C16.7233 10.5566 16.5745 10.1974 16.3096 9.93249C16.0447 9.66761 15.6854 9.5188 15.3108 9.5188C14.9362 9.5188 14.577 9.66761 14.3121 9.93249C14.0472 10.1974 13.8984 10.5566 13.8984 10.9312C13.8984 11.3058 14.0472 11.6651 14.3121 11.93C14.577 12.1949 14.9362 12.3437 15.3108 12.3437V12.3437Z"
18
20
  fill={props.color}
19
- d="M15.31 12.344a1.413 1.413 0 1 0 0-2.825 1.413 1.413 0 0 0 0 2.825"
20
21
  />
21
22
  <Path
23
+ d="M15.8239 10.0526C15.6079 9.95699 15.3829 9.99243 15.321 10.1319C15.2592 10.272 15.3835 10.4627 15.5995 10.5583C15.8149 10.6539 16.0405 10.6185 16.1023 10.479C16.1642 10.3389 16.0393 10.1482 15.8239 10.0526Z"
22
24
  fill="#C2C8CC"
23
- d="M15.824 10.053c-.216-.096-.441-.06-.503.079-.062.14.063.33.279.426.215.096.44.06.502-.079.062-.14-.063-.33-.278-.426"
24
25
  />
25
26
  <Path
27
+ d="M8.68902 12.3437C9.06362 12.3437 9.42288 12.1949 9.68776 11.93C9.95265 11.6651 10.1015 11.3058 10.1015 10.9312C10.1015 10.5566 9.95265 10.1974 9.68776 9.93249C9.42288 9.66761 9.06362 9.5188 8.68902 9.5188C8.31442 9.5188 7.95516 9.66761 7.69027 9.93249C7.42539 10.1974 7.27658 10.5566 7.27658 10.9312C7.27658 11.3058 7.42539 11.6651 7.69027 11.93C7.95516 12.1949 8.31442 12.3437 8.68902 12.3437V12.3437Z"
26
28
  fill={props.color}
27
- d="M8.689 12.344a1.412 1.412 0 1 0 0-2.825 1.412 1.412 0 0 0 0 2.825"
28
29
  />
29
30
  <Path
31
+ d="M9.20159 10.0521C8.98559 9.95648 8.76059 9.99191 8.69872 10.132C8.63684 10.2715 8.76115 10.4627 8.97715 10.5584C9.19315 10.654 9.41815 10.6185 9.48003 10.4785C9.5419 10.339 9.41759 10.1477 9.20159 10.0521V10.0521Z"
30
32
  fill="#C2C8CC"
31
- d="M9.202 10.052c-.216-.096-.441-.06-.503.08s.062.33.278.426.441.06.503-.08c.062-.139-.062-.33-.278-.426"
32
33
  />
33
34
  <Path
35
+ d="M8.31338 15.5528C8.27188 15.5151 8.23829 15.4695 8.21459 15.4187C8.19089 15.368 8.17755 15.3129 8.17534 15.2569C8.17314 15.2009 8.18212 15.145 8.20176 15.0926C8.2214 15.0401 8.2513 14.992 8.28972 14.9512C8.32814 14.9104 8.3743 14.8776 8.42552 14.8549C8.47674 14.8321 8.53198 14.8198 8.58802 14.8186C8.64406 14.8174 8.69977 14.8274 8.7519 14.848C8.80403 14.8686 8.85153 14.8994 8.89163 14.9385C9.73358 15.7291 10.8451 16.1691 12 16.1691C13.1549 16.1691 14.2664 15.7291 15.1084 14.9385C15.1903 14.8642 15.298 14.825 15.4085 14.8294C15.5189 14.8337 15.6233 14.8813 15.6991 14.9618C15.7748 15.0423 15.816 15.1493 15.8137 15.2598C15.8114 15.3703 15.7657 15.4755 15.6866 15.5528C13.6194 17.499 10.3806 17.499 8.31338 15.5528V15.5528Z"
34
36
  fill={props.color}
35
- d="M8.313 15.553a.423.423 0 1 1 .579-.615 4.54 4.54 0 0 0 6.216 0 .422.422 0 0 1 .579.615 5.385 5.385 0 0 1-7.374 0"
36
37
  />
37
38
  </G>
38
39
  <Defs>
39
- <ClipPath id="smile-face-grey_svg__a">
40
- <Path fill={props.color} d="M3 3h18v18H3z" />
40
+ <ClipPath id="clip0_3276_3808">
41
+ <Rect width={18} height={18} fill="white" transform="translate(3 3)" />
41
42
  </ClipPath>
42
43
  </Defs>
43
44
  </Svg>
@@ -2,25 +2,26 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgSmiley = (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="M12 3C7.037 3 3 7.037 3 12C3 16.963 7.037 21 12 21C16.963 21 21 16.962 21 12C21 7.038 16.962 3 12 3Z"
12
14
  stroke={props.color}
15
+ strokeWidth={1.5}
13
16
  strokeLinecap="round"
14
17
  strokeLinejoin="round"
15
- strokeWidth={1.5}
16
- d="M12 3c-4.963 0-9 4.037-9 9s4.037 9 9 9 9-4.038 9-9-4.038-9-9-9"
17
18
  />
18
19
  <Path
20
+ d="M15.5006 15.688C15.5006 15.688 14.1876 17 12.0006 17C9.81263 17 8.50063 15.688 8.50063 15.688M15.3286 9.5C15.1906 9.5 15.0786 9.612 15.0796 9.75C15.0796 9.888 15.1916 10 15.3296 10C15.4676 10 15.5796 9.888 15.5796 9.75C15.5796 9.612 15.4676 9.5 15.3286 9.5ZM8.63963 9.5C8.50163 9.5 8.38963 9.612 8.39063 9.75C8.39063 9.888 8.50263 10 8.64063 10C8.77863 10 8.89063 9.888 8.89063 9.75C8.89063 9.612 8.77863 9.5 8.63963 9.5Z"
19
21
  stroke={props.color}
22
+ strokeWidth={1.5}
20
23
  strokeLinecap="round"
21
24
  strokeLinejoin="round"
22
- strokeWidth={1.5}
23
- d="M15.5 15.688S14.189 17 12 17s-3.5-1.312-3.5-1.312M15.33 9.5a.25.25 0 1 0 .002.5.25.25 0 0 0-.002-.5m-6.69 0a.25.25 0 1 0 .002.5.25.25 0 0 0-.001-.5"
24
25
  />
25
26
  </Svg>
26
27
  );
@@ -1,28 +1,60 @@
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 SvgSmsTemplates = (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
- strokeWidth={1.5}
15
- clipPath="url(#SmsTemplates_svg__a)"
16
- >
17
- <Path d="M9 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 19 7.828V11" />
12
+ <G clipPath="url(#clip0_7294_194)">
13
+ <Path
14
+ d="M9 21H7C5.89543 21 5 20.1046 5 19V5C5 3.89543 5.89543 3 7 3H14.1716C14.702 3 15.2107 3.21071 15.5858 3.58579L18.4142 6.41421C18.7893 6.78929 19 7.29799 19 7.82843V11"
15
+ stroke={props.color}
16
+ strokeWidth={1.5}
17
+ strokeLinecap="round"
18
+ />
19
+ <Path
20
+ d="M9 8H15"
21
+ stroke={props.color}
22
+ strokeWidth={1.5}
23
+ strokeLinecap="round"
24
+ strokeLinejoin="round"
25
+ />
26
+ <Path
27
+ d="M9 11H15"
28
+ stroke={props.color}
29
+ strokeWidth={1.5}
30
+ strokeLinecap="round"
31
+ strokeLinejoin="round"
32
+ />
33
+ <Path
34
+ d="M14.6176 16.6176H18.8059"
35
+ stroke={props.color}
36
+ strokeWidth={1.5}
37
+ strokeLinecap="round"
38
+ strokeLinejoin="round"
39
+ />
40
+ <Path
41
+ d="M14.6176 18.7118H17.2176"
42
+ stroke={props.color}
43
+ strokeWidth={1.5}
44
+ strokeLinecap="round"
45
+ strokeLinejoin="round"
46
+ />
18
47
  <Path
48
+ d="M19.5 14C19.8978 14 20.2794 14.1673 20.5607 14.4652C20.842 14.763 21 15.167 21 15.5882V19.8235C21 20.2448 20.842 20.6487 20.5607 20.9466C20.2794 21.2444 19.8978 21.4118 19.5 21.4118H17L14.5 23V21.4118H13.5C13.1022 21.4118 12.7206 21.2444 12.4393 20.9466C12.158 20.6487 12 20.2448 12 19.8235V15.5882C12 15.167 12.158 14.763 12.4393 14.4652C12.7206 14.1673 13.1022 14 13.5 14H19.5Z"
49
+ stroke={props.color}
50
+ strokeWidth={1.5}
51
+ strokeLinecap="round"
19
52
  strokeLinejoin="round"
20
- d="M9 8h6M9 11h6M14.618 16.618h4.188M14.618 18.712h2.6M19.5 14c.398 0 .78.167 1.06.465.282.298.44.702.44 1.123v4.236c0 .42-.158.825-.44 1.123a1.46 1.46 0 0 1-1.06.465H17L14.5 23v-1.588h-1a1.46 1.46 0 0 1-1.06-.465 1.64 1.64 0 0 1-.44-1.123v-4.236c0-.421.158-.825.44-1.123A1.46 1.46 0 0 1 13.5 14z"
21
53
  />
22
54
  </G>
23
55
  <Defs>
24
- <ClipPath id="SmsTemplates_svg__a">
25
- <Path fill={props.color} d="M0 0h24v24H0z" />
56
+ <ClipPath id="clip0_7294_194">
57
+ <Rect width={24} height={24} fill="white" />
26
58
  </ClipPath>
27
59
  </Defs>
28
60
  </Svg>
@@ -2,18 +2,19 @@ import * as React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgSparkle = (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 16.792C5.20914 16.792 7 18.5829 7 20.792C7 18.5829 8.79086 16.792 11 16.792C8.79086 16.792 7 15.0011 7 12.792C7 15.0011 5.20914 16.792 3 16.792ZM13 13.792C15.2091 13.792 17 15.5829 17 17.792C17 15.5829 18.7909 13.792 21 13.792C18.7909 13.792 17 12.0011 17 9.79199C17 12.0011 15.2091 13.792 13 13.792ZM7 6.79199C9.20914 6.79199 11 8.58285 11 10.792C11 8.58285 12.7909 6.79199 15 6.79199C12.7909 6.79199 11 5.00113 11 2.79199C11 5.00113 9.20914 6.79199 7 6.79199Z"
12
14
  stroke={props.color}
15
+ strokeWidth={1.5}
13
16
  strokeLinecap="round"
14
17
  strokeLinejoin="round"
15
- strokeWidth={1.5}
16
- d="M3 16.792a4 4 0 0 1 4 4 4 4 0 0 1 4-4 4 4 0 0 1-4-4 4 4 0 0 1-4 4m10-3a4 4 0 0 1 4 4 4 4 0 0 1 4-4 4 4 0 0 1-4-4 4 4 0 0 1-4 4m-6-7a4 4 0 0 1 4 4 4 4 0 0 1 4-4 4 4 0 0 1-4-4 4 4 0 0 1-4 4"
17
18
  />
18
19
  </Svg>
19
20
  );