@worknice/whiteboard 0.60.0 → 0.61.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 (637) hide show
  1. package/dist/controls/Action.js +5 -7
  2. package/dist/controls/Action.stories.d.ts +1 -1
  3. package/dist/controls/Action.stories.js +5 -7
  4. package/dist/controls/Button.stories.d.ts +1 -1
  5. package/dist/controls/Button.stories.js +5 -7
  6. package/dist/controls/ButtonCard.js +6 -7
  7. package/dist/controls/ButtonCard.stories.d.ts +1 -1
  8. package/dist/controls/ButtonLink.stories.js +6 -10
  9. package/dist/controls/Disclosure.stories.js +6 -10
  10. package/dist/controls/FilterModal.js +4 -7
  11. package/dist/controls/LinkCard.js +2 -3
  12. package/dist/controls/MenuButton.js +3 -4
  13. package/dist/controls/MenuButton.stories.d.ts +1 -1
  14. package/dist/controls/MenuButton.stories.js +4 -7
  15. package/dist/controls/PageTabSet.js +3 -4
  16. package/dist/controls/Sortable.stories.d.ts +1 -1
  17. package/dist/controls/Sortable.stories.js +4 -10
  18. package/dist/controls/SortableItem.js +2 -4
  19. package/dist/controls/TabSet.stories.d.ts +1 -1
  20. package/dist/controls/TabSetLink.stories.js +11 -19
  21. package/dist/fields/CheckboxSetField.stories.d.ts +1 -1
  22. package/dist/fields/ColorPickerField.stories.d.ts +1 -1
  23. package/dist/fields/OrgLogoField.stories.d.ts +1 -1
  24. package/dist/fields/PaletteColorPickerField.stories.d.ts +1 -1
  25. package/dist/fields/TimezoneField.stories.d.ts +1 -1
  26. package/dist/forms/FormErrorList.js +2 -4
  27. package/dist/forms/FormStatusIndicator.js +7 -10
  28. package/dist/hud/NavSection.js +3 -4
  29. package/dist/icons/IconGallery.js +5 -11
  30. package/dist/icons/components/Approval.d.ts +5 -0
  31. package/dist/icons/components/Approval.js +14 -0
  32. package/dist/icons/components/Apps.d.ts +5 -0
  33. package/dist/icons/{AppsIcon.js → components/Apps.js} +7 -4
  34. package/dist/icons/components/Archive.d.ts +5 -0
  35. package/dist/icons/{ArchiveIcon.js → components/Archive.js} +7 -4
  36. package/dist/icons/components/ArrowLeft.d.ts +5 -0
  37. package/dist/icons/{ArrowLeftIcon.js → components/ArrowLeft.js} +7 -4
  38. package/dist/icons/components/ArrowRight.d.ts +5 -0
  39. package/dist/icons/{ArrowRightIcon.js → components/ArrowRight.js} +7 -4
  40. package/dist/icons/components/ArrowTurnLeftUp.d.ts +5 -0
  41. package/dist/icons/{ArrowTurnLeftUpIcon.js → components/ArrowTurnLeftUp.js} +7 -4
  42. package/dist/icons/components/ArrowsUpDown.d.ts +5 -0
  43. package/dist/icons/{ArrowsUpDownIcon.js → components/ArrowsUpDown.js} +7 -4
  44. package/dist/icons/components/Assign.d.ts +5 -0
  45. package/dist/icons/{AssignIcon.js → components/Assign.js} +7 -6
  46. package/dist/icons/components/AssignmentCertificate.d.ts +5 -0
  47. package/dist/icons/components/AssignmentCertificate.js +14 -0
  48. package/dist/icons/components/AssignmentDocument.d.ts +5 -0
  49. package/dist/icons/components/AssignmentDocument.js +14 -0
  50. package/dist/icons/components/AssignmentQuestionnaire.d.ts +5 -0
  51. package/dist/icons/components/AssignmentQuestionnaire.js +14 -0
  52. package/dist/icons/components/BankAccount.d.ts +5 -0
  53. package/dist/icons/{BankAccountIcon.js → components/BankAccount.js} +7 -4
  54. package/dist/icons/components/BookOpenLines.d.ts +5 -0
  55. package/dist/icons/{BookOpenLinesIcon.js → components/BookOpenLines.js} +7 -4
  56. package/dist/icons/components/Bug.d.ts +5 -0
  57. package/dist/icons/{BugIcon.js → components/Bug.js} +7 -4
  58. package/dist/icons/components/Calendar.d.ts +5 -0
  59. package/dist/icons/{CalendarIcon.js → components/Calendar.js} +7 -4
  60. package/dist/icons/components/Cancel.d.ts +5 -0
  61. package/dist/icons/{CancelIcon.js → components/Cancel.js} +7 -4
  62. package/dist/icons/components/CaratDown.d.ts +5 -0
  63. package/dist/icons/{CaratDownIcon.js → components/CaratDown.js} +7 -4
  64. package/dist/icons/components/CaratLeft.d.ts +5 -0
  65. package/dist/icons/{CaratLeftIcon.js → components/CaratLeft.js} +7 -4
  66. package/dist/icons/components/CaratRight.d.ts +5 -0
  67. package/dist/icons/{CaratRightIcon.js → components/CaratRight.js} +7 -4
  68. package/dist/icons/components/CaratUp.d.ts +5 -0
  69. package/dist/icons/{CaratUpIcon.js → components/CaratUp.js} +7 -4
  70. package/dist/icons/components/CheckMark.d.ts +5 -0
  71. package/dist/icons/{CheckmarkIcon.js → components/CheckMark.js} +7 -4
  72. package/dist/icons/components/ChevronDown.d.ts +5 -0
  73. package/dist/icons/{ChevronDownIcon.js → components/ChevronDown.js} +7 -4
  74. package/dist/icons/components/ChevronLeft.d.ts +5 -0
  75. package/dist/icons/{ChevronLeftIcon.js → components/ChevronLeft.js} +7 -4
  76. package/dist/icons/components/ChevronRight.d.ts +5 -0
  77. package/dist/icons/{ChevronRightIcon.js → components/ChevronRight.js} +7 -4
  78. package/dist/icons/components/ChevronUp.d.ts +5 -0
  79. package/dist/icons/{ChevronUpIcon.js → components/ChevronUp.js} +7 -4
  80. package/dist/icons/components/Close.d.ts +5 -0
  81. package/dist/icons/{CloseIcon.js → components/Close.js} +7 -4
  82. package/dist/icons/components/Columns.d.ts +5 -0
  83. package/dist/icons/{ColumnsIcon.js → components/Columns.js} +7 -4
  84. package/dist/icons/components/Comment.d.ts +5 -0
  85. package/dist/icons/{CommentIcon.js → components/Comment.js} +7 -4
  86. package/dist/icons/components/Copy.d.ts +5 -0
  87. package/dist/icons/components/Copy.js +14 -0
  88. package/dist/icons/components/Dash.d.ts +5 -0
  89. package/dist/icons/{DashIcon.js → components/Dash.js} +7 -4
  90. package/dist/icons/components/Delete.d.ts +5 -0
  91. package/dist/icons/{DeleteIcon.js → components/Delete.js} +7 -4
  92. package/dist/icons/components/Directory.d.ts +5 -0
  93. package/dist/icons/{DirectoryIcon.js → components/Directory.js} +7 -4
  94. package/dist/icons/components/DocumentProcessingFailed.d.ts +5 -0
  95. package/dist/icons/{DocumentProcessingFailedIcon.js → components/DocumentProcessingFailed.js} +7 -4
  96. package/dist/icons/components/Download.d.ts +5 -0
  97. package/dist/icons/{DownloadIcon.js → components/Download.js} +7 -4
  98. package/dist/icons/components/Edit.d.ts +5 -0
  99. package/dist/icons/{EditIcon.js → components/Edit.js} +7 -4
  100. package/dist/icons/components/Email.d.ts +5 -0
  101. package/dist/icons/{EmailIcon.js → components/Email.js} +7 -4
  102. package/dist/icons/components/EmergencyContact.d.ts +5 -0
  103. package/dist/icons/{EmergencyContactIcon.js → components/EmergencyContact.js} +7 -4
  104. package/dist/icons/components/Events.d.ts +5 -0
  105. package/dist/icons/components/Events.js +14 -0
  106. package/dist/icons/components/External.d.ts +5 -0
  107. package/dist/icons/components/External.js +14 -0
  108. package/dist/icons/components/FileExport.d.ts +5 -0
  109. package/dist/icons/{FileExportIcon.js → components/FileExport.js} +7 -4
  110. package/dist/icons/components/Filter.d.ts +5 -0
  111. package/dist/icons/{FilterIcon.js → components/Filter.js} +7 -4
  112. package/dist/icons/components/FilterList.d.ts +5 -0
  113. package/dist/icons/{FilterListIcon.js → components/FilterList.js} +7 -4
  114. package/dist/icons/components/Globe.d.ts +5 -0
  115. package/dist/icons/{GlobeIcon.js → components/Globe.js} +7 -4
  116. package/dist/icons/components/GripLines.d.ts +5 -0
  117. package/dist/icons/{GripLinesIcon.js → components/GripLines.js} +7 -4
  118. package/dist/icons/components/Help.d.ts +5 -0
  119. package/dist/icons/{HelpIcon.js → components/Help.js} +7 -4
  120. package/dist/icons/components/Hidden.d.ts +5 -0
  121. package/dist/icons/{HiddenIcon.js → components/Hidden.js} +7 -4
  122. package/dist/icons/components/Inbox.d.ts +5 -0
  123. package/dist/icons/{InboxIcon.js → components/Inbox.js} +7 -4
  124. package/dist/icons/components/Info.d.ts +5 -0
  125. package/dist/icons/{InfoIcon.js → components/Info.js} +7 -4
  126. package/dist/icons/components/Insights.d.ts +5 -0
  127. package/dist/icons/{InsightsIcon.js → components/Insights.js} +7 -4
  128. package/dist/icons/components/Job.d.ts +5 -0
  129. package/dist/icons/{JobIcon.js → components/Job.js} +7 -4
  130. package/dist/icons/components/Leave.d.ts +5 -0
  131. package/dist/icons/{LeaveIcon.js → components/Leave.js} +7 -4
  132. package/dist/icons/components/Lightbulb.d.ts +5 -0
  133. package/dist/icons/{LightbulbIcon.js → components/Lightbulb.js} +7 -4
  134. package/dist/icons/components/Loading.d.ts +5 -0
  135. package/dist/icons/{LoadingIcon.js → components/Loading.js} +7 -16
  136. package/dist/icons/components/LocationCheck.d.ts +5 -0
  137. package/dist/icons/components/LocationCheck.js +14 -0
  138. package/dist/icons/components/Logout.d.ts +5 -0
  139. package/dist/icons/{LogoutIcon.js → components/Logout.js} +7 -4
  140. package/dist/icons/components/Messages.d.ts +5 -0
  141. package/dist/icons/{MessagesIcon.js → components/Messages.js} +7 -4
  142. package/dist/icons/components/Microsoft.d.ts +5 -0
  143. package/dist/icons/{MicrosoftIcon.js → components/Microsoft.js} +7 -4
  144. package/dist/icons/components/Minus.d.ts +5 -0
  145. package/dist/icons/{MinusIcon.js → components/Minus.js} +7 -4
  146. package/dist/icons/components/Newspaper.d.ts +5 -0
  147. package/dist/icons/{NewspaperIcon.js → components/Newspaper.js} +7 -4
  148. package/dist/icons/components/Overflow.d.ts +5 -0
  149. package/dist/icons/components/Overflow.js +14 -0
  150. package/dist/icons/components/Paperwork.d.ts +5 -0
  151. package/dist/icons/{PaperworkIcon.js → components/Paperwork.js} +7 -4
  152. package/dist/icons/components/PaperworkAssigned.d.ts +5 -0
  153. package/dist/icons/components/PaperworkAssigned.js +14 -0
  154. package/dist/icons/components/PaperworkDraft.d.ts +5 -0
  155. package/dist/icons/components/PaperworkDraft.js +14 -0
  156. package/dist/icons/components/PaperworkExpired.d.ts +5 -0
  157. package/dist/icons/components/PaperworkExpired.js +14 -0
  158. package/dist/icons/components/PaperworkExpiringSoon.d.ts +5 -0
  159. package/dist/icons/components/PaperworkExpiringSoon.js +14 -0
  160. package/dist/icons/components/PaperworkMissing.d.ts +5 -0
  161. package/dist/icons/components/PaperworkMissing.js +14 -0
  162. package/dist/icons/components/PaperworkProcessed.d.ts +5 -0
  163. package/dist/icons/components/PaperworkProcessed.js +14 -0
  164. package/dist/icons/components/PaperworkSubmitted.d.ts +5 -0
  165. package/dist/icons/components/PaperworkSubmitted.js +14 -0
  166. package/dist/icons/components/People.d.ts +5 -0
  167. package/dist/icons/{PeopleIcon.js → components/People.js} +11 -8
  168. package/dist/icons/components/Phone.d.ts +5 -0
  169. package/dist/icons/{PhoneIcon.js → components/Phone.js} +7 -4
  170. package/dist/icons/components/Plus.d.ts +5 -0
  171. package/dist/icons/{PlusIcon.js → components/Plus.js} +7 -4
  172. package/dist/icons/components/Positions.d.ts +5 -0
  173. package/dist/icons/{PositionsIcon.js → components/Positions.js} +23 -20
  174. package/dist/icons/components/Profile.d.ts +5 -0
  175. package/dist/icons/{ProfileIcon.js → components/Profile.js} +11 -8
  176. package/dist/icons/components/ProfileFemale.d.ts +5 -0
  177. package/dist/icons/{ProfileFemaleIcon.js → components/ProfileFemale.js} +7 -4
  178. package/dist/icons/components/ProfileMale.d.ts +5 -0
  179. package/dist/icons/{ProfileMaleIcon.js → components/ProfileMale.js} +7 -4
  180. package/dist/icons/components/Remuneration.d.ts +5 -0
  181. package/dist/icons/{RemunerationIcon.js → components/Remuneration.js} +7 -4
  182. package/dist/icons/components/Reschedule.d.ts +5 -0
  183. package/dist/icons/{RescheduleIcon.js → components/Reschedule.js} +7 -6
  184. package/dist/icons/components/Restore.d.ts +5 -0
  185. package/dist/icons/{RestoreIcon.js → components/Restore.js} +7 -4
  186. package/dist/icons/components/Review.d.ts +5 -0
  187. package/dist/icons/{ReviewIcon.js → components/Review.js} +8 -5
  188. package/dist/icons/components/Schedule.d.ts +5 -0
  189. package/dist/icons/{ScheduleIcon.js → components/Schedule.js} +7 -6
  190. package/dist/icons/components/Search.d.ts +5 -0
  191. package/dist/icons/{SearchIcon.js → components/Search.js} +7 -4
  192. package/dist/icons/components/Settings.d.ts +5 -0
  193. package/dist/icons/{SettingsIcon.js → components/Settings.js} +7 -4
  194. package/dist/icons/components/Sidebar.d.ts +5 -0
  195. package/dist/icons/{SidebarIcon.js → components/Sidebar.js} +7 -4
  196. package/dist/icons/components/Sliders.d.ts +5 -0
  197. package/dist/icons/{SlidersIcon.js → components/Sliders.js} +7 -4
  198. package/dist/icons/components/SortAsc.d.ts +5 -0
  199. package/dist/icons/{SortAscIcon.js → components/SortAsc.js} +7 -4
  200. package/dist/icons/components/SortDefault.d.ts +5 -0
  201. package/dist/icons/{SortDefaultIcon.js → components/SortDefault.js} +7 -4
  202. package/dist/icons/components/SortDes.d.ts +5 -0
  203. package/dist/icons/{SortDesIcon.js → components/SortDes.js} +7 -4
  204. package/dist/icons/components/StepsComplete.d.ts +5 -0
  205. package/dist/icons/{StepsCompleteIcon.js → components/StepsComplete.js} +7 -4
  206. package/dist/icons/components/StepsCurrent.d.ts +5 -0
  207. package/dist/icons/{StepsCurrentIcon.js → components/StepsCurrent.js} +7 -4
  208. package/dist/icons/components/StepsIncomplete.d.ts +5 -0
  209. package/dist/icons/{StepsIncompleteIcon.js → components/StepsIncomplete.js} +7 -4
  210. package/dist/icons/components/Submit.d.ts +5 -0
  211. package/dist/icons/{SubmitIcon.js → components/Submit.js} +7 -6
  212. package/dist/icons/components/Success.d.ts +5 -0
  213. package/dist/icons/{SuccessIcon.js → components/Success.js} +7 -6
  214. package/dist/icons/components/SuperFund.d.ts +5 -0
  215. package/dist/icons/{SuperFundIcon.js → components/SuperFund.js} +7 -4
  216. package/dist/icons/components/Sync.d.ts +5 -0
  217. package/dist/icons/{SyncIcon.js → components/Sync.js} +7 -4
  218. package/dist/icons/components/Table.d.ts +5 -0
  219. package/dist/icons/{TableIcon.js → components/Table.js} +7 -4
  220. package/dist/icons/components/Task.d.ts +5 -0
  221. package/dist/icons/{TaskIcon.js → components/Task.js} +7 -4
  222. package/dist/icons/components/Tax.d.ts +5 -0
  223. package/dist/icons/{TaxIcon.js → components/Tax.js} +7 -4
  224. package/dist/icons/components/Tenure.d.ts +5 -0
  225. package/dist/icons/{TenureIcon.js → components/Tenure.js} +7 -4
  226. package/dist/icons/components/Visible.d.ts +5 -0
  227. package/dist/icons/{VisibleIcon.js → components/Visible.js} +7 -4
  228. package/dist/icons/components/Warning.d.ts +5 -0
  229. package/dist/icons/{WarningIcon.js → components/Warning.js} +7 -4
  230. package/dist/icons/components/Workflows.d.ts +5 -0
  231. package/dist/icons/{WorkflowsIcon.js → components/Workflows.js} +14 -11
  232. package/dist/icons/components/index.d.ts +101 -0
  233. package/dist/icons/components/index.js +203 -0
  234. package/dist/icons/createIcon.d.ts +6 -0
  235. package/dist/icons/createIcon.js +16 -0
  236. package/dist/icons/createIcon.module.js +5 -0
  237. package/dist/icons/createIcon_module.css +15 -0
  238. package/dist/icons/svgs/Approval.js +2 -0
  239. package/dist/icons/svgs/Apps.js +2 -0
  240. package/dist/icons/svgs/Archive.js +2 -0
  241. package/dist/icons/svgs/ArrowLeft.js +2 -0
  242. package/dist/icons/svgs/ArrowRight.js +2 -0
  243. package/dist/icons/svgs/ArrowTurnLeftUp.js +2 -0
  244. package/dist/icons/svgs/ArrowsUpDown.js +2 -0
  245. package/dist/icons/svgs/Assign.js +2 -0
  246. package/dist/icons/svgs/AssignmentCertificate.js +2 -0
  247. package/dist/icons/svgs/AssignmentDocument.js +2 -0
  248. package/dist/icons/svgs/AssignmentQuestionnaire.js +2 -0
  249. package/dist/icons/svgs/BankAccount.js +2 -0
  250. package/dist/icons/svgs/BookOpenLines.js +2 -0
  251. package/dist/icons/svgs/Bug.js +2 -0
  252. package/dist/icons/svgs/Calendar.js +2 -0
  253. package/dist/icons/svgs/Cancel.js +2 -0
  254. package/dist/icons/svgs/CaratDown.js +2 -0
  255. package/dist/icons/svgs/CaratLeft.js +2 -0
  256. package/dist/icons/svgs/CaratRight.js +2 -0
  257. package/dist/icons/svgs/CaratUp.js +2 -0
  258. package/dist/icons/svgs/CheckMark.js +2 -0
  259. package/dist/icons/svgs/ChevronDown.js +2 -0
  260. package/dist/icons/svgs/ChevronLeft.js +2 -0
  261. package/dist/icons/svgs/ChevronRight.js +2 -0
  262. package/dist/icons/svgs/ChevronUp.js +2 -0
  263. package/dist/icons/svgs/Close.js +2 -0
  264. package/dist/icons/svgs/Columns.js +2 -0
  265. package/dist/icons/svgs/Comment.js +2 -0
  266. package/dist/icons/svgs/Copy.js +2 -0
  267. package/dist/icons/svgs/Dash.js +2 -0
  268. package/dist/icons/svgs/Delete.js +2 -0
  269. package/dist/icons/svgs/Directory.js +2 -0
  270. package/dist/icons/svgs/DocumentProcessingFailed.js +2 -0
  271. package/dist/icons/svgs/Download.js +2 -0
  272. package/dist/icons/svgs/Edit.js +2 -0
  273. package/dist/icons/svgs/Email.js +2 -0
  274. package/dist/icons/svgs/EmergencyContact.js +2 -0
  275. package/dist/icons/svgs/Events.js +2 -0
  276. package/dist/icons/svgs/External.js +2 -0
  277. package/dist/icons/svgs/FileExport.js +2 -0
  278. package/dist/icons/svgs/Filter.js +2 -0
  279. package/dist/icons/svgs/FilterList.js +2 -0
  280. package/dist/icons/svgs/Globe.js +2 -0
  281. package/dist/icons/svgs/GripLines.js +2 -0
  282. package/dist/icons/svgs/Help.js +2 -0
  283. package/dist/icons/svgs/Hidden.js +2 -0
  284. package/dist/icons/svgs/Inbox.js +2 -0
  285. package/dist/icons/svgs/Info.js +2 -0
  286. package/dist/icons/svgs/Insights.js +2 -0
  287. package/dist/icons/svgs/Job.js +2 -0
  288. package/dist/icons/svgs/Leave.js +2 -0
  289. package/dist/icons/svgs/Lightbulb.js +2 -0
  290. package/dist/icons/svgs/Loading.js +2 -0
  291. package/dist/icons/svgs/LocationCheck.js +2 -0
  292. package/dist/icons/svgs/Logout.js +2 -0
  293. package/dist/icons/svgs/Messages.js +2 -0
  294. package/dist/icons/svgs/Microsoft.js +2 -0
  295. package/dist/icons/svgs/Minus.js +2 -0
  296. package/dist/icons/svgs/Newspaper.js +2 -0
  297. package/dist/icons/svgs/Overflow.js +2 -0
  298. package/dist/icons/svgs/Paperwork.js +2 -0
  299. package/dist/icons/svgs/PaperworkAssigned.js +2 -0
  300. package/dist/icons/svgs/PaperworkDraft.js +2 -0
  301. package/dist/icons/svgs/PaperworkExpired.js +2 -0
  302. package/dist/icons/svgs/PaperworkExpiringSoon.js +2 -0
  303. package/dist/icons/svgs/PaperworkMissing.js +2 -0
  304. package/dist/icons/svgs/PaperworkProcessed.js +2 -0
  305. package/dist/icons/svgs/PaperworkSubmitted.js +2 -0
  306. package/dist/icons/svgs/People.js +2 -0
  307. package/dist/icons/svgs/Phone.js +2 -0
  308. package/dist/icons/svgs/Plus.js +2 -0
  309. package/dist/icons/svgs/Positions.js +2 -0
  310. package/dist/icons/svgs/Profile.js +2 -0
  311. package/dist/icons/svgs/ProfileFemale.js +2 -0
  312. package/dist/icons/svgs/ProfileMale.js +2 -0
  313. package/dist/icons/svgs/Remuneration.js +2 -0
  314. package/dist/icons/svgs/Reschedule.js +2 -0
  315. package/dist/icons/svgs/Restore.js +2 -0
  316. package/dist/icons/svgs/Review.js +2 -0
  317. package/dist/icons/svgs/Schedule.js +2 -0
  318. package/dist/icons/svgs/Search.js +2 -0
  319. package/dist/icons/svgs/Settings.js +2 -0
  320. package/dist/icons/svgs/Sidebar.js +2 -0
  321. package/dist/icons/svgs/Sliders.js +2 -0
  322. package/dist/icons/svgs/SortAsc.js +2 -0
  323. package/dist/icons/svgs/SortDefault.js +2 -0
  324. package/dist/icons/svgs/SortDes.js +2 -0
  325. package/dist/icons/svgs/StepsComplete.js +2 -0
  326. package/dist/icons/svgs/StepsCurrent.js +2 -0
  327. package/dist/icons/svgs/StepsIncomplete.js +2 -0
  328. package/dist/icons/svgs/Submit.js +2 -0
  329. package/dist/icons/svgs/Success.js +2 -0
  330. package/dist/icons/svgs/SuperFund.js +2 -0
  331. package/dist/icons/svgs/Sync.js +2 -0
  332. package/dist/icons/svgs/Table.js +2 -0
  333. package/dist/icons/svgs/Task.js +2 -0
  334. package/dist/icons/svgs/Tax.js +2 -0
  335. package/dist/icons/svgs/Tenure.js +2 -0
  336. package/dist/icons/svgs/Visible.js +2 -0
  337. package/dist/icons/svgs/Warning.js +2 -0
  338. package/dist/icons/svgs/Workflows.js +2 -0
  339. package/dist/icons/types.d.ts +12 -0
  340. package/dist/icons/types.js +8 -0
  341. package/dist/inputs/CheckboxInput.js +6 -7
  342. package/dist/inputs/ColorInput.stories.d.ts +1 -1
  343. package/dist/inputs/FileSlotInput.js +2 -4
  344. package/dist/inputs/MultipleFileInput.js +2 -4
  345. package/dist/inputs/PaletteColorInput.js +2 -4
  346. package/dist/inputs/PaletteColorInput.stories.d.ts +1 -1
  347. package/dist/inputs/SelectInput.js +5 -9
  348. package/dist/inputs/SingleSelectComboboxInput.js +7 -12
  349. package/dist/layouts/FullLayout.js +74 -77
  350. package/dist/layouts/MinimalLayout.js +1 -2
  351. package/dist/presentation/Avatar.d.ts +5 -6
  352. package/dist/presentation/Avatar.js +8 -12
  353. package/dist/presentation/Avatar.stories.d.ts +7 -7
  354. package/dist/presentation/Avatar.stories.js +7 -4
  355. package/dist/presentation/Card.js +2 -4
  356. package/dist/presentation/ConfirmationModal.js +2 -4
  357. package/dist/presentation/CustomizableTable/CustomizableTable.js +24 -35
  358. package/dist/presentation/CustomizableTable/CustomizableTable.module.js +0 -1
  359. package/dist/presentation/CustomizableTable/CustomizableTable_module.css +1 -1
  360. package/dist/presentation/File.js +2 -4
  361. package/dist/presentation/IconBadge.d.ts +4 -4
  362. package/dist/presentation/IconBadge.js +2 -6
  363. package/dist/presentation/LightweightTable.js +2 -4
  364. package/dist/presentation/ListCard.js +2 -4
  365. package/dist/presentation/ObscuredText.js +6 -4
  366. package/dist/presentation/PersonCover.stories.d.ts +9 -9
  367. package/dist/presentation/RichList/RichList.d.ts +6 -7
  368. package/dist/presentation/RichList/RichList.js +26 -17
  369. package/dist/presentation/RichList/RichList.stories.js +5 -28
  370. package/dist/presentation/RichList/RichListBulkActionBar.js +6 -9
  371. package/dist/presentation/RichList/RichListDisplayModal.js +3 -5
  372. package/dist/presentation/RichList/RichListRow.d.ts +2 -1
  373. package/dist/presentation/RichList/RichListRow.js +39 -29
  374. package/dist/presentation/RichList/RichListToolbar.js +11 -16
  375. package/dist/presentation/RichList/helpers.d.ts +3 -1
  376. package/dist/presentation/RichList/helpers.js +33 -3
  377. package/dist/presentation/RichList/stories/ComplianceGroups.js +8 -12
  378. package/dist/presentation/RichList/stories/CustomFields.js +2 -5
  379. package/dist/presentation/RichList/stories/EmployeeCompliance.d.ts +1 -1
  380. package/dist/presentation/RichList/stories/EmployeeCompliance.js +8 -10
  381. package/dist/presentation/RichList/stories/EmployeePaperwork.d.ts +3 -5
  382. package/dist/presentation/RichList/stories/EmployeePaperwork.js +26 -25
  383. package/dist/presentation/RichList/stories/EmployeePeople.d.ts +1 -1
  384. package/dist/presentation/RichList/stories/EmployeePeople.js +11 -13
  385. package/dist/presentation/RichList/stories/Leave.d.ts +1 -1
  386. package/dist/presentation/RichList/stories/Leave.js +9 -7
  387. package/dist/presentation/RichList/stories/Paperwork.d.ts +3 -5
  388. package/dist/presentation/RichList/stories/Paperwork.js +18 -18
  389. package/dist/presentation/RichList/stories/PaperworkApprovals.d.ts +3 -5
  390. package/dist/presentation/RichList/stories/PaperworkApprovals.js +14 -12
  391. package/dist/presentation/RichList/stories/PeopleList.d.ts +1 -1
  392. package/dist/presentation/RichList/stories/PeopleList.js +6 -2
  393. package/dist/presentation/RichList/stories/PeopleTags.js +4 -7
  394. package/dist/presentation/RichList/stories/Positions.d.ts +1 -1
  395. package/dist/presentation/RichList/stories/Positions.js +15 -11
  396. package/dist/presentation/RichList/stories/Reviews.d.ts +1 -1
  397. package/dist/presentation/RichList/stories/Reviews.js +2 -2
  398. package/dist/presentation/RichList/stories/SavedQuestions.js +4 -7
  399. package/dist/presentation/RichList/stories/Tables.d.ts +1 -1
  400. package/dist/presentation/RichList/stories/Tables.js +43 -29
  401. package/dist/presentation/RichList/stories/Tasks.d.ts +1 -1
  402. package/dist/presentation/RichList/stories/Tasks.js +16 -12
  403. package/dist/presentation/RichList/stories/shared/bulkActionStubs.js +8 -9
  404. package/dist/presentation/RichList/stories/shared.d.ts +0 -1
  405. package/dist/presentation/RichList/types.d.ts +38 -2
  406. package/dist/presentation/Slot.js +2 -4
  407. package/dist/presentation/Table.js +21 -33
  408. package/dist/presentation/Table.module.js +0 -1
  409. package/dist/presentation/Table_module.css +1 -1
  410. package/dist/static/svg/Approval.svg +3 -0
  411. package/dist/static/svg/Apps.svg +3 -0
  412. package/dist/static/svg/Archive.svg +3 -0
  413. package/dist/static/svg/ArrowLeft.svg +3 -0
  414. package/dist/static/svg/ArrowRight.svg +3 -0
  415. package/dist/static/svg/ArrowTurnLeftUp.svg +6 -0
  416. package/dist/static/svg/ArrowsUpDown.svg +3 -0
  417. package/dist/static/svg/Assign.svg +3 -0
  418. package/dist/static/svg/AssignmentCertificate.svg +3 -0
  419. package/dist/static/svg/AssignmentDocument.svg +3 -0
  420. package/dist/static/svg/AssignmentQuestionnaire.svg +3 -0
  421. package/dist/static/svg/BankAccount.svg +3 -0
  422. package/dist/static/svg/BookOpenLines.svg +3 -0
  423. package/dist/static/svg/Bug.svg +3 -0
  424. package/dist/static/svg/Calendar.svg +3 -0
  425. package/dist/static/svg/Cancel.svg +3 -0
  426. package/dist/static/svg/CaratDown.svg +3 -0
  427. package/dist/static/svg/CaratLeft.svg +3 -0
  428. package/dist/static/svg/CaratRight.svg +3 -0
  429. package/dist/static/svg/CaratUp.svg +3 -0
  430. package/dist/static/svg/CheckMark.svg +3 -0
  431. package/dist/static/svg/ChevronDown.svg +3 -0
  432. package/dist/static/svg/ChevronLeft.svg +3 -0
  433. package/dist/static/svg/ChevronRight.svg +3 -0
  434. package/dist/static/svg/ChevronUp.svg +3 -0
  435. package/dist/static/svg/Close.svg +3 -0
  436. package/dist/static/svg/Columns.svg +3 -0
  437. package/dist/static/svg/Comment.svg +3 -0
  438. package/dist/static/svg/Copy.svg +3 -0
  439. package/dist/static/svg/Dash.svg +3 -0
  440. package/dist/static/svg/Delete.svg +3 -0
  441. package/dist/static/svg/Directory.svg +3 -0
  442. package/dist/static/svg/DocumentProcessingFailed.svg +3 -0
  443. package/dist/static/svg/Download.svg +3 -0
  444. package/dist/static/svg/Edit.svg +3 -0
  445. package/dist/static/svg/Email.svg +3 -0
  446. package/dist/static/svg/EmergencyContact.svg +3 -0
  447. package/dist/static/svg/Events.svg +1 -0
  448. package/dist/static/svg/External.svg +3 -0
  449. package/dist/static/svg/FileExport.svg +3 -0
  450. package/dist/static/svg/Filter.svg +3 -0
  451. package/dist/static/svg/FilterList.svg +3 -0
  452. package/dist/static/svg/Globe.svg +3 -0
  453. package/dist/static/svg/GripLines.svg +3 -0
  454. package/dist/static/svg/Help.svg +3 -0
  455. package/dist/static/svg/Hidden.svg +3 -0
  456. package/dist/static/svg/Inbox.svg +3 -0
  457. package/dist/static/svg/Info.svg +3 -0
  458. package/dist/static/svg/Insights.svg +5 -0
  459. package/dist/static/svg/Job.svg +3 -0
  460. package/dist/static/svg/Leave.svg +3 -0
  461. package/dist/static/svg/Lightbulb.svg +3 -0
  462. package/dist/static/svg/Loading.svg +3 -0
  463. package/dist/static/svg/LocationCheck.svg +3 -0
  464. package/dist/static/svg/Logout.svg +3 -0
  465. package/dist/static/svg/Messages.svg +3 -0
  466. package/dist/static/svg/Microsoft.svg +6 -0
  467. package/dist/static/svg/Minus.svg +3 -0
  468. package/dist/static/svg/Newspaper.svg +3 -0
  469. package/dist/static/svg/Overflow.svg +3 -0
  470. package/dist/static/svg/Paperwork.svg +5 -0
  471. package/dist/static/svg/PaperworkAssigned.svg +3 -0
  472. package/dist/static/svg/PaperworkDraft.svg +3 -0
  473. package/dist/static/svg/PaperworkExpired.svg +3 -0
  474. package/dist/static/svg/PaperworkExpiringSoon.svg +3 -0
  475. package/dist/static/svg/PaperworkMissing.svg +3 -0
  476. package/dist/static/svg/PaperworkProcessed.svg +3 -0
  477. package/dist/static/svg/PaperworkSubmitted.svg +3 -0
  478. package/dist/static/svg/People.svg +7 -0
  479. package/dist/static/svg/Phone.svg +3 -0
  480. package/dist/static/svg/Plus.svg +3 -0
  481. package/dist/static/svg/Positions.svg +9 -0
  482. package/dist/static/svg/Profile.svg +6 -0
  483. package/dist/static/svg/ProfileFemale.svg +3 -0
  484. package/dist/static/svg/ProfileMale.svg +3 -0
  485. package/dist/static/svg/Remuneration.svg +3 -0
  486. package/dist/static/svg/Reschedule.svg +3 -0
  487. package/dist/static/svg/Restore.svg +3 -0
  488. package/dist/static/svg/Review.svg +6 -0
  489. package/dist/static/svg/Schedule.svg +3 -0
  490. package/dist/static/svg/Search.svg +3 -0
  491. package/dist/static/svg/Settings.svg +3 -0
  492. package/dist/static/svg/Sidebar.svg +3 -0
  493. package/dist/static/svg/Sliders.svg +6 -0
  494. package/dist/static/svg/SortAsc.svg +3 -0
  495. package/dist/static/svg/SortDefault.svg +3 -0
  496. package/dist/static/svg/SortDes.svg +3 -0
  497. package/dist/static/svg/StepsComplete.svg +3 -0
  498. package/dist/static/svg/StepsCurrent.svg +3 -0
  499. package/dist/static/svg/StepsIncomplete.svg +3 -0
  500. package/dist/static/svg/Submit.svg +3 -0
  501. package/dist/static/svg/Success.svg +3 -0
  502. package/dist/static/svg/SuperFund.svg +3 -0
  503. package/dist/static/svg/Sync.svg +3 -0
  504. package/dist/static/svg/Table.svg +3 -0
  505. package/dist/static/svg/Task.svg +3 -0
  506. package/dist/static/svg/Tax.svg +3 -0
  507. package/dist/static/svg/Tenure.svg +3 -0
  508. package/dist/static/svg/Visible.svg +3 -0
  509. package/dist/static/svg/Warning.svg +6 -0
  510. package/dist/static/svg/Workflows.svg +7 -0
  511. package/dist/utils/storybook.js +7 -7
  512. package/package.json +8 -3
  513. package/dist/icons/ApprovalIcon.d.ts +0 -3
  514. package/dist/icons/ApprovalIcon.js +0 -14
  515. package/dist/icons/AppsIcon.d.ts +0 -3
  516. package/dist/icons/ArchiveIcon.d.ts +0 -3
  517. package/dist/icons/ArrowLeftIcon.d.ts +0 -3
  518. package/dist/icons/ArrowRightIcon.d.ts +0 -3
  519. package/dist/icons/ArrowTurnLeftUpIcon.d.ts +0 -3
  520. package/dist/icons/ArrowsUpDownIcon.d.ts +0 -3
  521. package/dist/icons/AssignIcon.d.ts +0 -3
  522. package/dist/icons/AssignmentCertificateIcon.d.ts +0 -3
  523. package/dist/icons/AssignmentCertificateIcon.js +0 -14
  524. package/dist/icons/AssignmentDocumentIcon.d.ts +0 -3
  525. package/dist/icons/AssignmentDocumentIcon.js +0 -14
  526. package/dist/icons/AssignmentQuestionnaireIcon.d.ts +0 -3
  527. package/dist/icons/AssignmentQuestionnaireIcon.js +0 -14
  528. package/dist/icons/BankAccountIcon.d.ts +0 -3
  529. package/dist/icons/BookOpenLinesIcon.d.ts +0 -3
  530. package/dist/icons/BugIcon.d.ts +0 -3
  531. package/dist/icons/CalendarIcon.d.ts +0 -3
  532. package/dist/icons/CancelIcon.d.ts +0 -3
  533. package/dist/icons/CaratDownIcon.d.ts +0 -3
  534. package/dist/icons/CaratLeftIcon.d.ts +0 -3
  535. package/dist/icons/CaratRightIcon.d.ts +0 -3
  536. package/dist/icons/CaratUpIcon.d.ts +0 -3
  537. package/dist/icons/CheckmarkIcon.d.ts +0 -3
  538. package/dist/icons/ChevronDownIcon.d.ts +0 -3
  539. package/dist/icons/ChevronLeftIcon.d.ts +0 -3
  540. package/dist/icons/ChevronRightIcon.d.ts +0 -3
  541. package/dist/icons/ChevronUpIcon.d.ts +0 -3
  542. package/dist/icons/CloseIcon.d.ts +0 -3
  543. package/dist/icons/ColumnsIcon.d.ts +0 -3
  544. package/dist/icons/CommentIcon.d.ts +0 -3
  545. package/dist/icons/CopyIcon.d.ts +0 -3
  546. package/dist/icons/CopyIcon.js +0 -14
  547. package/dist/icons/DashIcon.d.ts +0 -3
  548. package/dist/icons/DeleteIcon.d.ts +0 -3
  549. package/dist/icons/DirectoryIcon.d.ts +0 -3
  550. package/dist/icons/DocumentProcessingFailedIcon.d.ts +0 -3
  551. package/dist/icons/DownloadIcon.d.ts +0 -3
  552. package/dist/icons/EditIcon.d.ts +0 -3
  553. package/dist/icons/EmailIcon.d.ts +0 -3
  554. package/dist/icons/EmergencyContactIcon.d.ts +0 -3
  555. package/dist/icons/ExternalIcon.d.ts +0 -3
  556. package/dist/icons/ExternalIcon.js +0 -14
  557. package/dist/icons/FileExportIcon.d.ts +0 -3
  558. package/dist/icons/FilterIcon.d.ts +0 -3
  559. package/dist/icons/FilterListIcon.d.ts +0 -3
  560. package/dist/icons/GlobeIcon.d.ts +0 -3
  561. package/dist/icons/GripLinesIcon.d.ts +0 -3
  562. package/dist/icons/HelpIcon.d.ts +0 -3
  563. package/dist/icons/HiddenIcon.d.ts +0 -3
  564. package/dist/icons/InboxIcon.d.ts +0 -3
  565. package/dist/icons/InfoIcon.d.ts +0 -3
  566. package/dist/icons/InsightsIcon.d.ts +0 -3
  567. package/dist/icons/JobIcon.d.ts +0 -3
  568. package/dist/icons/LeaveIcon.d.ts +0 -3
  569. package/dist/icons/LightbulbIcon.d.ts +0 -3
  570. package/dist/icons/LoadingIcon.d.ts +0 -4
  571. package/dist/icons/LogoutIcon.d.ts +0 -3
  572. package/dist/icons/MessagesIcon.d.ts +0 -3
  573. package/dist/icons/MicrosoftIcon.d.ts +0 -3
  574. package/dist/icons/MinusIcon.d.ts +0 -3
  575. package/dist/icons/NewspaperIcon.d.ts +0 -3
  576. package/dist/icons/OverflowIcon.d.ts +0 -3
  577. package/dist/icons/OverflowIcon.js +0 -11
  578. package/dist/icons/PaperworkAssignedIcon.d.ts +0 -3
  579. package/dist/icons/PaperworkAssignedIcon.js +0 -14
  580. package/dist/icons/PaperworkDraftIcon.d.ts +0 -3
  581. package/dist/icons/PaperworkDraftIcon.js +0 -14
  582. package/dist/icons/PaperworkExpiredIcon.d.ts +0 -3
  583. package/dist/icons/PaperworkExpiredIcon.js +0 -14
  584. package/dist/icons/PaperworkExpiringSoonIcon.d.ts +0 -3
  585. package/dist/icons/PaperworkExpiringSoonIcon.js +0 -14
  586. package/dist/icons/PaperworkIcon.d.ts +0 -3
  587. package/dist/icons/PaperworkMissingIcon.d.ts +0 -3
  588. package/dist/icons/PaperworkMissingIcon.js +0 -14
  589. package/dist/icons/PaperworkProcessedIcon.d.ts +0 -3
  590. package/dist/icons/PaperworkProcessedIcon.js +0 -14
  591. package/dist/icons/PaperworkSubmittedIcon.d.ts +0 -3
  592. package/dist/icons/PaperworkSubmittedIcon.js +0 -14
  593. package/dist/icons/PeopleIcon.d.ts +0 -3
  594. package/dist/icons/PhoneIcon.d.ts +0 -3
  595. package/dist/icons/PlusIcon.d.ts +0 -3
  596. package/dist/icons/PositionsIcon.d.ts +0 -3
  597. package/dist/icons/ProfileFemaleIcon.d.ts +0 -3
  598. package/dist/icons/ProfileIcon.d.ts +0 -3
  599. package/dist/icons/ProfileMaleIcon.d.ts +0 -3
  600. package/dist/icons/RemunerationIcon.d.ts +0 -3
  601. package/dist/icons/RescheduleIcon.d.ts +0 -3
  602. package/dist/icons/RestoreIcon.d.ts +0 -3
  603. package/dist/icons/ReviewIcon.d.ts +0 -3
  604. package/dist/icons/ScheduleIcon.d.ts +0 -3
  605. package/dist/icons/SearchIcon.d.ts +0 -3
  606. package/dist/icons/SettingsIcon.d.ts +0 -3
  607. package/dist/icons/SidebarIcon.d.ts +0 -3
  608. package/dist/icons/SlidersIcon.d.ts +0 -3
  609. package/dist/icons/SortAscIcon.d.ts +0 -3
  610. package/dist/icons/SortDefaultIcon.d.ts +0 -3
  611. package/dist/icons/SortDesIcon.d.ts +0 -3
  612. package/dist/icons/StepsCompleteIcon.d.ts +0 -3
  613. package/dist/icons/StepsCurrentIcon.d.ts +0 -3
  614. package/dist/icons/StepsIncompleteIcon.d.ts +0 -3
  615. package/dist/icons/SubmitIcon.d.ts +0 -3
  616. package/dist/icons/SuccessIcon.d.ts +0 -3
  617. package/dist/icons/SuperFundIcon.d.ts +0 -3
  618. package/dist/icons/SyncIcon.d.ts +0 -3
  619. package/dist/icons/TableIcon.d.ts +0 -3
  620. package/dist/icons/TaskIcon.d.ts +0 -3
  621. package/dist/icons/TaxIcon.d.ts +0 -3
  622. package/dist/icons/TenureIcon.d.ts +0 -3
  623. package/dist/icons/VisibleIcon.d.ts +0 -3
  624. package/dist/icons/WarningIcon.d.ts +0 -3
  625. package/dist/icons/WorkflowsIcon.d.ts +0 -3
  626. package/dist/icons/_types.d.ts +0 -4
  627. package/dist/icons/_types.js +0 -0
  628. package/dist/icons/index.d.ts +0 -99
  629. package/dist/icons/index.js +0 -100
  630. package/dist/layouts/BaseLayout.d.ts +0 -6
  631. package/dist/layouts/BaseLayout.js +0 -10
  632. package/dist/presentation/Icon.d.ts +0 -21
  633. package/dist/presentation/Icon.js +0 -28
  634. package/dist/presentation/Icon.stories.d.ts +0 -20
  635. package/dist/presentation/Icon.stories.js +0 -24
  636. package/dist/presentation/IconSymbolSet.d.ts +0 -6
  637. package/dist/presentation/IconSymbolSet.js +0 -16
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M15.781 3.281a.75.75 0 0 0-1.06-1.06l-2.33 2.326a7 7 0 0 0-9.844 9.844L.219 16.719a.75.75 0 0 0 1.06 1.06l2.327-2.329a7 7 0 0 0 9.844-9.844zm-4.459 2.335-7.706 7.706a5.5 5.5 0 0 1 7.706-7.706m-6.644 8.768 7.706-7.706a5.5 5.5 0 0 1-7.706 7.706" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M8 3.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13M8 18A8 8 0 1 0 8 1.999 8 8 0 0 0 8 18m3.531-9.469a.75.75 0 0 0-1.06-1.06l-3.468 3.47-1.469-1.47a.75.75 0 0 0-1.06 1.06l2.001 2a.747.747 0 0 0 1.06 0z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M1.5 8.5a3 3 0 0 1 6 0v6H2a.5.5 0 0 1-.5-.5zm6 7.5H16c1.103 0 2-.897 2-2V8.5C18 6.016 15.984 4 13.5 4h-9A4.5 4.5 0 0 0 0 8.5V14c0 1.103.897 2 2 2zM9 8.5a4.5 4.5 0 0 0-1.147-3H13.5a3 3 0 0 1 3 3V14c0 .275-.225.5-.5.5H9zM3.25 8a.75.75 0 0 0-.75.75c0 .416.334.75.75.75h2.5c.416 0 .75-.334.75-.75A.75.75 0 0 0 5.75 8zm8 0a.75.75 0 0 0-.75.75c0 .416.334.75.75.75H13v.75c0 .416.334.75.75.75h.5c.416 0 .75-.334.75-.75v-1.5a.75.75 0 0 0-.75-.75z" />
3
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
2
+ <g transform="translate(1.8 1.8) scale(0.85)">
3
+ <path d="M18 21a8 8 0 0 0-16 0" />
4
+ <circle cx="10" cy="8" r="5" />
5
+ <path d="M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3" />
6
+ </g>
7
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M11.7437 10.6C11.2312 10.3812 10.6375 10.525 10.2844 10.9562L9.24687 12.225C7.80937 11.3906 6.60938 10.1906 5.775 8.75312L7.04063 7.71875C7.47188 7.36562 7.61875 6.77187 7.39687 6.25937L5.89687 2.75937C5.6625 2.20937 5.07188 1.90312 4.4875 2.02812L0.9875 2.77812C0.4125 2.9 0 3.40937 0 4C0 11.225 5.475 17.175 12.5031 17.9219C12.8094 17.9531 13.1156 17.9781 13.4281 17.9906H13.4312C13.6219 17.9969 13.8094 18.0031 14 18.0031C14.5906 18.0031 15.1 17.5906 15.2219 17.0156L15.9719 13.5156C16.0969 12.9312 15.7906 12.3406 15.2406 12.1062L11.7406 10.6062L11.7437 10.6ZM13.7969 16.5C7.05625 16.3906 1.60937 10.9437 1.50312 4.20312L4.60313 3.5375L5.94688 6.675L4.825 7.59375C4.25625 8.05937 4.10938 8.86875 4.47813 9.50625C5.44375 11.1719 6.83125 12.5594 8.49687 13.525C9.13437 13.8937 9.94375 13.7469 10.4094 13.1781L11.3281 12.0562L14.4656 13.4L13.7969 16.5Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 20" fill="currentColor">
2
+ <path d="M8.3316 4.25C8.3316 3.83437 7.99723 3.5 7.5816 3.5C7.16598 3.5 6.8316 3.83437 6.8316 4.25V9.25H1.8316C1.41598 9.25 1.0816 9.58437 1.0816 10C1.0816 10.4156 1.41598 10.75 1.8316 10.75H6.8316V15.75C6.8316 16.1656 7.16598 16.5 7.5816 16.5C7.99723 16.5 8.3316 16.1656 8.3316 15.75V10.75H13.3316C13.7472 10.75 14.0816 10.4156 14.0816 10C14.0816 9.58437 13.7472 9.25 13.3316 9.25H8.3316V4.25Z" />
3
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
2
+ <rect x="8.5" y="3" width="7" height="4.5" rx="1.2" />
3
+ <rect x="4" y="16.5" width="6.5" height="4.5" rx="1.2" />
4
+ <rect x="13.5" y="16.5" width="6.5" height="4.5" rx="1.2" />
5
+ <path d="M12 7.5v5" />
6
+ <path d="M7.25 16.5v-4" />
7
+ <path d="M16.75 16.5v-4" />
8
+ <path d="M7.25 12.5h9.5" />
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
2
+ <g transform="translate(1.56 1.56) scale(0.87)">
3
+ <circle cx="12" cy="8" r="5" />
4
+ <path d="M20 21a8 8 0 0 0-16 0" />
5
+ </g>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" fill="currentColor">
2
+ <path d="M9.5 6C9.5 5.64375 9.425 5.30625 9.29062 5H9.25C8.60938 5 8.04063 4.7 7.675 4.23438C7.24688 4.99063 6.43125 5.5 5.5 5.5H4.55C4.51875 5.6625 4.5 5.82812 4.5 6V6.5C4.5 7.88125 5.61875 9 7 9C8.38125 9 9.5 7.88125 9.5 6.5V6ZM3 6C3 3.79063 4.79063 2 7 2C9.20937 2 11 3.79063 11 6V6.34375C11 7.40313 11.4219 8.42188 12.1719 9.17188L12.2937 9.29375C12.425 9.425 12.5 9.60625 12.5 9.79375C12.5 10.1844 12.1844 10.5 11.7937 10.5H7H2.20625C1.81562 10.5 1.5 10.1844 1.5 9.79375C1.5 9.60625 1.575 9.425 1.70625 9.29375L1.82812 9.17188C2.57812 8.42188 3 7.40313 3 6.34375V6ZM1.50937 16.4344H12.4937C12.3969 14.975 11.4656 13.7406 10.1687 13.2125L8.6 15.3031C7.8 16.3688 6.2 16.3688 5.4 15.3031L3.83125 13.2125C2.5375 13.7406 1.60313 14.975 1.50625 16.4344H1.50937ZM4.12813 11.5531C4.30938 11.5125 4.49375 11.5906 4.60625 11.7375L6.60313 14.4C6.80313 14.6656 7.20312 14.6656 7.40312 14.4L9.4 11.7375C9.5125 11.5906 9.69688 11.5125 9.87813 11.5531C12.2313 12.0688 14 14.1719 14 16.6844V16.9344C14 17.4875 13.5531 17.9344 13 17.9344H1C0.446875 17.9344 0 17.4875 0 16.9344V16.6844C0 14.1687 1.76875 12.0688 4.12813 11.5531Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" fill="currentColor">
2
+ <path d="M9.5 6C9.5 5.64375 9.425 5.30625 9.29062 5H9.25C8.60938 5 8.04063 4.7 7.675 4.23438C7.24688 4.99063 6.43125 5.5 5.5 5.5H4.55C4.51875 5.6625 4.5 5.82812 4.5 6V6.5C4.5 7.88125 5.61875 9 7 9C8.38125 9 9.5 7.88125 9.5 6.5V6ZM3 6C3 3.79063 4.79063 2 7 2C9.20937 2 11 3.79063 11 6V6.5C11 8.70937 9.20937 10.5 7 10.5C4.79063 10.5 3 8.70937 3 6.5V6ZM1.50937 16.5H12.4937C12.3969 15.0406 11.4656 13.8062 10.1687 13.2781L8.6 15.3687C7.8 16.4344 6.2 16.4344 5.4 15.3687L3.83125 13.2781C2.5375 13.8062 1.60312 15.0406 1.50937 16.5ZM4.12813 11.6187C4.30938 11.5781 4.49375 11.6563 4.60625 11.8031L6.60313 14.4656C6.80313 14.7312 7.20312 14.7312 7.40312 14.4656L9.4 11.8031C9.5125 11.6563 9.69688 11.5781 9.87813 11.6187C12.2313 12.1344 14 14.2344 14 16.75V17C14 17.5531 13.5531 18 13 18H1C0.446875 18 0 17.5531 0 17V16.75C0 14.2344 1.76875 12.1344 4.12813 11.6187Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M5.5 4.75C5.5 4.75313 5.50313 4.76875 5.51875 4.79688C5.5375 4.83438 5.58125 4.89375 5.66563 4.96875C5.67813 4.97813 5.69062 4.99062 5.70312 5C5.11875 5.0125 4.55 5.05312 4.00313 5.12812L4 4.75C4 4.1875 4.30313 3.7375 4.65938 3.41562C5.01563 3.09375 5.49375 2.8375 6.01875 2.6375C7.075 2.23438 8.48438 2 10 2C11.5156 2 12.925 2.23437 13.9781 2.63437C14.5031 2.83437 14.9812 3.09063 15.3375 3.4125C15.6937 3.73438 16 4.1875 16 4.75V8V11.25C16 11.8125 15.6969 12.2625 15.3406 12.5844C14.9844 12.9063 14.5062 13.1625 13.9812 13.3625C13.6812 13.4781 13.3531 13.5781 13.0031 13.6625V12.1094C13.1625 12.0625 13.3094 12.0125 13.4469 11.9594C13.8719 11.7969 14.1656 11.6219 14.3375 11.4688C14.4219 11.3937 14.4656 11.3344 14.4844 11.2969C14.5031 11.2625 14.5031 11.25 14.5031 11.25V9.8875C14.3375 9.96875 14.1625 10.0438 13.9812 10.1125C13.6812 10.2281 13.3531 10.3281 13.0031 10.4125V8.85938C13.1625 8.8125 13.3094 8.7625 13.4469 8.70937C13.8719 8.54687 14.1656 8.37188 14.3375 8.21875C14.4219 8.14375 14.4656 8.08438 14.4844 8.04688C14.5 8.01875 14.5031 8.00313 14.5031 8V6.6375C14.3375 6.71875 14.1625 6.79375 13.9812 6.8625C13.5531 7.025 13.0625 7.1625 12.5344 7.26562C12.375 7.03125 12.1906 6.83125 12.0094 6.66875C11.6937 6.38437 11.3281 6.15313 10.9469 5.9625C11.9375 5.89063 12.8 5.70625 13.4469 5.45937C13.8719 5.29687 14.1656 5.12188 14.3375 4.96875C14.4219 4.89375 14.4656 4.83438 14.4844 4.79688C14.5 4.76875 14.5031 4.75313 14.5031 4.75C14.5031 4.75 14.5031 4.73438 14.4844 4.70312C14.4656 4.66562 14.4219 4.60625 14.3375 4.53125C14.1656 4.375 13.8719 4.2 13.4469 4.04063C12.6 3.71563 11.3813 3.5 10 3.5C8.61875 3.5 7.4 3.71562 6.55625 4.0375C6.13125 4.2 5.8375 4.375 5.66563 4.52813C5.58125 4.60313 5.5375 4.6625 5.51875 4.7C5.5 4.73438 5.5 4.74688 5.5 4.74688V4.75ZM1.5 8.75C1.5 8.75313 1.50312 8.76875 1.51875 8.79688C1.5375 8.83438 1.58125 8.89375 1.66562 8.96875C1.8375 9.125 2.13125 9.3 2.55625 9.45937C3.4 9.78125 4.61875 9.99687 6 9.99687C7.38125 9.99687 8.6 9.78125 9.44375 9.45937C9.86875 9.29687 10.1625 9.12188 10.3344 8.96875C10.4188 8.89375 10.4625 8.83438 10.4812 8.79688C10.4969 8.76875 10.5 8.75313 10.5 8.75C10.5 8.75 10.5 8.73438 10.4812 8.70312C10.4625 8.66562 10.4188 8.60625 10.3344 8.53125C10.1625 8.375 9.86875 8.2 9.44375 8.04063C8.6 7.71875 7.38125 7.50313 6 7.50313C4.61875 7.50313 3.4 7.71875 2.55625 8.04063C2.13125 8.20313 1.8375 8.37812 1.66562 8.53125C1.58125 8.60625 1.5375 8.66562 1.51875 8.70312C1.5 8.7375 1.5 8.75 1.5 8.75ZM0 8.75C0 8.1875 0.303125 7.7375 0.659375 7.41563C1.01562 7.09375 1.49375 6.8375 2.01875 6.6375C3.075 6.23437 4.48438 6 6 6C7.51562 6 8.925 6.23438 9.97812 6.63438C10.5031 6.83438 10.9812 7.09062 11.3375 7.4125C11.6937 7.73437 12 8.1875 12 8.75V12V15.25C12 15.8125 11.6969 16.2625 11.3406 16.5844C10.9844 16.9063 10.5062 17.1625 9.98125 17.3625C8.925 17.7656 7.51562 18 6 18C4.48438 18 3.075 17.7656 2.02187 17.3656C1.49687 17.1656 1.02188 16.9094 0.6625 16.5875C0.303125 16.2656 0 15.8125 0 15.25V12V8.75ZM10.5 12V10.6375C10.3344 10.7187 10.1594 10.7938 9.97812 10.8625C8.925 11.2656 7.51562 11.5 6 11.5C4.48438 11.5 3.075 11.2656 2.02187 10.8656C1.84062 10.7969 1.66563 10.7219 1.5 10.6406V12C1.5 12.0031 1.50312 12.0188 1.51875 12.0469C1.5375 12.0844 1.58125 12.1437 1.66562 12.2188C1.8375 12.375 2.13125 12.55 2.55625 12.7094C3.4 13.0313 4.61875 13.2469 6 13.2469C7.38125 13.2469 8.6 13.0313 9.44375 12.7094C9.86875 12.5469 10.1625 12.3719 10.3344 12.2188C10.4188 12.1437 10.4625 12.0844 10.4812 12.0469C10.4969 12.0188 10.5 12.0031 10.5 12ZM2.02187 14.1156C1.84062 14.0469 1.66563 13.9719 1.5 13.8906V15.25C1.5 15.25 1.5 15.2656 1.51875 15.2969C1.5375 15.3344 1.58125 15.3937 1.66562 15.4688C1.8375 15.625 2.13125 15.8 2.55625 15.9594C3.4 16.2813 4.61875 16.4969 6 16.4969C7.38125 16.4969 8.6 16.2813 9.44375 15.9594C9.86875 15.7969 10.1625 15.6219 10.3344 15.4688C10.4188 15.3937 10.4625 15.3344 10.4812 15.2969C10.5 15.2625 10.5 15.25 10.5 15.25V13.8875C10.3344 13.9687 10.1594 14.0438 9.97812 14.1125C8.925 14.5156 7.51562 14.75 6 14.75C4.48438 14.75 3.075 14.5156 2.02187 14.1156Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
2
+ <path d="M6 0C6.51953 0 6.9375 0.417969 6.9375 0.9375V2.5H12.5625V0.9375C12.5625 0.417969 12.9805 0 13.5 0C14.0195 0 14.4375 0.417969 14.4375 0.9375V2.5H16C17.3789 2.5 18.5 3.62109 18.5 5V5.625V7.5V17.5C18.5 18.8789 17.3789 20 16 20H3.5C2.12109 20 1 18.8789 1 17.5V7.5V5.625V5C1 3.62109 2.12109 2.5 3.5 2.5H5.0625V0.9375C5.0625 0.417969 5.48047 0 6 0ZM16.625 7.5H2.875V17.5C2.875 17.8438 3.15625 18.125 3.5 18.125H16C16.3438 18.125 16.625 17.8438 16.625 17.5V7.5ZM13.0625 9.49219C13.6367 10.0664 13.6367 11 13.0625 11.5742L12.4805 12.1563L10.3984 10.0781L10.9805 9.49219C11.5547 8.91797 12.4883 8.91797 13.0625 9.49219ZM6.70703 13.7695L9.51562 10.9609L11.5977 13.043L8.78906 15.8516C8.62891 16.0117 8.42969 16.125 8.20703 16.1797L6.77734 16.5391C6.5625 16.5937 6.33984 16.5313 6.18359 16.375C6.02734 16.2188 5.96484 15.9961 6.01953 15.7812L6.37891 14.3516C6.43359 14.1328 6.54688 13.9297 6.70703 13.7695Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M1.25 9C0.834375 9 0.5 8.66563 0.5 8.25V3.75C0.5 3.33437 0.834375 3 1.25 3C1.66563 3 2 3.33437 2 3.75V6.25313L2.625 5.51875C3.90625 3.98125 5.84063 3 8 3C11.8656 3 15 6.13438 15 10C15 13.8656 11.8656 17 8 17C6.425 17 4.96875 16.4781 3.8 15.6C3.46875 15.35 3.40313 14.8813 3.65 14.55C3.89688 14.2188 4.36875 14.1531 4.7 14.4C5.61875 15.0906 6.75937 15.5 8 15.5C11.0375 15.5 13.5 13.0375 13.5 10C13.5 6.9625 11.0375 4.5 8 4.5C6.30313 4.5 4.78438 5.26875 3.775 6.48125L3.77187 6.4875L2.90937 7.5H5.75C6.16563 7.5 6.5 7.83437 6.5 8.25C6.5 8.66563 6.16563 9 5.75 9H1.25Z" />
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
2
+ <g transform="translate(1.8 1.8) scale(0.85)">
3
+ <path d="M3 3v16a2 2 0 0 0 2 2h16" />
4
+ <path d="M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7" />
5
+ </g>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
2
+ <path d="M7.4375 0.9375C7.4375 0.417969 7.01953 0 6.5 0C5.98047 0 5.5625 0.417969 5.5625 0.9375V2.5H4C2.62109 2.5 1.5 3.62109 1.5 5V5.625V7.5V17.5C1.5 18.8789 2.62109 20 4 20H16.5C17.8789 20 19 18.8789 19 17.5V7.5V5.625V5C19 3.62109 17.8789 2.5 16.5 2.5H14.9375V0.9375C14.9375 0.417969 14.5195 0 14 0C13.4805 0 13.0625 0.417969 13.0625 0.9375V2.5H7.4375V0.9375ZM3.375 7.5H17.125V17.5C17.125 17.8438 16.8438 18.125 16.5 18.125H4C3.65625 18.125 3.375 17.8438 3.375 17.5V7.5ZM5.25 11.25C5.25 11.5815 5.3817 11.8995 5.61612 12.1339C5.85054 12.3683 6.16848 12.5 6.5 12.5C6.83152 12.5 7.14946 12.3683 7.38388 12.1339C7.6183 11.8995 7.75 11.5815 7.75 11.25C7.75 10.9185 7.6183 10.6005 7.38388 10.3661C7.14946 10.1317 6.83152 10 6.5 10C6.16848 10 5.85054 10.1317 5.61612 10.3661C5.3817 10.6005 5.25 10.9185 5.25 11.25ZM14 13.75C13.6685 13.75 13.3505 13.8817 13.1161 14.1161C12.8817 14.3505 12.75 14.6685 12.75 15C12.75 15.3315 12.8817 15.6495 13.1161 15.8839C13.3505 16.1183 13.6685 16.25 14 16.25C14.3315 16.25 14.6495 16.1183 14.8839 15.8839C15.1183 15.6495 15.25 15.3315 15.25 15C15.25 14.6685 15.1183 14.3505 14.8839 14.1161C14.6495 13.8817 14.3315 13.75 14 13.75ZM9 11.25C9 11.7695 9.41797 12.1875 9.9375 12.1875H14.3125C14.832 12.1875 15.25 11.7695 15.25 11.25C15.25 10.7305 14.832 10.3125 14.3125 10.3125H9.9375C9.41797 10.3125 9 10.7305 9 11.25ZM10.5625 14.0625H6.1875C5.66797 14.0625 5.25 14.4805 5.25 15C5.25 15.5195 5.66797 15.9375 6.1875 15.9375H10.5625C11.082 15.9375 11.5 15.5195 11.5 15C11.5 14.4805 11.082 14.0625 10.5625 14.0625Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M10.8 8.8c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4m-.772 4.077A5.2 5.2 0 0 1 1.6 8.8a5.2 5.2 0 0 1 5.2-5.2 5.2 5.2 0 0 1 4.077 8.428l3.347 3.347a.6.6 0 0 1-.848.848z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M8.00009 2C8.53134 2 9.05009 2.05313 9.55634 2.15C9.80322 2.19688 10.2376 2.34062 10.4751 2.77812C10.5376 2.89375 10.5876 3.01563 10.6188 3.14688L10.9095 4.35C10.9532 4.53125 11.2595 4.70938 11.4376 4.65625L12.6251 4.30625C12.7501 4.26875 12.8782 4.25 13.0063 4.24688C13.5095 4.23125 13.8501 4.54063 14.0157 4.72813C14.7063 5.5125 15.2376 6.43438 15.5751 7.425C15.6563 7.6625 15.7501 8.10625 15.4907 8.53125C15.422 8.64375 15.3376 8.75 15.2407 8.84375L14.3438 9.69688C14.2126 9.82188 14.2126 10.1812 14.3438 10.3062L15.2407 11.1594C15.3376 11.2531 15.422 11.3594 15.4907 11.4719C15.747 11.8969 15.6532 12.3406 15.5751 12.5781C15.2376 13.5688 14.7063 14.4875 14.0157 15.275C13.8501 15.4625 13.5063 15.7719 13.0063 15.7563C12.8782 15.7531 12.7501 15.7312 12.6251 15.6969L11.4376 15.3438C11.2595 15.2906 10.9532 15.4687 10.9095 15.65L10.6188 16.8531C10.5876 16.9844 10.5376 17.1094 10.4751 17.2219C10.2345 17.6594 9.80009 17.8 9.55634 17.85C9.05009 17.9469 8.53134 18 8.00009 18C7.46884 18 6.95009 17.9469 6.44384 17.85C6.19697 17.8031 5.76259 17.6594 5.52509 17.2219C5.46259 17.1063 5.41259 16.9844 5.38134 16.8531L5.09072 15.65C5.04697 15.4687 4.74072 15.2906 4.56259 15.3438L3.37509 15.6938C3.25009 15.7313 3.12197 15.75 2.99384 15.7531C2.49072 15.7688 2.15009 15.4594 1.98447 15.2719C1.29697 14.4875 0.762592 13.5656 0.425092 12.575C0.343842 12.3375 0.250092 11.8938 0.509467 11.4688C0.578217 11.3563 0.662592 11.25 0.759467 11.1562L1.65634 10.3031C1.78759 10.1781 1.78759 9.81875 1.65634 9.69375L0.756342 8.84062C0.659467 8.74687 0.575092 8.64062 0.506342 8.52812C0.250092 8.10312 0.343842 7.65938 0.425092 7.425C0.762592 6.43438 1.29384 5.51563 1.98447 4.72813C2.15009 4.54063 2.49384 4.23125 2.99384 4.24688C3.12197 4.25 3.25009 4.27188 3.37509 4.30625L4.56259 4.65625C4.74072 4.70938 5.04697 4.53125 5.09072 4.35L5.38134 3.14688C5.41259 3.01563 5.46259 2.89062 5.52509 2.77812C5.76572 2.34062 6.20009 2.2 6.44384 2.15C6.95009 2.05313 7.46884 2 8.00009 2ZM6.81572 3.60625L6.55009 4.70312C6.30634 5.7125 5.13447 6.3875 4.13759 6.09688L3.05947 5.77813C2.54384 6.38125 2.13759 7.08125 1.87197 7.83125L2.69072 8.60938C3.44072 9.32187 3.44072 10.6781 2.69072 11.3906L1.87197 12.1687C2.13759 12.9187 2.54384 13.6188 3.05947 14.2219L4.14072 13.9031C5.13447 13.6094 6.30947 14.2875 6.55322 15.2969L6.81884 16.3938C7.58759 16.5344 8.42197 16.5344 9.19072 16.3938L9.45634 15.2969C9.70009 14.2875 10.872 13.6125 11.8688 13.9031L12.9501 14.2219C13.4657 13.6188 13.872 12.9187 14.1376 12.1687L13.3188 11.3906C12.5688 10.6781 12.5688 9.32187 13.3188 8.60938L14.1376 7.83125C13.872 7.08125 13.4657 6.38125 12.9501 5.77813L11.8688 6.09688C10.8751 6.39063 9.70009 5.7125 9.45634 4.70312L9.19072 3.60625C8.42197 3.46563 7.58759 3.46563 6.81884 3.60625H6.81572ZM6.50009 10C6.50009 10.3978 6.65813 10.7794 6.93943 11.0607C7.22074 11.342 7.60227 11.5 8.00009 11.5C8.39792 11.5 8.77945 11.342 9.06075 11.0607C9.34206 10.7794 9.50009 10.3978 9.50009 10C9.50009 9.60218 9.34206 9.22064 9.06075 8.93934C8.77945 8.65804 8.39792 8.5 8.00009 8.5C7.60227 8.5 7.22074 8.65804 6.93943 8.93934C6.65813 9.22064 6.50009 9.60218 6.50009 10ZM8.00009 13C7.20444 13 6.44138 12.6839 5.87877 12.1213C5.31616 11.5587 5.00009 10.7956 5.00009 10C5.00009 9.20435 5.31616 8.44129 5.87877 7.87868C6.44138 7.31607 7.20444 7 8.00009 7C8.79574 7 9.5588 7.31607 10.1214 7.87868C10.684 8.44129 11.0001 9.20435 11.0001 10C11.0001 10.7956 10.684 11.5587 10.1214 12.1213C9.5588 12.6839 8.79574 13 8.00009 13Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M7 4.5V15.5H14C14.275 15.5 14.5 15.275 14.5 15V5C14.5 4.725 14.275 4.5 14 4.5H7ZM0 5C0 3.89688 0.896875 3 2 3H14C15.1031 3 16 3.89688 16 5V15C16 16.1031 15.1031 17 14 17H2C0.896875 17 0 16.1031 0 15V5ZM2 5.75C2 6.16563 2.33437 6.5 2.75 6.5H4.25C4.66563 6.5 5 6.16563 5 5.75C5 5.33437 4.66563 5 4.25 5H2.75C2.33437 5 2 5.33437 2 5.75ZM2.75 8C2.33437 8 2 8.33437 2 8.75C2 9.16563 2.33437 9.5 2.75 9.5H4.25C4.66563 9.5 5 9.16563 5 8.75C5 8.33437 4.66563 8 4.25 8H2.75ZM2 11.75C2 12.1656 2.33437 12.5 2.75 12.5H4.25C4.66563 12.5 5 12.1656 5 11.75C5 11.3344 4.66563 11 4.25 11H2.75C2.33437 11 2 11.3344 2 11.75Z" />
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
2
+ <path
3
+ transform="scale(0.03125)"
4
+ d="M88 136C74.7 136 64 146.7 64 160C64 173.3 74.7 184 88 184L179.7 184C189.9 216.5 220.2 240 256 240C291.8 240 322.1 216.5 332.3 184L552 184C565.3 184 576 173.3 576 160C576 146.7 565.3 136 552 136L332.3 136C322.1 103.5 291.8 80 256 80C220.2 80 189.9 103.5 179.7 136L88 136zM88 296C74.7 296 64 306.7 64 320C64 333.3 74.7 344 88 344L339.7 344C349.9 376.5 380.2 400 416 400C451.8 400 482.1 376.5 492.3 344L552 344C565.3 344 576 333.3 576 320C576 306.7 565.3 296 552 296L492.3 296C482.1 263.5 451.8 240 416 240C380.2 240 349.9 263.5 339.7 296L88 296zM88 456C74.7 456 64 466.7 64 480C64 493.3 74.7 504 88 504L147.7 504C157.9 536.5 188.2 560 224 560C259.8 560 290.1 536.5 300.3 504L552 504C565.3 504 576 493.3 576 480C576 466.7 565.3 456 552 456L300.3 456C290.1 423.5 259.8 400 224 400C188.2 400 157.9 423.5 147.7 456L88 456zM224 512C206.3 512 192 497.7 192 480C192 462.3 206.3 448 224 448C241.7 448 256 462.3 256 480C256 497.7 241.7 512 224 512zM416 352C398.3 352 384 337.7 384 320C384 302.3 398.3 288 416 288C433.7 288 448 302.3 448 320C448 337.7 433.7 352 416 352zM224 160C224 142.3 238.3 128 256 128C273.7 128 288 142.3 288 160C288 177.7 273.7 192 256 192C238.3 192 224 177.7 224 160z"
5
+ />
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 20" fill="currentColor">
2
+ <path d="M7.53123 2.21875C7.23748 1.925 6.76248 1.925 6.47185 2.21875L2.21873 6.46875C1.92498 6.7625 1.92498 7.2375 2.21873 7.52812C2.51248 7.81875 2.98748 7.82187 3.2781 7.52812L6.24685 4.55937V17.25C6.24685 17.6656 6.58123 18 6.99685 18C7.41248 18 7.74685 17.6656 7.74685 17.25V4.55937L10.7156 7.52812C11.0094 7.82187 11.4843 7.82187 11.775 7.52812C12.0656 7.23437 12.0687 6.75937 11.775 6.46875L7.53123 2.21875Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 20" fill="currentColor">
2
+ <path d="M6.99688 18.0016C6.80511 18.0016 6.61291 17.9281 6.466 17.7813L2.21911 13.5281C1.92541 13.2375 1.92852 12.7625 2.21911 12.4688C2.50976 12.175 2.98474 12.175 3.2785 12.4688L6.24725 15.4406V4.5621L3.27966 7.52969C2.98907 7.82345 2.51403 7.82032 2.22033 7.52969C1.92657 7.23906 1.92657 6.76407 2.22033 6.47032L6.40478 2.28892C6.54174 2.11285 6.75579 2 6.99725 2H6.99926C7.19195 1.99933 7.38525 2.07277 7.53283 2.22032L11.7765 6.47032C12.0703 6.76095 12.0672 7.23594 11.7765 7.52969C11.486 7.82345 11.0109 7.82345 10.7172 7.52969L7.74841 4.56094L7.75036 15.4406L10.7191 12.4719C11.0098 12.1781 11.4847 12.1813 11.7785 12.4719C12.0723 12.7625 12.0723 13.2375 11.7785 13.5313L7.5783 17.7284C7.44097 17.8954 7.2326 18.0016 6.99841 18.0016H6.99688Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 20" fill="currentColor">
2
+ <path d="M6.46876 17.7812C6.76251 18.075 7.23751 18.075 7.52814 17.7812L11.7813 13.5312C12.075 13.2375 12.075 12.7625 11.7813 12.4719C11.4875 12.1813 11.0125 12.1781 10.7219 12.4719L7.75314 15.4406L7.75001 2.75C7.75001 2.33437 7.41564 2 7.00001 2C6.58439 2 6.25001 2.33437 6.25001 2.75V15.4406L3.28126 12.4688C2.98751 12.175 2.51251 12.175 2.22189 12.4688C1.93126 12.7625 1.92814 13.2375 2.22189 13.5281L6.46876 17.7812Z"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M8 18C10.1217 18 12.1566 17.1571 13.6569 15.6569C15.1571 14.1566 16 12.1217 16 10C16 7.87827 15.1571 5.84344 13.6569 4.34315C12.1566 2.84285 10.1217 2 8 2C5.87827 2 3.84344 2.84285 2.34315 4.34315C0.842855 5.84344 0 7.87827 0 10C0 12.1217 0.842855 14.1566 2.34315 15.6569C3.84344 17.1571 5.87827 18 8 18ZM11.5312 8.53125L7.53125 12.5312C7.2375 12.825 6.7625 12.825 6.47188 12.5312L4.47188 10.5312C4.17813 10.2375 4.17813 9.7625 4.47188 9.47188C4.76563 9.18125 5.24062 9.17813 5.53125 9.47188L7 10.9406L10.4688 7.46875C10.7625 7.175 11.2375 7.175 11.5281 7.46875C11.8187 7.7625 11.8219 8.2375 11.5281 8.52812L11.5312 8.53125Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M14.5 10C14.5 8.27609 13.8152 6.62279 12.5962 5.40381C11.3772 4.18482 9.72391 3.5 8 3.5C6.27609 3.5 4.62279 4.18482 3.40381 5.40381C2.18482 6.62279 1.5 8.27609 1.5 10C1.5 11.7239 2.18482 13.3772 3.40381 14.5962C4.62279 15.8152 6.27609 16.5 8 16.5C9.72391 16.5 11.3772 15.8152 12.5962 14.5962C13.8152 13.3772 14.5 11.7239 14.5 10ZM0 10C0 7.87827 0.842855 5.84344 2.34315 4.34315C3.84344 2.84285 5.87827 2 8 2C10.1217 2 12.1566 2.84285 13.6569 4.34315C15.1571 5.84344 16 7.87827 16 10C16 12.1217 15.1571 14.1566 13.6569 15.6569C12.1566 17.1571 10.1217 18 8 18C5.87827 18 3.84344 17.1571 2.34315 15.6569C0.842855 14.1566 0 12.1217 0 10Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
2
+ <path d="M8 18C10.1217 18 12.1566 17.1571 13.6569 15.6569C15.1571 14.1566 16 12.1217 16 10C16 7.87827 15.1571 5.84344 13.6569 4.34315C12.1566 2.84285 10.1217 2 8 2C5.87827 2 3.84344 2.84285 2.34315 4.34315C0.842855 5.84344 0 7.87827 0 10C0 12.1217 0.842855 14.1566 2.34315 15.6569C3.84344 17.1571 5.87827 18 8 18Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
2
+ <path d="M18.625 10C18.625 12.1549 17.769 14.2215 16.2452 15.7452C14.7215 17.269 12.6549 18.125 10.5 18.125C8.34512 18.125 6.27849 17.269 4.75476 15.7452C3.23102 14.2215 2.375 12.1549 2.375 10C2.375 7.84512 3.23102 5.77849 4.75476 4.25476C6.27849 2.73102 8.34512 1.875 10.5 1.875C12.6549 1.875 14.7215 2.73102 16.2452 4.25476C17.769 5.77849 18.625 7.84512 18.625 10ZM0.5 10C0.5 12.6522 1.55357 15.1957 3.42893 17.0711C5.3043 18.9464 7.84784 20 10.5 20C13.1522 20 15.6957 18.9464 17.5711 17.0711C19.4464 15.1957 20.5 12.6522 20.5 10C20.5 7.34784 19.4464 4.8043 17.5711 2.92893C15.6957 1.05357 13.1522 0 10.5 0C7.84784 0 5.3043 1.05357 3.42893 2.92893C1.55357 4.8043 0.5 7.34784 0.5 10ZM11.7891 14.1016L15.2266 10.6641C15.5937 10.2969 15.5937 9.70313 15.2266 9.33984L11.7891 5.90234C11.4219 5.53516 10.8281 5.53516 10.4648 5.90234C10.1016 6.26953 10.0977 6.86328 10.4648 7.22656L12.3008 9.0625H6.4375C5.91797 9.0625 5.5 9.48047 5.5 10C5.5 10.5195 5.91797 10.9375 6.4375 10.9375H12.3008L10.4648 12.7734C10.0977 13.1406 10.0977 13.7344 10.4648 14.0977C10.832 14.4609 11.4258 14.4648 11.7891 14.0977V14.1016Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
2
+ <path d="M10 1.875C12.1549 1.875 14.2215 2.73102 15.7452 4.25476C17.269 5.77849 18.125 7.84512 18.125 10C18.125 12.1549 17.269 14.2215 15.7452 15.7452C14.2215 17.269 12.1549 18.125 10 18.125C7.84512 18.125 5.77849 17.269 4.25476 15.7452C2.73102 14.2215 1.875 12.1549 1.875 10C1.875 7.84512 2.73102 5.77849 4.25476 4.25476C5.77849 2.73102 7.84512 1.875 10 1.875ZM10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20ZM14.4141 8.16406C14.7812 7.79688 14.7812 7.20313 14.4141 6.83984C14.0469 6.47656 13.4531 6.47266 13.0898 6.83984L8.75391 11.1758L6.91797 9.33984C6.55078 8.97266 5.95703 8.97266 5.59375 9.33984C5.23047 9.70703 5.22656 10.3008 5.59375 10.6641L8.09375 13.1641C8.46094 13.5312 9.05469 13.5312 9.41797 13.1641L14.4141 8.16406Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20" fill="currentColor">
2
+ <path d="M3.6125 2C3 2 2.5 2.5 2.5 3.1125C2.5 5.5375 4.4625 7.5 6.8875 7.5H8.25V10C8.25 10.4156 8.58437 10.75 9 10.75C9.41563 10.75 9.75 10.4156 9.75 10V6.75C9.75 4.12812 7.62188 2 5 2H3.6125ZM5 3.5C6.5375 3.5 7.825 4.56562 8.1625 6H6.88438C5.42188 6 4.2125 4.9125 4.025 3.5H5ZM5.1625 13.2094C5.36875 13.0719 5.60937 13 5.85625 13H10.75C11.025 13 11.25 13.225 11.25 13.5C11.25 13.775 11.025 14 10.75 14H10H8C7.58437 14 7.25 14.3344 7.25 14.75C7.25 15.1656 7.58437 15.5 8 15.5H10H10.75H12.25C12.3875 15.5 12.525 15.4625 12.6438 15.3875L15.5656 13.5906C15.6625 13.5312 15.775 13.5 15.8875 13.5H16.1187C16.3312 13.5 16.5031 13.6719 16.5031 13.8844C16.5031 14.0156 16.4375 14.1344 16.3281 14.2063L13.3406 16.1406C12.9719 16.375 12.5469 16.5 12.1156 16.5H0.75C0.334375 16.5 0 16.8344 0 17.25C0 17.6656 0.334375 18 0.75 18H12.1156C12.8375 18 13.5469 17.7906 14.1531 17.3969L17.1406 15.4625C17.6781 15.1156 18 14.5188 18 13.8813C18 12.8406 17.1563 11.9969 16.1156 11.9969H15.8844C15.4937 11.9969 15.1094 12.1062 14.775 12.3094L12.75 13.5625C12.75 13.5406 12.75 13.5219 12.75 13.5C12.75 12.3969 11.8531 11.5 10.75 11.5H5.85625C5.3125 11.5 4.78125 11.6594 4.33125 11.9625L2.02187 13.5H0.75C0.334375 13.5 0 13.8344 0 14.25C0 14.6656 0.334375 15 0.75 15H2.25C2.39687 15 2.54375 14.9562 2.66563 14.875L5.1625 13.2094ZM11.1125 7.5C13.5375 7.5 15.5 5.5375 15.5 3.1125C15.5 2.5 15 2 14.3875 2H13C11.6969 2 10.5156 2.525 9.65625 3.375C9.96875 3.80625 10.2219 4.28125 10.4062 4.7875C11 4.00625 11.9406 3.5 13 3.5H13.975C13.7875 4.9125 12.5781 6 11.1156 6H10.7031C10.7344 6.24688 10.7531 6.49687 10.7531 6.75V7.5H11.1156H11.1125Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" fill="currentColor">
2
+ <path d="M3.21873 17.5312C3.51248 17.825 3.98748 17.825 4.2781 17.5312C4.56873 17.2375 4.57185 16.7625 4.2781 16.4719L2.55935 14.7531L13.25 14.75C13.6656 14.75 14 14.4156 14 14C14 13.5844 13.6656 13.25 13.25 13.25H2.55935L4.2781 11.5312C4.57185 11.2375 4.57185 10.7625 4.2781 10.4719C3.98435 10.1812 3.50935 10.1781 3.21873 10.4719L0.218726 13.4687C-0.0750244 13.7625 -0.0750244 14.2375 0.218726 14.5281L3.21873 17.5281V17.5312ZM13.7812 6.53125C14.075 6.2375 14.075 5.7625 13.7812 5.47187L10.7812 2.46875C10.4875 2.175 10.0125 2.175 9.72185 2.46875C9.43123 2.7625 9.4281 3.2375 9.72185 3.52812L11.4406 5.24687L0.749976 5.25C0.334351 5.25 -2.4423e-05 5.58437 -2.4423e-05 6C-2.4423e-05 6.41562 0.334351 6.75 0.749976 6.75H11.4406L9.72185 8.46875C9.4281 8.7625 9.4281 9.2375 9.72185 9.52812C10.0156 9.81875 10.4906 9.82187 10.7812 9.52812L13.7812 6.52812V6.53125Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor">
2
+ <path d="M160 144C151.2 144 144 151.2 144 160L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 160C496 151.2 488.8 144 480 144L160 144zM96 160C96 124.7 124.7 96 160 96L480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160zM192 224C192 206.3 206.3 192 224 192C241.7 192 256 206.3 256 224C256 241.7 241.7 256 224 256C206.3 256 192 241.7 192 224zM296 224C296 210.7 306.7 200 320 200L416 200C429.3 200 440 210.7 440 224C440 237.3 429.3 248 416 248L320 248C306.7 248 296 237.3 296 224zM296 320C296 306.7 306.7 296 320 296L416 296C429.3 296 440 306.7 440 320C440 333.3 429.3 344 416 344L320 344C306.7 344 296 333.3 296 320zM296 416C296 402.7 306.7 392 320 392L416 392C429.3 392 440 402.7 440 416C440 429.3 429.3 440 416 440L320 440C306.7 440 296 429.3 296 416zM224 352C206.3 352 192 337.7 192 320C192 302.3 206.3 288 224 288C241.7 288 256 302.3 256 320C256 337.7 241.7 352 224 352zM192 416C192 398.3 206.3 384 224 384C241.7 384 256 398.3 256 416C256 433.7 241.7 448 224 448C206.3 448 192 433.7 192 416z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor">
2
+ <path d="M480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160C96 124.7 124.7 96 160 96L480 96zM160 144C151.2 144 144 151.2 144 160L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 160C496 151.2 488.8 144 480 144L160 144zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20" fill="currentColor">
2
+ <path d="M2 5.5C1.725 5.5 1.5 5.725 1.5 6V14C1.5 14.275 1.725 14.5 2 14.5H16C16.275 14.5 16.5 14.275 16.5 14V6C16.5 5.725 16.275 5.5 16 5.5H2ZM0 6C0 4.89688 0.896875 4 2 4H16C17.1031 4 18 4.89688 18 6V14C18 15.1031 17.1031 16 16 16H2C0.896875 16 0 15.1031 0 14V6ZM8.75 10.5H14.25C14.6656 10.5 15 10.8344 15 11.25C15 11.6656 14.6656 12 14.25 12H8.75C8.33437 12 8 11.6656 8 11.25C8 10.8344 8.33437 10.5 8.75 10.5ZM8 8.25C8 7.83437 8.33437 7.5 8.75 7.5H14.25C14.6656 7.5 15 7.83437 15 8.25C15 8.66563 14.6656 9 14.25 9H8.75C8.33437 9 8 8.66563 8 8.25ZM5.625 6.75V7.18437C5.85938 7.22187 6.08125 7.275 6.28438 7.33125C6.61875 7.41875 6.81563 7.7625 6.72813 8.09688C6.64063 8.43125 6.29688 8.62813 5.9625 8.54063C5.61875 8.45 5.2875 8.38438 4.9875 8.37813C4.74063 8.375 4.4875 8.43438 4.31563 8.53438C4.16563 8.62188 4.12187 8.70937 4.12187 8.825C4.12187 8.88125 4.125 8.93438 4.2875 9.03438C4.48437 9.15313 4.77187 9.24375 5.17188 9.3625L5.19375 9.36875C5.54375 9.475 5.99375 9.60938 6.35313 9.8375C6.75625 10.0906 7.1125 10.5031 7.12187 11.1375C7.13125 11.7906 6.79375 12.2656 6.34688 12.5437C6.12188 12.6844 5.87187 12.7719 5.62187 12.825V13.2563C5.62187 13.6 5.34062 13.8813 4.99687 13.8813C4.65312 13.8813 4.37187 13.6 4.37187 13.2563V12.8C4.05 12.7313 3.74687 12.6281 3.49062 12.5375C3.425 12.5156 3.3625 12.4938 3.3 12.4719C2.97187 12.3625 2.79688 12.0094 2.90625 11.6812C3.01562 11.3531 3.36875 11.1781 3.69688 11.2875C3.775 11.3125 3.85 11.3406 3.92188 11.3625C4.34688 11.5063 4.67188 11.6156 5.01875 11.6281C5.2875 11.6375 5.53437 11.5781 5.6875 11.4812C5.81562 11.4031 5.875 11.3094 5.87187 11.1531C5.87187 11.0625 5.84687 10.9969 5.6875 10.8969C5.49062 10.7719 5.20625 10.6812 4.8125 10.5625L4.75938 10.5469C4.41875 10.4438 3.99062 10.3156 3.64687 10.1094C3.25 9.86875 2.87813 9.46875 2.875 8.8375C2.87187 8.17813 3.24375 7.72187 3.68125 7.46562C3.89688 7.3375 4.13438 7.25312 4.375 7.2V6.7625C4.375 6.41875 4.65625 6.1375 5 6.1375C5.34375 6.1375 5.625 6.41875 5.625 6.7625V6.75Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" fill="currentColor">
2
+ <path d="M4 2C4.41563 2 4.75 2.33437 4.75 2.75V4H9.25V2.75C9.25 2.33437 9.58437 2 10 2C10.4156 2 10.75 2.33437 10.75 2.75V4H12C13.1031 4 14 4.89688 14 6V6.5V8V16C14 17.1031 13.1031 18 12 18H2C0.896875 18 0 17.1031 0 16V8V6.5V6C0 4.89688 0.896875 4 2 4H3.25V2.75C3.25 2.33437 3.58437 2 4 2ZM12.5 8H1.5V16C1.5 16.275 1.725 16.5 2 16.5H12C12.275 16.5 12.5 16.275 12.5 16V8ZM3.5 11.4156C3.5 10.3594 4.35625 9.5 5.41563 9.5C5.92188 9.5 6.40938 9.70312 6.76875 10.0594L7 10.2906L7.23125 10.0594C7.59062 9.7 8.07813 9.5 8.58438 9.5C9.64063 9.5 10.5 10.3562 10.5 11.4156C10.5 11.9219 10.2969 12.4094 9.94063 12.7688L7.35625 15.3531C7.1625 15.5469 6.84375 15.5469 6.65 15.3531L4.06563 12.7688C3.70625 12.4094 3.50625 11.9219 3.50625 11.4156H3.5Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20" fill="currentColor">
2
+ <path d="M8.99995 4.5C6.96245 4.5 5.28745 5.425 4.00308 6.61562C2.79995 7.73437 1.9687 9.0625 1.5437 10C1.9687 10.9375 2.79995 12.2656 3.99995 13.3844C5.28745 14.575 6.96245 15.5 8.99995 15.5C11.0375 15.5 12.7125 14.575 13.9968 13.3844C15.2 12.2656 16.0312 10.9375 16.4562 10C16.0312 9.0625 15.2 7.73437 14 6.61562C12.7125 5.425 11.0375 4.5 8.99995 4.5ZM2.9812 5.51875C4.45308 4.15 6.47495 3 8.99995 3C11.525 3 13.5468 4.15 15.0187 5.51875C16.4812 6.87812 17.4593 8.5 17.9249 9.61562C18.0281 9.8625 18.0281 10.1375 17.9249 10.3844C17.4593 11.5 16.4812 13.125 15.0187 14.4812C13.5468 15.85 11.525 17 8.99995 17C6.47495 17 4.45308 15.85 2.9812 14.4812C1.5187 13.125 0.540576 11.5 0.0780762 10.3844C-0.0250488 10.1375 -0.0250488 9.8625 0.0780762 9.61562C0.540576 8.5 1.5187 6.875 2.9812 5.51875ZM8.99995 12.5C10.3812 12.5 11.5 11.3813 11.5 10C11.5 8.61875 10.3812 7.5 8.99995 7.5C8.97808 7.5 8.95933 7.5 8.93745 7.5C8.97808 7.65937 8.99995 7.82812 8.99995 8C8.99995 9.10312 8.10308 10 6.99995 10C6.82808 10 6.65933 9.97812 6.49995 9.9375C6.49995 9.95937 6.49995 9.97813 6.49995 10C6.49995 11.3813 7.6187 12.5 8.99995 12.5ZM8.99995 6C10.0608 6 11.0782 6.42143 11.8284 7.17157C12.5785 7.92172 13 8.93913 13 10C13 11.0609 12.5785 12.0783 11.8284 12.8284C11.0782 13.5786 10.0608 14 8.99995 14C7.93909 14 6.92167 13.5786 6.17152 12.8284C5.42138 12.0783 4.99995 11.0609 4.99995 10C4.99995 8.93913 5.42138 7.92172 6.17152 7.17157C6.92167 6.42143 7.93909 6 8.99995 6Z" />
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
2
+ <path
3
+ transform="scale(0.03125)"
4
+ d="M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM320 448C302.3 448 288 433.7 288 416C288 398.3 302.3 384 320 384C337.7 384 352 398.3 352 416C352 433.7 337.7 448 320 448zM320 192C338.2 192 352.7 207.5 351.4 225.7L344 329.7C343.1 342.3 332.6 352 320.1 352C307.5 352 297.1 342.3 296.2 329.7L288.8 225.7C287.3 207.5 301.8 192 320 192z"
5
+ />
6
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
2
+ <g transform="translate(2.16 2.16) scale(0.82)">
3
+ <circle cx="6" cy="19" r="3" />
4
+ <path d="M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15" />
5
+ <circle cx="18" cy="5" r="3" />
6
+ </g>
7
+ </svg>
@@ -1,18 +1,18 @@
1
1
  import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- import * as __WEBPACK_EXTERNAL_MODULE__icons_index_js_d6af4ddb__ from "../icons/index.js";
3
- import * as __WEBPACK_EXTERNAL_MODULE__presentation_Icon_js_6961aa57__ from "../presentation/Icon.js";
2
+ import * as __WEBPACK_EXTERNAL_MODULE__icons_components_index_js_16bea6de__ from "../icons/components/index.js";
4
3
  const avatarUrl = (img)=>`https://i.pravatar.cc/100?img=${img}`;
5
4
  const iconStoryControl = ()=>{
6
- const availableIcons = Object.keys(__WEBPACK_EXTERNAL_MODULE__icons_index_js_d6af4ddb__);
5
+ const availableIcons = Object.keys(__WEBPACK_EXTERNAL_MODULE__icons_components_index_js_16bea6de__);
7
6
  const options = [
8
7
  "None",
9
- ...Object.keys(__WEBPACK_EXTERNAL_MODULE__icons_index_js_d6af4ddb__)
8
+ ...Object.keys(__WEBPACK_EXTERNAL_MODULE__icons_components_index_js_16bea6de__)
10
9
  ];
11
10
  const mapping = {};
12
11
  mapping.None = null;
13
- for (const iconName of availableIcons)mapping[iconName] = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__presentation_Icon_js_6961aa57__["default"], {
14
- symbol: iconName
15
- });
12
+ for (const iconName of availableIcons){
13
+ const Component = __WEBPACK_EXTERNAL_MODULE__icons_components_index_js_16bea6de__[iconName];
14
+ mapping[iconName] = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(Component, {});
15
+ }
16
16
  return {
17
17
  control: "select",
18
18
  options,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@worknice/whiteboard",
3
3
  "description": "",
4
- "version": "0.60.0",
4
+ "version": "0.61.0",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "files": [
@@ -39,7 +39,7 @@
39
39
  "react-markdown": "^10.1.0",
40
40
  "utf8": "^3.0.0",
41
41
  "zod": "^4.1.13",
42
- "@worknice/utils": "^0.43.0"
42
+ "@worknice/utils": "^0.44.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@anolilab/semantic-release-pnpm": "^3.2.2",
@@ -49,6 +49,10 @@
49
49
  "@storybook/addon-a11y": "^10.1.2",
50
50
  "@storybook/addon-docs": "^10.1.2",
51
51
  "@storybook/nextjs-vite": "^10.1.2",
52
+ "@svgr/core": "^8.1.0",
53
+ "@svgr/plugin-jsx": "^8.1.0",
54
+ "@svgr/plugin-prettier": "^8.1.0",
55
+ "@svgr/plugin-svgo": "^8.1.0",
52
56
  "@total-typescript/tsconfig": "^1.0.4",
53
57
  "@types/css-modules": "^1.0.5",
54
58
  "@types/js-search": "^1.4.0",
@@ -76,7 +80,7 @@
76
80
  "temporal-polyfill": "^0.2.5",
77
81
  "typescript": "^5.9.3",
78
82
  "uuid": "^11.0.5",
79
- "vitest": "^3.2.4"
83
+ "vitest": "^4.1.8"
80
84
  },
81
85
  "peerDependencies": {
82
86
  "@react-email/components": "^0.0.7",
@@ -88,6 +92,7 @@
88
92
  "uuid": "^8.3.2"
89
93
  },
90
94
  "scripts": {
95
+ "gen:icons": "node scripts/genIcons.mjs && prettier 'src/icons/components/*.tsx' --write && eslint 'src/icons/components/*.tsx' --fix",
91
96
  "build": "rslib build",
92
97
  "dev": "concurrently --kill-others-on-fail -n dev:rslib,dev:storybook 'pnpm dev:rslib' 'pnpm dev:storybook'",
93
98
  "dev:rslib": "rslib build --watch",
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ApprovalIcon: Icon;
3
- export default ApprovalIcon;
@@ -1,14 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const ApprovalIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("symbol", {
3
- id: id,
4
- viewBox: "0 0 16 20",
5
- fill: "currentColor",
6
- children: [
7
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
8
- d: "M10.119 3.088A2.25 2.25 0 0 0 7.338 4.63l-.179.625A2.74 2.74 0 0 1 6.55 6.35L4.947 8.113a.75.75 0 0 0 1.11 1.009l1.602-1.763a4.2 4.2 0 0 0 .941-1.69l.178-.625a.75.75 0 1 1 1.444.412l-.178.625a5.7 5.7 0 0 1-.832 1.735A.75.75 0 0 0 9.826 9H14a.501.501 0 0 1 .175.969.752.752 0 0 0-.3 1.2.5.5 0 0 1-.281.822.75.75 0 0 0-.45 1.203.5.5 0 0 1-.213.775.75.75 0 0 0-.45.9q.02.062.019.134c0 .275-.225.5-.5.5H8.953c-.394 0-.781-.116-1.11-.334l-1.927-1.285a.75.75 0 0 0-1.041.21.75.75 0 0 0 .21 1.04l1.928 1.285a3.5 3.5 0 0 0 1.94.587H12a2 2 0 0 0 2-1.937 2 2 0 0 0 .71-1.969 2 2 0 0 0 .702-2.178A2.02 2.02 0 0 0 16 9.5a2 2 0 0 0-2-2h-2.884a7 7 0 0 0 .368-1.006l.178-.625a2.25 2.25 0 0 0-1.543-2.781M1 8a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z"
9
- }),
10
- " "
11
- ]
12
- });
13
- const ApprovalIcon_rslib_entry_ = ApprovalIcon;
14
- export { ApprovalIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const AppsIcon: Icon;
3
- export default AppsIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ArchiveIcon: Icon;
3
- export default ArchiveIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ArrowLeftIcon: Icon;
3
- export default ArrowLeftIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ArrowRightIcon: Icon;
3
- export default ArrowRightIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ArrowTurnLeftUpIcon: Icon;
3
- export default ArrowTurnLeftUpIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ArrowsUpDownIcon: Icon;
3
- export default ArrowsUpDownIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const AssignIcon: Icon;
3
- export default AssignIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const AssignmentCertificateIcon: Icon;
3
- export default AssignmentCertificateIcon;
@@ -1,14 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const AssignmentCertificateIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("symbol", {
3
- id: id,
4
- viewBox: "0 0 16 20",
5
- fill: "currentColor",
6
- children: [
7
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
8
- d: "M14 16.5H7v1c0 .172-.031.34-.084.5H14c1.103 0 2-.897 2-2V6.828a2 2 0 0 0-.584-1.416l-2.832-2.828A2 2 0 0 0 11.172 2H6c-1.103 0-2 .897-2 2v2.222l.003-.003c.047-.022.125-.063.206-.094A1.77 1.77 0 0 1 5.5 6.109V4c0-.275.225-.5.5-.5h5V6a1 1 0 0 0 1 1h2.5v9c0 .275-.225.5-.5.5M3.412 7.05a.75.75 0 0 0-.878.234l-.328.422a.25.25 0 0 1-.162.094l-.528.072a.75.75 0 0 0-.641.64l-.072.529a.25.25 0 0 1-.094.162l-.425.331a.75.75 0 0 0-.234.878l.2.494a.25.25 0 0 1 0 .19l-.2.492a.75.75 0 0 0 .234.878l.422.328c.053.04.085.1.094.162l.072.528c.047.335.31.597.64.644l.488.066V17.5c0 .184.1.353.266.44a.49.49 0 0 0 .512-.024L4 17.1l1.222.816A.502.502 0 0 0 6 17.5v-3.306l.484-.066a.75.75 0 0 0 .641-.644l.072-.528a.25.25 0 0 1 .094-.162l.421-.328a.75.75 0 0 0 .235-.878l-.197-.494a.25.25 0 0 1 0-.19l.203-.495a.75.75 0 0 0-.234-.878l-.422-.328a.25.25 0 0 1-.094-.162l-.072-.529a.75.75 0 0 0-.64-.64L5.962 7.8a.25.25 0 0 1-.162-.094l-.328-.422a.75.75 0 0 0-.878-.234l-.5.2a.25.25 0 0 1-.19 0l-.495-.203zM2 11a2 2 0 1 1 4 0 2 2 0 0 1-4 0"
9
- }),
10
- " "
11
- ]
12
- });
13
- const AssignmentCertificateIcon_rslib_entry_ = AssignmentCertificateIcon;
14
- export { AssignmentCertificateIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const AssignmentDocumentIcon: Icon;
3
- export default AssignmentDocumentIcon;
@@ -1,14 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const AssignmentDocumentIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("symbol", {
3
- id: id,
4
- viewBox: "0 0 12 20",
5
- fill: "currentColor",
6
- children: [
7
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
8
- d: "M2 16.5h8c.275 0 .5-.225.5-.5V7H8a1 1 0 0 1-1-1V3.5H2c-.275 0-.5.225-.5.5v12c0 .275.225.5.5.5M0 4c0-1.103.897-2 2-2h5.172a2 2 0 0 1 1.416.584l2.828 2.828A2 2 0 0 1 12 6.829V16c0 1.103-.897 2-2 2H2c-1.103 0-2-.897-2-2zm2.5 1.5c0-.275.225-.5.5-.5h2.5c.275 0 .5.225.5.5s-.225.5-.5.5H3a.5.5 0 0 1-.5-.5m0 2c0-.275.225-.5.5-.5h2.5c.275 0 .5.225.5.5s-.225.5-.5.5H3a.5.5 0 0 1-.5-.5m3.5 7c0-.275.225-.5.5-.5H9c.275 0 .5.225.5.5s-.225.5-.5.5H6.5a.5.5 0 0 1-.5-.5M3.5 9h5a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1"
9
- }),
10
- " "
11
- ]
12
- });
13
- const AssignmentDocumentIcon_rslib_entry_ = AssignmentDocumentIcon;
14
- export { AssignmentDocumentIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const AssignmentQuestionnaireIcon: Icon;
3
- export default AssignmentQuestionnaireIcon;
@@ -1,14 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const AssignmentQuestionnaireIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("symbol", {
3
- id: id,
4
- viewBox: "0 0 14 20",
5
- fill: "currentColor",
6
- children: [
7
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
8
- d: "M12 3.5c.275 0 .5.225.5.5v12c0 .275-.225.5-.5.5H2a.5.5 0 0 1-.5-.5V4c0-.275.225-.5.5-.5zM2 2C.897 2 0 2.897 0 4v12c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm.5 3.5v1c0 .275.225.5.5.5h1c.275 0 .5-.225.5-.5v-1c0-.275-.225-.5-.5-.5H3c-.275 0-.5.225-.5.5M3 13c-.275 0-.5.225-.5.5v1c0 .275.225.5.5.5h1c.275 0 .5-.225.5-.5v-1c0-.275-.225-.5-.5-.5zm2.5-7c0 .416.334.75.75.75h4.5c.416 0 .75-.334.75-.75a.75.75 0 0 0-.75-.75h-4.5A.75.75 0 0 0 5.5 6m1 4c0 .416.334.75.75.75h3.5c.416 0 .75-.334.75-.75a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0-.75.75m-1 4c0 .416.334.75.75.75h4.5c.416 0 .75-.334.75-.75a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75m-.147-4.397a.5.5 0 0 0 0-.706.5.5 0 0 0-.706 0L3.5 10.044l-.397-.397a.5.5 0 0 0-.706 0 .5.5 0 0 0 0 .706l.75.75a.5.5 0 0 0 .706 0z"
9
- }),
10
- " "
11
- ]
12
- });
13
- const AssignmentQuestionnaireIcon_rslib_entry_ = AssignmentQuestionnaireIcon;
14
- export { AssignmentQuestionnaireIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const BankAccountIcon: Icon;
3
- export default BankAccountIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const BookOpenLinesIcon: Icon;
3
- export default BookOpenLinesIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const BugIcon: Icon;
3
- export default BugIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const CalendarIcon: Icon;
3
- export default CalendarIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const CancelIcon: Icon;
3
- export default CancelIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const CaratDownIcon: Icon;
3
- export default CaratDownIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const CaratLeftIcon: Icon;
3
- export default CaratLeftIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const CaratRightIcon: Icon;
3
- export default CaratRightIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const CaratUpIcon: Icon;
3
- export default CaratUpIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const CheckmarkIcon: Icon;
3
- export default CheckmarkIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ChevronDownIcon: Icon;
3
- export default ChevronDownIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ChevronLeftIcon: Icon;
3
- export default ChevronLeftIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ChevronRightIcon: Icon;
3
- export default ChevronRightIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ChevronUpIcon: Icon;
3
- export default ChevronUpIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const CloseIcon: Icon;
3
- export default CloseIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ColumnsIcon: Icon;
3
- export default ColumnsIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const CommentIcon: Icon;
3
- export default CommentIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const CopyIcon: Icon;
3
- export default CopyIcon;
@@ -1,14 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const CopyIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("symbol", {
3
- id: id,
4
- viewBox: "0 0 14 20",
5
- fill: "currentColor",
6
- children: [
7
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
8
- d: "M12 12.5H6a.5.5 0 0 1-.5-.5V4c0-.275.225-.5.5-.5h4.378L12.5 5.622V12c0 .275-.225.5-.5.5M6 14h6c1.103 0 2-.897 2-2V5.622a1.5 1.5 0 0 0-.44-1.06l-2.12-2.121A1.5 1.5 0 0 0 10.382 2H6c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2M2 6C.897 6 0 6.897 0 8v8c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2v-1H8.5v1c0 .275-.225.5-.5.5H2a.5.5 0 0 1-.5-.5V8c0-.275.225-.5.5-.5h1V6z"
9
- }),
10
- " "
11
- ]
12
- });
13
- const CopyIcon_rslib_entry_ = CopyIcon;
14
- export { CopyIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const DashIcon: Icon;
3
- export default DashIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const DeleteIcon: Icon;
3
- export default DeleteIcon;
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const DirectoryIcon: Icon;
3
- export default DirectoryIcon;