@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 MaximizeIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const MaximizeIcon = {
2
+ name: 'maximize',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M3.5 10V12.5H6V13.5H4C3.17157 13.5 2.5 12.8284 2.5 12V10H3.5ZM13.5 10V12C13.5 12.8284 12.8284 13.5 12 13.5H10V12.5H12.5V10H13.5ZM6 2.5V3.5H3.5V6H2.5V4C2.5 3.17157 3.17157 2.5 4 2.5H6ZM12 2.5C12.8284 2.5 13.5 3.17157 13.5 4V6H12.5V3.5H10V2.5H12Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { MaximizeIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const MinimizeIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const MinimizeIcon = {
2
+ name: 'minimize',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M4.5 10C5.32843 10 6 10.6716 6 11.5V13.5H5V11H2.5V10H4.5ZM13.5 10V11H11V13.5H10V11.5C10 10.6716 10.6716 10 11.5 10H13.5ZM6 2.5V4.5C6 5.32843 5.32843 6 4.5 6H2.5V5H5V2.5H6ZM11 2.5V5H13.5V6H11.5C10.6716 6 10 5.32843 10 4.5V2.5H11Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { MinimizeIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const MinusIcon: IconDefinition;
@@ -2,12 +2,12 @@ const MinusIcon = {
2
2
  name: 'minus',
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: 'M5,11.25h14v1.5h-14Z',
10
+ d: 'M13 7.5V8.5H3V7.5H13Z',
11
11
  },
12
12
  },
13
13
  };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const PinFilledIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const PinFilledIcon = {
2
+ name: 'pin-filled',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M13.7141 5.04192C14.4179 5.74574 14.2536 6.9273 13.3845 7.41239L11.4168 8.51059L10.8766 11.4083C10.6554 12.5948 9.19481 13.0475 8.34137 12.1941L6.53544 10.3882L3.95906 12.9645L3.25195 12.2574L5.82834 9.68105L4.02276 7.87547C3.16939 7.0221 3.62193 5.5616 4.80832 5.34026L7.7059 4.79966L8.8041 2.832C9.28919 1.96286 10.4708 1.79856 11.1746 2.50237L13.7141 5.04192Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { PinFilledIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const PinIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const PinIcon = {
2
+ name: 'pin',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M13.7131 5.04204C14.417 5.74586 14.2527 6.92742 13.3835 7.41251L11.4158 8.51071L10.8756 11.4084C10.6544 12.5949 9.19383 13.0476 8.34039 12.1942L6.53447 10.3883L3.95808 12.9647L3.25098 12.2576L5.82736 9.68117L4.02179 7.8756C3.16841 7.02222 3.62096 5.56172 4.80734 5.34038L7.70492 4.79978L8.80313 2.83212C9.28821 1.96298 10.4698 1.79868 11.1736 2.5025L13.7131 5.04204ZM8.46313 5.4917L8.34919 5.69679L4.05752 6.49712L9.71921 12.1588L10.5188 7.86645L10.7239 7.75251L13.4736 6.21676L9.99887 2.74199L8.46313 5.4917Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { PinIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const PlusIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const PlusIcon = {
2
+ name: 'plus',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8.5 7.5H13V8.5H8.5V13H7.5V8.5H3V7.5H7.5V3H8.5V7.5Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { PlusIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const RefreshCcwIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const RefreshCcwIcon = {
2
+ name: 'refresh-ccw',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M3 8C3 10.7614 5.23859 13 8 13C9.37635 13 10.6217 12.4441 11.5264 11.5439C11.8649 11.2071 12.1545 10.822 12.3857 10.4004H9.89941V9.40039H14V13.5H13V11.3164C12.7756 11.6541 12.5186 11.9681 12.2324 12.2529C11.148 13.3319 9.6513 14 8 14C4.6863 14 2 11.3137 2 8H3ZM8 2C11.3136 2.00012 14 4.68637 14 8H13C13 5.23865 10.7613 3.00012 8 3C6.62365 3 5.37731 3.5559 4.47266 4.45605C4.13432 4.7928 3.84543 5.17823 3.61426 5.59961H6.09961V6.59961H2V2.5H3V4.68262C3.22432 4.34515 3.4816 4.03167 3.76758 3.74707C4.85197 2.66807 6.3487 2 8 2Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { RefreshCcwIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const RefreshCwIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const RefreshCwIcon = {
2
+ name: 'refresh-cw',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8 3C10.7614 3 13 5.23859 13 8C13 9.37635 12.4441 10.6217 11.5439 11.5264C11.2071 11.8649 10.822 12.1545 10.4004 12.3857V9.89941H9.40039V14H13.5V13H11.3164C11.6541 12.7756 11.9681 12.5186 12.2529 12.2324C13.3319 11.148 14 9.6513 14 8C14 4.6863 11.3137 2 8 2V3ZM2 8C2.00012 11.3136 4.68637 14 8 14V13C5.23865 13 3.00012 10.7613 3 8C3 6.62365 3.5559 5.37731 4.45605 4.47266C4.7928 4.13432 5.17823 3.84543 5.59961 3.61426V6.09961H6.59961V2H2.5V3H4.68262C4.34515 3.22432 4.03167 3.4816 3.74707 3.76758C2.66807 4.85197 2 6.3487 2 8Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { RefreshCwIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ResetIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ResetIcon = {
2
+ name: 'reset',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M2 2.5V6.59961H6.09961V5.59961H3V2.5H2ZM12.999 8C12.999 5.23858 10.7604 3 7.99902 3C6.62278 3.00007 5.37725 3.55596 4.47266 4.45605C3.98069 4.94563 3.58984 5.53662 3.33496 6.19434L2.40234 5.83301C2.70864 5.04259 3.178 4.33372 3.76758 3.74707C4.85192 2.66812 6.34783 2.00007 7.99902 2C11.3127 2 13.999 4.68629 13.999 8C13.999 11.3137 11.3127 14 7.99902 14C5.07508 13.9999 2.64043 11.9088 2.10742 9.14062L3.08984 8.95117C3.53392 11.2574 5.56345 12.9999 7.99902 13C10.7604 13 12.999 10.7614 12.999 8Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ResetIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ResizeHandleIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ResizeHandleIcon = {
2
+ name: 'resize-handle',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M13.3535 3.35352L3.35352 13.3535L2.64648 12.6465L12.6465 2.64648L13.3535 3.35352ZM13.3535 9.35352L9.35352 13.3535L8.64648 12.6465L12.6465 8.64648L13.3535 9.35352Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ResizeHandleIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const SettingIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const SettingIcon = {
2
+ name: 'setting',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M6 8.5C7.20949 8.5 8.21858 9.35886 8.4502 10.5H14V11.5H8.4502C8.21858 12.6411 7.20949 13.5 6 13.5C4.79051 13.5 3.78142 12.6411 3.5498 11.5H2V10.5H3.5498C3.78142 9.35886 4.79051 8.5 6 8.5ZM6 9.5C5.17157 9.5 4.5 10.1716 4.5 11C4.5 11.8284 5.17157 12.5 6 12.5C6.82843 12.5 7.5 11.8284 7.5 11C7.5 10.1716 6.82843 9.5 6 9.5ZM10 2.5C11.2095 2.5 12.2186 3.35886 12.4502 4.5H14V5.5H12.4502C12.2186 6.64114 11.2095 7.5 10 7.5C8.79051 7.5 7.78142 6.64114 7.5498 5.5H2V4.5H7.5498C7.78142 3.35886 8.79051 2.5 10 2.5ZM10 3.5C9.17157 3.5 8.5 4.17157 8.5 5C8.5 5.82843 9.17157 6.5 10 6.5C10.8284 6.5 11.5 5.82843 11.5 5C11.5 4.17157 10.8284 3.5 10 3.5Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { SettingIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const TrashIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const TrashIcon = {
2
+ name: 'trash',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M13.5 3.5V4.5H12.7861V13C12.7861 13.8284 12.1146 14.5 11.2861 14.5H4.71484C3.88642 14.5 3.21484 13.8284 3.21484 13V4.5H2.5V3.5H13.5ZM4.21484 13.5H11.7861V4.5H4.21484V13.5ZM7.10059 6.8V11.2H6.10059V6.8H7.10059ZM9.90039 6.8V11.2H8.90039V6.8H9.90039ZM10 1.5V2.5H6V1.5H10Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { TrashIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const UnlockIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const UnlockIcon = {
2
+ name: 'unlock',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M8.00195 2.00488C9.38245 2.00488 10.5016 3.12446 10.502 4.50488V4.67676H9.50195V4.50488C9.50161 3.67675 8.83017 3.00488 8.00195 3.00488C7.17374 3.00488 6.5023 3.67675 6.50195 4.50488V5.62695H11.8008C12.6292 5.62695 13.3008 6.29853 13.3008 7.12695V12.4951C13.3008 13.3235 12.6292 13.9951 11.8008 13.9951H4.20117C3.37274 13.9951 2.70117 13.3235 2.70117 12.4951V7.12695C2.70117 6.29853 3.37274 5.62695 4.20117 5.62695H5.50195V4.50488C5.5023 3.12446 6.62145 2.00488 8.00195 2.00488ZM3.70117 12.9951H12.3008V6.62695H3.70117V12.9951ZM8.00098 9.01074C8.44274 9.01074 8.80068 9.36881 8.80078 9.81055C8.80078 10.2524 8.4428 10.6104 8.00098 10.6104C7.55924 10.6102 7.20117 10.2523 7.20117 9.81055C7.20128 9.36887 7.5593 9.01085 8.00098 9.01074Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { UnlockIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ZoomInIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ZoomInIcon = {
2
+ name: 'zoom-in',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M3.78567 3.78659C5.74433 1.82834 8.90775 1.83868 10.856 3.78659C12.6875 5.61813 12.7986 8.52461 11.1919 10.4868L13.6763 12.9712L12.9693 13.6782L10.4849 11.1938C8.51567 12.8087 5.61706 12.6891 3.78567 10.8579C1.83681 8.90902 1.83473 5.73752 3.78567 3.78659ZM10.1489 4.49362C8.58993 2.93492 6.05952 2.92721 4.4927 4.49362C2.93255 6.05377 2.9341 8.59225 4.4927 10.1508C6.05355 11.7115 8.58113 11.7186 10.1489 10.1508C11.7084 8.59141 11.7092 6.05383 10.1489 4.49362ZM7.82082 5.32272V6.82174H9.32082V7.82174H7.82082V9.32272H6.82082V7.82174H5.32082V6.82174H6.82082V5.32272H7.82082Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ZoomInIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const ZoomOutIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const ZoomOutIcon = {
2
+ name: 'zoom-out',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M3.78567 3.78659C5.74433 1.82834 8.90775 1.83868 10.856 3.78659C12.6875 5.61813 12.7986 8.52461 11.1919 10.4868L13.6773 12.9712L13.3238 13.3247L12.9693 13.6782L10.4849 11.1938C8.51567 12.8087 5.61706 12.6891 3.78567 10.8579C1.83681 8.90902 1.83473 5.73752 3.78567 3.78659ZM10.1489 4.49362C8.58993 2.93492 6.05952 2.92721 4.4927 4.49362C2.93255 6.05377 2.9341 8.59225 4.4927 10.1508C6.05355 11.7115 8.58113 11.7186 10.1489 10.1508C11.7084 8.59141 11.7092 6.05383 10.1489 4.49362ZM9.32082 6.82272V7.82272H5.32082V6.82272H9.32082Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { ZoomOutIcon };
package/doc.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const DocIcon: IconDefinition;
package/doc.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const DocIcon = {
2
3
  name: 'doc',
3
4
  definition: {
package/dollar.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const DollarIcon: IconDefinition;
package/dollar.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const DollarIcon = {
2
3
  name: 'dollar',
3
4
  definition: {
package/download.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const DownloadIcon: IconDefinition;
package/drag.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const DragIcon: IconDefinition;
package/drag.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const DragIcon = {
2
3
  name: 'drag',
3
4
  definition: {
package/edit.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const EditIcon: IconDefinition;
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const ExclamationCircleFilledIcon: IconDefinition;
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const ExclamationCircleFilledIcon = {
2
3
  name: 'exclamation-circle-filled',
3
4
  definition: {
package/eye-close.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const EyeCloseIcon: IconDefinition;
package/eye-close.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const EyeCloseIcon = {
2
3
  name: 'eye-close',
3
4
  definition: {
package/eye-slash.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const EyeSlashIcon: IconDefinition;
package/eye-slash.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const EyeSlashIcon = {
2
3
  name: 'eye-slash',
3
4
  definition: {
package/eye.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const EyeIcon: IconDefinition;
package/filter.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const FilterIcon: IconDefinition;
package/folder-open.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const FolderOpenIcon: IconDefinition;
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const HelpCircleFilledIcon: IconDefinition;
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const HelpCircleFilledIcon = {
2
3
  name: 'help-circle-filled',
3
4
  definition: {