@mezzanine-ui/icons 1.0.0-canary.0 → 1.0.0-canary.10

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 (361) hide show
  1. package/alert/checked-filled.d.ts +2 -0
  2. package/alert/checked-filled.js +15 -0
  3. package/alert/checked-outline.d.ts +2 -0
  4. package/alert/checked-outline.js +15 -0
  5. package/alert/dangerous-filled.d.ts +2 -0
  6. package/alert/dangerous-filled.js +15 -0
  7. package/alert/dangerous-outline.d.ts +2 -0
  8. package/alert/dangerous-outline.js +15 -0
  9. package/alert/error-filled.d.ts +2 -0
  10. package/alert/error-filled.js +15 -0
  11. package/alert/error-outline.d.ts +2 -0
  12. package/alert/error-outline.js +15 -0
  13. package/alert/index.d.ts +12 -0
  14. package/alert/index.js +12 -0
  15. package/alert/info-filled.d.ts +2 -0
  16. package/alert/info-filled.js +15 -0
  17. package/alert/info-outline.d.ts +2 -0
  18. package/alert/info-outline.js +15 -0
  19. package/alert/question-filled.d.ts +2 -0
  20. package/alert/question-filled.js +15 -0
  21. package/alert/question-outline.d.ts +2 -0
  22. package/alert/question-outline.js +15 -0
  23. package/alert/warning-filled.d.ts +2 -0
  24. package/alert/warning-filled.js +15 -0
  25. package/alert/warning-outline.d.ts +2 -0
  26. package/alert/warning-outline.js +15 -0
  27. package/arrow/caret-down-flat.d.ts +2 -0
  28. package/arrow/caret-down-flat.js +17 -0
  29. package/arrow/caret-down.d.ts +2 -0
  30. package/{caret-down.js → arrow/caret-down.js} +4 -2
  31. package/arrow/caret-left.d.ts +2 -0
  32. package/arrow/caret-left.js +17 -0
  33. package/arrow/caret-right.d.ts +2 -0
  34. package/{caret-right.js → arrow/caret-right.js} +4 -4
  35. package/arrow/caret-up-flat.d.ts +2 -0
  36. package/arrow/caret-up-flat.js +17 -0
  37. package/arrow/caret-up.d.ts +2 -0
  38. package/arrow/caret-up.js +17 -0
  39. package/arrow/caret-vertical.d.ts +2 -0
  40. package/arrow/caret-vertical.js +15 -0
  41. package/arrow/chevron-down.d.ts +2 -0
  42. package/arrow/chevron-down.js +15 -0
  43. package/arrow/chevron-left.d.ts +2 -0
  44. package/{chevron-left.js → arrow/chevron-left.js} +3 -3
  45. package/arrow/chevron-right.d.ts +2 -0
  46. package/{chevron-right.js → arrow/chevron-right.js} +3 -3
  47. package/arrow/chevron-up.d.ts +2 -0
  48. package/arrow/chevron-up.js +15 -0
  49. package/arrow/chevron-vertical.d.ts +2 -0
  50. package/arrow/chevron-vertical.js +15 -0
  51. package/arrow/double-chevron-left.d.ts +2 -0
  52. package/arrow/double-chevron-left.js +15 -0
  53. package/arrow/double-chevron-right.d.ts +2 -0
  54. package/arrow/double-chevron-right.js +15 -0
  55. package/arrow/index.d.ts +25 -0
  56. package/arrow/index.js +25 -0
  57. package/arrow/long-tail-arrow-down.d.ts +2 -0
  58. package/arrow/long-tail-arrow-down.js +15 -0
  59. package/arrow/long-tail-arrow-left.d.ts +2 -0
  60. package/arrow/long-tail-arrow-left.js +15 -0
  61. package/arrow/long-tail-arrow-right.d.ts +2 -0
  62. package/arrow/long-tail-arrow-right.js +15 -0
  63. package/arrow/long-tail-arrow-up.d.ts +2 -0
  64. package/arrow/long-tail-arrow-up.js +15 -0
  65. package/arrow/reverse-left.d.ts +2 -0
  66. package/arrow/reverse-left.js +15 -0
  67. package/arrow/reverse-right.d.ts +2 -0
  68. package/arrow/reverse-right.js +15 -0
  69. package/arrow/short-tail-arrow-down.d.ts +2 -0
  70. package/arrow/short-tail-arrow-down.js +15 -0
  71. package/arrow/short-tail-arrow-left.d.ts +2 -0
  72. package/arrow/short-tail-arrow-left.js +15 -0
  73. package/arrow/short-tail-arrow-right.d.ts +2 -0
  74. package/arrow/short-tail-arrow-right.js +15 -0
  75. package/arrow/short-tail-arrow-up.d.ts +2 -0
  76. package/arrow/short-tail-arrow-up.js +15 -0
  77. package/arrow/switch-vertical.d.ts +2 -0
  78. package/arrow/switch-vertical.js +15 -0
  79. package/arrow-down.d.ts +1 -0
  80. package/arrow-down.js +1 -0
  81. package/arrow-left.d.ts +1 -0
  82. package/arrow-left.js +1 -0
  83. package/arrow-right.d.ts +1 -0
  84. package/arrow-right.js +1 -0
  85. package/arrow-up.d.ts +1 -0
  86. package/arrow-up.js +1 -0
  87. package/bell.d.ts +1 -0
  88. package/bell.js +1 -0
  89. package/calendar.d.ts +1 -0
  90. package/cancel.d.ts +1 -0
  91. package/cancel.js +1 -0
  92. package/caret-down.d.ts +1 -0
  93. package/caret-right.d.ts +1 -0
  94. package/check-bold.d.ts +1 -0
  95. package/check-bold.js +1 -0
  96. package/check-circle-filled.d.ts +1 -0
  97. package/check-circle-filled.js +1 -0
  98. package/check.d.ts +1 -0
  99. package/check.js +1 -0
  100. package/chevron-down.d.ts +1 -0
  101. package/chevron-left.d.ts +1 -0
  102. package/chevron-right.d.ts +1 -0
  103. package/chevron-up.d.ts +1 -0
  104. package/clock.d.ts +1 -0
  105. package/content/align-left.d.ts +2 -0
  106. package/content/align-left.js +15 -0
  107. package/content/align-right.d.ts +2 -0
  108. package/content/align-right.js +15 -0
  109. package/content/bookmark-add.d.ts +2 -0
  110. package/content/bookmark-add.js +15 -0
  111. package/content/bookmark-added.d.ts +2 -0
  112. package/content/bookmark-added.js +15 -0
  113. package/content/bookmark-filled.d.ts +2 -0
  114. package/content/bookmark-filled.js +15 -0
  115. package/content/bookmark-outline.d.ts +2 -0
  116. package/content/bookmark-outline.js +15 -0
  117. package/content/bookmark-remove.d.ts +2 -0
  118. package/content/bookmark-remove.js +15 -0
  119. package/content/box.d.ts +2 -0
  120. package/content/box.js +15 -0
  121. package/content/code.d.ts +2 -0
  122. package/content/code.js +15 -0
  123. package/content/copy.d.ts +2 -0
  124. package/content/copy.js +15 -0
  125. package/content/download.d.ts +2 -0
  126. package/content/download.js +15 -0
  127. package/content/edit.d.ts +2 -0
  128. package/content/edit.js +15 -0
  129. package/content/file-attachment.d.ts +2 -0
  130. package/content/file-attachment.js +15 -0
  131. package/content/file-search.d.ts +2 -0
  132. package/content/file-search.js +15 -0
  133. package/content/file.d.ts +2 -0
  134. package/content/file.js +15 -0
  135. package/content/gallery.d.ts +2 -0
  136. package/content/gallery.js +15 -0
  137. package/content/image.d.ts +2 -0
  138. package/content/image.js +15 -0
  139. package/content/index.d.ts +24 -0
  140. package/content/index.js +24 -0
  141. package/content/link-external.d.ts +2 -0
  142. package/content/link-external.js +15 -0
  143. package/content/link.d.ts +2 -0
  144. package/content/link.js +15 -0
  145. package/content/list.d.ts +2 -0
  146. package/content/list.js +15 -0
  147. package/content/share.d.ts +2 -0
  148. package/content/share.js +15 -0
  149. package/content/star-filled.d.ts +2 -0
  150. package/content/star-filled.js +15 -0
  151. package/content/star-outline.d.ts +2 -0
  152. package/content/star-outline.js +15 -0
  153. package/content/upload.d.ts +2 -0
  154. package/content/upload.js +15 -0
  155. package/controls/checked.d.ts +2 -0
  156. package/controls/checked.js +15 -0
  157. package/controls/close.d.ts +2 -0
  158. package/controls/close.js +15 -0
  159. package/controls/dot-drag-horizontal.d.ts +2 -0
  160. package/controls/dot-drag-horizontal.js +15 -0
  161. package/controls/dot-drag-vertical.d.ts +2 -0
  162. package/controls/dot-drag-vertical.js +15 -0
  163. package/controls/dot-grid.d.ts +2 -0
  164. package/controls/dot-grid.js +15 -0
  165. package/controls/dot-horizontal.d.ts +2 -0
  166. package/controls/dot-horizontal.js +15 -0
  167. package/controls/dot-vertical.d.ts +2 -0
  168. package/controls/dot-vertical.js +15 -0
  169. package/controls/eye-invisible.d.ts +2 -0
  170. package/controls/eye-invisible.js +17 -0
  171. package/controls/eye.d.ts +2 -0
  172. package/controls/eye.js +17 -0
  173. package/controls/filter.d.ts +2 -0
  174. package/controls/filter.js +15 -0
  175. package/controls/index.d.ts +26 -0
  176. package/controls/index.js +26 -0
  177. package/controls/lock.d.ts +2 -0
  178. package/controls/lock.js +15 -0
  179. package/controls/maximize.d.ts +2 -0
  180. package/controls/maximize.js +15 -0
  181. package/controls/minimize.d.ts +2 -0
  182. package/controls/minimize.js +15 -0
  183. package/controls/minus.d.ts +2 -0
  184. package/{minus.js → controls/minus.js} +3 -3
  185. package/controls/pin-filled.d.ts +2 -0
  186. package/controls/pin-filled.js +15 -0
  187. package/controls/pin.d.ts +2 -0
  188. package/controls/pin.js +15 -0
  189. package/controls/plus.d.ts +2 -0
  190. package/controls/plus.js +15 -0
  191. package/controls/refresh-ccw.d.ts +2 -0
  192. package/controls/refresh-ccw.js +15 -0
  193. package/controls/refresh-cw.d.ts +2 -0
  194. package/controls/refresh-cw.js +15 -0
  195. package/controls/reset.d.ts +2 -0
  196. package/controls/reset.js +15 -0
  197. package/controls/resize-handle.d.ts +2 -0
  198. package/controls/resize-handle.js +15 -0
  199. package/controls/setting.d.ts +2 -0
  200. package/controls/setting.js +15 -0
  201. package/controls/trash.d.ts +2 -0
  202. package/controls/trash.js +15 -0
  203. package/controls/unlock.d.ts +2 -0
  204. package/controls/unlock.js +15 -0
  205. package/controls/zoom-in.d.ts +2 -0
  206. package/controls/zoom-in.js +15 -0
  207. package/controls/zoom-out.d.ts +2 -0
  208. package/controls/zoom-out.js +15 -0
  209. package/doc.d.ts +1 -0
  210. package/doc.js +1 -0
  211. package/dollar.d.ts +1 -0
  212. package/dollar.js +1 -0
  213. package/download.d.ts +1 -0
  214. package/drag.d.ts +1 -0
  215. package/drag.js +1 -0
  216. package/edit.d.ts +1 -0
  217. package/exclamation-circle-filled.d.ts +1 -0
  218. package/exclamation-circle-filled.js +1 -0
  219. package/eye-close.d.ts +1 -0
  220. package/eye-close.js +1 -0
  221. package/eye-slash.d.ts +1 -0
  222. package/eye-slash.js +1 -0
  223. package/eye.d.ts +1 -0
  224. package/filter.d.ts +1 -0
  225. package/folder-open.d.ts +1 -0
  226. package/help-circle-filled.d.ts +1 -0
  227. package/help-circle-filled.js +1 -0
  228. package/index.d.ts +171 -26
  229. package/index.js +123 -25
  230. package/info-circle-filled.d.ts +1 -0
  231. package/info-circle-filled.js +1 -0
  232. package/menu-close.d.ts +1 -0
  233. package/menu-open.d.ts +1 -0
  234. package/menu.d.ts +1 -0
  235. package/minus-bold.d.ts +1 -0
  236. package/minus-bold.js +1 -0
  237. package/minus-circle-filled.d.ts +1 -0
  238. package/minus-circle-filled.js +1 -0
  239. package/minus.d.ts +1 -0
  240. package/more-horizontal.d.ts +1 -0
  241. package/more-horizontal.js +1 -0
  242. package/more-vertical.d.ts +1 -0
  243. package/more-vertical.js +1 -0
  244. package/package.json +1 -1
  245. package/percent.d.ts +1 -0
  246. package/plus.d.ts +1 -0
  247. package/profile.d.ts +1 -0
  248. package/profile.js +1 -0
  249. package/reset.d.ts +1 -0
  250. package/search.d.ts +1 -0
  251. package/settings.d.ts +1 -0
  252. package/settings.js +1 -0
  253. package/slash.d.ts +1 -0
  254. package/spinner.d.ts +1 -0
  255. package/star-pressed.d.ts +1 -0
  256. package/star-pressed.js +1 -0
  257. package/star.d.ts +1 -0
  258. package/star.js +1 -0
  259. package/stepper/index.d.ts +10 -0
  260. package/stepper/index.js +10 -0
  261. package/stepper/item-0.d.ts +2 -0
  262. package/stepper/item-0.js +16 -0
  263. package/stepper/item-1.d.ts +2 -0
  264. package/stepper/item-1.js +15 -0
  265. package/stepper/item-2.d.ts +2 -0
  266. package/stepper/item-2.js +15 -0
  267. package/stepper/item-3.d.ts +2 -0
  268. package/stepper/item-3.js +15 -0
  269. package/stepper/item-4.d.ts +2 -0
  270. package/stepper/item-4.js +15 -0
  271. package/stepper/item-5.d.ts +2 -0
  272. package/stepper/item-5.js +15 -0
  273. package/stepper/item-6.d.ts +2 -0
  274. package/stepper/item-6.js +16 -0
  275. package/stepper/item-7.d.ts +2 -0
  276. package/stepper/item-7.js +16 -0
  277. package/stepper/item-8.d.ts +2 -0
  278. package/stepper/item-8.js +16 -0
  279. package/stepper/item-9.d.ts +2 -0
  280. package/stepper/item-9.js +16 -0
  281. package/switcher.d.ts +1 -0
  282. package/switcher.js +1 -0
  283. package/system/calendar-time.d.ts +2 -0
  284. package/system/calendar-time.js +15 -0
  285. package/system/calendar.d.ts +2 -0
  286. package/system/calendar.js +16 -0
  287. package/system/clock.d.ts +2 -0
  288. package/system/clock.js +15 -0
  289. package/system/currency-dollar.d.ts +2 -0
  290. package/system/currency-dollar.js +15 -0
  291. package/system/dark.d.ts +2 -0
  292. package/system/dark.js +15 -0
  293. package/system/folder-add.d.ts +2 -0
  294. package/system/folder-add.js +15 -0
  295. package/system/folder-move.d.ts +2 -0
  296. package/system/folder-move.js +15 -0
  297. package/system/folder-open.d.ts +2 -0
  298. package/system/folder-open.js +15 -0
  299. package/system/folder.d.ts +2 -0
  300. package/system/folder.js +15 -0
  301. package/system/home.d.ts +2 -0
  302. package/system/home.js +16 -0
  303. package/system/index.d.ts +26 -0
  304. package/system/index.js +26 -0
  305. package/system/light.d.ts +2 -0
  306. package/system/light.js +17 -0
  307. package/system/login.d.ts +2 -0
  308. package/system/login.js +15 -0
  309. package/system/logout.d.ts +2 -0
  310. package/system/logout.js +15 -0
  311. package/system/menu-close.d.ts +2 -0
  312. package/system/menu-close.js +15 -0
  313. package/system/menu-open.d.ts +2 -0
  314. package/system/menu-open.js +15 -0
  315. package/system/menu.d.ts +2 -0
  316. package/system/menu.js +15 -0
  317. package/system/notification-unread.d.ts +2 -0
  318. package/system/notification-unread.js +15 -0
  319. package/system/notification.d.ts +2 -0
  320. package/system/notification.js +16 -0
  321. package/system/percent.d.ts +2 -0
  322. package/system/percent.js +15 -0
  323. package/system/search-history.d.ts +2 -0
  324. package/system/search-history.js +16 -0
  325. package/system/search.d.ts +2 -0
  326. package/system/search.js +15 -0
  327. package/system/sider.d.ts +2 -0
  328. package/system/sider.js +15 -0
  329. package/system/slash.d.ts +2 -0
  330. package/{slash.js → system/slash.js} +3 -3
  331. package/system/spinner.d.ts +2 -0
  332. package/system/spinner.js +15 -0
  333. package/system/system.d.ts +2 -0
  334. package/system/system.js +15 -0
  335. package/system/user.d.ts +2 -0
  336. package/system/user.js +15 -0
  337. package/times-circle-filled.d.ts +1 -0
  338. package/times-circle-filled.js +1 -0
  339. package/times.d.ts +1 -0
  340. package/times.js +1 -0
  341. package/trash.d.ts +1 -0
  342. package/upload.d.ts +1 -0
  343. package/calendar.js +0 -17
  344. package/chevron-down.js +0 -17
  345. package/chevron-up.js +0 -17
  346. package/clock.js +0 -17
  347. package/download.js +0 -17
  348. package/edit.js +0 -15
  349. package/eye.js +0 -17
  350. package/filter.js +0 -15
  351. package/folder-open.js +0 -17
  352. package/menu-close.js +0 -15
  353. package/menu-open.js +0 -15
  354. package/menu.js +0 -15
  355. package/percent.js +0 -15
  356. package/plus.js +0 -17
  357. package/reset.js +0 -17
  358. package/search.js +0 -17
  359. package/spinner.js +0 -15
  360. package/trash.js +0 -17
  361. package/upload.js +0 -17
@@ -0,0 +1,15 @@
1
+ const Item1Icon = {
2
+ name: 'item-1',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM7.96973 5.32031C7.78736 5.51028 7.55967 5.68536 7.28613 5.85254C7.01253 6.00454 6.75394 6.11108 6.51074 6.17188V7.05371C7.01234 6.90931 7.4232 6.68898 7.75 6.39258V10.7471H8.63867V5.32031H7.96973Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { Item1Icon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const Item2Icon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const Item2Icon = {
2
+ name: 'item-2',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM8.08496 5.21387C7.50003 5.2139 7.029 5.41176 6.67188 5.80664C6.32236 6.17895 6.14733 6.66564 6.13965 7.27344H7.02832C7.04357 6.84804 7.13559 6.52132 7.30273 6.30859C7.46993 6.08077 7.72042 5.9668 8.05469 5.9668C8.36629 5.9668 8.60212 6.03529 8.76172 6.17969C8.91357 6.32409 8.99707 6.54457 8.99707 6.84082C8.99703 7.14476 8.8752 7.43327 8.63965 7.69922C8.48768 7.85879 8.24499 8.06448 7.89551 8.30762C7.26477 8.74077 6.84606 9.07474 6.64844 9.30273C6.28364 9.71313 6.10938 10.1923 6.10938 10.7471H9.89355V9.96387H7.21875C7.34048 9.69036 7.67498 9.37146 8.22949 9.00684C8.76149 8.64964 9.14169 8.36081 9.35449 8.13281C9.70399 7.74532 9.88663 7.31968 9.88672 6.84863C9.88672 6.36223 9.71917 5.97392 9.38477 5.66992C9.04279 5.366 8.6093 5.21387 8.08496 5.21387Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { Item2Icon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const Item3Icon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const Item3Icon = {
2
+ name: 'item-3',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM8.05469 5.21387C7.52269 5.21387 7.08223 5.35909 6.74023 5.66309C6.37544 5.96708 6.17744 6.39226 6.13184 6.93945H7.00586C7.03626 6.61266 7.1428 6.36956 7.3252 6.20996C7.49999 6.05037 7.74331 5.97461 8.0625 5.97461C8.37399 5.97464 8.60997 6.04292 8.76953 6.17969C8.91371 6.31648 8.98926 6.51448 8.98926 6.78027C8.98917 7.04608 8.90561 7.25096 8.74609 7.3877C8.57889 7.52448 8.33578 7.59277 8.0166 7.59277H7.63672V8.26172H8.0166C8.36616 8.26172 8.63205 8.33046 8.81445 8.48242C8.9968 8.62678 9.09565 8.85455 9.0957 9.16602C9.0957 9.42442 9.00488 9.6377 8.83008 9.8125C8.63248 10.0025 8.35859 10.1006 8.0166 10.1006C7.70512 10.1006 7.45461 10.0097 7.26465 9.83496C7.05185 9.64496 6.94489 9.37108 6.92969 9.02148H6.02539C6.07099 9.62945 6.2841 10.1007 6.66406 10.4199C7.00606 10.7087 7.46201 10.8535 8.02441 10.8535C8.61715 10.8535 9.09616 10.6862 9.46094 10.3594C9.81041 10.0402 9.98535 9.62944 9.98535 9.12793C9.98529 8.809 9.89412 8.54299 9.71191 8.33789C9.54479 8.14037 9.29362 7.99626 8.97461 7.89746C9.57474 7.69989 9.87875 7.30441 9.87891 6.71191C9.87891 6.24072 9.71156 5.87538 9.38477 5.60938C9.05037 5.34338 8.60189 5.21387 8.05469 5.21387Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { Item3Icon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const Item4Icon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const Item4Icon = {
2
+ name: 'item-4',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM8.51855 5.32031L5.86621 8.74023V9.58398H8.48828V10.7471H9.33105V9.58398H10.1367V8.87793H9.33105V5.32031H8.51855ZM8.48828 6.44531V8.87793H6.58789L8.46484 6.44531H8.48828Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { Item4Icon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const Item5Icon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const Item5Icon = {
2
+ name: 'item-5',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM6.4209 5.32031L6.12402 8.37598H6.95312C7.05952 8.18603 7.20359 8.04919 7.39355 7.95801C7.56075 7.87441 7.76635 7.83594 8.00195 7.83594C8.35108 7.83603 8.62432 7.93507 8.80664 8.14746C8.98904 8.35266 9.08789 8.64204 9.08789 9.00684C9.08785 9.3411 8.97441 9.60713 8.76172 9.80469C8.54132 10.0023 8.26744 10.1006 7.94824 10.1006C7.65186 10.1006 7.41622 10.0327 7.24902 9.91113C7.05146 9.76675 6.93743 9.54634 6.89941 9.25H6.02539C6.06342 9.75154 6.27671 10.1538 6.67188 10.4502C7.02141 10.7161 7.44655 10.8535 7.94043 10.8535C8.4799 10.8535 8.94373 10.694 9.33887 10.375C9.76447 10.0178 9.97754 9.56142 9.97754 8.99902C9.97753 8.41399 9.81025 7.95058 9.49121 7.61621C9.1721 7.28191 8.75412 7.11435 8.24512 7.11426C8.00192 7.11426 7.78061 7.15252 7.58301 7.22852C7.36288 7.30451 7.1729 7.42577 7.00586 7.59277H6.9834L7.13477 6.10352H9.72656V5.32031H6.4209Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { Item5Icon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const Item6Icon: IconDefinition;
@@ -0,0 +1,16 @@
1
+ const Item6Icon = {
2
+ name: 'item-6',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ fillRule: 'evenodd',
11
+ d: 'M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8ZM8.07748 5.21427C9.14148 5.21427 9.74188 5.70827 9.87868 6.69627H9.01228C8.90588 6.19467 8.58668 5.94387 8.06988 5.94387C7.70508 5.94387 7.41628 6.11867 7.20348 6.47587C6.99068 6.81027 6.89188 7.22827 6.89188 7.72987V7.79827H6.92988C7.08188 7.57027 7.27188 7.41067 7.49988 7.30427C7.71268 7.19787 7.95588 7.15227 8.22948 7.15227C8.76148 7.15227 9.18708 7.31947 9.50628 7.66147C9.82548 8.00347 9.98508 8.44427 9.98508 8.97627C9.98508 9.52347 9.79508 9.97187 9.43028 10.3215C9.06548 10.6711 8.60948 10.8535 8.06988 10.8535C7.40108 10.8535 6.89188 10.6103 6.54228 10.1315C6.19268 9.66027 6.02548 9.01427 6.02548 8.18587C6.02548 7.29667 6.20788 6.58227 6.58028 6.03507C6.94508 5.48787 7.44668 5.21427 8.07748 5.21427ZM8.03948 7.87427C7.70508 7.87427 7.44668 7.97307 7.26428 8.17827C7.07428 8.37587 6.98308 8.65707 6.98308 9.00667C6.98308 9.34867 7.08188 9.62227 7.27948 9.81987C7.47708 10.0175 7.72788 10.1163 8.03948 10.1163C8.35868 10.1163 8.60948 10.0099 8.80708 9.79707C9.00468 9.58427 9.10348 9.31067 9.10348 8.97627C9.10348 8.64187 9.00468 8.37587 8.82228 8.17827C8.62468 7.97307 8.36628 7.87427 8.03948 7.87427Z',
12
+ },
13
+ },
14
+ };
15
+
16
+ export { Item6Icon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const Item7Icon: IconDefinition;
@@ -0,0 +1,16 @@
1
+ const Item7Icon = {
2
+ name: 'item-7',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ fillRule: 'evenodd',
11
+ d: 'M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8ZM6.12761 5.32067H9.79841V6.03507L7.89841 10.7471H6.95601L8.90161 6.12627H6.12761V5.32067Z',
12
+ },
13
+ },
14
+ };
15
+
16
+ export { Item7Icon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const Item8Icon: IconDefinition;
@@ -0,0 +1,16 @@
1
+ const Item8Icon = {
2
+ name: 'item-8',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ fillRule: 'evenodd',
11
+ d: 'M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8ZM8.00148 5.21427C8.57908 5.21427 9.04268 5.36627 9.39228 5.67787C9.69628 5.95147 9.85588 6.29347 9.85588 6.70387C9.85588 6.97747 9.79508 7.21307 9.67348 7.40307C9.53668 7.60067 9.33908 7.76027 9.07308 7.86667V7.88187C9.32388 7.95027 9.54428 8.10227 9.72668 8.33787C9.93188 8.59627 10.0383 8.89267 10.0383 9.22707C10.0383 9.71347 9.85588 10.1011 9.50628 10.4051C9.14908 10.7015 8.64748 10.8535 8.00148 10.8535C7.34788 10.8535 6.84628 10.7015 6.49668 10.4051C6.13948 10.1011 5.96468 9.71347 5.96468 9.22707C5.96468 8.89267 6.06348 8.59627 6.27628 8.33787C6.45868 8.10227 6.67148 7.95027 6.92988 7.88187V7.86667C6.65628 7.76027 6.45868 7.60067 6.32948 7.40307C6.20788 7.21307 6.14708 6.97747 6.14708 6.70387C6.14708 6.29347 6.29908 5.95147 6.61068 5.67787C6.95268 5.36627 7.41628 5.21427 8.00148 5.21427ZM8.00148 5.92107C7.68228 5.92107 7.42388 6.00467 7.23388 6.17947C7.06668 6.33147 6.98308 6.51387 6.98308 6.73427C6.98308 6.98507 7.05148 7.18267 7.18828 7.32707C7.35548 7.50187 7.62148 7.59307 8.00148 7.59307C8.37388 7.59307 8.64748 7.50187 8.81468 7.32707C8.95148 7.18267 9.01988 6.98507 9.01988 6.73427C9.01988 6.51387 8.93628 6.33147 8.76908 6.17947C8.57148 6.00467 8.32068 5.92107 8.00148 5.92107ZM8.00148 8.25427C7.62148 8.25427 7.33268 8.34547 7.13508 8.52787C6.93748 8.70267 6.84628 8.93827 6.84628 9.22707C6.84628 9.50067 6.94508 9.72107 7.15028 9.88827C7.34788 10.0555 7.62908 10.1391 8.00148 10.1391C8.36628 10.1391 8.65508 10.0479 8.86788 9.88067C9.05788 9.71347 9.15668 9.50067 9.15668 9.22707C9.15668 8.93827 9.05788 8.70267 8.87548 8.53547C8.67028 8.34547 8.38148 8.25427 8.00148 8.25427Z',
12
+ },
13
+ },
14
+ };
15
+
16
+ export { Item8Icon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const Item9Icon: IconDefinition;
@@ -0,0 +1,16 @@
1
+ const Item9Icon = {
2
+ name: 'item-9',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ fillRule: 'evenodd',
11
+ d: 'M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8ZM7.94068 5.21427C8.60188 5.21427 9.11108 5.44987 9.46068 5.92867C9.81028 6.39987 9.98508 7.04587 9.98508 7.88187C9.98508 8.76347 9.79508 9.48547 9.43028 10.0327C9.05788 10.5799 8.55628 10.8535 7.93308 10.8535C6.86148 10.8535 6.26108 10.3595 6.13188 9.37147H6.99828C7.10468 9.87307 7.41628 10.1239 7.94068 10.1239C8.29788 10.1239 8.58668 9.94147 8.80708 9.59187C9.01228 9.25747 9.11868 8.83947 9.11868 8.33787V8.26947H9.08068C8.92108 8.48987 8.73108 8.65707 8.51068 8.76347C8.29788 8.86227 8.05468 8.91547 7.78108 8.91547C7.24908 8.91547 6.81588 8.74067 6.49668 8.39107C6.17748 8.05667 6.02548 7.62347 6.02548 7.09147C6.02548 6.54427 6.20788 6.09587 6.57268 5.74627C6.93748 5.38907 7.39348 5.21427 7.94068 5.21427ZM7.97108 5.95147C7.65188 5.95147 7.39348 6.05787 7.19588 6.27067C6.99828 6.48347 6.90708 6.75707 6.90708 7.09147C6.90708 7.42587 6.99828 7.69187 7.19588 7.88947C7.37828 8.08707 7.63668 8.19347 7.97108 8.19347C8.29788 8.19347 8.55628 8.08707 8.74628 7.88947C8.92868 7.68427 9.02748 7.41067 9.02748 7.06107C9.02748 6.71147 8.92868 6.44547 8.73108 6.24787C8.53348 6.05027 8.27508 5.95147 7.97108 5.95147Z',
12
+ },
13
+ },
14
+ };
15
+
16
+ export { Item9Icon };
package/switcher.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const SwitcherIcon: IconDefinition;
package/switcher.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const SwitcherIcon = {
2
3
  name: 'switcher',
3
4
  definition: {
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CalendarTimeIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const CalendarTimeIcon = {
2
+ name: 'calendar-time',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M11.6543 8.4502C13.2282 8.4502 14.5047 9.72597 14.5049 11.2998C14.5049 12.8738 13.2283 14.1504 11.6543 14.1504C10.0805 14.1502 8.80469 12.8737 8.80469 11.2998C8.8049 9.7261 10.0806 8.45041 11.6543 8.4502ZM6.5 3.5H9.5V2.5H10.5V3.5H12C12.8284 3.5 13.5 4.17157 13.5 5V7.5H3.5V12.5H8V13.5H4C3.17157 13.5 2.5 12.8284 2.5 12V5C2.5 4.17157 3.17157 3.5 4 3.5H5.5V2.5H6.5V3.5ZM11.1426 11.8105H13.04V11.1104H11.8418V9.91016H11.1426V11.8105ZM3.5 6.5H12.5V4.5H10.5V5.5H9.5V4.5H6.5V5.5H5.5V4.5H3.5V6.5Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { CalendarTimeIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CalendarIcon: IconDefinition;
@@ -0,0 +1,16 @@
1
+ const CalendarIcon = {
2
+ name: 'calendar',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ fillRule: 'evenodd',
11
+ d: 'M6.5 2.5V3.5H9.5V2.5H10.5V3.5H12C12.8284 3.5 13.5 4.17157 13.5 5V12C13.5 12.8284 12.8284 13.5 12 13.5H4C3.17157 13.5 2.5 12.8284 2.5 12V5C2.5 4.17157 3.17157 3.5 4 3.5H5.5V2.5H6.5ZM3.5 12.5H12.5V7.5H3.5V12.5ZM3.5 6.5H12.5V4.5H10.5V5.5H9.5V4.5H6.5V5.5H5.5V4.5H3.5V6.5Z',
12
+ },
13
+ },
14
+ };
15
+
16
+ export { CalendarIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ClockIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ClockIcon = {
2
+ name: 'clock',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M13.2998 7.99976C13.2997 5.07274 10.927 2.69995 8 2.69995C5.07305 2.70006 2.7003 5.0728 2.7002 7.99976C2.7002 10.9268 5.07298 13.2995 8 13.2996V14.2996C4.5207 14.2995 1.7002 11.4791 1.7002 7.99976C1.7003 4.52052 4.52076 1.70006 8 1.69995C11.4793 1.69995 14.2997 4.52045 14.2998 7.99976C14.2998 11.4791 11.4794 14.2996 8 14.2996V13.2996C10.9271 13.2996 13.2998 10.9269 13.2998 7.99976ZM8.5 4.85034V7.49976H11.1504V8.49976H7.5V4.85034H8.5Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ClockIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CurrencyDollarIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const CurrencyDollarIcon = {
2
+ name: 'currency-dollar',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8.5 2.91992C9.28634 2.97898 10.0221 3.18077 10.6035 3.55371C11.327 4.01784 11.7997 4.74309 11.7998 5.7002H10.7998C10.7997 5.12198 10.534 4.69737 10.0635 4.39551C9.67173 4.14426 9.13364 3.97945 8.5 3.92285V7.52051C9.28634 7.57958 10.0221 7.78038 10.6035 8.15332C11.3271 8.61745 11.7997 9.34257 11.7998 10.2998C11.7998 11.2571 11.3271 11.9831 10.6035 12.4473C10.0221 12.8201 9.28626 13.0192 8.5 13.0781V14H7.5V13.0781C6.71414 13.0189 5.97864 12.819 5.39746 12.4463C4.67372 11.9821 4.2002 11.2572 4.2002 10.2998H5.2002C5.2002 10.8782 5.46572 11.3035 5.93652 11.6055C6.32811 11.8566 6.86662 12.0187 7.5 12.0752V8.47852C6.71381 8.41963 5.97779 8.22043 5.39648 7.84766C4.67295 7.38358 4.20036 6.65731 4.2002 5.7002C4.20026 4.74315 4.67315 4.01784 5.39648 3.55371C5.97784 3.18083 6.71368 2.97903 7.5 2.91992V2H8.5V2.91992ZM8.5 12.0752C9.13353 12.0187 9.67179 11.8566 10.0635 11.6055C10.5341 11.3036 10.7998 10.8783 10.7998 10.2998C10.7997 9.7214 10.534 9.29696 10.0635 8.99512C9.67175 8.74389 9.13364 8.5801 8.5 8.52344V12.0752ZM7.5 3.92285C6.86638 3.97954 6.32819 4.14429 5.93652 4.39551C5.46616 4.69734 5.20026 5.12197 5.2002 5.7002C5.20034 6.27844 5.46598 6.70406 5.93652 7.00586C6.32815 7.25695 6.86656 7.41914 7.5 7.47559V3.92285Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { CurrencyDollarIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const DarkIcon: IconDefinition;
package/system/dark.js ADDED
@@ -0,0 +1,15 @@
1
+ const DarkIcon = {
2
+ name: 'dark',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M6.7832 6.48779C6.78329 5.12611 7.40688 3.91048 8.38281 3.10596C8.30524 3.10234 8.22698 3.1001 8.14844 3.1001C5.44086 3.1002 3.24121 5.30099 3.24121 8.00049C3.24142 10.7036 5.42774 12.8998 8.14844 12.8999C9.83391 12.8999 11.321 12.0448 12.2051 10.7476C11.8742 10.8287 11.5298 10.8764 11.1768 10.8765C8.7424 10.8765 6.7832 8.90881 6.7832 6.48779ZM7.7832 6.48779C7.7832 8.35691 9.29507 9.87646 11.1768 9.87646C11.8353 9.87638 12.467 9.67511 12.9932 9.34424L13.7314 9.93115C12.9293 12.239 10.7304 13.8999 8.14844 13.8999C4.87507 13.8998 2.24142 11.2555 2.24121 8.00049C2.24121 4.74778 4.88949 2.1002 8.14844 2.1001C8.77476 2.1001 9.37926 2.19702 9.94629 2.37744L9.97168 3.32178C8.69077 3.80815 7.78333 5.04467 7.7832 6.48779Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { DarkIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const FolderAddIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const FolderAddIcon = {
2
+ name: 'folder-add',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M6.93535 3C7.4434 3 7.91693 3.25717 8.19354 3.68332L8.72363 4.5H12.5C13.3284 4.5 14 5.17157 14 6V11.5C14 12.3284 13.3284 13 12.5 13H3.5C2.67157 13 2 12.3284 2 11.5V4.5C2 3.67157 2.67157 3 3.5 3H6.93535ZM3 12H13V5.5H8.17969L7.20703 4H3V12Z M10 8.27881V9.27881H6V8.27881H10Z M8.5 10.7788H7.5V6.77881H8.5V10.7788Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { FolderAddIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const FolderMoveIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const FolderMoveIcon = {
2
+ name: 'folder-move',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8.72363 4.50049H12.5C13.3284 4.50049 14 5.17206 14 6.00049V11.5005C14 12.3289 13.3284 13.0005 12.5 13.0005H3.5C2.67157 13.0005 2 12.3289 2 11.5005V4.49951C2 3.67108 2.67157 2.99951 3.5 2.99951H6.93506C7.44327 2.99951 7.91692 3.25684 8.19349 3.68321L8.72363 4.50049ZM3 12.0005H13V5.50049H8.17969L7.88379 5.04443L7.20703 4.00049H3V12.0005ZM10.5654 8.4165L10.8086 8.7251L10.5664 9.03467L9.19336 10.7856L8.40625 10.1685L9.10352 9.27881H5.45605V8.27881H9.18457L8.40723 7.28857L9.19238 6.67139L10.5654 8.4165Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { FolderMoveIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const FolderOpenIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const FolderOpenIcon = {
2
+ name: 'folder-open',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8.52524 4.5H12.3016C13.13 4.5 13.8016 5.17157 13.8016 6V6.5095H12.8514V5.4502H8.00864L7.03599 3.9502H2.75181V9.48047L3.37738 7.16115C3.53033 6.59407 4.04452 6.19999 4.63187 6.19969L13.5318 6.19519C14.3876 6.19476 15.0104 7.00706 14.7877 7.83339L13.6535 12.0431C13.5006 12.6106 12.986 13.0049 12.3983 13.0049L3.30139 13.001C2.47343 13.0005 1.80252 12.3292 1.80244 11.5012L1.80176 4.50015C1.80168 3.67166 2.47327 3 3.30176 3H6.73696C7.24501 3 7.71854 3.25717 7.99515 3.68332L8.52524 4.5ZM4.36313 7.14941L3.0438 12.0498H9.65903V12.0557H12.6659L13.9881 7.14453L4.36313 7.14941Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { FolderOpenIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const FolderIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const FolderIcon = {
2
+ name: 'folder',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M6.93555 3C7.44353 3.00007 7.91678 3.2575 8.19336 3.68359L8.72363 4.5H12.5C13.3284 4.5 14 5.17157 14 6V11.5C14 12.3284 13.3284 13 12.5 13H3.5C2.67157 13 2 12.3284 2 11.5V4.5C2 3.67157 2.67157 3 3.5 3H6.93555ZM3 12H13V5.5H8.17969L7.20703 4H3V12Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { FolderIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const HomeIcon: IconDefinition;
package/system/home.js ADDED
@@ -0,0 +1,16 @@
1
+ const HomeIcon = {
2
+ name: 'home',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ fillRule: 'evenodd',
11
+ d: 'M12.9018 5.49892C13.2784 5.78229 13.5 6.22623 13.5 6.69759V12.3113C13.5 13.1397 12.8284 13.8113 12 13.8113H4C3.17157 13.8113 2.5 13.1397 2.5 12.3113V6.69759C2.5 6.22623 2.72156 5.78229 3.09823 5.49892L7.09823 2.48968C7.63228 2.08791 8.36772 2.08791 8.90177 2.48968L12.9018 5.49892ZM3.5 6.44799V12.8113H12.5V6.44799L8 3.06225L3.5 6.44799ZM10.3574 10.363V11.363H5.64258V10.363H10.3574Z',
12
+ },
13
+ },
14
+ };
15
+
16
+ export { HomeIcon };
@@ -0,0 +1,26 @@
1
+ export { MenuIcon } from './menu';
2
+ export { MenuOpenIcon } from './menu-open';
3
+ export { MenuCloseIcon } from './menu-close';
4
+ export { SearchIcon } from './search';
5
+ export { SearchHistoryIcon } from './search-history';
6
+ export { UserIcon } from './user';
7
+ export { SlashIcon } from './slash';
8
+ export { FolderIcon } from './folder';
9
+ export { FolderOpenIcon } from './folder-open';
10
+ export { FolderMoveIcon } from './folder-move';
11
+ export { FolderAddIcon } from './folder-add';
12
+ export { CalendarIcon } from './calendar';
13
+ export { CalendarTimeIcon } from './calendar-time';
14
+ export { ClockIcon } from './clock';
15
+ export { CurrencyDollarIcon } from './currency-dollar';
16
+ export { PercentIcon } from './percent';
17
+ export { LightIcon } from './light';
18
+ export { DarkIcon } from './dark';
19
+ export { NotificationIcon } from './notification';
20
+ export { NotificationUnreadIcon } from './notification-unread';
21
+ export { SiderIcon } from './sider';
22
+ export { HomeIcon } from './home';
23
+ export { SpinnerIcon } from './spinner';
24
+ export { LoginIcon } from './login';
25
+ export { LogoutIcon } from './logout';
26
+ export { SystemIcon } from './system';
@@ -0,0 +1,26 @@
1
+ export { MenuIcon } from './menu.js';
2
+ export { MenuOpenIcon } from './menu-open.js';
3
+ export { MenuCloseIcon } from './menu-close.js';
4
+ export { SearchIcon } from './search.js';
5
+ export { SearchHistoryIcon } from './search-history.js';
6
+ export { UserIcon } from './user.js';
7
+ export { SlashIcon } from './slash.js';
8
+ export { FolderIcon } from './folder.js';
9
+ export { FolderOpenIcon } from './folder-open.js';
10
+ export { FolderMoveIcon } from './folder-move.js';
11
+ export { FolderAddIcon } from './folder-add.js';
12
+ export { CalendarIcon } from './calendar.js';
13
+ export { CalendarTimeIcon } from './calendar-time.js';
14
+ export { ClockIcon } from './clock.js';
15
+ export { CurrencyDollarIcon } from './currency-dollar.js';
16
+ export { PercentIcon } from './percent.js';
17
+ export { LightIcon } from './light.js';
18
+ export { DarkIcon } from './dark.js';
19
+ export { NotificationIcon } from './notification.js';
20
+ export { NotificationUnreadIcon } from './notification-unread.js';
21
+ export { SiderIcon } from './sider.js';
22
+ export { HomeIcon } from './home.js';
23
+ export { SpinnerIcon } from './spinner.js';
24
+ export { LoginIcon } from './login.js';
25
+ export { LogoutIcon } from './logout.js';
26
+ export { SystemIcon } from './system.js';
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const LightIcon: IconDefinition;
@@ -0,0 +1,17 @@
1
+ const LightIcon = {
2
+ name: 'light',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ fillRule: 'evenodd',
11
+ clipRule: 'evenodd',
12
+ d: 'M8.5 14.241H7.5V11.8406H8.5V14.241ZM5.63867 11.0691L3.94141 12.7664L3.23438 12.0593L4.93164 10.3621L5.63867 11.0691ZM12.7666 12.0593L12.0596 12.7664L10.3623 11.0691L11.0693 10.3621L12.7666 12.0593ZM8 4.99976C9.66199 4.99976 10.9999 6.3468 11 7.99976C11 9.65528 9.65462 10.9998 8 10.9998C6.33748 10.9996 5 9.65422 5 7.99976C5.00013 6.34618 6.34464 4.99996 8 4.99976ZM8 5.99976C6.8973 5.99996 6.00013 6.89809 6 7.99976C6 9.10361 6.89144 9.99955 8 9.99976C9.10252 9.99976 10 9.10281 10 7.99976C9.99987 6.89722 9.10785 5.99976 8 5.99976ZM4.16016 8.49976H1.75977V7.49976H4.16016V8.49976ZM14.2402 8.49976H11.8398V7.49976H14.2402V8.49976ZM5.63867 4.9314L4.93164 5.63843L3.2334 3.94116L3.94141 3.23413L5.63867 4.9314ZM12.7666 3.94116L11.0693 5.63843L10.3623 4.9314L12.0596 3.23315L12.7666 3.94116ZM8.5 4.15991H7.5V1.75952H8.5V4.15991Z',
13
+ },
14
+ },
15
+ };
16
+
17
+ export { LightIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const LoginIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const LoginIcon = {
2
+ name: 'login',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M12.5 2C13.3284 2 14 2.67157 14 3.5V12.5C14 13.3284 13.3284 14 12.5 14H7.5V13H13V3H7.5V2H12.5ZM9.95703 8L7.10352 10.8535L6.39648 10.1465L8.04297 8.5H2V7.5H8.04297L6.39648 5.85352L7.10352 5.14648L9.95703 8Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { LoginIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const LogoutIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const LogoutIcon = {
2
+ name: 'logout',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8.5 2V3H3V13H8.5V14H3.5C2.67157 14 2 13.3284 2 12.5V3.5C2 2.67157 2.67157 2 3.5 2H8.5ZM13.957 8L11.1035 10.8535L10.3965 10.1465L12.043 8.5H6.04102V7.5H12.043L10.3965 5.85352L11.1035 5.14648L13.957 8Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { LogoutIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const MenuCloseIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const MenuCloseIcon = {
2
+ name: 'menu-close',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M11.5 11.1003V12.1003H2.5V11.1003H11.5ZM13.5059 6.23218L11.7373 7.99976L13.5059 9.76831L12.7988 10.4753L10.3242 7.99976L12.7988 5.52515L13.5059 6.23218ZM9.5 7.49976V8.49976H2.5V7.49976H9.5ZM11.5 3.90015V4.90015H2.5V3.90015H11.5Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { MenuCloseIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const MenuOpenIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const MenuOpenIcon = {
2
+ name: 'menu-open',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M13.4727 11.1003V12.1003H4.47266V11.1003H13.4727ZM5.68164 7.99976L3.20703 10.4753L2.5 9.76831L4.26758 7.99976L2.5 6.23218L3.20703 5.52515L5.68164 7.99976ZM13.4727 7.49976V8.49976H6.47266V7.49976H13.4727ZM13.4727 3.90015V4.90015H4.47266V3.90015H13.4727Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { MenuOpenIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const MenuIcon: IconDefinition;
package/system/menu.js ADDED
@@ -0,0 +1,15 @@
1
+ const MenuIcon = {
2
+ name: 'menu',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M10.5 11.1001V12.1001H2.5V11.1001H10.5ZM13.5 7.50049V8.49951L2.5 8.50049V7.50049H13.5ZM13.5 3.8999V4.8999H2.5V3.8999H13.5Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { MenuIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const NotificationUnreadIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const NotificationUnreadIcon = {
2
+ name: 'notification-unread',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M10.0508 12.8506C8.92043 13.9805 7.0808 13.9817 5.94922 12.8506L6.65625 12.1426C7.39712 12.8833 8.60359 12.8826 9.34375 12.1426L10.0508 12.8506ZM8 2.30176C8.34057 2.30178 8.67018 2.34839 8.9834 2.43457C8.75778 2.69612 8.58758 3.00597 8.49121 3.34766C8.33184 3.31833 8.16784 3.30177 8 3.30176C6.50887 3.3018 5.2998 4.51081 5.2998 6.00195V8.2666C5.29973 8.42842 5.2626 8.58856 5.19043 8.7334L4.20801 10.7021H11.792L10.8105 8.7334C10.7383 8.58848 10.7003 8.42854 10.7002 8.2666V6.39453C10.7333 6.39588 10.7664 6.40039 10.7998 6.40039C11.1184 6.40039 11.422 6.33638 11.7002 6.22363V8.2666C11.7003 8.27359 11.702 8.28084 11.7051 8.28711L13.4082 11.7021H2.5918L4.29492 8.28711C4.29804 8.28082 4.29973 8.27361 4.2998 8.2666V6.00195C4.2998 3.95853 5.95658 2.3018 8 2.30176ZM10.7998 2.7998C11.4625 2.7998 12 3.33728 12 4C12 4.66274 11.4625 5.2002 10.7998 5.2002C10.1372 5.20004 9.60059 4.66264 9.60059 4C9.60061 3.33738 10.1372 2.79996 10.7998 2.7998Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { NotificationUnreadIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const NotificationIcon: IconDefinition;