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

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 (355) 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/code.d.ts +2 -0
  120. package/content/code.js +15 -0
  121. package/content/copy.d.ts +2 -0
  122. package/content/copy.js +15 -0
  123. package/content/download.d.ts +2 -0
  124. package/content/download.js +15 -0
  125. package/content/edit.d.ts +2 -0
  126. package/content/edit.js +15 -0
  127. package/content/file-attachment.d.ts +2 -0
  128. package/content/file-attachment.js +15 -0
  129. package/content/file-search.d.ts +2 -0
  130. package/content/file-search.js +15 -0
  131. package/content/file.d.ts +2 -0
  132. package/content/file.js +15 -0
  133. package/content/gallery.d.ts +2 -0
  134. package/content/gallery.js +15 -0
  135. package/content/image.d.ts +2 -0
  136. package/content/image.js +15 -0
  137. package/content/index.d.ts +23 -0
  138. package/content/index.js +23 -0
  139. package/content/link-external.d.ts +2 -0
  140. package/content/link-external.js +15 -0
  141. package/content/link.d.ts +2 -0
  142. package/content/link.js +15 -0
  143. package/content/list.d.ts +2 -0
  144. package/content/list.js +15 -0
  145. package/content/share.d.ts +2 -0
  146. package/content/share.js +15 -0
  147. package/content/star-filled.d.ts +2 -0
  148. package/content/star-filled.js +15 -0
  149. package/content/star-outline.d.ts +2 -0
  150. package/content/star-outline.js +15 -0
  151. package/content/upload.d.ts +2 -0
  152. package/content/upload.js +15 -0
  153. package/controls/checked.d.ts +2 -0
  154. package/controls/checked.js +15 -0
  155. package/controls/close.d.ts +2 -0
  156. package/controls/close.js +15 -0
  157. package/controls/dot-drag-horizontal.d.ts +2 -0
  158. package/controls/dot-drag-horizontal.js +15 -0
  159. package/controls/dot-drag-vertical.d.ts +2 -0
  160. package/controls/dot-drag-vertical.js +15 -0
  161. package/controls/dot-grid.d.ts +2 -0
  162. package/controls/dot-grid.js +15 -0
  163. package/controls/dot-horizontal.d.ts +2 -0
  164. package/controls/dot-horizontal.js +15 -0
  165. package/controls/dot-vertical.d.ts +2 -0
  166. package/controls/dot-vertical.js +15 -0
  167. package/controls/eye-invisible.d.ts +2 -0
  168. package/controls/eye-invisible.js +17 -0
  169. package/controls/eye.d.ts +2 -0
  170. package/controls/eye.js +17 -0
  171. package/controls/filter.d.ts +2 -0
  172. package/controls/filter.js +15 -0
  173. package/controls/index.d.ts +25 -0
  174. package/controls/index.js +25 -0
  175. package/controls/lock.d.ts +2 -0
  176. package/controls/lock.js +15 -0
  177. package/controls/maximize.d.ts +2 -0
  178. package/controls/maximize.js +15 -0
  179. package/controls/minimize.d.ts +2 -0
  180. package/controls/minimize.js +15 -0
  181. package/controls/minus.d.ts +2 -0
  182. package/{minus.js → controls/minus.js} +3 -3
  183. package/controls/pin.d.ts +2 -0
  184. package/controls/pin.js +15 -0
  185. package/controls/plus.d.ts +2 -0
  186. package/controls/plus.js +15 -0
  187. package/controls/refresh-ccw.d.ts +2 -0
  188. package/controls/refresh-ccw.js +15 -0
  189. package/controls/refresh-cw.d.ts +2 -0
  190. package/controls/refresh-cw.js +15 -0
  191. package/controls/reset.d.ts +2 -0
  192. package/controls/reset.js +15 -0
  193. package/controls/resize-handle.d.ts +2 -0
  194. package/controls/resize-handle.js +15 -0
  195. package/controls/setting.d.ts +2 -0
  196. package/controls/setting.js +15 -0
  197. package/controls/trash.d.ts +2 -0
  198. package/controls/trash.js +15 -0
  199. package/controls/unlock.d.ts +2 -0
  200. package/controls/unlock.js +15 -0
  201. package/controls/zoom-in.d.ts +2 -0
  202. package/controls/zoom-in.js +15 -0
  203. package/controls/zoom-out.d.ts +2 -0
  204. package/controls/zoom-out.js +15 -0
  205. package/doc.d.ts +1 -0
  206. package/doc.js +1 -0
  207. package/dollar.d.ts +1 -0
  208. package/dollar.js +1 -0
  209. package/download.d.ts +1 -0
  210. package/drag.d.ts +1 -0
  211. package/drag.js +1 -0
  212. package/edit.d.ts +1 -0
  213. package/exclamation-circle-filled.d.ts +1 -0
  214. package/exclamation-circle-filled.js +1 -0
  215. package/eye-close.d.ts +1 -0
  216. package/eye-close.js +1 -0
  217. package/eye-slash.d.ts +1 -0
  218. package/eye-slash.js +1 -0
  219. package/eye.d.ts +1 -0
  220. package/filter.d.ts +1 -0
  221. package/folder-open.d.ts +1 -0
  222. package/help-circle-filled.d.ts +1 -0
  223. package/help-circle-filled.js +1 -0
  224. package/index.d.ts +168 -26
  225. package/index.js +120 -25
  226. package/info-circle-filled.d.ts +1 -0
  227. package/info-circle-filled.js +1 -0
  228. package/menu-close.d.ts +1 -0
  229. package/menu-open.d.ts +1 -0
  230. package/menu.d.ts +1 -0
  231. package/minus-bold.d.ts +1 -0
  232. package/minus-bold.js +1 -0
  233. package/minus-circle-filled.d.ts +1 -0
  234. package/minus-circle-filled.js +1 -0
  235. package/minus.d.ts +1 -0
  236. package/more-horizontal.d.ts +1 -0
  237. package/more-horizontal.js +1 -0
  238. package/more-vertical.d.ts +1 -0
  239. package/more-vertical.js +1 -0
  240. package/package.json +1 -1
  241. package/percent.d.ts +1 -0
  242. package/plus.d.ts +1 -0
  243. package/profile.d.ts +1 -0
  244. package/profile.js +1 -0
  245. package/reset.d.ts +1 -0
  246. package/search.d.ts +1 -0
  247. package/settings.d.ts +1 -0
  248. package/settings.js +1 -0
  249. package/slash.d.ts +1 -0
  250. package/spinner.d.ts +1 -0
  251. package/star-pressed.d.ts +1 -0
  252. package/star-pressed.js +1 -0
  253. package/star.d.ts +1 -0
  254. package/star.js +1 -0
  255. package/stepper/index.d.ts +10 -0
  256. package/stepper/index.js +10 -0
  257. package/stepper/item-0.d.ts +2 -0
  258. package/stepper/item-0.js +16 -0
  259. package/stepper/item-1.d.ts +2 -0
  260. package/stepper/item-1.js +15 -0
  261. package/stepper/item-2.d.ts +2 -0
  262. package/stepper/item-2.js +15 -0
  263. package/stepper/item-3.d.ts +2 -0
  264. package/stepper/item-3.js +15 -0
  265. package/stepper/item-4.d.ts +2 -0
  266. package/stepper/item-4.js +15 -0
  267. package/stepper/item-5.d.ts +2 -0
  268. package/stepper/item-5.js +15 -0
  269. package/stepper/item-6.d.ts +2 -0
  270. package/stepper/item-6.js +16 -0
  271. package/stepper/item-7.d.ts +2 -0
  272. package/stepper/item-7.js +16 -0
  273. package/stepper/item-8.d.ts +2 -0
  274. package/stepper/item-8.js +16 -0
  275. package/stepper/item-9.d.ts +2 -0
  276. package/stepper/item-9.js +16 -0
  277. package/switcher.d.ts +1 -0
  278. package/switcher.js +1 -0
  279. package/system/calendar-time.d.ts +2 -0
  280. package/system/calendar-time.js +15 -0
  281. package/system/calendar.d.ts +2 -0
  282. package/system/calendar.js +16 -0
  283. package/system/clock.d.ts +2 -0
  284. package/system/clock.js +15 -0
  285. package/system/currency-dollar.d.ts +2 -0
  286. package/system/currency-dollar.js +15 -0
  287. package/system/dark.d.ts +2 -0
  288. package/system/dark.js +15 -0
  289. package/system/folder-add.d.ts +2 -0
  290. package/system/folder-add.js +15 -0
  291. package/system/folder-move.d.ts +2 -0
  292. package/system/folder-move.js +15 -0
  293. package/system/folder-open.d.ts +2 -0
  294. package/system/folder-open.js +15 -0
  295. package/system/folder.d.ts +2 -0
  296. package/system/folder.js +15 -0
  297. package/system/home.d.ts +2 -0
  298. package/system/home.js +16 -0
  299. package/system/index.d.ts +25 -0
  300. package/system/index.js +25 -0
  301. package/system/light.d.ts +2 -0
  302. package/system/light.js +17 -0
  303. package/system/login.d.ts +2 -0
  304. package/system/login.js +15 -0
  305. package/system/logout.d.ts +2 -0
  306. package/system/logout.js +15 -0
  307. package/system/menu-close.d.ts +2 -0
  308. package/system/menu-close.js +15 -0
  309. package/system/menu-open.d.ts +2 -0
  310. package/system/menu-open.js +15 -0
  311. package/system/menu.d.ts +2 -0
  312. package/system/menu.js +15 -0
  313. package/system/notification-unread.d.ts +2 -0
  314. package/system/notification-unread.js +15 -0
  315. package/system/notification.d.ts +2 -0
  316. package/system/notification.js +16 -0
  317. package/system/percent.d.ts +2 -0
  318. package/system/percent.js +15 -0
  319. package/system/search-history.d.ts +2 -0
  320. package/system/search-history.js +16 -0
  321. package/system/search.d.ts +2 -0
  322. package/system/search.js +15 -0
  323. package/system/sider.d.ts +2 -0
  324. package/system/sider.js +15 -0
  325. package/system/slash.d.ts +2 -0
  326. package/{slash.js → system/slash.js} +3 -3
  327. package/system/spinner.d.ts +2 -0
  328. package/system/spinner.js +15 -0
  329. package/system/user.d.ts +2 -0
  330. package/system/user.js +15 -0
  331. package/times-circle-filled.d.ts +1 -0
  332. package/times-circle-filled.js +1 -0
  333. package/times.d.ts +1 -0
  334. package/times.js +1 -0
  335. package/trash.d.ts +1 -0
  336. package/upload.d.ts +1 -0
  337. package/calendar.js +0 -17
  338. package/chevron-down.js +0 -17
  339. package/chevron-up.js +0 -17
  340. package/clock.js +0 -17
  341. package/download.js +0 -17
  342. package/edit.js +0 -15
  343. package/eye.js +0 -17
  344. package/filter.js +0 -15
  345. package/folder-open.js +0 -17
  346. package/menu-close.js +0 -15
  347. package/menu-open.js +0 -15
  348. package/menu.js +0 -15
  349. package/percent.js +0 -15
  350. package/plus.js +0 -17
  351. package/reset.js +0 -17
  352. package/search.js +0 -17
  353. package/spinner.js +0 -15
  354. package/trash.js +0 -17
  355. package/upload.js +0 -17
package/arrow/index.js ADDED
@@ -0,0 +1,25 @@
1
+ export { LongTailArrowRightIcon } from './long-tail-arrow-right.js';
2
+ export { LongTailArrowLeftIcon } from './long-tail-arrow-left.js';
3
+ export { LongTailArrowUpIcon } from './long-tail-arrow-up.js';
4
+ export { LongTailArrowDownIcon } from './long-tail-arrow-down.js';
5
+ export { ShortTailArrowRightIcon } from './short-tail-arrow-right.js';
6
+ export { ShortTailArrowLeftIcon } from './short-tail-arrow-left.js';
7
+ export { ShortTailArrowUpIcon } from './short-tail-arrow-up.js';
8
+ export { ShortTailArrowDownIcon } from './short-tail-arrow-down.js';
9
+ export { CaretRightIcon } from './caret-right.js';
10
+ export { CaretLeftIcon } from './caret-left.js';
11
+ export { CaretUpIcon } from './caret-up.js';
12
+ export { CaretDownIcon } from './caret-down.js';
13
+ export { CaretUpFlatIcon } from './caret-up-flat.js';
14
+ export { CaretDownFlatIcon } from './caret-down-flat.js';
15
+ export { CaretVerticalIcon } from './caret-vertical.js';
16
+ export { ChevronRightIcon } from './chevron-right.js';
17
+ export { ChevronLeftIcon } from './chevron-left.js';
18
+ export { ChevronUpIcon } from './chevron-up.js';
19
+ export { ChevronDownIcon } from './chevron-down.js';
20
+ export { ChevronVerticalIcon } from './chevron-vertical.js';
21
+ export { DoubleChevronRightIcon } from './double-chevron-right.js';
22
+ export { DoubleChevronLeftIcon } from './double-chevron-left.js';
23
+ export { SwitchVerticalIcon } from './switch-vertical.js';
24
+ export { ReverseLeftIcon } from './reverse-left.js';
25
+ export { ReverseRightIcon } from './reverse-right.js';
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const LongTailArrowDownIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const LongTailArrowDownIcon = {
2
+ name: 'long-tail-arrow-down',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M12.3535 9.85352L11.6465 9.14648L8.5 12.293V2H7.5V12.293L4.35352 9.14648L3.64648 9.85352L8 14.207L12.3535 9.85352Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { LongTailArrowDownIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const LongTailArrowLeftIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const LongTailArrowLeftIcon = {
2
+ name: 'long-tail-arrow-left',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M1.79297 8L6.14648 12.3535L6.85352 11.6465L3.70703 8.5H14V7.5H3.70703L6.85352 4.35352L6.14648 3.64648L1.79297 8Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { LongTailArrowLeftIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const LongTailArrowRightIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const LongTailArrowRightIcon = {
2
+ name: 'long-tail-arrow-right',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M14.207 8L9.85352 12.3535L9.14648 11.6465L12.293 8.5H2V7.5H12.293L9.14648 4.35352L9.85352 3.64648L14.207 8Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { LongTailArrowRightIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const LongTailArrowUpIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const LongTailArrowUpIcon = {
2
+ name: 'long-tail-arrow-up',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M12.3535 6.14648L11.6465 6.85352L8.5 3.70703V14H7.5V3.70703L4.35352 6.85352L3.64648 6.14648L8 1.79297L12.3535 6.14648Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { LongTailArrowUpIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ReverseLeftIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ReverseLeftIcon = {
2
+ name: 'reverse-left',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M6.53516 2.41602L4.20215 4.75H9.24219C11.5894 4.75 13.4922 6.65279 13.4922 9C13.4922 11.3472 11.5894 13.25 9.24219 13.25H3V12.25H9.24219C11.0371 12.25 12.4922 10.7949 12.4922 9C12.4922 7.20507 11.0371 5.75 9.24219 5.75H4.21191L6.53516 8.07324L5.82812 8.78027L2.29297 5.24512L2.64648 4.8916L5.82812 1.70898L6.53516 2.41602Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ReverseLeftIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ReverseRightIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ReverseRightIcon = {
2
+ name: 'reverse-right',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M9.25 2.41602L11.583 4.75H6.54297C4.19576 4.75 2.29297 6.65279 2.29297 9C2.29297 11.3472 4.19576 13.25 6.54297 13.25H12.7852V12.25H6.54297C4.74804 12.25 3.29297 10.7949 3.29297 9C3.29297 7.20507 4.74804 5.75 6.54297 5.75H11.5732L9.25 8.07324L9.95703 8.78027L13.4922 5.24512L13.1387 4.8916L9.95703 1.70898L9.25 2.41602Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ReverseRightIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ShortTailArrowDownIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ShortTailArrowDownIcon = {
2
+ name: 'short-tail-arrow-down',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8.5 2.99976V11.2927L12.1465 7.64624L12.8535 8.35327L8 13.2068L3.14648 8.35327L3.85352 7.64624L7.5 11.2927V2.99976H8.5Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ShortTailArrowDownIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ShortTailArrowLeftIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ShortTailArrowLeftIcon = {
2
+ name: 'short-tail-arrow-left',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M7.99316 3.85352L4.34668 7.5H13V8.5H4.34668L7.99316 12.1465L7.28613 12.8535L2.43262 8L7.28613 3.14648L7.99316 3.85352Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ShortTailArrowLeftIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ShortTailArrowRightIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ShortTailArrowRightIcon = {
2
+ name: 'short-tail-arrow-right',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8.00781 3.85352L11.6543 7.5H3.00098V8.5H11.6543L8.00781 12.1465L8.71484 12.8535L13.5684 8L8.71484 3.14648L8.00781 3.85352Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ShortTailArrowRightIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ShortTailArrowUpIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ShortTailArrowUpIcon = {
2
+ name: 'short-tail-arrow-up',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M12.8535 7.55298L12.1465 8.26001L8.5 4.61353V12.9065H7.5V4.61353L3.85352 8.26001L3.14648 7.55298L8 2.69946L12.8535 7.55298Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ShortTailArrowUpIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const SwitchVerticalIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const SwitchVerticalIcon = {
2
+ name: 'switch-vertical',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M5.15137 2.39355L7.95117 5.14355L7.24902 5.85645L5.30078 3.94238V13.5H4.30078V3.94141L2.34961 5.85645L2.00098 5.5L1.65039 5.14355L4.4502 2.39355L4.80078 2.04883L5.15137 2.39355ZM11.6992 2.0498V11.6084L13.6494 9.69238L14.3506 10.4053L11.5508 13.1553L11.2002 13.5L10.8496 13.1553L8.0498 10.4053L8.40039 10.0488L8.75 9.69238L10.6992 11.6064V2.0498H11.6992Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { SwitchVerticalIcon };
package/arrow-down.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ArrowDownIcon: IconDefinition;
package/arrow-down.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const ArrowDownIcon = {
2
3
  name: 'arrow-down',
3
4
  definition: {
package/arrow-left.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ArrowLeftIcon: IconDefinition;
package/arrow-left.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const ArrowLeftIcon = {
2
3
  name: 'arrow-left',
3
4
  definition: {
package/arrow-right.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ArrowRightIcon: IconDefinition;
package/arrow-right.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const ArrowRightIcon = {
2
3
  name: 'arrow-right',
3
4
  definition: {
package/arrow-up.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ArrowUpIcon: IconDefinition;
package/arrow-up.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const ArrowUpIcon = {
2
3
  name: 'arrow-up',
3
4
  definition: {
package/bell.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const BellIcon: IconDefinition;
package/bell.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const BellIcon = {
2
3
  name: 'bell',
3
4
  definition: {
package/calendar.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const CalendarIcon: IconDefinition;
package/cancel.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const CancelIcon: IconDefinition;
package/cancel.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const CancelIcon = {
2
3
  name: 'cancel',
3
4
  definition: {
package/caret-down.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const CaretDownIcon: IconDefinition;
package/caret-right.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const CaretRightIcon: IconDefinition;
package/check-bold.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const CheckBoldIcon: IconDefinition;
package/check-bold.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const CheckBoldIcon = {
2
3
  name: 'check-bold',
3
4
  definition: {
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const CheckCircleFilledIcon: IconDefinition;
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const CheckCircleFilledIcon = {
2
3
  name: 'check-circle-filled',
3
4
  definition: {
package/check.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const CheckIcon: IconDefinition;
package/check.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const CheckIcon = {
2
3
  name: 'check',
3
4
  definition: {
package/chevron-down.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ChevronDownIcon: IconDefinition;
package/chevron-left.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ChevronLeftIcon: IconDefinition;
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ChevronRightIcon: IconDefinition;
package/chevron-up.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ChevronUpIcon: IconDefinition;
package/clock.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ClockIcon: IconDefinition;
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const AlignLeftIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const AlignLeftIcon = {
2
+ name: 'align-left',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M4 3V13H3V3H4ZM11.9004 8.7002C12.7288 8.7002 13.4004 9.37177 13.4004 10.2002V10.5996C13.4004 11.428 12.7288 12.0996 11.9004 12.0996H6.90039C6.07196 12.0996 5.40039 11.428 5.40039 10.5996V10.2002C5.40039 9.37177 6.07196 8.7002 6.90039 8.7002H11.9004ZM6.40039 11.0996H12.4004V9.7002H6.40039V11.0996ZM9.90039 3.90039C10.7288 3.90039 11.4004 4.57196 11.4004 5.40039V5.7998C11.4004 6.62823 10.7288 7.2998 9.90039 7.2998H6.90039C6.07196 7.2998 5.40039 6.62823 5.40039 5.7998V5.40039C5.40039 4.57196 6.07196 3.90039 6.90039 3.90039H9.90039ZM6.40039 6.2998H10.4004V4.90039H6.40039V6.2998Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { AlignLeftIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const AlignRightIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const AlignRightIcon = {
2
+ name: 'align-right',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M12.4004 3V13H13.4004V3H12.4004ZM4.5 8.7002C3.67157 8.7002 3 9.37177 3 10.2002V10.5996C3 11.428 3.67157 12.0996 4.5 12.0996H9.5C10.3284 12.0996 11 11.428 11 10.5996V10.2002C11 9.37177 10.3284 8.7002 9.5 8.7002H4.5ZM10 11.0996H4V9.7002H10V11.0996ZM6.5 3.90039C5.67157 3.90039 5 4.57196 5 5.40039V5.7998C5 6.62823 5.67157 7.2998 6.5 7.2998H9.5C10.3284 7.2998 11 6.62823 11 5.7998V5.40039C11 4.57196 10.3284 3.90039 9.5 3.90039H6.5ZM10 6.2998H6V4.90039H10V6.2998Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { AlignRightIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const BookmarkAddIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const BookmarkAddIcon = {
2
+ name: 'bookmark-add',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 2V3H4V12.5654L8 9.89941L12 12.5654V7H13V14.4346L8 11.1006L3 14.4346V3.5C3 2.67157 3.67157 2 4.5 2H8ZM12 1.5V3H13.5V4H12V5.5H11V4H9.5V3H11V1.5H12Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { BookmarkAddIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const BookmarkAddedIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const BookmarkAddedIcon = {
2
+ name: 'bookmark-added',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 2V3H4V12.5654L8 9.89941L12 12.5654V7H13V14.4346L8 11.1006L3 14.4346V3.5C3 2.67157 3.67157 2 4.5 2H8ZM13.8535 2.85352L10.8359 5.87109L9.14648 4.18164L9.85352 3.47461L10.8359 4.45703L13.1465 2.14648L13.8535 2.85352Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { BookmarkAddedIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const BookmarkFilledIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const BookmarkFilledIcon = {
2
+ name: 'bookmark-filled',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M11.5 2C12.3284 2 13 2.67157 13 3.5V14.4346L8 11.1006L3 14.4346V3.5C3 2.67157 3.67157 2 4.5 2H11.5Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { BookmarkFilledIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const BookmarkOutlineIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const BookmarkOutlineIcon = {
2
+ name: 'bookmark-outline',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M11.5 2C12.3284 2 13 2.67157 13 3.5V14.4346L8 11.1006L3 14.4346V3.5C3 2.67157 3.67157 2 4.5 2H11.5ZM4 12.5654L8 9.89941L12 12.5654V3H4V12.5654Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { BookmarkOutlineIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const BookmarkRemoveIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const BookmarkRemoveIcon = {
2
+ name: 'bookmark-remove',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 2V3H4V12.5654L8 9.89941L12 12.5654V6H13V14.4346L8 11.1006L3 14.4346V3.5C3 2.67157 3.67157 2 4.5 2H8ZM14 3V4H10V3H14Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { BookmarkRemoveIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CodeIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const CodeIcon = {
2
+ name: 'code',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M9.44727 11.2493L12.6943 8.00317L9.44727 4.7561L10.1543 4.04907L14.1074 8.00317L10.1543 11.9563L9.44727 11.2493Z M6.55273 11.2473L3.30566 8.00122L6.55273 4.75415L5.8457 4.04712L1.89258 8.00122L5.8457 11.9543L6.55273 11.2473Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { CodeIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CopyIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const CopyIcon = {
2
+ name: 'copy',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M9.5 2C10.3284 2 11 2.67157 11 3.5V5H12.5C13.3284 5 14 5.67157 14 6.5V12.5C14 13.3284 13.3284 14 12.5 14H6.5C5.67157 14 5 13.3284 5 12.5V11H3.5C2.67157 11 2 10.3284 2 9.5V3.5C2 2.67157 2.67157 2 3.5 2H9.5ZM6 13H13V6H6V13ZM3 10H5V6.5C5 5.67157 5.67157 5 6.5 5H10V3H3V10Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { CopyIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const DownloadIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const DownloadIcon = {
2
+ name: 'download',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M2.99414 11.1011V13.0005H12.9941V11.1011H13.9941V12.5005C13.9941 13.3289 13.3226 14.0005 12.4941 14.0005H3.49414C2.66571 14.0005 1.99414 13.3289 1.99414 12.5005V11.1011H2.99414ZM8.49902 1.99951V8.54248L11.6455 5.396L12.3535 6.104L8 10.4575L7.64551 10.104L3.64551 6.104L4 5.75049L4.35352 5.396L7.49902 8.5415L7.5 1.99951H8.49902Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { DownloadIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const EditIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const EditIcon = {
2
+ name: 'edit',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M12.994 3.47915C13.5798 4.06494 13.5798 5.01469 12.994 5.60047L4.92773 13.6668L2.10156 13.6648L2.09961 10.8386L10.1659 2.77235C10.7517 2.18656 11.7014 2.18656 12.2872 2.77235L12.994 3.47915ZM13.8996 12.6668V13.6668H8.89961V12.6668H13.8996ZM3.09961 11.2517L3.10059 12.6648L4.51367 12.6658L10.5156 6.66481L9.10156 5.25075L3.09961 11.2517ZM9.80859 4.54372L11.2227 5.95778L12.6406 4.53981L11.2266 3.12575L9.80859 4.54372Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { EditIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const FileAttachmentIcon: IconDefinition;