@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,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CheckedFilledIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const CheckedFilledIcon = {
2
+ name: 'checked-filled',
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.10938 8.99023L5.65918 7.54004L4.95215 8.24707L7.10938 10.4043L11.0596 6.4541L10.3525 5.74707L7.10938 8.99023Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { CheckedFilledIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CheckedOutlineIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const CheckedOutlineIcon = {
2
+ name: 'checked-outline',
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 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3ZM11.0596 6.4541L7.10938 10.4043L4.95215 8.24707L5.65918 7.54004L7.10938 8.99023L10.3525 5.74707L11.0596 6.4541Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { CheckedOutlineIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const DangerousFilledIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const DangerousFilledIcon = {
2
+ name: 'dangerous-filled',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 8.70703L6.35352 10.3535L5.64648 9.64648L7.29297 8L5.64648 6.35352L6.35352 5.64648L8 7.29297L9.64648 5.64648L10.3535 6.35352L8.70703 8L10.3535 9.64648L9.64648 10.3535L8 8.70703Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { DangerousFilledIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const DangerousOutlineIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const DangerousOutlineIcon = {
2
+ name: 'dangerous-outline',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 13C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13ZM10.3535 9.64648L8.70703 8L10.3535 6.35352L9.64648 5.64648L8 7.29297L6.35352 5.64648L5.64648 6.35352L7.29297 8L5.64648 9.64648L6.35352 10.3535L8 8.70703L9.64648 10.3535L10.3535 9.64648Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { DangerousOutlineIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ErrorFilledIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ErrorFilledIcon = {
2
+ name: 'error-filled',
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 10.0996C7.6273 10.0997 7.3252 10.4027 7.3252 10.7754C7.32541 11.1479 7.62743 11.4501 8 11.4502C8.37266 11.4502 8.67459 11.148 8.6748 10.7754C8.6748 10.4026 8.37279 10.0996 8 10.0996ZM7.5 9H8.5V4.75H7.5V9Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ErrorFilledIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ErrorOutlineIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ErrorOutlineIcon = {
2
+ name: 'error-outline',
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 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3ZM8 10.0996C8.37279 10.0996 8.6748 10.4026 8.6748 10.7754C8.67459 11.148 8.37266 11.4502 8 11.4502C7.62743 11.4501 7.32541 11.1479 7.3252 10.7754C7.3252 10.4027 7.6273 10.0997 8 10.0996ZM8.5 9H7.5V4.75H8.5V9Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ErrorOutlineIcon };
@@ -0,0 +1,12 @@
1
+ export { CheckedFilledIcon } from './checked-filled';
2
+ export { CheckedOutlineIcon } from './checked-outline';
3
+ export { ErrorFilledIcon } from './error-filled';
4
+ export { ErrorOutlineIcon } from './error-outline';
5
+ export { WarningFilledIcon } from './warning-filled';
6
+ export { WarningOutlineIcon } from './warning-outline';
7
+ export { InfoFilledIcon } from './info-filled';
8
+ export { InfoOutlineIcon } from './info-outline';
9
+ export { DangerousFilledIcon } from './dangerous-filled';
10
+ export { DangerousOutlineIcon } from './dangerous-outline';
11
+ export { QuestionFilledIcon } from './question-filled';
12
+ export { QuestionOutlineIcon } from './question-outline';
package/alert/index.js ADDED
@@ -0,0 +1,12 @@
1
+ export { CheckedFilledIcon } from './checked-filled.js';
2
+ export { CheckedOutlineIcon } from './checked-outline.js';
3
+ export { ErrorFilledIcon } from './error-filled.js';
4
+ export { ErrorOutlineIcon } from './error-outline.js';
5
+ export { WarningFilledIcon } from './warning-filled.js';
6
+ export { WarningOutlineIcon } from './warning-outline.js';
7
+ export { InfoFilledIcon } from './info-filled.js';
8
+ export { InfoOutlineIcon } from './info-outline.js';
9
+ export { DangerousFilledIcon } from './dangerous-filled.js';
10
+ export { DangerousOutlineIcon } from './dangerous-outline.js';
11
+ export { QuestionFilledIcon } from './question-filled.js';
12
+ export { QuestionOutlineIcon } from './question-outline.js';
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const InfoFilledIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const InfoFilledIcon = {
2
+ name: 'info-filled',
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.5 11.4502H8.5V7.2002H7.5V11.4502ZM8 4.75C7.6274 4.75011 7.32535 5.05221 7.3252 5.4248C7.3252 5.79753 7.6273 6.10048 8 6.10059C8.37279 6.10059 8.6748 5.7976 8.6748 5.4248C8.67465 5.05215 8.37269 4.75 8 4.75Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { InfoFilledIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const InfoOutlineIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const InfoOutlineIcon = {
2
+ name: 'info-outline',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 13C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13ZM8 5.90039C8.37279 5.90039 8.6748 5.5974 8.6748 5.22461C8.67459 4.852 8.37266 4.5498 8 4.5498C7.62743 4.54991 7.32541 4.85206 7.3252 5.22461C7.3252 5.59734 7.6273 5.90028 8 5.90039ZM8.5 7H7.5V11.25H8.5V7Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { InfoOutlineIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const QuestionFilledIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const QuestionFilledIcon = {
2
+ name: 'question-filled',
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.99609 10C7.80452 10 7.64731 10.0607 7.52539 10.1826C7.38604 10.3046 7.3252 10.4617 7.3252 10.6533C7.32522 10.8449 7.38606 11.0021 7.52539 11.124C7.6473 11.2459 7.80457 11.3154 7.99609 11.3154C8.18759 11.3154 8.3441 11.2537 8.4834 11.1318C8.60524 11.0099 8.67478 10.8448 8.6748 10.6533C8.6748 10.4617 8.60533 10.3046 8.4834 10.1826C8.35285 10.0609 8.18748 10.0001 7.99609 10ZM8.09082 4.76562C7.48005 4.76562 7.00139 4.93948 6.64648 5.28613C6.28343 5.63272 6.11041 6.11109 6.11035 6.72168H7.05078C7.05082 6.36716 7.11676 6.09504 7.25684 5.90527C7.42191 5.68243 7.6783 5.5752 8.0332 5.5752C8.3137 5.57524 8.53659 5.64891 8.69336 5.80566C8.84185 5.96241 8.92473 6.17703 8.9248 6.44922C8.9248 6.65552 8.84967 6.85361 8.70117 7.03516L8.60254 7.15137C8.06616 7.62998 7.74406 7.97638 7.63672 8.19922C7.52122 8.42197 7.47172 8.69435 7.47168 9.00781V9.12402H8.4209V9.00781C8.42096 8.80997 8.46251 8.62877 8.54492 8.46387C8.6192 8.3153 8.72644 8.17414 8.875 8.05859C9.27098 7.71211 9.5107 7.48974 9.58496 7.40723C9.78303 7.14312 9.88965 6.80427 9.88965 6.3916C9.8896 5.88824 9.72463 5.49196 9.39453 5.20312C9.06443 4.90616 8.62713 4.76564 8.09082 4.76562Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { QuestionFilledIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const QuestionOutlineIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const QuestionOutlineIcon = {
2
+ name: 'question-outline',
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 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3ZM7.99609 10C8.18748 10.0001 8.35285 10.0609 8.4834 10.1826C8.60533 10.3046 8.6748 10.4617 8.6748 10.6533C8.67478 10.8448 8.60524 11.0099 8.4834 11.1318C8.3441 11.2537 8.18759 11.3154 7.99609 11.3154C7.80457 11.3154 7.6473 11.2459 7.52539 11.124C7.38606 11.0021 7.32522 10.8449 7.3252 10.6533C7.3252 10.4617 7.38604 10.3046 7.52539 10.1826C7.64731 10.0607 7.80452 10 7.99609 10ZM8.09082 4.76562C8.62713 4.76564 9.06443 4.90616 9.39453 5.20312C9.72463 5.49196 9.8896 5.88824 9.88965 6.3916C9.88965 6.80427 9.78303 7.14312 9.58496 7.40723C9.5107 7.48974 9.27098 7.71211 8.875 8.05859C8.72644 8.17414 8.6192 8.3153 8.54492 8.46387C8.46251 8.62877 8.42096 8.80997 8.4209 9.00781V9.12402H7.47168V9.00781C7.47172 8.69435 7.52122 8.42197 7.63672 8.19922C7.74406 7.97638 8.06616 7.62998 8.60254 7.15137L8.70117 7.03516C8.84967 6.85361 8.9248 6.65552 8.9248 6.44922C8.92473 6.17703 8.84185 5.96241 8.69336 5.80566C8.53659 5.64891 8.3137 5.57524 8.0332 5.5752C7.6783 5.5752 7.42191 5.68243 7.25684 5.90527C7.11676 6.09504 7.05082 6.36716 7.05078 6.72168H6.11035C6.11041 6.11109 6.28343 5.63272 6.64648 5.28613C7.00139 4.93948 7.48005 4.76562 8.09082 4.76562Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { QuestionOutlineIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const WarningFilledIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const WarningFilledIcon = {
2
+ name: 'warning-filled',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M13.932 11.6396C14.4441 12.5062 13.8194 13.6009 12.8128 13.6009H3.18772C2.18112 13.6009 1.55642 12.5062 2.06854 11.6396L6.8811 3.4958C7.38428 2.6443 8.61628 2.64431 9.11947 3.4958L13.932 11.6396ZM8.00028 10.1517C7.62758 10.1518 7.32548 10.4538 7.32548 10.8265C7.32563 11.1991 7.62768 11.5012 8.00028 11.5013C8.37298 11.5013 8.67493 11.1992 8.67509 10.8265C8.67509 10.4537 8.37307 10.1517 8.00028 10.1517ZM7.50028 9.35192H8.50028V6.35192H7.50028V9.35192Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { WarningFilledIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const WarningOutlineIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const WarningOutlineIcon = {
2
+ name: 'warning-outline',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M13.9322 11.6387C14.4443 12.5053 13.8196 13.6001 12.813 13.6001H3.18772C2.18114 13.6001 1.55644 12.5053 2.06852 11.6387L6.88117 3.49413C7.38435 2.64258 8.6164 2.64258 9.11958 3.49413L13.9322 11.6387ZM2.66248 12.6001H13.3392L8.00038 3.5649L2.66248 12.6001ZM8.00038 10.1499C8.37304 10.1499 8.67497 10.4521 8.67518 10.8247C8.67518 11.1975 8.37317 11.5004 8.00038 11.5004C7.62767 11.5003 7.32557 11.1974 7.32557 10.8247C7.32578 10.4521 7.6278 10.15 8.00038 10.1499ZM8.50038 9.35006H7.50038V6.35006H8.50038V9.35006Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { WarningOutlineIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CaretDownFlatIcon: IconDefinition;
@@ -0,0 +1,17 @@
1
+ const CaretDownFlatIcon = {
2
+ name: 'caret-down-flat',
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: 'M4.25 5.19995L8 9.49995L11.75 5.19995L4.25 5.19995Z',
13
+ },
14
+ },
15
+ };
16
+
17
+ export { CaretDownFlatIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CaretDownIcon: IconDefinition;
@@ -2,12 +2,14 @@ const CaretDownIcon = {
2
2
  name: 'caret-down',
3
3
  definition: {
4
4
  svg: {
5
- viewBox: '0 0 24 24',
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
6
7
  },
7
8
  path: {
8
9
  fill: 'currentColor',
9
10
  fillRule: 'evenodd',
10
- d: 'M18 8.50111L6 8.5L11.9991 17.5L18 8.50111Z',
11
+ clipRule: 'evenodd',
12
+ d: 'M3.5 4.5L8 11.5L12.5 4.5L3.5 4.5Z',
11
13
  },
12
14
  },
13
15
  };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CaretLeftIcon: IconDefinition;
@@ -0,0 +1,17 @@
1
+ const CaretLeftIcon = {
2
+ name: 'caret-left',
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: 'M11 3.5L4 8L11 12.5V3.5Z',
13
+ },
14
+ },
15
+ };
16
+
17
+ export { CaretLeftIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CaretRightIcon: IconDefinition;
@@ -2,14 +2,14 @@ const CaretRightIcon = {
2
2
  name: 'caret-right',
3
3
  definition: {
4
4
  svg: {
5
- viewBox: '0 0 24 24',
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
6
7
  },
7
8
  path: {
8
9
  fill: 'currentColor',
9
10
  fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M8.501 6L8.5 18l9-5.999z',
11
+ clipRule: 'evenodd',
12
+ d: 'M5 3.5L12 8L5 12.5V3.5Z',
13
13
  },
14
14
  },
15
15
  };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CaretUpFlatIcon: IconDefinition;
@@ -0,0 +1,17 @@
1
+ const CaretUpFlatIcon = {
2
+ name: 'caret-up-flat',
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: 'M4.25 10.8L8 6.50005L11.75 10.8L4.25 10.8Z',
13
+ },
14
+ },
15
+ };
16
+
17
+ export { CaretUpFlatIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CaretUpIcon: IconDefinition;
@@ -0,0 +1,17 @@
1
+ const CaretUpIcon = {
2
+ name: 'caret-up',
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: 'M3.5 11.5L8 4.5L12.5 11.5L3.5 11.5Z',
13
+ },
14
+ },
15
+ };
16
+
17
+ export { CaretUpIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const CaretVerticalIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const CaretVerticalIcon = {
2
+ name: 'caret-vertical',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M11.2002 9.1499L8 12.9497L4.7998 9.1499H11.2002ZM11.2002 6.8501H4.7998L8 3.05029L11.2002 6.8501Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { CaretVerticalIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ChevronDownIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ChevronDownIcon = {
2
+ name: 'chevron-down',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M12.1465 5.64648L8 9.79297L3.85352 5.64648L3.14648 6.35352L8 11.207L12.8535 6.35352L12.1465 5.64648Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ChevronDownIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ChevronLeftIcon: IconDefinition;
@@ -2,12 +2,12 @@ const ChevronLeftIcon = {
2
2
  name: 'chevron-left',
3
3
  definition: {
4
4
  svg: {
5
- viewBox: '0 0 24 24',
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
6
7
  },
7
8
  path: {
8
9
  fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M8 12l7.02-7 .98.976v.002L9.959 12 16 18.026l-.979.974h-.002z',
10
+ d: 'M10.3535 3.85352L6.20703 8L10.3535 12.1465L9.64648 12.8535L4.79297 8L9.64648 3.14648L10.3535 3.85352Z',
11
11
  },
12
12
  },
13
13
  };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ChevronRightIcon: IconDefinition;
@@ -2,12 +2,12 @@ const ChevronRightIcon = {
2
2
  name: 'chevron-right',
3
3
  definition: {
4
4
  svg: {
5
- viewBox: '0 0 24 24',
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
6
7
  },
7
8
  path: {
8
9
  fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M16 12L8.98 5 8 5.976v.002L14.041 12 8 18.026l.979.974h.002z',
10
+ d: 'M5.64648 3.85352L9.79297 8L5.64648 12.1465L6.35352 12.8535L11.207 8L6.35352 3.14648L5.64648 3.85352Z',
11
11
  },
12
12
  },
13
13
  };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ChevronUpIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ChevronUpIcon = {
2
+ name: 'chevron-up',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M12.1465 10.3535L8 6.20703L3.85352 10.3535L3.14648 9.64648L8 4.79297L12.8535 9.64648L12.1465 10.3535Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ChevronUpIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ChevronVerticalIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ChevronVerticalIcon = {
2
+ name: 'chevron-vertical',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M11.9521 9.65381L7.99805 13.6069L4.04492 9.65381L4.75195 8.94678L7.99805 12.1929L11.2451 8.94678L11.9521 9.65381ZM11.9541 6.34619L11.2471 7.05322L8 3.80615L4.75391 7.05322L4.04688 6.34619L8 2.39307L11.9541 6.34619Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ChevronVerticalIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const DoubleChevronLeftIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const DoubleChevronLeftIcon = {
2
+ name: 'double-chevron-left',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M3.3252 7.6582L3.00586 8L3.3252 8.34082L7.65039 12.9717L8.01562 12.6299L8.38086 12.2891L4.37402 7.99902L8.38086 3.70996L7.65039 3.02832L3.3252 7.6582ZM7.65039 7.65918L7.33203 8L7.65039 8.34082L11.8477 12.8408L12.2139 12.5L12.5791 12.1592L8.69824 8L12.5791 3.84082L12.2139 3.5L11.8477 3.15918L7.65039 7.65918Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { DoubleChevronLeftIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const DoubleChevronRightIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const DoubleChevronRightIcon = {
2
+ name: 'double-chevron-right',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M12.6875 7.6582L13.0068 8L12.6875 8.34082L8.3623 12.9717L7.99707 12.6299L7.63184 12.2891L11.6387 7.99902L7.63184 3.70996L8.3623 3.02832L12.6875 7.6582ZM8.3623 7.65918L8.68066 8L8.3623 8.34082L4.16504 12.8408L3.79883 12.5L3.43359 12.1592L7.31445 8L3.43359 3.84082L3.79883 3.5L4.16504 3.15918L8.3623 7.65918Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { DoubleChevronRightIcon };
@@ -0,0 +1,25 @@
1
+ export { LongTailArrowRightIcon } from './long-tail-arrow-right';
2
+ export { LongTailArrowLeftIcon } from './long-tail-arrow-left';
3
+ export { LongTailArrowUpIcon } from './long-tail-arrow-up';
4
+ export { LongTailArrowDownIcon } from './long-tail-arrow-down';
5
+ export { ShortTailArrowRightIcon } from './short-tail-arrow-right';
6
+ export { ShortTailArrowLeftIcon } from './short-tail-arrow-left';
7
+ export { ShortTailArrowUpIcon } from './short-tail-arrow-up';
8
+ export { ShortTailArrowDownIcon } from './short-tail-arrow-down';
9
+ export { CaretRightIcon } from './caret-right';
10
+ export { CaretLeftIcon } from './caret-left';
11
+ export { CaretUpIcon } from './caret-up';
12
+ export { CaretDownIcon } from './caret-down';
13
+ export { CaretUpFlatIcon } from './caret-up-flat';
14
+ export { CaretDownFlatIcon } from './caret-down-flat';
15
+ export { CaretVerticalIcon } from './caret-vertical';
16
+ export { ChevronRightIcon } from './chevron-right';
17
+ export { ChevronLeftIcon } from './chevron-left';
18
+ export { ChevronUpIcon } from './chevron-up';
19
+ export { ChevronDownIcon } from './chevron-down';
20
+ export { ChevronVerticalIcon } from './chevron-vertical';
21
+ export { DoubleChevronRightIcon } from './double-chevron-right';
22
+ export { DoubleChevronLeftIcon } from './double-chevron-left';
23
+ export { SwitchVerticalIcon } from './switch-vertical';
24
+ export { ReverseLeftIcon } from './reverse-left';
25
+ export { ReverseRightIcon } from './reverse-right';