@bigbinary/neeto-icons-rn 1.20.73 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1452) hide show
  1. package/dist/appIcons/Neeto.tsx +17 -0
  2. package/dist/appIcons/NeetoBugWatch.tsx +25 -0
  3. package/dist/appIcons/NeetoCal.tsx +85 -0
  4. package/dist/appIcons/NeetoChangelog.tsx +45 -0
  5. package/dist/appIcons/NeetoChat.tsx +45 -0
  6. package/dist/appIcons/NeetoCi.tsx +21 -0
  7. package/dist/appIcons/NeetoCode.tsx +27 -0
  8. package/dist/appIcons/NeetoCourse.tsx +37 -0
  9. package/dist/appIcons/NeetoCrm.tsx +33 -0
  10. package/dist/appIcons/NeetoDeploy.tsx +25 -0
  11. package/dist/appIcons/NeetoDesk.tsx +43 -0
  12. package/dist/appIcons/NeetoEngage.tsx +45 -0
  13. package/dist/appIcons/NeetoForm.tsx +37 -0
  14. package/dist/appIcons/NeetoGit.tsx +42 -0
  15. package/dist/appIcons/NeetoInvisible.tsx +29 -0
  16. package/dist/appIcons/NeetoInvoice.tsx +37 -0
  17. package/dist/appIcons/NeetoKb.tsx +45 -0
  18. package/dist/appIcons/NeetoPay.tsx +33 -0
  19. package/dist/appIcons/NeetoPlanner.tsx +41 -0
  20. package/dist/appIcons/NeetoPlaydash.tsx +33 -0
  21. package/dist/appIcons/NeetoPublish.tsx +25 -0
  22. package/dist/appIcons/NeetoQuiz.tsx +39 -0
  23. package/dist/appIcons/NeetoRecord.tsx +25 -0
  24. package/dist/appIcons/NeetoReplay.tsx +37 -0
  25. package/dist/appIcons/NeetoRunner.tsx +45 -0
  26. package/dist/appIcons/NeetoSeo.tsx +29 -0
  27. package/dist/appIcons/NeetoSite.tsx +41 -0
  28. package/dist/appIcons/NeetoTestify.tsx +39 -0
  29. package/dist/appIcons/NeetoTower.tsx +34 -0
  30. package/dist/appIcons/NeetoWireframe.tsx +29 -0
  31. package/dist/elements/Alert.tsx +32 -0
  32. package/dist/elements/AndroidMockup.tsx +185 -0
  33. package/dist/elements/Arrow.tsx +16 -0
  34. package/dist/elements/Avatar.tsx +14 -0
  35. package/dist/elements/BringToBack.tsx +21 -0
  36. package/dist/elements/BringToFront.tsx +25 -0
  37. package/dist/elements/Browser.tsx +16 -0
  38. package/dist/elements/Button.tsx +21 -0
  39. package/dist/elements/Calendar.tsx +39 -0
  40. package/dist/elements/Checkbox.tsx +24 -0
  41. package/dist/elements/Circle.tsx +17 -0
  42. package/dist/elements/Dropdown.tsx +24 -0
  43. package/dist/elements/IPhoneMockup.tsx +128 -0
  44. package/dist/elements/Image.tsx +16 -0
  45. package/dist/elements/Input.tsx +22 -0
  46. package/dist/elements/Keyboard.tsx +13 -0
  47. package/dist/elements/Label.tsx +13 -0
  48. package/dist/elements/Line.tsx +9 -0
  49. package/dist/elements/LineChart.tsx +24 -0
  50. package/dist/elements/Link.tsx +16 -0
  51. package/dist/elements/List.tsx +21 -0
  52. package/dist/elements/MoveBackward.tsx +22 -0
  53. package/dist/elements/MoveForward.tsx +22 -0
  54. package/dist/elements/Notes.tsx +33 -0
  55. package/dist/elements/Overlay.tsx +33 -0
  56. package/dist/elements/PieChart.tsx +15 -0
  57. package/dist/elements/Radio.tsx +16 -0
  58. package/dist/elements/Rectangle.tsx +20 -0
  59. package/dist/elements/Scrollbar.tsx +22 -0
  60. package/dist/elements/Search.tsx +31 -0
  61. package/dist/elements/Slider.tsx +26 -0
  62. package/dist/elements/Subtitle.tsx +18 -0
  63. package/dist/elements/Table.tsx +16 -0
  64. package/dist/elements/Tabs.tsx +22 -0
  65. package/dist/elements/TextArea.tsx +23 -0
  66. package/dist/elements/TextBlock.tsx +35 -0
  67. package/dist/elements/Title.tsx +18 -0
  68. package/dist/elements/ToggleSwitch.tsx +44 -0
  69. package/dist/elements/Toolbar.tsx +54 -0
  70. package/dist/elements/Tooltip.tsx +26 -0
  71. package/dist/elements/Video.tsx +22 -0
  72. package/dist/elements/YesNo.tsx +30 -0
  73. package/dist/icons/AccessControl.tsx +110 -0
  74. package/dist/icons/ActivityLog.tsx +28 -0
  75. package/dist/icons/AddCircle.tsx +31 -0
  76. package/dist/icons/AddImage.tsx +15 -0
  77. package/dist/icons/AddMenu.tsx +41 -0
  78. package/dist/icons/AddNote.tsx +15 -0
  79. package/dist/icons/AddRectangle.tsx +19 -0
  80. package/dist/icons/Address.tsx +15 -0
  81. package/dist/icons/AgentStatus.tsx +33 -0
  82. package/dist/icons/Agents.tsx +15 -0
  83. package/dist/icons/AlignCenter.tsx +19 -0
  84. package/dist/icons/ApiKeys.tsx +62 -0
  85. package/dist/icons/ApiTemplates.tsx +53 -0
  86. package/dist/icons/AppSwitcher.tsx +32 -0
  87. package/dist/icons/Apple.tsx +20 -0
  88. package/dist/icons/Approval.tsx +36 -0
  89. package/dist/icons/Archive.tsx +29 -0
  90. package/dist/icons/ArchivedArticles.tsx +40 -0
  91. package/dist/icons/Articles.tsx +15 -0
  92. package/dist/icons/Ascending.tsx +18 -0
  93. package/dist/icons/AspectRatio.tsx +40 -0
  94. package/dist/icons/AspectRatio11.tsx +28 -0
  95. package/dist/icons/AspectRatio169.tsx +28 -0
  96. package/dist/icons/AspectRatio32.tsx +28 -0
  97. package/dist/icons/AspectRatio43.tsx +28 -0
  98. package/dist/icons/AspectRatio916.tsx +20 -0
  99. package/dist/icons/Assign.tsx +43 -0
  100. package/dist/icons/Attachment.tsx +26 -0
  101. package/dist/icons/Attachments.tsx +19 -0
  102. package/dist/icons/AuditLogs.tsx +40 -0
  103. package/dist/icons/AutoCc.tsx +43 -0
  104. package/dist/icons/Automation.tsx +40 -0
  105. package/dist/icons/Bank.tsx +59 -0
  106. package/dist/icons/Billing.tsx +49 -0
  107. package/dist/icons/Blockquote.tsx +19 -0
  108. package/dist/icons/Board.tsx +15 -0
  109. package/dist/icons/BoardView.tsx +58 -0
  110. package/dist/icons/Book.tsx +15 -0
  111. package/dist/icons/BookOpen.tsx +22 -0
  112. package/dist/icons/BookingCancellationEmailForClient.tsx +73 -0
  113. package/dist/icons/BookingConfirmationEmailForClient.tsx +67 -0
  114. package/dist/icons/BookingConfirmationEmailForHost.tsx +67 -0
  115. package/dist/icons/Bookings.tsx +51 -0
  116. package/dist/icons/Bookmark.tsx +16 -0
  117. package/dist/icons/BorderDisable.tsx +25 -0
  118. package/dist/icons/BorderEnable.tsx +21 -0
  119. package/dist/icons/Braces.tsx +12 -0
  120. package/dist/icons/Browser.tsx +46 -0
  121. package/dist/icons/Bug.tsx +78 -0
  122. package/dist/icons/Building.tsx +64 -0
  123. package/dist/icons/Bulb.tsx +15 -0
  124. package/dist/icons/BusinessHour.tsx +47 -0
  125. package/dist/icons/Calendar.tsx +15 -0
  126. package/dist/icons/CalendarHoliday.tsx +61 -0
  127. package/dist/icons/Camera.tsx +22 -0
  128. package/dist/icons/CannedResponses.tsx +19 -0
  129. package/dist/icons/Captcha.tsx +15 -0
  130. package/dist/icons/Captions.tsx +32 -0
  131. package/dist/icons/CardPayment.tsx +61 -0
  132. package/dist/icons/CategoriesSettings.tsx +54 -0
  133. package/dist/icons/Category.tsx +43 -0
  134. package/dist/icons/CenterAlign.tsx +47 -0
  135. package/dist/icons/Certificate.tsx +41 -0
  136. package/dist/icons/Change.tsx +15 -0
  137. package/dist/icons/Changelog.tsx +40 -0
  138. package/dist/icons/Chat.tsx +29 -0
  139. package/dist/icons/ChatBubble.tsx +17 -0
  140. package/dist/icons/ChatEmpty.tsx +19 -0
  141. package/dist/icons/ChatNotification.tsx +20 -0
  142. package/dist/icons/ChatOffline.tsx +25 -0
  143. package/dist/icons/ChatQuestions.tsx +40 -0
  144. package/dist/icons/Check.tsx +15 -0
  145. package/dist/icons/CheckCircle.tsx +19 -0
  146. package/dist/icons/Checkbox.tsx +24 -0
  147. package/dist/icons/CheckboxInactive.tsx +21 -0
  148. package/dist/icons/Checkmark.tsx +26 -0
  149. package/dist/icons/Chrome.tsx +20 -0
  150. package/dist/icons/ClearCache.tsx +25 -0
  151. package/dist/icons/Clock.tsx +15 -0
  152. package/dist/icons/Close.tsx +15 -0
  153. package/dist/icons/CloseCircle.tsx +19 -0
  154. package/dist/icons/ClosedHand.tsx +48 -0
  155. package/dist/icons/ClosedPullRequest.tsx +19 -0
  156. package/dist/icons/Code.tsx +15 -0
  157. package/dist/icons/CodeBlock.tsx +19 -0
  158. package/dist/icons/Collapse.tsx +15 -0
  159. package/dist/icons/ColorPicker.tsx +28 -0
  160. package/dist/icons/Column.tsx +15 -0
  161. package/dist/icons/ColumnToLeft.tsx +36 -0
  162. package/dist/icons/ColumnToRight.tsx +42 -0
  163. package/dist/icons/Community.tsx +68 -0
  164. package/dist/icons/CompanyInfo.tsx +96 -0
  165. package/dist/icons/CompanyTags.tsx +89 -0
  166. package/dist/icons/Computer.tsx +39 -0
  167. package/dist/icons/Concat.tsx +40 -0
  168. package/dist/icons/Configure.tsx +110 -0
  169. package/dist/icons/Console.tsx +36 -0
  170. package/dist/icons/ContactBook.tsx +40 -0
  171. package/dist/icons/ContactField.tsx +66 -0
  172. package/dist/icons/ContactTags.tsx +61 -0
  173. package/dist/icons/ContextualMenu.tsx +52 -0
  174. package/dist/icons/Contracts.tsx +54 -0
  175. package/dist/icons/Copy.tsx +15 -0
  176. package/dist/icons/CopyLink.tsx +36 -0
  177. package/dist/icons/Count.tsx +22 -0
  178. package/dist/icons/CreditCard.tsx +19 -0
  179. package/dist/icons/Crown.tsx +27 -0
  180. package/dist/icons/Css3.tsx +12 -0
  181. package/dist/icons/Cta.tsx +35 -0
  182. package/dist/icons/Cursor.tsx +22 -0
  183. package/dist/icons/Cursor2.tsx +32 -0
  184. package/dist/icons/CustomDomain.tsx +75 -0
  185. package/dist/icons/CustomEmailServer.tsx +26 -0
  186. package/dist/icons/CustomField.tsx +94 -0
  187. package/dist/icons/CustomSize.tsx +75 -0
  188. package/dist/icons/Customers.tsx +18 -0
  189. package/dist/icons/CustomiseNotification.tsx +68 -0
  190. package/dist/icons/Customize.tsx +82 -0
  191. package/dist/icons/Dashboard.tsx +19 -0
  192. package/dist/icons/Database.tsx +12 -0
  193. package/dist/icons/Delete.tsx +15 -0
  194. package/dist/icons/DeleteColumn.tsx +33 -0
  195. package/dist/icons/DeleteRow.tsx +34 -0
  196. package/dist/icons/DeleteTable.tsx +25 -0
  197. package/dist/icons/Dependent.tsx +47 -0
  198. package/dist/icons/Descending.tsx +18 -0
  199. package/dist/icons/Design.tsx +15 -0
  200. package/dist/icons/Discount.tsx +45 -0
  201. package/dist/icons/Divide.tsx +43 -0
  202. package/dist/icons/Divider.tsx +9 -0
  203. package/dist/icons/DocumentationSync.tsx +53 -0
  204. package/dist/icons/Dollar.tsx +15 -0
  205. package/dist/icons/Domain.tsx +50 -0
  206. package/dist/icons/DoubleCheck.tsx +25 -0
  207. package/dist/icons/DoubleLeft.tsx +26 -0
  208. package/dist/icons/DoubleRight.tsx +19 -0
  209. package/dist/icons/Down.tsx +15 -0
  210. package/dist/icons/DownArrow.tsx +19 -0
  211. package/dist/icons/DownArrowCircle.tsx +40 -0
  212. package/dist/icons/Download.tsx +36 -0
  213. package/dist/icons/Draft.tsx +22 -0
  214. package/dist/icons/Drag.tsx +63 -0
  215. package/dist/icons/Dropdown.tsx +50 -0
  216. package/dist/icons/DropdownClosed.tsx +19 -0
  217. package/dist/icons/Edit.tsx +15 -0
  218. package/dist/icons/EditSchedule.tsx +61 -0
  219. package/dist/icons/Email.tsx +15 -0
  220. package/dist/icons/EmailNotification.tsx +47 -0
  221. package/dist/icons/EmailSent.tsx +47 -0
  222. package/dist/icons/EmailServer.tsx +40 -0
  223. package/dist/icons/EmailSync.tsx +47 -0
  224. package/dist/icons/EmailTemplates.tsx +53 -0
  225. package/dist/icons/EmailsBanned.tsx +40 -0
  226. package/dist/icons/Emoji.tsx +15 -0
  227. package/dist/icons/EntireScreen.tsx +31 -0
  228. package/dist/icons/Equals.tsx +29 -0
  229. package/dist/icons/Error.tsx +15 -0
  230. package/dist/icons/ExcludedDomains.tsx +61 -0
  231. package/dist/icons/Expand.tsx +15 -0
  232. package/dist/icons/ExpandSize.tsx +19 -0
  233. package/dist/icons/ExpenseCategories.tsx +54 -0
  234. package/dist/icons/ExternalLink.tsx +19 -0
  235. package/dist/icons/Eye.tsx +22 -0
  236. package/dist/icons/Facebook.tsx +15 -0
  237. package/dist/icons/Favorite.tsx +15 -0
  238. package/dist/icons/FeatureSettings.tsx +40 -0
  239. package/dist/icons/Field.tsx +30 -0
  240. package/dist/icons/File.tsx +15 -0
  241. package/dist/icons/FileDownload.tsx +37 -0
  242. package/dist/icons/FileGeneric.tsx +33 -0
  243. package/dist/icons/FileUpload.tsx +19 -0
  244. package/dist/icons/Filter.tsx +24 -0
  245. package/dist/icons/FilterAz.tsx +64 -0
  246. package/dist/icons/Flag.tsx +15 -0
  247. package/dist/icons/Flash.tsx +15 -0
  248. package/dist/icons/FlowChart.tsx +60 -0
  249. package/dist/icons/Focus.tsx +14 -0
  250. package/dist/icons/Folder.tsx +15 -0
  251. package/dist/icons/FolderFill.tsx +16 -0
  252. package/dist/icons/FolderOpenFill.tsx +16 -0
  253. package/dist/icons/FontSize.tsx +15 -0
  254. package/dist/icons/Form.tsx +14 -0
  255. package/dist/icons/FormClosed.tsx +25 -0
  256. package/dist/icons/Forward.tsx +15 -0
  257. package/dist/icons/FullScreen.tsx +19 -0
  258. package/dist/icons/Gif.tsx +15 -0
  259. package/dist/icons/Gift.tsx +15 -0
  260. package/dist/icons/GitMerge.tsx +43 -0
  261. package/dist/icons/GlobalAutoCc.tsx +82 -0
  262. package/dist/icons/Globe.tsx +57 -0
  263. package/dist/icons/Goal.tsx +31 -0
  264. package/dist/icons/Graph.tsx +43 -0
  265. package/dist/icons/Group.tsx +50 -0
  266. package/dist/icons/HamburgerMenu.tsx +36 -0
  267. package/dist/icons/Hash.tsx +43 -0
  268. package/dist/icons/HashChecked.tsx +19 -0
  269. package/dist/icons/HashInSet.tsx +33 -0
  270. package/dist/icons/Header.tsx +15 -0
  271. package/dist/icons/Heart.tsx +14 -0
  272. package/dist/icons/Help.tsx +13 -0
  273. package/dist/icons/Hide.tsx +22 -0
  274. package/dist/icons/Highlight.tsx +40 -0
  275. package/dist/icons/History.tsx +35 -0
  276. package/dist/icons/Home.tsx +15 -0
  277. package/dist/icons/Home2.tsx +13 -0
  278. package/dist/icons/HourFormat.tsx +47 -0
  279. package/dist/icons/HourGlass.tsx +19 -0
  280. package/dist/icons/Hours.tsx +33 -0
  281. package/dist/icons/Html.tsx +12 -0
  282. package/dist/icons/Ibeam.tsx +36 -0
  283. package/dist/icons/Icons.tsx +48 -0
  284. package/dist/icons/Image.tsx +15 -0
  285. package/dist/icons/ImageUpload.tsx +19 -0
  286. package/dist/icons/ImportTimesheet.tsx +64 -0
  287. package/dist/icons/Inactive.tsx +50 -0
  288. package/dist/icons/Inbox.tsx +15 -0
  289. package/dist/icons/IndeterminateCircle.tsx +22 -0
  290. package/dist/icons/Info.tsx +43 -0
  291. package/dist/icons/InfoRound.tsx +40 -0
  292. package/dist/icons/Input.tsx +22 -0
  293. package/dist/icons/InsertColumn.tsx +28 -0
  294. package/dist/icons/InsertRow.tsx +34 -0
  295. package/dist/icons/Installation.tsx +54 -0
  296. package/dist/icons/IntroPages.tsx +38 -0
  297. package/dist/icons/InvalidUrl.tsx +47 -0
  298. package/dist/icons/Invoice.tsx +15 -0
  299. package/dist/icons/InvoiceSettings.tsx +47 -0
  300. package/dist/icons/IpAddress.tsx +19 -0
  301. package/dist/icons/IpRestriction.tsx +47 -0
  302. package/dist/icons/Keyboard.tsx +15 -0
  303. package/dist/icons/Layers.tsx +26 -0
  304. package/dist/icons/Left.tsx +15 -0
  305. package/dist/icons/LeftAlign.tsx +39 -0
  306. package/dist/icons/LeftArrow.tsx +19 -0
  307. package/dist/icons/LeftArrowCircle.tsx +40 -0
  308. package/dist/icons/Link.tsx +15 -0
  309. package/dist/icons/Linkedin.tsx +15 -0
  310. package/dist/icons/List.tsx +22 -0
  311. package/dist/icons/ListDetails.tsx +19 -0
  312. package/dist/icons/ListDot.tsx +15 -0
  313. package/dist/icons/ListNumber.tsx +19 -0
  314. package/dist/icons/ListView.tsx +39 -0
  315. package/dist/icons/Loading.tsx +71 -0
  316. package/dist/icons/Location.tsx +29 -0
  317. package/dist/icons/Lock.tsx +15 -0
  318. package/dist/icons/LockMessage.tsx +47 -0
  319. package/dist/icons/Logout.tsx +29 -0
  320. package/dist/icons/LongText.tsx +15 -0
  321. package/dist/icons/MailSend.tsx +40 -0
  322. package/dist/icons/MailUnread.tsx +30 -0
  323. package/dist/icons/ManageCalendar.tsx +61 -0
  324. package/dist/icons/ManageTemplates.tsx +53 -0
  325. package/dist/icons/MappedField.tsx +73 -0
  326. package/dist/icons/MarginAll.tsx +52 -0
  327. package/dist/icons/MarginBottom.tsx +34 -0
  328. package/dist/icons/MarginLeft.tsx +34 -0
  329. package/dist/icons/MarginRight.tsx +34 -0
  330. package/dist/icons/MarginTop.tsx +34 -0
  331. package/dist/icons/MarginX.tsx +36 -0
  332. package/dist/icons/MarginY.tsx +36 -0
  333. package/dist/icons/Matrix.tsx +13 -0
  334. package/dist/icons/MatrixDots.tsx +21 -0
  335. package/dist/icons/MatrixDotsClear.tsx +19 -0
  336. package/dist/icons/MediaVideo.tsx +26 -0
  337. package/dist/icons/MeetingLimit.tsx +75 -0
  338. package/dist/icons/MeetingReminder.tsx +61 -0
  339. package/dist/icons/MenuHorizontal.tsx +43 -0
  340. package/dist/icons/MenuLayout.tsx +32 -0
  341. package/dist/icons/MenuSquare.tsx +33 -0
  342. package/dist/icons/MenuVertical.tsx +43 -0
  343. package/dist/icons/Merge.tsx +15 -0
  344. package/dist/icons/MergeSplit.tsx +37 -0
  345. package/dist/icons/MergedPullRequest.tsx +22 -0
  346. package/dist/icons/Message.tsx +15 -0
  347. package/dist/icons/MessageBubble.tsx +19 -0
  348. package/dist/icons/MessageSquare.tsx +19 -0
  349. package/dist/icons/Mic.tsx +36 -0
  350. package/dist/icons/MicOff.tsx +42 -0
  351. package/dist/icons/Minimize.tsx +71 -0
  352. package/dist/icons/Minus.tsx +22 -0
  353. package/dist/icons/Mobile.tsx +22 -0
  354. package/dist/icons/MobileAndDesktopApps.tsx +54 -0
  355. package/dist/icons/Moon.tsx +22 -0
  356. package/dist/icons/Move.tsx +30 -0
  357. package/dist/icons/MoveToBottom.tsx +25 -0
  358. package/dist/icons/MoveToTop.tsx +20 -0
  359. package/dist/icons/Movie.tsx +25 -0
  360. package/dist/icons/MultipleChoice.tsx +31 -0
  361. package/dist/icons/MultipleHost.tsx +50 -0
  362. package/dist/icons/Mute.tsx +15 -0
  363. package/dist/icons/MyPreferences.tsx +54 -0
  364. package/dist/icons/NavLinks.tsx +46 -0
  365. package/dist/icons/NeetoAnalytics.tsx +26 -0
  366. package/dist/icons/NeetoCal.tsx +36 -0
  367. package/dist/icons/NeetoChangelog.tsx +61 -0
  368. package/dist/icons/NeetoChat.tsx +33 -0
  369. package/dist/icons/NeetoDesk.tsx +61 -0
  370. package/dist/icons/NeetoEngage.tsx +61 -0
  371. package/dist/icons/NeetoForm.tsx +18 -0
  372. package/dist/icons/NeetoIcon.tsx +16 -0
  373. package/dist/icons/NeetoInsights.tsx +26 -0
  374. package/dist/icons/NeetoInterview.tsx +26 -0
  375. package/dist/icons/NeetoInvisible.tsx +26 -0
  376. package/dist/icons/NeetoKb.tsx +43 -0
  377. package/dist/icons/NeetoQuiz.tsx +31 -0
  378. package/dist/icons/NeetoReplay.tsx +26 -0
  379. package/dist/icons/NeetoWireframe.tsx +54 -0
  380. package/dist/icons/NeutralFaceGrey.tsx +45 -0
  381. package/dist/icons/NewChat.tsx +36 -0
  382. package/dist/icons/NewField.tsx +15 -0
  383. package/dist/icons/NoReportsData.tsx +54 -0
  384. package/dist/icons/Notes.tsx +22 -0
  385. package/dist/icons/Notification.tsx +33 -0
  386. package/dist/icons/NotificationTemplates.tsx +67 -0
  387. package/dist/icons/Number.tsx +15 -0
  388. package/dist/icons/OneOnOne.tsx +36 -0
  389. package/dist/icons/OpenHand.tsx +43 -0
  390. package/dist/icons/OpenPullRequest.tsx +17 -0
  391. package/dist/icons/OpinionScale.tsx +19 -0
  392. package/dist/icons/Order.tsx +15 -0
  393. package/dist/icons/Os.tsx +123 -0
  394. package/dist/icons/Other.tsx +36 -0
  395. package/dist/icons/PaddingAll.tsx +52 -0
  396. package/dist/icons/PaddingBottom.tsx +34 -0
  397. package/dist/icons/PaddingLeft.tsx +34 -0
  398. package/dist/icons/PaddingRight.tsx +34 -0
  399. package/dist/icons/PaddingTop.tsx +34 -0
  400. package/dist/icons/PaddingX.tsx +36 -0
  401. package/dist/icons/PaddingY.tsx +36 -0
  402. package/dist/icons/Paragraph.tsx +19 -0
  403. package/dist/icons/Pause.tsx +22 -0
  404. package/dist/icons/PauseCircle.tsx +27 -0
  405. package/dist/icons/Payment.tsx +29 -0
  406. package/dist/icons/Phone.tsx +22 -0
  407. package/dist/icons/PhoneRing.tsx +19 -0
  408. package/dist/icons/Pin.tsx +36 -0
  409. package/dist/icons/Pipeline.tsx +31 -0
  410. package/dist/icons/Play.tsx +16 -0
  411. package/dist/icons/Plus.tsx +15 -0
  412. package/dist/icons/PointingHand.tsx +49 -0
  413. package/dist/icons/PrefilledSchedulingLink.tsx +52 -0
  414. package/dist/icons/Prepend.tsx +40 -0
  415. package/dist/icons/PreventDuplicate.tsx +34 -0
  416. package/dist/icons/Print.tsx +36 -0
  417. package/dist/icons/PriorityHigh.tsx +16 -0
  418. package/dist/icons/PriorityLow.tsx +16 -0
  419. package/dist/icons/PriorityMedium.tsx +16 -0
  420. package/dist/icons/Pro.tsx +22 -0
  421. package/dist/icons/ProductSwitcher.tsx +21 -0
  422. package/dist/icons/ProgressBar.tsx +27 -0
  423. package/dist/icons/Puzzle.tsx +15 -0
  424. package/dist/icons/QrCode.tsx +15 -0
  425. package/dist/icons/Quote.tsx +15 -0
  426. package/dist/icons/Radio.tsx +10 -0
  427. package/dist/icons/RadioInactive.tsx +13 -0
  428. package/dist/icons/Rating.tsx +15 -0
  429. package/dist/icons/RatingFilled.tsx +16 -0
  430. package/dist/icons/Recommendation.tsx +33 -0
  431. package/dist/icons/RecurringInvoice.tsx +47 -0
  432. package/dist/icons/RecurringMeeting.tsx +62 -0
  433. package/dist/icons/Redirect.tsx +36 -0
  434. package/dist/icons/RedirectUrl.tsx +61 -0
  435. package/dist/icons/Redirection.tsx +19 -0
  436. package/dist/icons/Redo.tsx +36 -0
  437. package/dist/icons/Refresh.tsx +29 -0
  438. package/dist/icons/ReminderEmailForClient.tsx +47 -0
  439. package/dist/icons/ReminderEmailForHost.tsx +48 -0
  440. package/dist/icons/ReminderSmsForClient.tsx +61 -0
  441. package/dist/icons/ReminderSmsForHost.tsx +62 -0
  442. package/dist/icons/RemoveCircle.tsx +22 -0
  443. package/dist/icons/Reorder.tsx +56 -0
  444. package/dist/icons/Reorder2.tsx +50 -0
  445. package/dist/icons/Repeat.tsx +36 -0
  446. package/dist/icons/Reply.tsx +15 -0
  447. package/dist/icons/Report.tsx +15 -0
  448. package/dist/icons/Reschedule.tsx +45 -0
  449. package/dist/icons/Reset.tsx +43 -0
  450. package/dist/icons/ResumeCircle.tsx +20 -0
  451. package/dist/icons/Ribbon.tsx +15 -0
  452. package/dist/icons/Right.tsx +15 -0
  453. package/dist/icons/RightAlign.tsx +39 -0
  454. package/dist/icons/RightArrow.tsx +19 -0
  455. package/dist/icons/RightArrowCircle.tsx +40 -0
  456. package/dist/icons/Roadmap.tsx +36 -0
  457. package/dist/icons/Robot.tsx +13 -0
  458. package/dist/icons/RoundRobin.tsx +36 -0
  459. package/dist/icons/RoutingForms.tsx +42 -0
  460. package/dist/icons/SadFaceGrey.tsx +49 -0
  461. package/dist/icons/Scale.tsx +22 -0
  462. package/dist/icons/Score.tsx +57 -0
  463. package/dist/icons/ScreenRecording.tsx +48 -0
  464. package/dist/icons/Search.tsx +15 -0
  465. package/dist/icons/Security.tsx +29 -0
  466. package/dist/icons/Send.tsx +15 -0
  467. package/dist/icons/SendPlane.tsx +26 -0
  468. package/dist/icons/Seo.tsx +22 -0
  469. package/dist/icons/Settings.tsx +22 -0
  470. package/dist/icons/SettingsChecked.tsx +24 -0
  471. package/dist/icons/Setup.tsx +57 -0
  472. package/dist/icons/ShapeSwitcher.tsx +34 -0
  473. package/dist/icons/Shapes.tsx +27 -0
  474. package/dist/icons/Share.tsx +15 -0
  475. package/dist/icons/ShoppingCart.tsx +31 -0
  476. package/dist/icons/SidebarClose.tsx +36 -0
  477. package/dist/icons/SidebarOpen.tsx +36 -0
  478. package/dist/icons/Signature.tsx +17 -0
  479. package/dist/icons/SingleChoice.tsx +47 -0
  480. package/dist/icons/SkipBack.tsx +30 -0
  481. package/dist/icons/SkipForward.tsx +34 -0
  482. package/dist/icons/SlaPolicies.tsx +59 -0
  483. package/dist/icons/Slash.tsx +15 -0
  484. package/dist/icons/SmileFaceGrey.tsx +44 -0
  485. package/dist/icons/Smiley.tsx +22 -0
  486. package/dist/icons/Sms.tsx +15 -0
  487. package/dist/icons/SmsTemplates.tsx +60 -0
  488. package/dist/icons/SortAscending.tsx +47 -0
  489. package/dist/icons/Sparkle.tsx +15 -0
  490. package/dist/icons/SpecificWindow.tsx +46 -0
  491. package/dist/icons/Split.tsx +22 -0
  492. package/dist/icons/SplitPayment.tsx +68 -0
  493. package/dist/icons/StarRating.tsx +19 -0
  494. package/dist/icons/StartWeekOn.tsx +54 -0
  495. package/dist/icons/Status.tsx +15 -0
  496. package/dist/icons/Subdomain.tsx +89 -0
  497. package/dist/icons/SubmissionCount.tsx +19 -0
  498. package/dist/icons/Subscribers.tsx +54 -0
  499. package/dist/icons/Suitcase.tsx +15 -0
  500. package/dist/icons/Sun.tsx +78 -0
  501. package/dist/icons/Survey.tsx +40 -0
  502. package/dist/icons/Swap.tsx +36 -0
  503. package/dist/icons/Tablet.tsx +22 -0
  504. package/dist/icons/Tabs.tsx +30 -0
  505. package/dist/icons/Tag.tsx +29 -0
  506. package/dist/icons/Tag1.tsx +15 -0
  507. package/dist/icons/Tags.tsx +36 -0
  508. package/dist/icons/TaskOutcome.tsx +61 -0
  509. package/dist/icons/TaskTags.tsx +64 -0
  510. package/dist/icons/TaskType.tsx +71 -0
  511. package/dist/icons/Tax.tsx +36 -0
  512. package/dist/icons/TaxDetails.tsx +61 -0
  513. package/dist/icons/Taxonomy.tsx +29 -0
  514. package/dist/icons/Templates.tsx +52 -0
  515. package/dist/icons/Terms.tsx +15 -0
  516. package/dist/icons/Text.tsx +36 -0
  517. package/dist/icons/TextBold.tsx +15 -0
  518. package/dist/icons/TextColor.tsx +19 -0
  519. package/dist/icons/TextCross.tsx +19 -0
  520. package/dist/icons/TextField.tsx +19 -0
  521. package/dist/icons/TextH1.tsx +15 -0
  522. package/dist/icons/TextH2.tsx +15 -0
  523. package/dist/icons/TextH3.tsx +16 -0
  524. package/dist/icons/TextH4.tsx +16 -0
  525. package/dist/icons/TextH5.tsx +16 -0
  526. package/dist/icons/TextItalic.tsx +19 -0
  527. package/dist/icons/TextLines.tsx +19 -0
  528. package/dist/icons/TextP.tsx +12 -0
  529. package/dist/icons/TextSize.tsx +22 -0
  530. package/dist/icons/ThankYouPage.tsx +60 -0
  531. package/dist/icons/Theme.tsx +50 -0
  532. package/dist/icons/TicketField.tsx +38 -0
  533. package/dist/icons/TicketSettings.tsx +40 -0
  534. package/dist/icons/TicketTags.tsx +33 -0
  535. package/dist/icons/Tickets.tsx +15 -0
  536. package/dist/icons/TimeLock.tsx +43 -0
  537. package/dist/icons/TimeTracker.tsx +19 -0
  538. package/dist/icons/TimeTracking.tsx +26 -0
  539. package/dist/icons/TimesheetVerifications.tsx +56 -0
  540. package/dist/icons/ToggleHeaderRow.tsx +55 -0
  541. package/dist/icons/Transaction.tsx +19 -0
  542. package/dist/icons/Transcript.tsx +82 -0
  543. package/dist/icons/Translate.tsx +54 -0
  544. package/dist/icons/Twitter.tsx +29 -0
  545. package/dist/icons/Ubuntu.tsx +36 -0
  546. package/dist/icons/Underline.tsx +19 -0
  547. package/dist/icons/Undo.tsx +29 -0
  548. package/dist/icons/UniqueId.tsx +36 -0
  549. package/dist/icons/Unlink.tsx +28 -0
  550. package/dist/icons/Unlock.tsx +16 -0
  551. package/dist/icons/Unpin.tsx +37 -0
  552. package/dist/icons/Up.tsx +15 -0
  553. package/dist/icons/UpArrow.tsx +15 -0
  554. package/dist/icons/UpArrowCircle.tsx +40 -0
  555. package/dist/icons/Upload.tsx +36 -0
  556. package/dist/icons/User.tsx +22 -0
  557. package/dist/icons/UserAdd.tsx +15 -0
  558. package/dist/icons/UserCircle.tsx +19 -0
  559. package/dist/icons/UserInfo.tsx +50 -0
  560. package/dist/icons/UserNotification.tsx +47 -0
  561. package/dist/icons/UserReassigned.tsx +40 -0
  562. package/dist/icons/UserRemove.tsx +47 -0
  563. package/dist/icons/UserRole.tsx +44 -0
  564. package/dist/icons/UserRoundedRect.tsx +19 -0
  565. package/dist/icons/UserSettings.tsx +33 -0
  566. package/dist/icons/UserStar.tsx +29 -0
  567. package/dist/icons/UserTags.tsx +36 -0
  568. package/dist/icons/VerticalBottom.tsx +40 -0
  569. package/dist/icons/VerticalCenter.tsx +48 -0
  570. package/dist/icons/VerticalTop.tsx +40 -0
  571. package/dist/icons/Video.tsx +15 -0
  572. package/dist/icons/VideoAccessControl.tsx +47 -0
  573. package/dist/icons/VideoEdit.tsx +57 -0
  574. package/dist/icons/VideoOff.tsx +28 -0
  575. package/dist/icons/ViewSettings.tsx +47 -0
  576. package/dist/icons/Views.tsx +29 -0
  577. package/dist/icons/Volume.tsx +15 -0
  578. package/dist/icons/Volume0.tsx +15 -0
  579. package/dist/icons/Volume100.tsx +26 -0
  580. package/dist/icons/Volume25.tsx +17 -0
  581. package/dist/icons/Volume50.tsx +22 -0
  582. package/dist/icons/Volume75.tsx +22 -0
  583. package/dist/icons/VolumeOutline.tsx +19 -0
  584. package/dist/icons/VolumeOutline0.tsx +26 -0
  585. package/dist/icons/Walkthrough.tsx +19 -0
  586. package/dist/icons/Warning.tsx +29 -0
  587. package/dist/icons/Warning2.tsx +15 -0
  588. package/dist/icons/WarningFilled.tsx +34 -0
  589. package/dist/icons/Web.tsx +78 -0
  590. package/dist/icons/WebForm.tsx +55 -0
  591. package/dist/icons/Webhooks.tsx +36 -0
  592. package/dist/icons/Whatsapp.tsx +29 -0
  593. package/dist/icons/WidgetModes.tsx +20 -0
  594. package/dist/icons/WidgetVisibility.tsx +54 -0
  595. package/dist/icons/Workflows.tsx +75 -0
  596. package/dist/icons/WorkspaceInfo.tsx +68 -0
  597. package/dist/icons/YesNo.tsx +15 -0
  598. package/dist/icons/Youtube.tsx +22 -0
  599. package/dist/icons/index.ts +526 -0
  600. package/dist/index.ts +7 -0
  601. package/dist/logos/Neeto.tsx +17 -0
  602. package/dist/logos/NeetoBugWatch.tsx +24 -0
  603. package/dist/logos/NeetoCal.tsx +72 -0
  604. package/dist/logos/NeetoChangelog.tsx +44 -0
  605. package/dist/logos/NeetoChat.tsx +39 -0
  606. package/dist/logos/NeetoCi.tsx +20 -0
  607. package/dist/logos/NeetoCode.tsx +26 -0
  608. package/dist/logos/NeetoCourse.tsx +24 -0
  609. package/dist/logos/NeetoCrm.tsx +32 -0
  610. package/dist/logos/NeetoDeploy.tsx +24 -0
  611. package/dist/logos/NeetoDesk.tsx +42 -0
  612. package/dist/logos/NeetoEngage.tsx +44 -0
  613. package/dist/logos/NeetoForm.tsx +36 -0
  614. package/dist/logos/NeetoGit.tsx +41 -0
  615. package/dist/logos/NeetoInvisible.tsx +28 -0
  616. package/dist/logos/NeetoInvoice.tsx +36 -0
  617. package/dist/logos/NeetoKb.tsx +44 -0
  618. package/dist/logos/NeetoPay.tsx +27 -0
  619. package/dist/logos/NeetoPlanner.tsx +35 -0
  620. package/dist/logos/NeetoPlaydash.tsx +32 -0
  621. package/dist/logos/NeetoPublish.tsx +36 -0
  622. package/dist/logos/NeetoQuiz.tsx +33 -0
  623. package/dist/logos/NeetoRecord.tsx +24 -0
  624. package/dist/logos/NeetoReplay.tsx +36 -0
  625. package/dist/logos/NeetoRunner.tsx +44 -0
  626. package/dist/logos/NeetoSeo.tsx +28 -0
  627. package/dist/logos/NeetoSign.tsx +24 -0
  628. package/dist/logos/NeetoSite.tsx +35 -0
  629. package/dist/logos/NeetoTestify.tsx +38 -0
  630. package/dist/logos/NeetoTower.tsx +24 -0
  631. package/dist/logos/NeetoWireframe.tsx +28 -0
  632. package/dist/misc/AmericanExpress.tsx +36 -0
  633. package/dist/misc/Apple.tsx +15 -0
  634. package/dist/misc/Callerdesk.tsx +28 -0
  635. package/dist/misc/CashPayment.tsx +95 -0
  636. package/dist/misc/Chrome.tsx +53 -0
  637. package/dist/misc/Daily.tsx +25 -0
  638. package/dist/misc/Danger.tsx +10 -0
  639. package/dist/misc/Discover.tsx +2239 -0
  640. package/dist/misc/DodoPayments.tsx +39 -0
  641. package/dist/misc/DodoPaymentsTypeface.tsx +52 -0
  642. package/dist/misc/Edge.tsx +62 -0
  643. package/dist/misc/FacebookPixel.tsx +16 -0
  644. package/dist/misc/Firefox.tsx +286 -0
  645. package/dist/misc/Github.tsx +22 -0
  646. package/dist/misc/Gmail.tsx +28 -0
  647. package/dist/misc/Google.tsx +229 -0
  648. package/dist/misc/GoogleAnalytics.tsx +31 -0
  649. package/dist/misc/GoogleCalendar.tsx +63 -0
  650. package/dist/misc/GoogleMeet.tsx +47 -0
  651. package/dist/misc/GoogleSheets.tsx +42 -0
  652. package/dist/misc/GoogleTagManager.tsx +24 -0
  653. package/dist/misc/Info.tsx +26 -0
  654. package/dist/misc/Instagram.tsx +51 -0
  655. package/dist/misc/Jcb.tsx +113 -0
  656. package/dist/misc/Jitsi.tsx +333 -0
  657. package/dist/misc/Linear.tsx +19 -0
  658. package/dist/misc/MailChimp.tsx +24 -0
  659. package/dist/misc/Make.tsx +62 -0
  660. package/dist/misc/Mastercard.tsx +41 -0
  661. package/dist/misc/Megaphone.tsx +32 -0
  662. package/dist/misc/Microsoft.tsx +22 -0
  663. package/dist/misc/MicrosoftOffice.tsx +23 -0
  664. package/dist/misc/N8N.tsx +11 -0
  665. package/dist/misc/Outlook.tsx +235 -0
  666. package/dist/misc/PaypalTypeface.tsx +59 -0
  667. package/dist/misc/Razorpay.tsx +20 -0
  668. package/dist/misc/RazorpayTypeface.tsx +81 -0
  669. package/dist/misc/Safari.tsx +596 -0
  670. package/dist/misc/Shopify.tsx +20 -0
  671. package/dist/misc/Slack.tsx +24 -0
  672. package/dist/misc/Stripe.tsx +14 -0
  673. package/dist/misc/StripeTypeface.tsx +18 -0
  674. package/dist/misc/Success.tsx +14 -0
  675. package/dist/misc/Teams.tsx +86 -0
  676. package/dist/misc/Telnyx.tsx +33 -0
  677. package/dist/misc/Trello.tsx +33 -0
  678. package/dist/misc/Twilio.tsx +12 -0
  679. package/dist/misc/Ubuntu.tsx +16 -0
  680. package/dist/misc/UnionPay.tsx +40 -0
  681. package/dist/misc/Upi.tsx +154 -0
  682. package/dist/misc/UpiTypeface.tsx +153 -0
  683. package/dist/misc/Visa.tsx +50 -0
  684. package/dist/misc/Warning.tsx +29 -0
  685. package/dist/misc/Webhook.tsx +13 -0
  686. package/dist/misc/Whatsapp.tsx +54 -0
  687. package/dist/misc/Whereby.tsx +25 -0
  688. package/dist/misc/Windows.tsx +12 -0
  689. package/dist/misc/Wordpress.tsx +24 -0
  690. package/dist/misc/Zapier.tsx +19 -0
  691. package/dist/misc/Zoom.tsx +25 -0
  692. package/dist/typefaceLogos/Neeto.tsx +34 -0
  693. package/dist/typefaceLogos/NeetoBugWatch.tsx +81 -0
  694. package/dist/typefaceLogos/NeetoCal.tsx +97 -0
  695. package/dist/typefaceLogos/NeetoChangelog.tsx +111 -0
  696. package/dist/typefaceLogos/NeetoChat.tsx +99 -0
  697. package/dist/typefaceLogos/NeetoCi.tsx +64 -0
  698. package/dist/typefaceLogos/NeetoCode.tsx +93 -0
  699. package/dist/typefaceLogos/NeetoCourse.tsx +88 -0
  700. package/dist/typefaceLogos/NeetoCrm.tsx +69 -0
  701. package/dist/typefaceLogos/NeetoDeploy.tsx +101 -0
  702. package/dist/typefaceLogos/NeetoDesk.tsx +108 -0
  703. package/dist/typefaceLogos/NeetoEngage.tsx +96 -0
  704. package/dist/typefaceLogos/NeetoForm.tsx +91 -0
  705. package/dist/typefaceLogos/NeetoGit.tsx +91 -0
  706. package/dist/typefaceLogos/NeetoInvisible.tsx +120 -0
  707. package/dist/typefaceLogos/NeetoInvoice.tsx +106 -0
  708. package/dist/typefaceLogos/NeetoKb.tsx +89 -0
  709. package/dist/typefaceLogos/NeetoPay.tsx +77 -0
  710. package/dist/typefaceLogos/NeetoPlanner.tsx +110 -0
  711. package/dist/typefaceLogos/NeetoPlaydash.tsx +130 -0
  712. package/dist/typefaceLogos/NeetoPublish.tsx +76 -0
  713. package/dist/typefaceLogos/NeetoQuiz.tsx +93 -0
  714. package/dist/typefaceLogos/NeetoRecord.tsx +101 -0
  715. package/dist/typefaceLogos/NeetoReplay.tsx +101 -0
  716. package/dist/typefaceLogos/NeetoRunner.tsx +109 -0
  717. package/dist/typefaceLogos/NeetoSeo.tsx +90 -0
  718. package/dist/typefaceLogos/NeetoSign.tsx +74 -0
  719. package/dist/typefaceLogos/NeetoSite.tsx +82 -0
  720. package/dist/typefaceLogos/NeetoTestify.tsx +108 -0
  721. package/dist/typefaceLogos/NeetoTower.tsx +83 -0
  722. package/dist/typefaceLogos/NeetoWireframe.tsx +120 -0
  723. package/index-template.js +6 -5
  724. package/package.json +23 -11
  725. package/svgr.config.js +39 -8
  726. package/template.js +19 -0
  727. package/tsconfig.json +14 -0
  728. package/types.ts +6 -0
  729. package/dist/appIcons/Neeto.js +0 -23
  730. package/dist/appIcons/NeetoBugWatch.js +0 -27
  731. package/dist/appIcons/NeetoCal.js +0 -91
  732. package/dist/appIcons/NeetoChangelog.js +0 -47
  733. package/dist/appIcons/NeetoChat.js +0 -47
  734. package/dist/appIcons/NeetoCi.js +0 -27
  735. package/dist/appIcons/NeetoCode.js +0 -29
  736. package/dist/appIcons/NeetoCourse.js +0 -39
  737. package/dist/appIcons/NeetoCrm.js +0 -39
  738. package/dist/appIcons/NeetoDeploy.js +0 -27
  739. package/dist/appIcons/NeetoDesk.js +0 -45
  740. package/dist/appIcons/NeetoEngage.js +0 -47
  741. package/dist/appIcons/NeetoForm.js +0 -39
  742. package/dist/appIcons/NeetoGit.js +0 -48
  743. package/dist/appIcons/NeetoInvisible.js +0 -31
  744. package/dist/appIcons/NeetoInvoice.js +0 -39
  745. package/dist/appIcons/NeetoKb.js +0 -51
  746. package/dist/appIcons/NeetoPay.js +0 -39
  747. package/dist/appIcons/NeetoPlanner.js +0 -43
  748. package/dist/appIcons/NeetoPlaydash.js +0 -35
  749. package/dist/appIcons/NeetoPublish.js +0 -27
  750. package/dist/appIcons/NeetoQuiz.js +0 -41
  751. package/dist/appIcons/NeetoRecord.js +0 -27
  752. package/dist/appIcons/NeetoReplay.js +0 -39
  753. package/dist/appIcons/NeetoRunner.js +0 -47
  754. package/dist/appIcons/NeetoSeo.js +0 -35
  755. package/dist/appIcons/NeetoSite.js +0 -43
  756. package/dist/appIcons/NeetoTestify.js +0 -41
  757. package/dist/appIcons/NeetoTower.js +0 -36
  758. package/dist/appIcons/NeetoWireframe.js +0 -31
  759. package/dist/elements/Alert.js +0 -38
  760. package/dist/elements/AndroidMockup.js +0 -209
  761. package/dist/elements/Arrow.js +0 -22
  762. package/dist/elements/Avatar.js +0 -20
  763. package/dist/elements/BringToBack.js +0 -23
  764. package/dist/elements/BringToFront.js +0 -27
  765. package/dist/elements/Browser.js +0 -22
  766. package/dist/elements/Button.js +0 -27
  767. package/dist/elements/Calendar.js +0 -45
  768. package/dist/elements/Checkbox.js +0 -30
  769. package/dist/elements/Circle.js +0 -23
  770. package/dist/elements/Dropdown.js +0 -30
  771. package/dist/elements/IPhoneMockup.js +0 -130
  772. package/dist/elements/Image.js +0 -22
  773. package/dist/elements/Input.js +0 -28
  774. package/dist/elements/Keyboard.js +0 -19
  775. package/dist/elements/Label.js +0 -19
  776. package/dist/elements/Line.js +0 -15
  777. package/dist/elements/LineChart.js +0 -26
  778. package/dist/elements/Link.js +0 -22
  779. package/dist/elements/List.js +0 -27
  780. package/dist/elements/MoveBackward.js +0 -24
  781. package/dist/elements/MoveForward.js +0 -24
  782. package/dist/elements/Notes.js +0 -35
  783. package/dist/elements/Overlay.js +0 -39
  784. package/dist/elements/PieChart.js +0 -27
  785. package/dist/elements/Radio.js +0 -22
  786. package/dist/elements/Rectangle.js +0 -22
  787. package/dist/elements/Scrollbar.js +0 -24
  788. package/dist/elements/Search.js +0 -37
  789. package/dist/elements/Slider.js +0 -32
  790. package/dist/elements/Subtitle.js +0 -24
  791. package/dist/elements/Table.js +0 -22
  792. package/dist/elements/Tabs.js +0 -28
  793. package/dist/elements/TextArea.js +0 -29
  794. package/dist/elements/TextBlock.js +0 -37
  795. package/dist/elements/Title.js +0 -24
  796. package/dist/elements/ToggleSwitch.js +0 -46
  797. package/dist/elements/Toolbar.js +0 -60
  798. package/dist/elements/Tooltip.js +0 -32
  799. package/dist/elements/Video.js +0 -28
  800. package/dist/elements/YesNo.js +0 -36
  801. package/dist/icons/AccessControl.js +0 -112
  802. package/dist/icons/ActivityLog.js +0 -30
  803. package/dist/icons/AddCircle.js +0 -33
  804. package/dist/icons/AddImage.js +0 -21
  805. package/dist/icons/AddMenu.js +0 -47
  806. package/dist/icons/AddNote.js +0 -21
  807. package/dist/icons/AddRectangle.js +0 -21
  808. package/dist/icons/Address.js +0 -21
  809. package/dist/icons/AgentStatus.js +0 -35
  810. package/dist/icons/Agents.js +0 -21
  811. package/dist/icons/AlignCenter.js +0 -21
  812. package/dist/icons/ApiKeys.js +0 -68
  813. package/dist/icons/ApiTemplates.js +0 -55
  814. package/dist/icons/AppSwitcher.js +0 -34
  815. package/dist/icons/Apple.js +0 -26
  816. package/dist/icons/Approval.js +0 -42
  817. package/dist/icons/Archive.js +0 -35
  818. package/dist/icons/ArchivedArticles.js +0 -42
  819. package/dist/icons/Articles.js +0 -21
  820. package/dist/icons/Ascending.js +0 -20
  821. package/dist/icons/AspectRatio.js +0 -42
  822. package/dist/icons/AspectRatio11.js +0 -30
  823. package/dist/icons/AspectRatio169.js +0 -30
  824. package/dist/icons/AspectRatio32.js +0 -30
  825. package/dist/icons/AspectRatio43.js +0 -30
  826. package/dist/icons/AspectRatio916.js +0 -22
  827. package/dist/icons/Assign.js +0 -49
  828. package/dist/icons/Attachment.js +0 -28
  829. package/dist/icons/Attachments.js +0 -21
  830. package/dist/icons/AuditLogs.js +0 -42
  831. package/dist/icons/AutoCc.js +0 -49
  832. package/dist/icons/Automation.js +0 -42
  833. package/dist/icons/Bank.js +0 -65
  834. package/dist/icons/Billing.js +0 -55
  835. package/dist/icons/Blockquote.js +0 -21
  836. package/dist/icons/Board.js +0 -21
  837. package/dist/icons/BoardView.js +0 -60
  838. package/dist/icons/Book.js +0 -21
  839. package/dist/icons/BookOpen.js +0 -28
  840. package/dist/icons/BookingCancellationEmailForClient.js +0 -75
  841. package/dist/icons/BookingConfirmationEmailForClient.js +0 -69
  842. package/dist/icons/BookingConfirmationEmailForHost.js +0 -69
  843. package/dist/icons/Bookings.js +0 -57
  844. package/dist/icons/Bookmark.js +0 -22
  845. package/dist/icons/BorderDisable.js +0 -27
  846. package/dist/icons/BorderEnable.js +0 -23
  847. package/dist/icons/Braces.js +0 -18
  848. package/dist/icons/Browser.js +0 -52
  849. package/dist/icons/Bug.js +0 -84
  850. package/dist/icons/Building.js +0 -70
  851. package/dist/icons/Bulb.js +0 -21
  852. package/dist/icons/BusinessHour.js +0 -49
  853. package/dist/icons/Calendar.js +0 -21
  854. package/dist/icons/CalendarHoliday.js +0 -63
  855. package/dist/icons/Camera.js +0 -28
  856. package/dist/icons/CannedResponses.js +0 -21
  857. package/dist/icons/Captcha.js +0 -21
  858. package/dist/icons/Captions.js +0 -38
  859. package/dist/icons/CardPayment.js +0 -63
  860. package/dist/icons/CategoriesSettings.js +0 -56
  861. package/dist/icons/Category.js +0 -49
  862. package/dist/icons/CenterAlign.js +0 -49
  863. package/dist/icons/Certificate.js +0 -43
  864. package/dist/icons/Change.js +0 -21
  865. package/dist/icons/Changelog.js +0 -42
  866. package/dist/icons/Chat.js +0 -35
  867. package/dist/icons/ChatBubble.js +0 -19
  868. package/dist/icons/ChatEmpty.js +0 -21
  869. package/dist/icons/ChatNotification.js +0 -22
  870. package/dist/icons/ChatOffline.js +0 -27
  871. package/dist/icons/ChatQuestions.js +0 -42
  872. package/dist/icons/Check.js +0 -21
  873. package/dist/icons/CheckCircle.js +0 -21
  874. package/dist/icons/Checkbox.js +0 -30
  875. package/dist/icons/CheckboxInactive.js +0 -23
  876. package/dist/icons/Checkmark.js +0 -28
  877. package/dist/icons/Chrome.js +0 -26
  878. package/dist/icons/ClearCache.js +0 -27
  879. package/dist/icons/Clock.js +0 -21
  880. package/dist/icons/Close.js +0 -21
  881. package/dist/icons/CloseCircle.js +0 -21
  882. package/dist/icons/ClosedHand.js +0 -50
  883. package/dist/icons/ClosedPullRequest.js +0 -21
  884. package/dist/icons/Code.js +0 -21
  885. package/dist/icons/CodeBlock.js +0 -21
  886. package/dist/icons/Collapse.js +0 -21
  887. package/dist/icons/ColorPicker.js +0 -30
  888. package/dist/icons/Column.js +0 -21
  889. package/dist/icons/ColumnToLeft.js +0 -42
  890. package/dist/icons/ColumnToRight.js +0 -48
  891. package/dist/icons/Community.js +0 -70
  892. package/dist/icons/CompanyInfo.js +0 -98
  893. package/dist/icons/CompanyTags.js +0 -91
  894. package/dist/icons/Computer.js +0 -45
  895. package/dist/icons/Concat.js +0 -46
  896. package/dist/icons/Configure.js +0 -112
  897. package/dist/icons/Console.js +0 -42
  898. package/dist/icons/ContactBook.js +0 -42
  899. package/dist/icons/ContactField.js +0 -68
  900. package/dist/icons/ContactTags.js +0 -63
  901. package/dist/icons/ContextualMenu.js +0 -54
  902. package/dist/icons/Contracts.js +0 -56
  903. package/dist/icons/Copy.js +0 -21
  904. package/dist/icons/CopyLink.js +0 -42
  905. package/dist/icons/Count.js +0 -28
  906. package/dist/icons/CreditCard.js +0 -21
  907. package/dist/icons/Crown.js +0 -33
  908. package/dist/icons/Css3.js +0 -18
  909. package/dist/icons/Cta.js +0 -41
  910. package/dist/icons/Cursor.js +0 -28
  911. package/dist/icons/Cursor2.js +0 -38
  912. package/dist/icons/CustomDomain.js +0 -77
  913. package/dist/icons/CustomField.js +0 -96
  914. package/dist/icons/CustomSize.js +0 -77
  915. package/dist/icons/Customers.js +0 -20
  916. package/dist/icons/CustomiseNotification.js +0 -70
  917. package/dist/icons/Customize.js +0 -84
  918. package/dist/icons/Dashboard.js +0 -21
  919. package/dist/icons/Database.js +0 -18
  920. package/dist/icons/Delete.js +0 -21
  921. package/dist/icons/DeleteColumn.js +0 -35
  922. package/dist/icons/DeleteRow.js +0 -36
  923. package/dist/icons/DeleteTable.js +0 -27
  924. package/dist/icons/Dependent.js +0 -49
  925. package/dist/icons/Descending.js +0 -20
  926. package/dist/icons/Design.js +0 -21
  927. package/dist/icons/Discount.js +0 -51
  928. package/dist/icons/Divide.js +0 -49
  929. package/dist/icons/Divider.js +0 -15
  930. package/dist/icons/DocumentationSync.js +0 -55
  931. package/dist/icons/Dollar.js +0 -21
  932. package/dist/icons/Domain.js +0 -56
  933. package/dist/icons/DoubleCheck.js +0 -27
  934. package/dist/icons/DoubleLeft.js +0 -28
  935. package/dist/icons/DoubleRight.js +0 -21
  936. package/dist/icons/Down.js +0 -21
  937. package/dist/icons/DownArrow.js +0 -21
  938. package/dist/icons/DownArrowCircle.js +0 -42
  939. package/dist/icons/Download.js +0 -42
  940. package/dist/icons/Draft.js +0 -28
  941. package/dist/icons/Drag.js +0 -69
  942. package/dist/icons/Dropdown.js +0 -56
  943. package/dist/icons/DropdownClosed.js +0 -21
  944. package/dist/icons/Edit.js +0 -21
  945. package/dist/icons/EditSchedule.js +0 -63
  946. package/dist/icons/Email.js +0 -28
  947. package/dist/icons/EmailNotification.js +0 -49
  948. package/dist/icons/EmailSent.js +0 -49
  949. package/dist/icons/EmailSync.js +0 -49
  950. package/dist/icons/EmailTemplates.js +0 -55
  951. package/dist/icons/EmailsBanned.js +0 -42
  952. package/dist/icons/Emoji.js +0 -21
  953. package/dist/icons/EntireScreen.js +0 -33
  954. package/dist/icons/Equals.js +0 -35
  955. package/dist/icons/Error.js +0 -21
  956. package/dist/icons/ExcludedDomains.js +0 -63
  957. package/dist/icons/Expand.js +0 -21
  958. package/dist/icons/ExpandSize.js +0 -21
  959. package/dist/icons/ExpenseCategories.js +0 -56
  960. package/dist/icons/ExternalLink.js +0 -21
  961. package/dist/icons/Eye.js +0 -28
  962. package/dist/icons/Facebook.js +0 -21
  963. package/dist/icons/Favorite.js +0 -21
  964. package/dist/icons/FeatureSettings.js +0 -42
  965. package/dist/icons/Field.js +0 -36
  966. package/dist/icons/File.js +0 -21
  967. package/dist/icons/FileDownload.js +0 -39
  968. package/dist/icons/FileGeneric.js +0 -35
  969. package/dist/icons/FileUpload.js +0 -21
  970. package/dist/icons/Filter.js +0 -30
  971. package/dist/icons/FilterAz.js +0 -70
  972. package/dist/icons/Flag.js +0 -21
  973. package/dist/icons/Flash.js +0 -21
  974. package/dist/icons/FlowChart.js +0 -62
  975. package/dist/icons/Focus.js +0 -20
  976. package/dist/icons/Folder.js +0 -21
  977. package/dist/icons/FolderFill.js +0 -18
  978. package/dist/icons/FolderOpenFill.js +0 -18
  979. package/dist/icons/FontSize.js +0 -21
  980. package/dist/icons/Form.js +0 -20
  981. package/dist/icons/FormClosed.js +0 -27
  982. package/dist/icons/Forward.js +0 -21
  983. package/dist/icons/FullScreen.js +0 -21
  984. package/dist/icons/Gif.js +0 -21
  985. package/dist/icons/Gift.js +0 -21
  986. package/dist/icons/GitMerge.js +0 -49
  987. package/dist/icons/GlobalAutoCc.js +0 -84
  988. package/dist/icons/Globe.js +0 -63
  989. package/dist/icons/Goal.js +0 -37
  990. package/dist/icons/Graph.js +0 -49
  991. package/dist/icons/Group.js +0 -56
  992. package/dist/icons/HamburgerMenu.js +0 -45
  993. package/dist/icons/Hash.js +0 -49
  994. package/dist/icons/HashChecked.js +0 -21
  995. package/dist/icons/HashInSet.js +0 -35
  996. package/dist/icons/Header.js +0 -21
  997. package/dist/icons/Heart.js +0 -20
  998. package/dist/icons/Help.js +0 -19
  999. package/dist/icons/Hide.js +0 -28
  1000. package/dist/icons/Highlight.js +0 -42
  1001. package/dist/icons/History.js +0 -41
  1002. package/dist/icons/Home.js +0 -21
  1003. package/dist/icons/Home2.js +0 -19
  1004. package/dist/icons/HourFormat.js +0 -49
  1005. package/dist/icons/HourGlass.js +0 -21
  1006. package/dist/icons/Hours.js +0 -39
  1007. package/dist/icons/Html.js +0 -18
  1008. package/dist/icons/Ibeam.js +0 -42
  1009. package/dist/icons/Icons.js +0 -54
  1010. package/dist/icons/Image.js +0 -21
  1011. package/dist/icons/ImageUpload.js +0 -21
  1012. package/dist/icons/ImportTimesheet.js +0 -66
  1013. package/dist/icons/Inactive.js +0 -56
  1014. package/dist/icons/Inbox.js +0 -21
  1015. package/dist/icons/IndeterminateCircle.js +0 -24
  1016. package/dist/icons/Info.js +0 -49
  1017. package/dist/icons/InfoRound.js +0 -42
  1018. package/dist/icons/Input.js +0 -28
  1019. package/dist/icons/InsertColumn.js +0 -35
  1020. package/dist/icons/InsertRow.js +0 -36
  1021. package/dist/icons/Installation.js +0 -56
  1022. package/dist/icons/IntroPages.js +0 -40
  1023. package/dist/icons/InvalidUrl.js +0 -49
  1024. package/dist/icons/Invoice.js +0 -21
  1025. package/dist/icons/InvoiceSettings.js +0 -49
  1026. package/dist/icons/IpAddress.js +0 -21
  1027. package/dist/icons/IpRestriction.js +0 -49
  1028. package/dist/icons/Keyboard.js +0 -21
  1029. package/dist/icons/Layers.js +0 -32
  1030. package/dist/icons/Left.js +0 -21
  1031. package/dist/icons/LeftAlign.js +0 -41
  1032. package/dist/icons/LeftArrow.js +0 -21
  1033. package/dist/icons/LeftArrowCircle.js +0 -42
  1034. package/dist/icons/Link.js +0 -21
  1035. package/dist/icons/Linkedin.js +0 -21
  1036. package/dist/icons/List.js +0 -28
  1037. package/dist/icons/ListDetails.js +0 -21
  1038. package/dist/icons/ListDot.js +0 -21
  1039. package/dist/icons/ListNumber.js +0 -21
  1040. package/dist/icons/ListView.js +0 -45
  1041. package/dist/icons/Loading.js +0 -77
  1042. package/dist/icons/Location.js +0 -35
  1043. package/dist/icons/Lock.js +0 -21
  1044. package/dist/icons/LockMessage.js +0 -49
  1045. package/dist/icons/Logout.js +0 -35
  1046. package/dist/icons/LongText.js +0 -21
  1047. package/dist/icons/MailSend.js +0 -46
  1048. package/dist/icons/MailUnread.js +0 -32
  1049. package/dist/icons/ManageCalendar.js +0 -63
  1050. package/dist/icons/ManageTemplates.js +0 -55
  1051. package/dist/icons/MappedField.js +0 -75
  1052. package/dist/icons/MarginAll.js +0 -54
  1053. package/dist/icons/MarginBottom.js +0 -36
  1054. package/dist/icons/MarginLeft.js +0 -36
  1055. package/dist/icons/MarginRight.js +0 -36
  1056. package/dist/icons/MarginTop.js +0 -36
  1057. package/dist/icons/MarginX.js +0 -42
  1058. package/dist/icons/MarginY.js +0 -42
  1059. package/dist/icons/Matrix.js +0 -19
  1060. package/dist/icons/MatrixDots.js +0 -23
  1061. package/dist/icons/MatrixDotsClear.js +0 -21
  1062. package/dist/icons/MediaVideo.js +0 -28
  1063. package/dist/icons/MeetingLimit.js +0 -77
  1064. package/dist/icons/MeetingReminder.js +0 -63
  1065. package/dist/icons/MenuHorizontal.js +0 -45
  1066. package/dist/icons/MenuLayout.js +0 -34
  1067. package/dist/icons/MenuSquare.js +0 -35
  1068. package/dist/icons/MenuVertical.js +0 -45
  1069. package/dist/icons/Merge.js +0 -21
  1070. package/dist/icons/MergeSplit.js +0 -39
  1071. package/dist/icons/MergedPullRequest.js +0 -28
  1072. package/dist/icons/Message.js +0 -21
  1073. package/dist/icons/MessageBubble.js +0 -21
  1074. package/dist/icons/MessageSquare.js +0 -21
  1075. package/dist/icons/Mic.js +0 -42
  1076. package/dist/icons/MicOff.js +0 -48
  1077. package/dist/icons/Minimize.js +0 -77
  1078. package/dist/icons/Minus.js +0 -28
  1079. package/dist/icons/Mobile.js +0 -28
  1080. package/dist/icons/MobileAndDesktopApps.js +0 -56
  1081. package/dist/icons/Moon.js +0 -28
  1082. package/dist/icons/Move.js +0 -36
  1083. package/dist/icons/MoveToBottom.js +0 -27
  1084. package/dist/icons/MoveToTop.js +0 -27
  1085. package/dist/icons/Movie.js +0 -31
  1086. package/dist/icons/MultipleChoice.js +0 -40
  1087. package/dist/icons/MultipleHost.js +0 -52
  1088. package/dist/icons/Mute.js +0 -21
  1089. package/dist/icons/MyPreferences.js +0 -56
  1090. package/dist/icons/NavLinks.js +0 -57
  1091. package/dist/icons/NeetoAnalytics.js +0 -28
  1092. package/dist/icons/NeetoCal.js +0 -42
  1093. package/dist/icons/NeetoChangelog.js +0 -63
  1094. package/dist/icons/NeetoChat.js +0 -35
  1095. package/dist/icons/NeetoDesk.js +0 -63
  1096. package/dist/icons/NeetoEngage.js +0 -63
  1097. package/dist/icons/NeetoForm.js +0 -20
  1098. package/dist/icons/NeetoIcon.js +0 -18
  1099. package/dist/icons/NeetoInsights.js +0 -28
  1100. package/dist/icons/NeetoInterview.js +0 -28
  1101. package/dist/icons/NeetoInvisible.js +0 -28
  1102. package/dist/icons/NeetoKb.js +0 -49
  1103. package/dist/icons/NeetoQuiz.js +0 -33
  1104. package/dist/icons/NeetoReplay.js +0 -28
  1105. package/dist/icons/NeetoWireframe.js +0 -56
  1106. package/dist/icons/NeutralFaceGrey.js +0 -47
  1107. package/dist/icons/NewChat.js +0 -42
  1108. package/dist/icons/NewField.js +0 -21
  1109. package/dist/icons/NoReportsData.js +0 -56
  1110. package/dist/icons/Notes.js +0 -28
  1111. package/dist/icons/Notification.js +0 -35
  1112. package/dist/icons/NotificationTemplates.js +0 -69
  1113. package/dist/icons/Number.js +0 -21
  1114. package/dist/icons/OneOnOne.js +0 -42
  1115. package/dist/icons/OpenHand.js +0 -49
  1116. package/dist/icons/OpenPullRequest.js +0 -23
  1117. package/dist/icons/OpinionScale.js +0 -21
  1118. package/dist/icons/Order.js +0 -21
  1119. package/dist/icons/Os.js +0 -134
  1120. package/dist/icons/PaddingAll.js +0 -54
  1121. package/dist/icons/PaddingBottom.js +0 -36
  1122. package/dist/icons/PaddingLeft.js +0 -36
  1123. package/dist/icons/PaddingRight.js +0 -36
  1124. package/dist/icons/PaddingTop.js +0 -36
  1125. package/dist/icons/PaddingX.js +0 -42
  1126. package/dist/icons/PaddingY.js +0 -42
  1127. package/dist/icons/Paragraph.js +0 -21
  1128. package/dist/icons/Pause.js +0 -28
  1129. package/dist/icons/PauseCircle.js +0 -29
  1130. package/dist/icons/Payment.js +0 -35
  1131. package/dist/icons/Phone.js +0 -28
  1132. package/dist/icons/PhoneRing.js +0 -21
  1133. package/dist/icons/Pin.js +0 -42
  1134. package/dist/icons/Pipeline.js +0 -37
  1135. package/dist/icons/Play.js +0 -22
  1136. package/dist/icons/Plus.js +0 -21
  1137. package/dist/icons/PointingHand.js +0 -51
  1138. package/dist/icons/PrefilledSchedulingLink.js +0 -54
  1139. package/dist/icons/Prepend.js +0 -46
  1140. package/dist/icons/PreventDuplicate.js +0 -42
  1141. package/dist/icons/Print.js +0 -42
  1142. package/dist/icons/PriorityHigh.js +0 -18
  1143. package/dist/icons/PriorityLow.js +0 -18
  1144. package/dist/icons/PriorityMedium.js +0 -18
  1145. package/dist/icons/Pro.js +0 -28
  1146. package/dist/icons/ProductSwitcher.js +0 -23
  1147. package/dist/icons/ProgressBar.js +0 -29
  1148. package/dist/icons/Puzzle.js +0 -21
  1149. package/dist/icons/QrCode.js +0 -21
  1150. package/dist/icons/Quote.js +0 -21
  1151. package/dist/icons/Radio.js +0 -16
  1152. package/dist/icons/RadioInactive.js +0 -15
  1153. package/dist/icons/Rating.js +0 -21
  1154. package/dist/icons/RatingFilled.js +0 -18
  1155. package/dist/icons/Recommendation.js +0 -35
  1156. package/dist/icons/RecurringInvoice.js +0 -49
  1157. package/dist/icons/RecurringMeeting.js +0 -64
  1158. package/dist/icons/Redirect.js +0 -42
  1159. package/dist/icons/RedirectUrl.js +0 -63
  1160. package/dist/icons/Redirection.js +0 -21
  1161. package/dist/icons/Redo.js +0 -42
  1162. package/dist/icons/Refresh.js +0 -35
  1163. package/dist/icons/ReminderEmailForClient.js +0 -49
  1164. package/dist/icons/ReminderEmailForHost.js +0 -50
  1165. package/dist/icons/ReminderSmsForClient.js +0 -63
  1166. package/dist/icons/ReminderSmsForHost.js +0 -64
  1167. package/dist/icons/RemoveCircle.js +0 -24
  1168. package/dist/icons/Reorder.js +0 -62
  1169. package/dist/icons/Reorder2.js +0 -56
  1170. package/dist/icons/Repeat.js +0 -42
  1171. package/dist/icons/Reply.js +0 -21
  1172. package/dist/icons/Report.js +0 -21
  1173. package/dist/icons/Reschedule.js +0 -47
  1174. package/dist/icons/Reset.js +0 -49
  1175. package/dist/icons/ResumeCircle.js +0 -22
  1176. package/dist/icons/Ribbon.js +0 -21
  1177. package/dist/icons/Right.js +0 -21
  1178. package/dist/icons/RightAlign.js +0 -41
  1179. package/dist/icons/RightArrow.js +0 -21
  1180. package/dist/icons/RightArrowCircle.js +0 -42
  1181. package/dist/icons/Roadmap.js +0 -42
  1182. package/dist/icons/Robot.js +0 -19
  1183. package/dist/icons/RoundRobin.js +0 -38
  1184. package/dist/icons/RoutingForms.js +0 -52
  1185. package/dist/icons/SadFaceGrey.js +0 -51
  1186. package/dist/icons/Scale.js +0 -28
  1187. package/dist/icons/Score.js +0 -63
  1188. package/dist/icons/ScreenRecording.js +0 -50
  1189. package/dist/icons/Search.js +0 -21
  1190. package/dist/icons/Security.js +0 -35
  1191. package/dist/icons/Send.js +0 -21
  1192. package/dist/icons/SendPlane.js +0 -28
  1193. package/dist/icons/Seo.js +0 -28
  1194. package/dist/icons/Settings.js +0 -28
  1195. package/dist/icons/SettingsChecked.js +0 -26
  1196. package/dist/icons/Setup.js +0 -63
  1197. package/dist/icons/ShapeSwitcher.js +0 -36
  1198. package/dist/icons/Shapes.js +0 -33
  1199. package/dist/icons/Share.js +0 -21
  1200. package/dist/icons/ShoppingCart.js +0 -33
  1201. package/dist/icons/SidebarClose.js +0 -38
  1202. package/dist/icons/SidebarOpen.js +0 -38
  1203. package/dist/icons/Signature.js +0 -19
  1204. package/dist/icons/SingleChoice.js +0 -49
  1205. package/dist/icons/SkipBack.js +0 -36
  1206. package/dist/icons/SkipForward.js +0 -36
  1207. package/dist/icons/SlaPolicies.js +0 -61
  1208. package/dist/icons/Slash.js +0 -21
  1209. package/dist/icons/SmileFaceGrey.js +0 -46
  1210. package/dist/icons/Smiley.js +0 -28
  1211. package/dist/icons/Sms.js +0 -21
  1212. package/dist/icons/SmsTemplates.js +0 -62
  1213. package/dist/icons/SortAscending.js +0 -49
  1214. package/dist/icons/Sparkle.js +0 -21
  1215. package/dist/icons/SpecificWindow.js +0 -48
  1216. package/dist/icons/Split.js +0 -28
  1217. package/dist/icons/SplitPayment.js +0 -70
  1218. package/dist/icons/StarRating.js +0 -21
  1219. package/dist/icons/StartWeekOn.js +0 -56
  1220. package/dist/icons/Status.js +0 -21
  1221. package/dist/icons/Subdomain.js +0 -91
  1222. package/dist/icons/SubmissionCount.js +0 -21
  1223. package/dist/icons/Subscribers.js +0 -56
  1224. package/dist/icons/Suitcase.js +0 -21
  1225. package/dist/icons/Sun.js +0 -84
  1226. package/dist/icons/Survey.js +0 -46
  1227. package/dist/icons/Swap.js +0 -42
  1228. package/dist/icons/Tablet.js +0 -28
  1229. package/dist/icons/Tabs.js +0 -46
  1230. package/dist/icons/Tag.js +0 -35
  1231. package/dist/icons/Tag1.js +0 -21
  1232. package/dist/icons/Tags.js +0 -42
  1233. package/dist/icons/TaskOutcome.js +0 -63
  1234. package/dist/icons/TaskTags.js +0 -70
  1235. package/dist/icons/TaskType.js +0 -77
  1236. package/dist/icons/Tax.js +0 -42
  1237. package/dist/icons/TaxDetails.js +0 -63
  1238. package/dist/icons/Taxonomy.js +0 -35
  1239. package/dist/icons/Templates.js +0 -54
  1240. package/dist/icons/Terms.js +0 -21
  1241. package/dist/icons/Text.js +0 -42
  1242. package/dist/icons/TextBold.js +0 -21
  1243. package/dist/icons/TextColor.js +0 -21
  1244. package/dist/icons/TextCross.js +0 -21
  1245. package/dist/icons/TextField.js +0 -21
  1246. package/dist/icons/TextH1.js +0 -21
  1247. package/dist/icons/TextH2.js +0 -21
  1248. package/dist/icons/TextH3.js +0 -22
  1249. package/dist/icons/TextH4.js +0 -22
  1250. package/dist/icons/TextH5.js +0 -22
  1251. package/dist/icons/TextItalic.js +0 -21
  1252. package/dist/icons/TextLines.js +0 -21
  1253. package/dist/icons/TextP.js +0 -18
  1254. package/dist/icons/TextSize.js +0 -28
  1255. package/dist/icons/ThankYouPage.js +0 -62
  1256. package/dist/icons/Theme.js +0 -56
  1257. package/dist/icons/TicketField.js +0 -40
  1258. package/dist/icons/TicketSettings.js +0 -42
  1259. package/dist/icons/TicketTags.js +0 -35
  1260. package/dist/icons/Tickets.js +0 -21
  1261. package/dist/icons/TimeLock.js +0 -49
  1262. package/dist/icons/TimeTracker.js +0 -21
  1263. package/dist/icons/TimeTracking.js +0 -28
  1264. package/dist/icons/TimesheetVerifications.js +0 -58
  1265. package/dist/icons/ToggleHeaderRow.js +0 -57
  1266. package/dist/icons/Transaction.js +0 -21
  1267. package/dist/icons/Transcript.js +0 -84
  1268. package/dist/icons/Translate.js +0 -56
  1269. package/dist/icons/Twitter.js +0 -35
  1270. package/dist/icons/Ubuntu.js +0 -42
  1271. package/dist/icons/Underline.js +0 -21
  1272. package/dist/icons/Undo.js +0 -35
  1273. package/dist/icons/UniqueId.js +0 -42
  1274. package/dist/icons/Unlink.js +0 -34
  1275. package/dist/icons/Unlock.js +0 -22
  1276. package/dist/icons/Unpin.js +0 -43
  1277. package/dist/icons/Up.js +0 -21
  1278. package/dist/icons/UpArrow.js +0 -21
  1279. package/dist/icons/UpArrowCircle.js +0 -42
  1280. package/dist/icons/Upload.js +0 -42
  1281. package/dist/icons/User.js +0 -28
  1282. package/dist/icons/UserAdd.js +0 -21
  1283. package/dist/icons/UserCircle.js +0 -21
  1284. package/dist/icons/UserInfo.js +0 -56
  1285. package/dist/icons/UserNotification.js +0 -49
  1286. package/dist/icons/UserReassigned.js +0 -42
  1287. package/dist/icons/UserRemove.js +0 -49
  1288. package/dist/icons/UserRole.js +0 -50
  1289. package/dist/icons/UserRoundedRect.js +0 -21
  1290. package/dist/icons/UserSettings.js +0 -35
  1291. package/dist/icons/UserStar.js +0 -35
  1292. package/dist/icons/UserTags.js +0 -42
  1293. package/dist/icons/VerticalBottom.js +0 -42
  1294. package/dist/icons/VerticalCenter.js +0 -50
  1295. package/dist/icons/VerticalTop.js +0 -42
  1296. package/dist/icons/Video.js +0 -21
  1297. package/dist/icons/VideoAccessControl.js +0 -49
  1298. package/dist/icons/VideoEdit.js +0 -59
  1299. package/dist/icons/VideoOff.js +0 -34
  1300. package/dist/icons/ViewSettings.js +0 -49
  1301. package/dist/icons/Views.js +0 -35
  1302. package/dist/icons/Volume.js +0 -21
  1303. package/dist/icons/Volume0.js +0 -21
  1304. package/dist/icons/Volume100.js +0 -28
  1305. package/dist/icons/Volume25.js +0 -23
  1306. package/dist/icons/Volume50.js +0 -28
  1307. package/dist/icons/Volume75.js +0 -28
  1308. package/dist/icons/VolumeOutline.js +0 -21
  1309. package/dist/icons/VolumeOutline0.js +0 -28
  1310. package/dist/icons/Walkthrough.js +0 -21
  1311. package/dist/icons/Warning.js +0 -35
  1312. package/dist/icons/Warning2.js +0 -21
  1313. package/dist/icons/WarningFilled.js +0 -36
  1314. package/dist/icons/Web.js +0 -84
  1315. package/dist/icons/WebForm.js +0 -61
  1316. package/dist/icons/Webhooks.js +0 -42
  1317. package/dist/icons/Whatsapp.js +0 -35
  1318. package/dist/icons/WidgetModes.js +0 -22
  1319. package/dist/icons/WidgetVisibility.js +0 -56
  1320. package/dist/icons/Workflows.js +0 -77
  1321. package/dist/icons/WorkspaceInfo.js +0 -70
  1322. package/dist/icons/YesNo.js +0 -21
  1323. package/dist/icons/Youtube.js +0 -28
  1324. package/dist/icons/index.js +0 -523
  1325. package/dist/index.js +0 -7
  1326. package/dist/logos/Neeto.js +0 -23
  1327. package/dist/logos/NeetoBugWatch.js +0 -26
  1328. package/dist/logos/NeetoCal.js +0 -78
  1329. package/dist/logos/NeetoChangelog.js +0 -46
  1330. package/dist/logos/NeetoChat.js +0 -41
  1331. package/dist/logos/NeetoCi.js +0 -26
  1332. package/dist/logos/NeetoCode.js +0 -28
  1333. package/dist/logos/NeetoCourse.js +0 -26
  1334. package/dist/logos/NeetoCrm.js +0 -38
  1335. package/dist/logos/NeetoDeploy.js +0 -26
  1336. package/dist/logos/NeetoDesk.js +0 -44
  1337. package/dist/logos/NeetoEngage.js +0 -46
  1338. package/dist/logos/NeetoForm.js +0 -38
  1339. package/dist/logos/NeetoGit.js +0 -47
  1340. package/dist/logos/NeetoInvisible.js +0 -30
  1341. package/dist/logos/NeetoInvoice.js +0 -38
  1342. package/dist/logos/NeetoKb.js +0 -50
  1343. package/dist/logos/NeetoPay.js +0 -33
  1344. package/dist/logos/NeetoPlanner.js +0 -37
  1345. package/dist/logos/NeetoPlaydash.js +0 -34
  1346. package/dist/logos/NeetoPublish.js +0 -38
  1347. package/dist/logos/NeetoQuiz.js +0 -35
  1348. package/dist/logos/NeetoRecord.js +0 -26
  1349. package/dist/logos/NeetoReplay.js +0 -38
  1350. package/dist/logos/NeetoRunner.js +0 -46
  1351. package/dist/logos/NeetoSeo.js +0 -34
  1352. package/dist/logos/NeetoSign.js +0 -26
  1353. package/dist/logos/NeetoSite.js +0 -37
  1354. package/dist/logos/NeetoTestify.js +0 -40
  1355. package/dist/logos/NeetoTower.js +0 -26
  1356. package/dist/logos/NeetoWireframe.js +0 -30
  1357. package/dist/misc/AmericanExpress.js +0 -38
  1358. package/dist/misc/Apple.js +0 -21
  1359. package/dist/misc/Callerdesk.js +0 -30
  1360. package/dist/misc/CashPayment.js +0 -97
  1361. package/dist/misc/Chrome.js +0 -59
  1362. package/dist/misc/Daily.js +0 -31
  1363. package/dist/misc/Danger.js +0 -16
  1364. package/dist/misc/Discover.js +0 -2245
  1365. package/dist/misc/DodoPayments.js +0 -41
  1366. package/dist/misc/DodoPaymentsTypeface.js +0 -48
  1367. package/dist/misc/Edge.js +0 -68
  1368. package/dist/misc/FacebookPixel.js +0 -18
  1369. package/dist/misc/Firefox.js +0 -292
  1370. package/dist/misc/Github.js +0 -28
  1371. package/dist/misc/Gmail.js +0 -34
  1372. package/dist/misc/Google.js +0 -235
  1373. package/dist/misc/GoogleAnalytics.js +0 -33
  1374. package/dist/misc/GoogleCalendar.js +0 -65
  1375. package/dist/misc/GoogleMeet.js +0 -49
  1376. package/dist/misc/GoogleSheets.js +0 -44
  1377. package/dist/misc/GoogleTagManager.js +0 -26
  1378. package/dist/misc/Info.js +0 -32
  1379. package/dist/misc/Instagram.js +0 -53
  1380. package/dist/misc/Jcb.js +0 -119
  1381. package/dist/misc/Jitsi.js +0 -339
  1382. package/dist/misc/Linear.js +0 -25
  1383. package/dist/misc/MailChimp.js +0 -26
  1384. package/dist/misc/Make.js +0 -68
  1385. package/dist/misc/Mastercard.js +0 -43
  1386. package/dist/misc/Megaphone.js +0 -34
  1387. package/dist/misc/Microsoft.js +0 -24
  1388. package/dist/misc/MicrosoftOffice.js +0 -25
  1389. package/dist/misc/N8N.js +0 -16
  1390. package/dist/misc/Outlook.js +0 -241
  1391. package/dist/misc/PaypalTypeface.js +0 -61
  1392. package/dist/misc/Razorpay.js +0 -26
  1393. package/dist/misc/RazorpayTypeface.js +0 -83
  1394. package/dist/misc/Safari.js +0 -602
  1395. package/dist/misc/Shopify.js +0 -26
  1396. package/dist/misc/Slack.js +0 -30
  1397. package/dist/misc/Stripe.js +0 -20
  1398. package/dist/misc/StripeTypeface.js +0 -20
  1399. package/dist/misc/Success.js +0 -20
  1400. package/dist/misc/Teams.js +0 -92
  1401. package/dist/misc/Telnyx.js +0 -39
  1402. package/dist/misc/Trello.js +0 -39
  1403. package/dist/misc/Twilio.js +0 -18
  1404. package/dist/misc/Ubuntu.js +0 -22
  1405. package/dist/misc/UnionPay.js +0 -46
  1406. package/dist/misc/Upi.js +0 -160
  1407. package/dist/misc/UpiTypeface.js +0 -155
  1408. package/dist/misc/Visa.js +0 -56
  1409. package/dist/misc/Warning.js +0 -35
  1410. package/dist/misc/Webhook.js +0 -19
  1411. package/dist/misc/Whatsapp.js +0 -60
  1412. package/dist/misc/Whereby.js +0 -31
  1413. package/dist/misc/Windows.js +0 -18
  1414. package/dist/misc/Wordpress.js +0 -26
  1415. package/dist/misc/Zapier.js +0 -25
  1416. package/dist/misc/Zoom.js +0 -31
  1417. package/dist/typefaceLogos/Neeto.js +0 -40
  1418. package/dist/typefaceLogos/NeetoBugWatch.js +0 -83
  1419. package/dist/typefaceLogos/NeetoCal.js +0 -103
  1420. package/dist/typefaceLogos/NeetoChangelog.js +0 -113
  1421. package/dist/typefaceLogos/NeetoChat.js +0 -101
  1422. package/dist/typefaceLogos/NeetoCi.js +0 -70
  1423. package/dist/typefaceLogos/NeetoCode.js +0 -95
  1424. package/dist/typefaceLogos/NeetoCourse.js +0 -90
  1425. package/dist/typefaceLogos/NeetoCrm.js +0 -75
  1426. package/dist/typefaceLogos/NeetoDeploy.js +0 -103
  1427. package/dist/typefaceLogos/NeetoDesk.js +0 -110
  1428. package/dist/typefaceLogos/NeetoEngage.js +0 -98
  1429. package/dist/typefaceLogos/NeetoForm.js +0 -93
  1430. package/dist/typefaceLogos/NeetoGit.js +0 -97
  1431. package/dist/typefaceLogos/NeetoInvisible.js +0 -122
  1432. package/dist/typefaceLogos/NeetoInvoice.js +0 -108
  1433. package/dist/typefaceLogos/NeetoKb.js +0 -95
  1434. package/dist/typefaceLogos/NeetoPay.js +0 -83
  1435. package/dist/typefaceLogos/NeetoPlanner.js +0 -112
  1436. package/dist/typefaceLogos/NeetoPlaydash.js +0 -132
  1437. package/dist/typefaceLogos/NeetoPublish.js +0 -78
  1438. package/dist/typefaceLogos/NeetoQuiz.js +0 -95
  1439. package/dist/typefaceLogos/NeetoRecord.js +0 -103
  1440. package/dist/typefaceLogos/NeetoReplay.js +0 -103
  1441. package/dist/typefaceLogos/NeetoRunner.js +0 -111
  1442. package/dist/typefaceLogos/NeetoSeo.js +0 -96
  1443. package/dist/typefaceLogos/NeetoSign.js +0 -76
  1444. package/dist/typefaceLogos/NeetoSite.js +0 -84
  1445. package/dist/typefaceLogos/NeetoTestify.js +0 -110
  1446. package/dist/typefaceLogos/NeetoTower.js +0 -85
  1447. package/dist/typefaceLogos/NeetoWireframe.js +0 -122
  1448. /package/dist/appIcons/{index.js → index.ts} +0 -0
  1449. /package/dist/elements/{index.js → index.ts} +0 -0
  1450. /package/dist/logos/{index.js → index.ts} +0 -0
  1451. /package/dist/misc/{index.js → index.ts} +0 -0
  1452. /package/dist/typefaceLogos/{index.js → index.ts} +0 -0
@@ -0,0 +1,47 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVideoAccessControl = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <G clipPath="url(#VideoAccessControl_svg_clip0_177_428)">
11
+ <Path
12
+ d="M11.5 21H7C6.46957 21 5.96086 20.7893 5.58579 20.4142C5.21071 20.0391 5 19.5304 5 19V13C5 12.4696 5.21071 11.9609 5.58579 11.5858C5.96086 11.2107 6.46957 11 7 11H17"
13
+ stroke={color}
14
+ strokeWidth={1.2}
15
+ strokeLinecap="round"
16
+ strokeLinejoin="round"
17
+ />
18
+ <Path
19
+ d="M8 11V7C8 5.93913 8.42143 4.92172 9.17157 4.17157C9.92172 3.42143 10.9391 3 12 3C13.0609 3 14.0783 3.42143 14.8284 4.17157C15.5786 4.92172 16 5.93913 16 7V11"
20
+ stroke={color}
21
+ strokeWidth={1.2}
22
+ strokeLinecap="round"
23
+ strokeLinejoin="round"
24
+ />
25
+ <Path
26
+ d="M19 15.6667L21.2765 14.5287C21.3527 14.4906 21.4374 14.4726 21.5225 14.4765C21.6076 14.4803 21.6903 14.5058 21.7628 14.5506C21.8353 14.5954 21.8951 14.6579 21.9366 14.7323C21.9781 14.8067 22 14.8905 22 14.9757V18.3577C22 18.4429 21.9781 18.5267 21.9366 18.6011C21.8951 18.6755 21.8353 18.738 21.7628 18.7828C21.6903 18.8276 21.6076 18.8531 21.5225 18.8569C21.4374 18.8608 21.3527 18.8428 21.2765 18.8047L19 17.6667V15.6667Z"
27
+ stroke={color}
28
+ strokeWidth={1.2}
29
+ strokeLinecap="round"
30
+ strokeLinejoin="round"
31
+ />
32
+ <Path
33
+ d="M13 14.6666C13 14.4014 13.1054 14.1471 13.2929 13.9595C13.4804 13.772 13.7348 13.6666 14 13.6666H18C18.2652 13.6666 18.5196 13.772 18.7071 13.9595C18.8947 14.1471 19 14.4014 19 14.6666V18.6666C19 18.9319 18.8947 19.1862 18.7071 19.3737C18.5196 19.5613 18.2652 19.6666 18 19.6666H14C13.7348 19.6666 13.4804 19.5613 13.2929 19.3737C13.1054 19.1862 13 18.9319 13 18.6666V14.6666Z"
34
+ stroke={color}
35
+ strokeWidth={1.2}
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ />
39
+ </G>
40
+ <Defs>
41
+ <ClipPath id="VideoAccessControl_svg_clip0_177_428">
42
+ <Rect width={24} height={24} fill="white" />
43
+ </ClipPath>
44
+ </Defs>
45
+ </Svg>
46
+ );
47
+ export default SvgVideoAccessControl;
@@ -0,0 +1,57 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVideoEdit = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <G clipPath="url(#VideoEdit_svg_clip0_196_772)">
11
+ <Path
12
+ d="M3 10.25C3 10.8467 3.23705 11.419 3.65901 11.841C4.08097 12.263 4.65327 12.5 5.25 12.5C5.84674 12.5 6.41904 12.263 6.841 11.841C7.26295 11.419 7.50001 10.8467 7.50001 10.25C7.50001 9.65327 7.26295 9.08097 6.841 8.65901C6.41904 8.23705 5.84674 8 5.25 8C4.65327 8 4.08097 8.23705 3.65901 8.65901C3.23705 9.08097 3 9.65327 3 10.25Z"
13
+ stroke={color}
14
+ strokeWidth={1.2}
15
+ strokeLinecap="round"
16
+ strokeLinejoin="round"
17
+ />
18
+ <Path
19
+ d="M3 17.75C3 18.3467 3.23705 18.919 3.65901 19.341C4.08097 19.763 4.65327 20 5.25 20C5.84674 20 6.41904 19.763 6.841 19.341C7.26295 18.919 7.50001 18.3467 7.50001 17.75C7.50001 17.1533 7.26295 16.581 6.841 16.159C6.41904 15.7371 5.84674 15.5 5.25 15.5C4.65327 15.5 4.08097 15.7371 3.65901 16.159C3.23705 16.581 3 17.1533 3 17.75Z"
20
+ stroke={color}
21
+ strokeWidth={1.2}
22
+ strokeLinecap="round"
23
+ strokeLinejoin="round"
24
+ />
25
+ <Path
26
+ d="M7.19998 11.4501L15 19.2501"
27
+ stroke={color}
28
+ strokeWidth={1.2}
29
+ strokeLinecap="round"
30
+ strokeLinejoin="round"
31
+ />
32
+ <Path
33
+ d="M7.19998 16.55L15 8.75"
34
+ stroke={color}
35
+ strokeWidth={1.2}
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ />
39
+ <Path
40
+ d="M22 12V3C22 2.44772 21.5523 2 21 2H10C9.44772 2 9 2.44772 9 3V8"
41
+ stroke={color}
42
+ strokeWidth={1.2}
43
+ />
44
+ <Path d="M20 7V8" stroke={color} strokeWidth={1.2} />
45
+ <Path d="M11 7V8" stroke={color} strokeWidth={1.2} />
46
+ <Path d="M20 10V11" stroke={color} strokeWidth={1.2} />
47
+ <Path d="M20 4V5" stroke={color} strokeWidth={1.2} />
48
+ <Path d="M11 4V5" stroke={color} strokeWidth={1.2} />
49
+ </G>
50
+ <Defs>
51
+ <ClipPath id="VideoEdit_svg_clip0_196_772">
52
+ <Rect width={24} height={24} fill="white" />
53
+ </ClipPath>
54
+ </Defs>
55
+ </Svg>
56
+ );
57
+ export default SvgVideoEdit;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVideoOff = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M15 10L19.553 7.724C19.7054 7.64783 19.8748 7.61188 20.045 7.61954C20.2152 7.62721 20.3806 7.67824 20.5256 7.7678C20.6706 7.85736 20.7902 7.98247 20.8733 8.13127C20.9563 8.28006 20.9999 8.44761 21 8.618V15.382C20.9999 15.5524 20.9563 15.7199 20.8733 15.8687C20.7902 16.0175 20.6706 16.1426 20.5256 16.2322C20.3806 16.3218 20.2152 16.3728 20.045 16.3805C19.8748 16.3881 19.7054 16.3522 19.553 16.276L15 14V10Z"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ <Path
14
+ d="M10 6H13C13.5304 6 14.0391 6.21071 14.4142 6.58579C14.7893 6.96086 15 7.46957 15 8V14M6 6H5C4.46957 6 3.96086 6.21071 3.58579 6.58579C3.21071 6.96086 3 7.46957 3 8V16C3 16.5304 3.21071 17.0391 3.58579 17.4142C3.96086 17.7893 4.46957 18 5 18H13C13.5304 18 14.0391 17.7893 14.4142 17.4142C14.5389 17.2895 14.6454 17.1501 14.7321 17"
15
+ stroke={color}
16
+ strokeWidth={1.2}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ <Path
21
+ d="M4 3.5L21 20"
22
+ stroke={color}
23
+ strokeWidth={1.2}
24
+ strokeLinecap="round"
25
+ />
26
+ </Svg>
27
+ );
28
+ export default SvgVideoOff;
@@ -0,0 +1,47 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgViewSettings = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <G clipPath="url(#ViewSettings_svg_clip0_177_445)">
11
+ <Path
12
+ d="M8.83334 10C8.83334 10.4421 9.00894 10.866 9.3215 11.1786C9.63406 11.4911 10.058 11.6667 10.5 11.6667C10.942 11.6667 11.366 11.4911 11.6785 11.1786C11.9911 10.866 12.1667 10.4421 12.1667 10C12.1667 9.55801 11.9911 9.13409 11.6785 8.82153C11.366 8.50897 10.942 8.33337 10.5 8.33337C10.058 8.33337 9.63406 8.50897 9.3215 8.82153C9.00894 9.13409 8.83334 9.55801 8.83334 10Z"
13
+ stroke={color}
14
+ strokeWidth={1.2}
15
+ strokeLinecap="round"
16
+ strokeLinejoin="round"
17
+ />
18
+ <Path
19
+ d="M10.5 15C7.5 15 5 13.3333 3 10C5 6.66667 7.5 5 10.5 5C13.5 5 16 6.66667 18 10"
20
+ stroke={color}
21
+ strokeWidth={1.2}
22
+ strokeLinecap="round"
23
+ strokeLinejoin="round"
24
+ />
25
+ <Path
26
+ d="M17.9319 12C18.0431 12 18.1515 12.0354 18.2425 12.1012C18.3334 12.167 18.4024 12.2601 18.4399 12.3678L18.7142 13.1539C18.7577 13.2775 18.8422 13.3814 18.9528 13.4472L19.7664 13.9306C19.8769 13.9962 20.0064 14.0194 20.132 13.9961L20.931 13.8478C21.0405 13.8273 21.1535 13.8421 21.2545 13.8903C21.3555 13.9384 21.4395 14.0175 21.4952 14.1167L21.9271 14.8833C21.9829 14.9823 22.0076 15.0965 21.998 15.2105C21.9883 15.3244 21.9447 15.4325 21.8731 15.52L21.3489 16.1578C21.2663 16.2581 21.221 16.3852 21.2209 16.5167V17.4833C21.221 17.6148 21.2663 17.7419 21.3489 17.8422L21.8731 18.48C21.9447 18.5675 21.9883 18.6756 21.998 18.7895C22.0076 18.9035 21.9829 19.0177 21.9271 19.1167L21.4952 19.8833C21.4396 19.9824 21.3556 20.0614 21.2547 20.1096C21.1538 20.1577 21.0409 20.1726 20.9315 20.1522L20.1325 20.0039C20.007 19.9806 19.8775 20.0038 19.767 20.0694L18.9534 20.5528C18.8428 20.6186 18.7583 20.7225 18.7147 20.8461L18.4405 21.6322C18.4029 21.74 18.3338 21.8332 18.2428 21.899C18.1518 21.9648 18.0432 22.0001 17.9319 22H17.0681C16.9569 22 16.8485 21.9646 16.7575 21.8988C16.6666 21.833 16.5976 21.7399 16.5601 21.6322L16.2858 20.8461C16.2423 20.7227 16.158 20.6188 16.0477 20.5528L15.2336 20.0694C15.1231 20.0038 14.9936 19.9806 14.868 20.0039L14.069 20.1522C13.9595 20.1727 13.8465 20.1579 13.7455 20.1097C13.6445 20.0616 13.5605 19.9825 13.5048 19.8833L13.0729 19.1167C13.0171 19.0177 12.9924 18.9035 13.002 18.7895C13.0117 18.6756 13.0553 18.5675 13.1269 18.48L13.6511 17.8422C13.7337 17.7419 13.779 17.6148 13.7791 17.4833V16.5167C13.779 16.3852 13.7337 16.2581 13.6511 16.1578L13.1323 15.52C13.0607 15.4325 13.0171 15.3244 13.0074 15.2105C12.9978 15.0965 13.0225 14.9823 13.0783 14.8833L13.5102 14.1167C13.5658 14.0176 13.6498 13.9386 13.7507 13.8904C13.8516 13.8423 13.9645 13.8274 14.0739 13.8478L14.8729 13.9961C14.9984 14.0194 15.1279 13.9962 15.2384 13.9306L16.0526 13.4472C16.1629 13.3812 16.2471 13.2773 16.2907 13.1539L16.5649 12.3678C16.6022 12.2609 16.6704 12.1684 16.7604 12.1026C16.8504 12.0368 16.9577 12.001 17.0681 12H17.9319Z"
27
+ stroke={color}
28
+ strokeWidth={1.2}
29
+ strokeLinecap="round"
30
+ strokeLinejoin="round"
31
+ />
32
+ <Path
33
+ d="M17.5 18.5278C18.32 18.5278 18.9847 17.8438 18.9847 17C18.9847 16.1562 18.32 15.4722 17.5 15.4722C16.68 15.4722 16.0153 16.1562 16.0153 17C16.0153 17.8438 16.68 18.5278 17.5 18.5278Z"
34
+ stroke={color}
35
+ strokeWidth={1.2}
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ />
39
+ </G>
40
+ <Defs>
41
+ <ClipPath id="ViewSettings_svg_clip0_177_445">
42
+ <Rect width={24} height={24} fill="white" />
43
+ </ClipPath>
44
+ </Defs>
45
+ </Svg>
46
+ );
47
+ export default SvgViewSettings;
@@ -0,0 +1,29 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgViews = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <G clipPath="url(#Views_svg_clip0_177_444)">
7
+ <Path
8
+ d="M10 12C10 12.5304 10.2107 13.0391 10.5858 13.4142C10.9609 13.7893 11.4696 14 12 14C12.5304 14 13.0391 13.7893 13.4142 13.4142C13.7893 13.0391 14 12.5304 14 12C14 11.4696 13.7893 10.9609 13.4142 10.5858C13.0391 10.2107 12.5304 10 12 10C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12Z"
9
+ stroke={color}
10
+ strokeWidth={1.2}
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
14
+ <Path
15
+ d="M21 12C18.6 16 15.6 18 12 18C8.4 18 5.4 16 3 12C5.4 8 8.4 6 12 6C15.6 6 18.6 8 21 12Z"
16
+ stroke={color}
17
+ strokeWidth={1.2}
18
+ strokeLinecap="round"
19
+ strokeLinejoin="round"
20
+ />
21
+ </G>
22
+ <Defs>
23
+ <ClipPath id="Views_svg_clip0_177_444">
24
+ <Rect width={24} height={24} fill="white" />
25
+ </ClipPath>
26
+ </Defs>
27
+ </Svg>
28
+ );
29
+ export default SvgViews;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVolume = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M15.537 15.978C16.699 15.256 17.5 13.754 17.5 12.005C17.5 10.256 16.699 8.75304 15.537 8.02204M18.505 19.065C20.313 17.51 21.5 14.93 21.5 12.003C21.5 9.07204 20.311 6.49004 18.5 4.93604M5.875 8.62504H3.5C2.948 8.62504 2.5 9.07304 2.5 9.62504V14.375C2.5 14.927 2.948 15.375 3.5 15.375H5.875L9.854 18.746C10.504 19.297 11.5 18.835 11.5 17.983V6.01704C11.5 5.16504 10.503 4.70304 9.854 5.25404L5.875 8.62504Z"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ </Svg>
14
+ );
15
+ export default SvgVolume;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVolume0 = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M16 9.99997L20 14M20 9.99997L16 14M6 15H4C3.73478 15 3.48043 14.8946 3.29289 14.7071C3.10536 14.5195 3 14.2652 3 14V9.99997C3 9.73476 3.10536 9.4804 3.29289 9.29287C3.48043 9.10533 3.73478 8.99997 4 8.99997H6L9.5 4.49997C9.5874 4.3302 9.73265 4.1973 9.90949 4.12526C10.0863 4.05323 10.2831 4.04683 10.4643 4.10722C10.6454 4.1676 10.799 4.29078 10.8972 4.45451C10.9955 4.61824 11.0319 4.81171 11 4.99997V19C11.0319 19.1882 10.9955 19.3817 10.8972 19.5454C10.799 19.7092 10.6454 19.8323 10.4643 19.8927C10.2831 19.9531 10.0863 19.9467 9.90949 19.8747C9.73265 19.8027 9.5874 19.6697 9.5 19.5L6 15Z"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ </Svg>
14
+ );
15
+ export default SvgVolume0;
@@ -0,0 +1,26 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVolume100 = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M12 6.38467C12 5.49798 10.9315 5.04993 10.2991 5.67141L7.66794 8.25696C7.48093 8.44073 7.22923 8.5437 6.96704 8.5437H4C3.44771 8.5437 3 8.99142 3 9.5437V13.3908C3 13.943 3.44772 14.3908 4 14.3908H6.90071C7.16291 14.3908 7.41462 14.4937 7.60163 14.6775L10.2991 17.3284C10.9315 17.9499 12 17.5019 12 16.6152V6.38467Z"
12
+ fill={color}
13
+ />
14
+ <Path
15
+ d="M14 9.35803C14.5651 10.1429 14.8662 11.0612 14.8662 12C14.8662 12.9388 14.5651 13.8571 14 14.642M15.9231 7.60494C16.9526 8.87814 17.508 10.4183 17.508 12C17.508 13.5817 16.9526 15.1219 15.9231 16.3951M17.6837 6C19.1828 7.70116 20 9.81789 20 12C20 14.1821 19.1828 16.2988 17.6837 18"
16
+ stroke={color}
17
+ strokeLinecap="round"
18
+ />
19
+ <Path
20
+ d="M12 10.5C12.3208 10.9456 12.4918 11.467 12.4918 12C12.4918 12.533 12.3208 13.0544 12 13.5"
21
+ stroke={color}
22
+ strokeLinecap="round"
23
+ />
24
+ </Svg>
25
+ );
26
+ export default SvgVolume100;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVolume25 = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M12 6.38467C12 5.49798 10.9315 5.04993 10.2991 5.67141L7.66794 8.25696C7.48093 8.44073 7.22923 8.5437 6.96704 8.5437H4C3.44771 8.5437 3 8.99142 3 9.5437V13.3908C3 13.943 3.44772 14.3908 4 14.3908H6.90071C7.16291 14.3908 7.41462 14.4937 7.60163 14.6775L10.2991 17.3284C10.9315 17.9499 12 17.5019 12 16.6152V6.38467Z"
8
+ fill={color}
9
+ />
10
+ <Path
11
+ d="M12 10.5C12.3208 10.9456 12.4918 11.467 12.4918 12C12.4918 12.533 12.3208 13.0544 12 13.5"
12
+ stroke={color}
13
+ strokeLinecap="round"
14
+ />
15
+ </Svg>
16
+ );
17
+ export default SvgVolume25;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVolume50 = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M12 6.38467C12 5.49798 10.9315 5.04993 10.2991 5.67141L7.66794 8.25696C7.48093 8.44073 7.22923 8.5437 6.96704 8.5437H4C3.44771 8.5437 3 8.99142 3 9.5437V13.3908C3 13.943 3.44772 14.3908 4 14.3908H6.90071C7.16291 14.3908 7.41462 14.4937 7.60163 14.6775L10.2991 17.3284C10.9315 17.9499 12 17.5019 12 16.6152V6.38467Z"
8
+ fill={color}
9
+ />
10
+ <Path
11
+ d="M14 9.35803C14.5651 10.1429 14.8662 11.0612 14.8662 12C14.8662 12.9388 14.5651 13.8571 14 14.642"
12
+ stroke={color}
13
+ strokeLinecap="round"
14
+ />
15
+ <Path
16
+ d="M12 10.5C12.3208 10.9456 12.4918 11.467 12.4918 12C12.4918 12.533 12.3208 13.0544 12 13.5"
17
+ stroke={color}
18
+ strokeLinecap="round"
19
+ />
20
+ </Svg>
21
+ );
22
+ export default SvgVolume50;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVolume75 = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M12 6.38467C12 5.49798 10.9315 5.04993 10.2991 5.67141L7.66794 8.25696C7.48093 8.44073 7.22923 8.5437 6.96704 8.5437H4C3.44771 8.5437 3 8.99142 3 9.5437V13.3908C3 13.943 3.44772 14.3908 4 14.3908H6.90071C7.16291 14.3908 7.41462 14.4937 7.60163 14.6775L10.2991 17.3284C10.9315 17.9499 12 17.5019 12 16.6152V6.38467Z"
8
+ fill={color}
9
+ />
10
+ <Path
11
+ d="M14 9.35801C14.5651 10.1429 14.8662 11.0612 14.8662 12C14.8662 12.9388 14.5651 13.8571 14 14.642M15.9231 7.60492C16.9526 8.87812 17.508 10.4183 17.508 12C17.508 13.5817 16.9526 15.1218 15.9231 16.395"
12
+ stroke={color}
13
+ strokeLinecap="round"
14
+ />
15
+ <Path
16
+ d="M12 10.5C12.3208 10.9456 12.4918 11.467 12.4918 12C12.4918 12.533 12.3208 13.0544 12 13.5"
17
+ stroke={color}
18
+ strokeLinecap="round"
19
+ />
20
+ </Svg>
21
+ );
22
+ export default SvgVolume75;
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVolumeOutline = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M15.537 15.978C16.699 15.256 17.5 13.754 17.5 12.005C17.5 10.256 16.699 8.753 15.537 8.022M18.505 19.065C20.313 17.51 21.5 14.93 21.5 12.003C21.5 9.072 20.311 6.49 18.5 4.936M5.875 8.625H3.5C2.948 8.625 2.5 9.073 2.5 9.625V14.375C2.5 14.927 2.948 15.375 3.5 15.375H5.875L9.854 18.746C10.504 19.297 11.5 18.835 11.5 17.983V6.017C11.5 5.165 10.503 4.703 9.854 5.254L5.875 8.625Z"
12
+ stroke={color}
13
+ strokeWidth={1.5}
14
+ strokeLinecap="round"
15
+ strokeLinejoin="round"
16
+ />
17
+ </Svg>
18
+ );
19
+ export default SvgVolumeOutline;
@@ -0,0 +1,26 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgVolumeOutline0 = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M5.875 8.6251L9.854 5.2541C10.504 4.7031 11.5 5.1651 11.5 6.0171V17.9821C11.5 18.8341 10.503 19.2961 9.854 18.7451L5.875 15.3741"
12
+ stroke="white"
13
+ strokeWidth={1.5}
14
+ strokeLinecap="round"
15
+ strokeLinejoin="round"
16
+ />
17
+ <Path
18
+ d="M5.875 15.375H3.5C2.948 15.375 2.5 14.927 2.5 14.375V9.625C2.5 9.073 2.948 8.625 3.5 8.625H5.875M20.58 9.69L16.08 14.19M20.58 14.19L16.08 9.69"
19
+ stroke="white"
20
+ strokeWidth={1.5}
21
+ strokeLinecap="round"
22
+ strokeLinejoin="round"
23
+ />
24
+ </Svg>
25
+ );
26
+ export default SvgVolumeOutline0;
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgWalkthrough = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M18.5 15.33H15.5M12 16.239C11.3449 16.3963 10.6737 16.4772 10 16.48C9.44255 16.4797 8.88639 16.4264 8.339 16.321L5.2 17.867C5.2 16.797 5.2 15.778 5.2 15.022C3.23493 13.7498 2.03448 11.5807 2 9.24C2 5.223 5.6 2 10 2C14.4 2 18 5.223 18 9.24C17.9985 10.1928 17.7918 11.1342 17.394 12M20 22H14C12.8954 22 12 21.1046 12 20V14C12 12.8954 12.8954 12 14 12H20C21.1046 12 22 12.8954 22 14V20C22 21.1046 21.1046 22 20 22Z"
12
+ stroke={color}
13
+ strokeWidth={1.2}
14
+ strokeLinecap="round"
15
+ strokeLinejoin="round"
16
+ />
17
+ </Svg>
18
+ );
19
+ export default SvgWalkthrough;
@@ -0,0 +1,29 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgWarning = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M12 13.12V9.38"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ <Path
14
+ d="M11.999 16.125C11.861 16.125 11.749 16.237 11.75 16.375C11.75 16.513 11.862 16.625 12 16.625C12.138 16.625 12.25 16.513 12.25 16.375C12.25 16.237 12.138 16.125 11.999 16.125Z"
15
+ stroke={color}
16
+ strokeWidth={1.2}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ <Path
21
+ d="M13.8264 5.04274L20.7199 16.9052C21.5209 18.284 20.5084 20 18.8937 20H5.10679C3.49121 20 2.47866 18.284 3.2806 16.9052L10.1741 5.04274C10.9814 3.65242 13.0191 3.65242 13.8264 5.04274Z"
22
+ stroke={color}
23
+ strokeWidth={1.2}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
27
+ </Svg>
28
+ );
29
+ export default SvgWarning;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgWarning2 = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <Path
7
+ d="M12 8V12M12 16H12.01M8.7 3H15.3C15.6 3 15.8 3.1 16 3.3L20.7 8C20.9 8.2 21 8.4 21 8.7V15.3C21 15.6 20.9 15.8 20.7 16L16 20.7C15.8 20.9 15.6 21 15.3 21H8.7C8.4 21 8.2 20.9 8 20.7L3.3 16C3.1 15.8 3 15.6 3 15.3V8.7C3 8.4 3.1 8.2 3.3 8L8 3.3C8.2 3.1 8.4 3 8.7 3Z"
8
+ stroke={color}
9
+ strokeWidth={1.2}
10
+ strokeLinecap="round"
11
+ strokeLinejoin="round"
12
+ />
13
+ </Svg>
14
+ );
15
+ export default SvgWarning2;
@@ -0,0 +1,34 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgWarningFilled = ({
5
+ size = 24,
6
+ color = "#344054",
7
+ ...props
8
+ }: IconProps) => (
9
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
10
+ <Path
11
+ d="M13.8264 5.04274L20.7199 16.9052C21.5209 18.284 20.5084 20 18.8937 20H5.10679C3.49121 20 2.47866 18.284 3.2806 16.9052L10.1741 5.04274C10.9814 3.65242 13.0191 3.65242 13.8264 5.04274Z"
12
+ fill={color}
13
+ stroke={color}
14
+ strokeWidth={1.5}
15
+ strokeLinecap="round"
16
+ strokeLinejoin="round"
17
+ />
18
+ <Path
19
+ d="M12 13.12V9.38"
20
+ stroke="#F8F9F9"
21
+ strokeWidth={1.5}
22
+ strokeLinecap="round"
23
+ strokeLinejoin="round"
24
+ />
25
+ <Path
26
+ d="M11.999 16.125C11.861 16.125 11.749 16.237 11.75 16.375C11.75 16.513 11.862 16.625 12 16.625C12.138 16.625 12.25 16.513 12.25 16.375C12.25 16.237 12.138 16.125 11.999 16.125Z"
27
+ stroke="#F8F9F9"
28
+ strokeWidth={1.5}
29
+ strokeLinecap="round"
30
+ strokeLinejoin="round"
31
+ />
32
+ </Svg>
33
+ );
34
+ export default SvgWarningFilled;
@@ -0,0 +1,78 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgWeb = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <G clipPath="url(#Web_svg_clip0_7495_450)">
7
+ <Path
8
+ 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 4H7"
9
+ stroke={color}
10
+ strokeWidth={1.5}
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
14
+ <Path
15
+ d="M7 20H17"
16
+ stroke={color}
17
+ strokeWidth={1.5}
18
+ strokeLinecap="round"
19
+ strokeLinejoin="round"
20
+ />
21
+ <Path
22
+ d="M9 16V20"
23
+ stroke={color}
24
+ strokeWidth={1.5}
25
+ strokeLinecap="round"
26
+ strokeLinejoin="round"
27
+ />
28
+ <Path
29
+ d="M15 16V20"
30
+ stroke={color}
31
+ strokeWidth={1.5}
32
+ strokeLinecap="round"
33
+ strokeLinejoin="round"
34
+ />
35
+ <Path
36
+ d="M9 7C9 7.78793 9.15519 8.56815 9.45672 9.2961C9.75825 10.0241 10.2002 10.6855 10.7574 11.2426C11.3145 11.7998 11.9759 12.2417 12.7039 12.5433C13.4319 12.8448 14.2121 13 15 13C15.7879 13 16.5681 12.8448 17.2961 12.5433C18.0241 12.2417 18.6855 11.7998 19.2426 11.2426C19.7998 10.6855 20.2417 10.0241 20.5433 9.2961C20.8448 8.56815 21 7.78793 21 7C21 5.4087 20.3679 3.88258 19.2426 2.75736C18.1174 1.63214 16.5913 1 15 1C13.4087 1 11.8826 1.63214 10.7574 2.75736C9.63214 3.88258 9 5.4087 9 7Z"
37
+ stroke={color}
38
+ strokeWidth={1.5}
39
+ strokeLinecap="round"
40
+ strokeLinejoin="round"
41
+ />
42
+ <Path
43
+ d="M9.4 5H20.6"
44
+ stroke={color}
45
+ strokeWidth={1.5}
46
+ strokeLinecap="round"
47
+ strokeLinejoin="round"
48
+ />
49
+ <Path
50
+ d="M9.4 9H20.6"
51
+ stroke={color}
52
+ strokeWidth={1.5}
53
+ strokeLinecap="round"
54
+ strokeLinejoin="round"
55
+ />
56
+ <Path
57
+ d="M14.6667 1C13.5436 2.79974 12.9481 4.87858 12.9481 7C12.9481 9.12142 13.5436 11.2003 14.6667 13"
58
+ stroke={color}
59
+ strokeWidth={1.5}
60
+ strokeLinecap="round"
61
+ strokeLinejoin="round"
62
+ />
63
+ <Path
64
+ d="M15.3333 1C16.4564 2.79974 17.0519 4.87858 17.0519 7C17.0519 9.12142 16.4564 11.2003 15.3333 13"
65
+ stroke={color}
66
+ strokeWidth={1.5}
67
+ strokeLinecap="round"
68
+ strokeLinejoin="round"
69
+ />
70
+ </G>
71
+ <Defs>
72
+ <ClipPath id="Web_svg_clip0_7495_450">
73
+ <Rect width={24} height={24} fill="white" />
74
+ </ClipPath>
75
+ </Defs>
76
+ </Svg>
77
+ );
78
+ export default SvgWeb;
@@ -0,0 +1,55 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ import type { IconProps } from "../../types";
4
+ const SvgWebForm = ({ size = 24, color = "#344054", ...props }: IconProps) => (
5
+ <Svg fill="none" viewBox="0 0 24 24" width={size} height={size} {...props}>
6
+ <G clipPath="url(#WebForm_svg_clip0_177_609)">
7
+ <Path
8
+ d="M4 6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H18C18.5304 4 19.0391 4.21071 19.4142 4.58579C19.7893 4.96086 20 5.46957 20 6V18C20 18.5304 19.7893 19.0391 19.4142 19.4142C19.0391 19.7893 18.5304 20 18 20H6C5.46957 20 4.96086 19.7893 4.58579 19.4142C4.21071 19.0391 4 18.5304 4 18V6Z"
9
+ stroke={color}
10
+ strokeWidth={1.2}
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
14
+ <Path
15
+ d="M7 13H16"
16
+ stroke={color}
17
+ strokeWidth={1.2}
18
+ strokeLinecap="round"
19
+ />
20
+ <Path
21
+ d="M7 16H13"
22
+ stroke={color}
23
+ strokeWidth={1.2}
24
+ strokeLinecap="round"
25
+ />
26
+ <Path
27
+ d="M7 7H7.01"
28
+ stroke={color}
29
+ strokeWidth={1.2}
30
+ strokeLinecap="round"
31
+ strokeLinejoin="round"
32
+ />
33
+ <Path
34
+ d="M9.01001 7H9.02001"
35
+ stroke={color}
36
+ strokeWidth={1.2}
37
+ strokeLinecap="round"
38
+ strokeLinejoin="round"
39
+ />
40
+ <Path
41
+ d="M11.02 7H11.03"
42
+ stroke={color}
43
+ strokeWidth={1.2}
44
+ strokeLinecap="round"
45
+ strokeLinejoin="round"
46
+ />
47
+ </G>
48
+ <Defs>
49
+ <ClipPath id="WebForm_svg_clip0_177_609">
50
+ <Rect width={24} height={24} fill="white" />
51
+ </ClipPath>
52
+ </Defs>
53
+ </Svg>
54
+ );
55
+ export default SvgWebForm;