@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
package/index.d.ts CHANGED
@@ -1,57 +1,202 @@
1
1
  export type { IconDefinition } from './typings';
2
2
  /**
3
- * icons
3
+ * System Icons
4
4
  */
5
+ export { MenuIcon } from './system/menu';
6
+ export { MenuOpenIcon } from './system/menu-open';
7
+ export { MenuCloseIcon } from './system/menu-close';
8
+ export { SearchIcon } from './system/search';
9
+ export { SearchHistoryIcon } from './system/search-history';
10
+ export { UserIcon } from './system/user';
11
+ export { SlashIcon } from './system/slash';
12
+ export { FolderIcon } from './system/folder';
13
+ export { FolderOpenIcon } from './system/folder-open';
14
+ export { FolderMoveIcon } from './system/folder-move';
15
+ export { FolderAddIcon } from './system/folder-add';
16
+ export { CalendarIcon } from './system/calendar';
17
+ export { CalendarTimeIcon } from './system/calendar-time';
18
+ export { ClockIcon } from './system/clock';
19
+ export { CurrencyDollarIcon } from './system/currency-dollar';
20
+ export { PercentIcon } from './system/percent';
21
+ export { LightIcon } from './system/light';
22
+ export { DarkIcon } from './system/dark';
23
+ export { NotificationIcon } from './system/notification';
24
+ export { NotificationUnreadIcon } from './system/notification-unread';
25
+ export { SiderIcon } from './system/sider';
26
+ export { HomeIcon } from './system/home';
27
+ export { SpinnerIcon } from './system/spinner';
28
+ export { LoginIcon } from './system/login';
29
+ export { LogoutIcon } from './system/logout';
30
+ export { SystemIcon } from './system/system';
31
+ /**
32
+ * Arrow Icons
33
+ */
34
+ export { LongTailArrowRightIcon } from './arrow/long-tail-arrow-right';
35
+ export { LongTailArrowLeftIcon } from './arrow/long-tail-arrow-left';
36
+ export { LongTailArrowUpIcon } from './arrow/long-tail-arrow-up';
37
+ export { LongTailArrowDownIcon } from './arrow/long-tail-arrow-down';
38
+ export { ShortTailArrowRightIcon } from './arrow/short-tail-arrow-right';
39
+ export { ShortTailArrowLeftIcon } from './arrow/short-tail-arrow-left';
40
+ export { ShortTailArrowUpIcon } from './arrow/short-tail-arrow-up';
41
+ export { ShortTailArrowDownIcon } from './arrow/short-tail-arrow-down';
42
+ export { CaretRightIcon } from './arrow/caret-right';
43
+ export { CaretLeftIcon } from './arrow/caret-left';
44
+ export { CaretUpIcon } from './arrow/caret-up';
45
+ export { CaretDownIcon } from './arrow/caret-down';
46
+ export { CaretUpFlatIcon } from './arrow/caret-up-flat';
47
+ export { CaretDownFlatIcon } from './arrow/caret-down-flat';
48
+ export { CaretVerticalIcon } from './arrow/caret-vertical';
49
+ export { ChevronRightIcon } from './arrow/chevron-right';
50
+ export { ChevronLeftIcon } from './arrow/chevron-left';
51
+ export { ChevronUpIcon } from './arrow/chevron-up';
52
+ export { ChevronDownIcon } from './arrow/chevron-down';
53
+ export { ChevronVerticalIcon } from './arrow/chevron-vertical';
54
+ export { DoubleChevronRightIcon } from './arrow/double-chevron-right';
55
+ export { DoubleChevronLeftIcon } from './arrow/double-chevron-left';
56
+ export { SwitchVerticalIcon } from './arrow/switch-vertical';
57
+ export { ReverseLeftIcon } from './arrow/reverse-left';
58
+ export { ReverseRightIcon } from './arrow/reverse-right';
59
+ /**
60
+ * Controls Icons
61
+ */
62
+ export { CloseIcon } from './controls/close';
63
+ export { TrashIcon } from './controls/trash';
64
+ export { SettingIcon } from './controls/setting';
65
+ export { FilterIcon } from './controls/filter';
66
+ export { ResetIcon } from './controls/reset';
67
+ export { RefreshCcwIcon } from './controls/refresh-ccw';
68
+ export { RefreshCwIcon } from './controls/refresh-cw';
69
+ export { EyeIcon } from './controls/eye';
70
+ export { EyeInvisibleIcon } from './controls/eye-invisible';
71
+ export { PlusIcon } from './controls/plus';
72
+ export { MinusIcon } from './controls/minus';
73
+ export { CheckedIcon } from './controls/checked';
74
+ export { DotVerticalIcon } from './controls/dot-vertical';
75
+ export { DotHorizontalIcon } from './controls/dot-horizontal';
76
+ export { DotGridIcon } from './controls/dot-grid';
77
+ export { DotDragVerticalIcon } from './controls/dot-drag-vertical';
78
+ export { DotDragHorizontalIcon } from './controls/dot-drag-horizontal';
79
+ export { ZoomInIcon } from './controls/zoom-in';
80
+ export { ZoomOutIcon } from './controls/zoom-out';
81
+ export { PinIcon } from './controls/pin';
82
+ export { PinFilledIcon } from './controls/pin-filled';
83
+ export { MaximizeIcon } from './controls/maximize';
84
+ export { MinimizeIcon } from './controls/minimize';
85
+ export { ResizeHandleIcon } from './controls/resize-handle';
86
+ export { LockIcon } from './controls/lock';
87
+ export { UnlockIcon } from './controls/unlock';
88
+ /**
89
+ * Alert Icons
90
+ */
91
+ export { CheckedFilledIcon } from './alert/checked-filled';
92
+ export { CheckedOutlineIcon } from './alert/checked-outline';
93
+ export { ErrorFilledIcon } from './alert/error-filled';
94
+ export { ErrorOutlineIcon } from './alert/error-outline';
95
+ export { WarningFilledIcon } from './alert/warning-filled';
96
+ export { WarningOutlineIcon } from './alert/warning-outline';
97
+ export { InfoFilledIcon } from './alert/info-filled';
98
+ export { InfoOutlineIcon } from './alert/info-outline';
99
+ export { DangerousFilledIcon } from './alert/dangerous-filled';
100
+ export { DangerousOutlineIcon } from './alert/dangerous-outline';
101
+ export { QuestionFilledIcon } from './alert/question-filled';
102
+ export { QuestionOutlineIcon } from './alert/question-outline';
103
+ /**
104
+ * Content Icons
105
+ */
106
+ export { DownloadIcon } from './content/download';
107
+ export { UploadIcon } from './content/upload';
108
+ export { FileIcon } from './content/file';
109
+ export { FileSearchIcon } from './content/file-search';
110
+ export { FileAttachmentIcon } from './content/file-attachment';
111
+ export { EditIcon } from './content/edit';
112
+ export { CopyIcon } from './content/copy';
113
+ export { LinkIcon } from './content/link';
114
+ export { ShareIcon } from './content/share';
115
+ export { LinkExternalIcon } from './content/link-external';
116
+ export { GalleryIcon } from './content/gallery';
117
+ export { ListIcon } from './content/list';
118
+ export { AlignLeftIcon } from './content/align-left';
119
+ export { AlignRightIcon } from './content/align-right';
120
+ export { StarOutlineIcon } from './content/star-outline';
121
+ export { StarFilledIcon } from './content/star-filled';
122
+ export { BookmarkOutlineIcon } from './content/bookmark-outline';
123
+ export { BookmarkFilledIcon } from './content/bookmark-filled';
124
+ export { BookmarkAddIcon } from './content/bookmark-add';
125
+ export { BookmarkRemoveIcon } from './content/bookmark-remove';
126
+ export { BookmarkAddedIcon } from './content/bookmark-added';
127
+ export { ImageIcon } from './content/image';
128
+ export { BoxIcon } from './content/box';
129
+ export { CodeIcon } from './content/code';
130
+ /**
131
+ * Stepper Icons
132
+ */
133
+ export { Item0Icon } from './stepper/item-0';
134
+ export { Item1Icon } from './stepper/item-1';
135
+ export { Item2Icon } from './stepper/item-2';
136
+ export { Item3Icon } from './stepper/item-3';
137
+ export { Item4Icon } from './stepper/item-4';
138
+ export { Item5Icon } from './stepper/item-5';
139
+ export { Item6Icon } from './stepper/item-6';
140
+ export { Item7Icon } from './stepper/item-7';
141
+ export { Item8Icon } from './stepper/item-8';
142
+ export { Item9Icon } from './stepper/item-9';
143
+ /**
144
+ * Legacy Icons (Deprecated - kept for backward compatibility)
145
+ * These will be removed in a future major version
146
+ */
147
+ /** @deprecated Use LongTailArrowDownIcon or ShortTailArrowDownIcon from arrow category */
5
148
  export { ArrowDownIcon } from './arrow-down';
149
+ /** @deprecated Use LongTailArrowRightIcon or ShortTailArrowRightIcon from arrow category */
6
150
  export { ArrowRightIcon } from './arrow-right';
151
+ /** @deprecated Use LongTailArrowUpIcon or ShortTailArrowUpIcon from arrow category */
7
152
  export { ArrowUpIcon } from './arrow-up';
153
+ /** @deprecated Use LongTailArrowLeftIcon or ShortTailArrowLeftIcon from arrow category */
8
154
  export { ArrowLeftIcon } from './arrow-left';
155
+ /** @deprecated Use NotificationIcon from system category */
9
156
  export { BellIcon } from './bell';
10
- export { CalendarIcon } from './calendar';
157
+ /** @deprecated Use CloseIcon from controls category */
11
158
  export { CancelIcon } from './cancel';
12
- export { CaretDownIcon } from './caret-down';
13
- export { CaretRightIcon } from './caret-right';
159
+ /** @deprecated Use CheckedIcon from controls category */
14
160
  export { CheckBoldIcon } from './check-bold';
161
+ /** @deprecated Use CheckedFilledIcon from alert category */
15
162
  export { CheckCircleFilledIcon } from './check-circle-filled';
163
+ /** @deprecated Use CheckedIcon from controls category */
16
164
  export { CheckIcon } from './check';
17
- export { ChevronDownIcon } from './chevron-down';
18
- export { ChevronLeftIcon } from './chevron-left';
19
- export { ChevronRightIcon } from './chevron-right';
20
- export { ChevronUpIcon } from './chevron-up';
21
- export { ClockIcon } from './clock';
165
+ /** @deprecated Use FileIcon from content category */
22
166
  export { DocIcon } from './doc';
167
+ /** @deprecated Use CurrencyDollarIcon from system category */
23
168
  export { DollarIcon } from './dollar';
24
- export { DownloadIcon } from './download';
169
+ /** @deprecated Use DotDragVerticalIcon or DotDragHorizontalIcon from controls category */
25
170
  export { DragIcon } from './drag';
26
- export { EditIcon } from './edit';
171
+ /** @deprecated Use ErrorFilledIcon from alert category */
27
172
  export { ExclamationCircleFilledIcon } from './exclamation-circle-filled';
173
+ /** @deprecated Use EyeInvisibleIcon from controls category */
28
174
  export { EyeCloseIcon } from './eye-close';
29
- export { EyeIcon } from './eye';
175
+ /** @deprecated Use EyeInvisibleIcon from controls category */
30
176
  export { EyeSlashIcon } from './eye-slash';
31
- export { FilterIcon } from './filter';
32
- export { FolderOpenIcon } from './folder-open';
177
+ /** @deprecated Use QuestionFilledIcon from alert category */
33
178
  export { HelpCircleFilledIcon } from './help-circle-filled';
179
+ /** @deprecated Use InfoFilledIcon from alert category */
34
180
  export { InfoCircleFilledIcon } from './info-circle-filled';
35
- export { MenuCloseIcon } from './menu-close';
36
- export { MenuIcon } from './menu';
37
- export { MenuOpenIcon } from './menu-open';
181
+ /** @deprecated Use MinusIcon from controls category */
38
182
  export { MinusBoldIcon } from './minus-bold';
183
+ /** @deprecated Use ErrorFilledIcon from alert category */
39
184
  export { MinusCircleFilledIcon } from './minus-circle-filled';
40
- export { MinusIcon } from './minus';
185
+ /** @deprecated Use DotHorizontalIcon from controls category */
41
186
  export { MoreHorizontalIcon } from './more-horizontal';
187
+ /** @deprecated Use DotVerticalIcon from controls category */
42
188
  export { MoreVerticalIcon } from './more-vertical';
43
- export { PercentIcon } from './percent';
44
- export { PlusIcon } from './plus';
189
+ /** @deprecated Use UserIcon from system category */
45
190
  export { ProfileIcon } from './profile';
46
- export { ResetIcon } from './reset';
47
- export { SearchIcon } from './search';
191
+ /** @deprecated Use SettingIcon from controls category */
48
192
  export { SettingsIcon } from './settings';
49
- export { SlashIcon } from './slash';
50
- export { SpinnerIcon } from './spinner';
193
+ /** @deprecated Use StarFilledIcon or StarOutlineIcon from content category */
51
194
  export { StarIcon } from './star';
195
+ /** @deprecated Use StarFilledIcon from content category */
52
196
  export { StarPressedIcon } from './star-pressed';
197
+ /** @deprecated Use SwitchVerticalIcon from arrow category */
53
198
  export { SwitcherIcon } from './switcher';
199
+ /** @deprecated Use ErrorFilledIcon from alert category */
54
200
  export { TimesCircleFilledIcon } from './times-circle-filled';
201
+ /** @deprecated Use CloseIcon from controls category */
55
202
  export { TimesIcon } from './times';
56
- export { TrashIcon } from './trash';
57
- export { UploadIcon } from './upload';
package/index.js CHANGED
@@ -1,53 +1,151 @@
1
+ export { MenuIcon } from './system/menu.js';
2
+ export { MenuOpenIcon } from './system/menu-open.js';
3
+ export { MenuCloseIcon } from './system/menu-close.js';
4
+ export { SearchIcon } from './system/search.js';
5
+ export { SearchHistoryIcon } from './system/search-history.js';
6
+ export { UserIcon } from './system/user.js';
7
+ export { SlashIcon } from './system/slash.js';
8
+ export { FolderIcon } from './system/folder.js';
9
+ export { FolderOpenIcon } from './system/folder-open.js';
10
+ export { FolderMoveIcon } from './system/folder-move.js';
11
+ export { FolderAddIcon } from './system/folder-add.js';
12
+ export { CalendarIcon } from './system/calendar.js';
13
+ export { CalendarTimeIcon } from './system/calendar-time.js';
14
+ export { ClockIcon } from './system/clock.js';
15
+ export { CurrencyDollarIcon } from './system/currency-dollar.js';
16
+ export { PercentIcon } from './system/percent.js';
17
+ export { LightIcon } from './system/light.js';
18
+ export { DarkIcon } from './system/dark.js';
19
+ export { NotificationIcon } from './system/notification.js';
20
+ export { NotificationUnreadIcon } from './system/notification-unread.js';
21
+ export { SiderIcon } from './system/sider.js';
22
+ export { HomeIcon } from './system/home.js';
23
+ export { SpinnerIcon } from './system/spinner.js';
24
+ export { LoginIcon } from './system/login.js';
25
+ export { LogoutIcon } from './system/logout.js';
26
+ export { SystemIcon } from './system/system.js';
27
+ export { LongTailArrowRightIcon } from './arrow/long-tail-arrow-right.js';
28
+ export { LongTailArrowLeftIcon } from './arrow/long-tail-arrow-left.js';
29
+ export { LongTailArrowUpIcon } from './arrow/long-tail-arrow-up.js';
30
+ export { LongTailArrowDownIcon } from './arrow/long-tail-arrow-down.js';
31
+ export { ShortTailArrowRightIcon } from './arrow/short-tail-arrow-right.js';
32
+ export { ShortTailArrowLeftIcon } from './arrow/short-tail-arrow-left.js';
33
+ export { ShortTailArrowUpIcon } from './arrow/short-tail-arrow-up.js';
34
+ export { ShortTailArrowDownIcon } from './arrow/short-tail-arrow-down.js';
35
+ export { CaretRightIcon } from './arrow/caret-right.js';
36
+ export { CaretLeftIcon } from './arrow/caret-left.js';
37
+ export { CaretUpIcon } from './arrow/caret-up.js';
38
+ export { CaretDownIcon } from './arrow/caret-down.js';
39
+ export { CaretUpFlatIcon } from './arrow/caret-up-flat.js';
40
+ export { CaretDownFlatIcon } from './arrow/caret-down-flat.js';
41
+ export { CaretVerticalIcon } from './arrow/caret-vertical.js';
42
+ export { ChevronRightIcon } from './arrow/chevron-right.js';
43
+ export { ChevronLeftIcon } from './arrow/chevron-left.js';
44
+ export { ChevronUpIcon } from './arrow/chevron-up.js';
45
+ export { ChevronDownIcon } from './arrow/chevron-down.js';
46
+ export { ChevronVerticalIcon } from './arrow/chevron-vertical.js';
47
+ export { DoubleChevronRightIcon } from './arrow/double-chevron-right.js';
48
+ export { DoubleChevronLeftIcon } from './arrow/double-chevron-left.js';
49
+ export { SwitchVerticalIcon } from './arrow/switch-vertical.js';
50
+ export { ReverseLeftIcon } from './arrow/reverse-left.js';
51
+ export { ReverseRightIcon } from './arrow/reverse-right.js';
52
+ export { CloseIcon } from './controls/close.js';
53
+ export { TrashIcon } from './controls/trash.js';
54
+ export { SettingIcon } from './controls/setting.js';
55
+ export { FilterIcon } from './controls/filter.js';
56
+ export { ResetIcon } from './controls/reset.js';
57
+ export { RefreshCcwIcon } from './controls/refresh-ccw.js';
58
+ export { RefreshCwIcon } from './controls/refresh-cw.js';
59
+ export { EyeIcon } from './controls/eye.js';
60
+ export { EyeInvisibleIcon } from './controls/eye-invisible.js';
61
+ export { PlusIcon } from './controls/plus.js';
62
+ export { MinusIcon } from './controls/minus.js';
63
+ export { CheckedIcon } from './controls/checked.js';
64
+ export { DotVerticalIcon } from './controls/dot-vertical.js';
65
+ export { DotHorizontalIcon } from './controls/dot-horizontal.js';
66
+ export { DotGridIcon } from './controls/dot-grid.js';
67
+ export { DotDragVerticalIcon } from './controls/dot-drag-vertical.js';
68
+ export { DotDragHorizontalIcon } from './controls/dot-drag-horizontal.js';
69
+ export { ZoomInIcon } from './controls/zoom-in.js';
70
+ export { ZoomOutIcon } from './controls/zoom-out.js';
71
+ export { PinIcon } from './controls/pin.js';
72
+ export { PinFilledIcon } from './controls/pin-filled.js';
73
+ export { MaximizeIcon } from './controls/maximize.js';
74
+ export { MinimizeIcon } from './controls/minimize.js';
75
+ export { ResizeHandleIcon } from './controls/resize-handle.js';
76
+ export { LockIcon } from './controls/lock.js';
77
+ export { UnlockIcon } from './controls/unlock.js';
78
+ export { CheckedFilledIcon } from './alert/checked-filled.js';
79
+ export { CheckedOutlineIcon } from './alert/checked-outline.js';
80
+ export { ErrorFilledIcon } from './alert/error-filled.js';
81
+ export { ErrorOutlineIcon } from './alert/error-outline.js';
82
+ export { WarningFilledIcon } from './alert/warning-filled.js';
83
+ export { WarningOutlineIcon } from './alert/warning-outline.js';
84
+ export { InfoFilledIcon } from './alert/info-filled.js';
85
+ export { InfoOutlineIcon } from './alert/info-outline.js';
86
+ export { DangerousFilledIcon } from './alert/dangerous-filled.js';
87
+ export { DangerousOutlineIcon } from './alert/dangerous-outline.js';
88
+ export { QuestionFilledIcon } from './alert/question-filled.js';
89
+ export { QuestionOutlineIcon } from './alert/question-outline.js';
90
+ export { DownloadIcon } from './content/download.js';
91
+ export { UploadIcon } from './content/upload.js';
92
+ export { FileIcon } from './content/file.js';
93
+ export { FileSearchIcon } from './content/file-search.js';
94
+ export { FileAttachmentIcon } from './content/file-attachment.js';
95
+ export { EditIcon } from './content/edit.js';
96
+ export { CopyIcon } from './content/copy.js';
97
+ export { LinkIcon } from './content/link.js';
98
+ export { ShareIcon } from './content/share.js';
99
+ export { LinkExternalIcon } from './content/link-external.js';
100
+ export { GalleryIcon } from './content/gallery.js';
101
+ export { ListIcon } from './content/list.js';
102
+ export { AlignLeftIcon } from './content/align-left.js';
103
+ export { AlignRightIcon } from './content/align-right.js';
104
+ export { StarOutlineIcon } from './content/star-outline.js';
105
+ export { StarFilledIcon } from './content/star-filled.js';
106
+ export { BookmarkOutlineIcon } from './content/bookmark-outline.js';
107
+ export { BookmarkFilledIcon } from './content/bookmark-filled.js';
108
+ export { BookmarkAddIcon } from './content/bookmark-add.js';
109
+ export { BookmarkRemoveIcon } from './content/bookmark-remove.js';
110
+ export { BookmarkAddedIcon } from './content/bookmark-added.js';
111
+ export { ImageIcon } from './content/image.js';
112
+ export { BoxIcon } from './content/box.js';
113
+ export { CodeIcon } from './content/code.js';
114
+ export { Item0Icon } from './stepper/item-0.js';
115
+ export { Item1Icon } from './stepper/item-1.js';
116
+ export { Item2Icon } from './stepper/item-2.js';
117
+ export { Item3Icon } from './stepper/item-3.js';
118
+ export { Item4Icon } from './stepper/item-4.js';
119
+ export { Item5Icon } from './stepper/item-5.js';
120
+ export { Item6Icon } from './stepper/item-6.js';
121
+ export { Item7Icon } from './stepper/item-7.js';
122
+ export { Item8Icon } from './stepper/item-8.js';
123
+ export { Item9Icon } from './stepper/item-9.js';
1
124
  export { ArrowDownIcon } from './arrow-down.js';
2
125
  export { ArrowRightIcon } from './arrow-right.js';
3
126
  export { ArrowUpIcon } from './arrow-up.js';
4
127
  export { ArrowLeftIcon } from './arrow-left.js';
5
128
  export { BellIcon } from './bell.js';
6
- export { CalendarIcon } from './calendar.js';
7
129
  export { CancelIcon } from './cancel.js';
8
- export { CaretDownIcon } from './caret-down.js';
9
- export { CaretRightIcon } from './caret-right.js';
10
130
  export { CheckBoldIcon } from './check-bold.js';
11
131
  export { CheckCircleFilledIcon } from './check-circle-filled.js';
12
132
  export { CheckIcon } from './check.js';
13
- export { ChevronDownIcon } from './chevron-down.js';
14
- export { ChevronLeftIcon } from './chevron-left.js';
15
- export { ChevronRightIcon } from './chevron-right.js';
16
- export { ChevronUpIcon } from './chevron-up.js';
17
- export { ClockIcon } from './clock.js';
18
133
  export { DocIcon } from './doc.js';
19
134
  export { DollarIcon } from './dollar.js';
20
- export { DownloadIcon } from './download.js';
21
135
  export { DragIcon } from './drag.js';
22
- export { EditIcon } from './edit.js';
23
136
  export { ExclamationCircleFilledIcon } from './exclamation-circle-filled.js';
24
137
  export { EyeCloseIcon } from './eye-close.js';
25
- export { EyeIcon } from './eye.js';
26
138
  export { EyeSlashIcon } from './eye-slash.js';
27
- export { FilterIcon } from './filter.js';
28
- export { FolderOpenIcon } from './folder-open.js';
29
139
  export { HelpCircleFilledIcon } from './help-circle-filled.js';
30
140
  export { InfoCircleFilledIcon } from './info-circle-filled.js';
31
- export { MenuCloseIcon } from './menu-close.js';
32
- export { MenuIcon } from './menu.js';
33
- export { MenuOpenIcon } from './menu-open.js';
34
141
  export { MinusBoldIcon } from './minus-bold.js';
35
142
  export { MinusCircleFilledIcon } from './minus-circle-filled.js';
36
- export { MinusIcon } from './minus.js';
37
143
  export { MoreHorizontalIcon } from './more-horizontal.js';
38
144
  export { MoreVerticalIcon } from './more-vertical.js';
39
- export { PercentIcon } from './percent.js';
40
- export { PlusIcon } from './plus.js';
41
145
  export { ProfileIcon } from './profile.js';
42
- export { ResetIcon } from './reset.js';
43
- export { SearchIcon } from './search.js';
44
146
  export { SettingsIcon } from './settings.js';
45
- export { SlashIcon } from './slash.js';
46
- export { SpinnerIcon } from './spinner.js';
47
147
  export { StarIcon } from './star.js';
48
148
  export { StarPressedIcon } from './star-pressed.js';
49
149
  export { SwitcherIcon } from './switcher.js';
50
150
  export { TimesCircleFilledIcon } from './times-circle-filled.js';
51
151
  export { TimesIcon } from './times.js';
52
- export { TrashIcon } from './trash.js';
53
- export { UploadIcon } from './upload.js';
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const InfoCircleFilledIcon: IconDefinition;
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const InfoCircleFilledIcon = {
2
3
  name: 'info-circle-filled',
3
4
  definition: {
package/menu-close.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const MenuCloseIcon: IconDefinition;
package/menu-open.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const MenuOpenIcon: IconDefinition;
package/menu.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const MenuIcon: IconDefinition;
package/minus-bold.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const MinusBoldIcon: IconDefinition;
package/minus-bold.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const MinusBoldIcon = {
2
3
  name: 'minus-bold',
3
4
  definition: {
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const MinusCircleFilledIcon: IconDefinition;
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const MinusCircleFilledIcon = {
2
3
  name: 'minus-circle-filled',
3
4
  definition: {
package/minus.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const MinusIcon: IconDefinition;
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const MoreHorizontalIcon: IconDefinition;
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const MoreHorizontalIcon = {
2
3
  name: 'more-horizontal',
3
4
  definition: {
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const MoreVerticalIcon: IconDefinition;
package/more-vertical.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const MoreVerticalIcon = {
2
3
  name: 'more-vertical',
3
4
  definition: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mezzanine-ui/icons",
3
- "version": "1.0.0-canary.0",
3
+ "version": "1.0.0-canary.10",
4
4
  "description": "Icons for mezzanine-ui",
5
5
  "author": "Mezzanine",
6
6
  "repository": {
package/percent.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const PercentIcon: IconDefinition;
package/plus.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const PlusIcon: IconDefinition;
package/profile.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ProfileIcon: IconDefinition;
package/profile.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const ProfileIcon = {
2
3
  name: 'profile',
3
4
  definition: {
package/reset.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ResetIcon: IconDefinition;
package/search.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const SearchIcon: IconDefinition;
package/settings.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const SettingsIcon: IconDefinition;
package/settings.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const SettingsIcon = {
2
3
  name: 'settings',
3
4
  definition: {
package/slash.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const SlashIcon: IconDefinition;
package/spinner.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const SpinnerIcon: IconDefinition;
package/star-pressed.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const StarPressedIcon: IconDefinition;
package/star-pressed.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const StarPressedIcon = {
2
3
  name: 'star-pressed',
3
4
  definition: {
package/star.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const StarIcon: IconDefinition;
package/star.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const StarIcon = {
2
3
  name: 'star',
3
4
  definition: {
@@ -0,0 +1,10 @@
1
+ export { Item0Icon } from './item-0';
2
+ export { Item1Icon } from './item-1';
3
+ export { Item2Icon } from './item-2';
4
+ export { Item3Icon } from './item-3';
5
+ export { Item4Icon } from './item-4';
6
+ export { Item5Icon } from './item-5';
7
+ export { Item6Icon } from './item-6';
8
+ export { Item7Icon } from './item-7';
9
+ export { Item8Icon } from './item-8';
10
+ export { Item9Icon } from './item-9';
@@ -0,0 +1,10 @@
1
+ export { Item0Icon } from './item-0.js';
2
+ export { Item1Icon } from './item-1.js';
3
+ export { Item2Icon } from './item-2.js';
4
+ export { Item3Icon } from './item-3.js';
5
+ export { Item4Icon } from './item-4.js';
6
+ export { Item5Icon } from './item-5.js';
7
+ export { Item6Icon } from './item-6.js';
8
+ export { Item7Icon } from './item-7.js';
9
+ export { Item8Icon } from './item-8.js';
10
+ export { Item9Icon } from './item-9.js';
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const Item0Icon: IconDefinition;
@@ -0,0 +1,16 @@
1
+ const Item0Icon = {
2
+ name: 'item-0',
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.63228 5.21427 9.12628 5.47267 9.48348 6.00467C9.81788 6.50627 9.98508 7.18267 9.98508 8.03387C9.98508 8.88507 9.81788 9.56147 9.48348 10.0631C9.12628 10.5875 8.63228 10.8535 8.00148 10.8535C7.36308 10.8535 6.86908 10.5875 6.51948 10.0631C6.18508 9.56147 6.01788 8.88507 6.01788 8.03387C6.01788 7.18267 6.18508 6.50627 6.51948 6.00467C6.86908 5.47267 7.36308 5.21427 8.00148 5.21427ZM8.00148 5.96667C7.56828 5.96667 7.26428 6.20227 7.08948 6.68867C6.96788 7.01547 6.90708 7.46387 6.90708 8.03387C6.90708 8.59627 6.96788 9.04467 7.08948 9.37907C7.26428 9.85787 7.56828 10.1011 8.00148 10.1011C8.42708 10.1011 8.73108 9.85787 8.91348 9.37907C9.03508 9.04467 9.09588 8.59627 9.09588 8.03387C9.09588 7.46387 9.03508 7.01547 8.91348 6.68867C8.73108 6.20227 8.42708 5.96667 8.00148 5.96667Z',
12
+ },
13
+ },
14
+ };
15
+
16
+ export { Item0Icon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const Item1Icon: IconDefinition;