@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,16 @@
1
+ const NotificationIcon = {
2
+ name: 'notification',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ fillRule: 'evenodd',
11
+ d: 'M10.0508 12.8503C8.9204 13.9804 7.08083 13.9817 5.94922 12.8503L6.65625 12.1423C7.39715 12.8832 8.60356 12.8825 9.34375 12.1423L10.0508 12.8503ZM8 2.30151C10.0434 2.30162 11.7002 3.95832 11.7002 6.00171V8.26636C11.7002 8.27343 11.7019 8.28053 11.7051 8.28687L13.4082 11.7019H2.5918L4.29492 8.28687C4.29808 8.28051 4.29977 8.27345 4.2998 8.26636V6.00171C4.2998 3.95828 5.95658 2.30156 8 2.30151ZM8 3.30151C6.50887 3.30156 5.2998 4.51057 5.2998 6.00171V8.26636C5.29977 8.42826 5.26263 8.58825 5.19043 8.73315L4.20801 10.7019H11.792L10.8105 8.73315C10.7382 8.58816 10.7002 8.42838 10.7002 8.26636V6.00171C10.7002 4.51061 9.49108 3.30162 8 3.30151Z',
12
+ },
13
+ },
14
+ };
15
+
16
+ export { NotificationIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const PercentIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const PercentIcon = {
2
+ name: 'percent',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M12.3906 3.3125L4.39062 13.3125L3.60938 12.6875L11.6094 2.6875L12.3906 3.3125ZM11 9C12.1046 9 13 9.89543 13 11C13 12.1046 12.1046 13 11 13C9.89543 13 9 12.1046 9 11C9 9.89543 9.89543 9 11 9ZM11 10C10.4477 10 10 10.4477 10 11C10 11.5523 10.4477 12 11 12C11.5523 12 12 11.5523 12 11C12 10.4477 11.5523 10 11 10ZM5 3C6.10457 3 7 3.89543 7 5C7 6.10457 6.10457 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3ZM5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6C5.55228 6 6 5.55228 6 5C6 4.44772 5.55228 4 5 4Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { PercentIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const SearchHistoryIcon: IconDefinition;
@@ -0,0 +1,16 @@
1
+ const SearchHistoryIcon = {
2
+ name: 'search-history',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ fillRule: 'evenodd',
11
+ d: 'M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C5.07608 13.9999 2.64143 11.9087 2.1084 9.14062L3.09082 8.95117C3.53492 11.2574 5.56445 12.9999 8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3C6.62375 3.00007 5.37823 3.55596 4.47363 4.45605C4.13521 4.79284 3.84563 5.17814 3.61426 5.59961H6.10059V6.59961H2.00098V2.5H3.00098V4.68262C3.22548 4.34523 3.48261 4.0316 3.76855 3.74707C4.8529 2.66812 6.3488 2.00007 8 2ZM8.2998 8.15039H11.25V9.15039H7.2998V5.2002H8.2998V8.15039Z',
12
+ },
13
+ },
14
+ };
15
+
16
+ export { SearchHistoryIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const SearchIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const SearchIcon = {
2
+ name: 'search',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M3.78613 3.78638C5.74477 1.82822 8.90823 1.83859 10.8564 3.78638C12.688 5.61789 12.799 8.5244 11.1924 10.4866L13.6777 12.9709L12.9697 13.678L10.4854 11.1936C8.5161 12.8086 5.61754 12.689 3.78613 10.8577C1.83728 8.90881 1.8352 5.73731 3.78613 3.78638ZM10.1494 4.49438C8.59029 2.93526 6.06006 2.92749 4.49316 4.49438C2.93306 6.05454 2.93458 8.59206 4.49316 10.1506C6.05403 11.7114 8.58157 11.7184 10.1494 10.1506C11.7088 8.59123 11.7095 6.05461 10.1494 4.49438Z M3.78465 3.7866C5.74338 1.82799 8.90764 1.83837 10.8559 3.7866C12.6874 5.61808 12.7984 8.52462 11.1919 10.4868L13.6763 12.9712L12.9692 13.6782L10.4848 11.1938C8.51556 12.809 5.61612 12.6894 3.78465 10.8579C1.83587 8.90903 1.83374 5.73752 3.78465 3.7866ZM10.1489 4.49363C8.58982 2.93461 6.05857 2.92686 4.49169 4.49363C2.93156 6.05376 2.93316 8.59226 4.49169 10.1509C6.05256 11.7117 8.58104 11.7187 10.1489 10.1509C11.7082 8.59141 11.7091 6.05381 10.1489 4.49363Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { SearchIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const SiderIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const SiderIcon = {
2
+ name: 'sider',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M13.4502 11.9502C13.4502 12.7786 12.7786 13.4502 11.9502 13.4502H4.0498C3.22138 13.4502 2.5498 12.7786 2.5498 11.9502V4.0498C2.5498 3.22138 3.22138 2.5498 4.0498 2.5498H11.9502C12.7786 2.5498 13.4502 3.22138 13.4502 4.0498V11.9502ZM6 12.4502H12.4502V3.5498H6V12.4502ZM3.5498 12.4502H5V3.5498H3.5498V12.4502Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { SiderIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const SlashIcon: IconDefinition;
@@ -2,12 +2,12 @@ const SlashIcon = {
2
2
  name: 'slash',
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: 'M14.11 4L8.28999 20H9.88999L15.709 4.002V4H14.11Z',
10
+ d: 'M10.5 3L6.5 13H5.5L9.5 3H10.5Z',
11
11
  },
12
12
  },
13
13
  };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const SpinnerIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const SpinnerIcon = {
2
+ name: 'spinner',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M14 8C14 4.69276 11.3108 2 8 2V3C10.7581 3 13 5.24467 13 8C13 10.7581 10.7553 13 8 13C5.2419 13 3 10.7553 3 8H2C2 11.3072 4.68924 14 8 14C11.3072 14 14 11.3108 14 8Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { SpinnerIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const SystemIcon: IconDefinition;
@@ -0,0 +1,15 @@
1
+ const SystemIcon = {
2
+ name: 'system',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ d: 'M9.86914 3.32227C10.3326 3.50735 10.7618 3.75951 11.1455 4.06641L11.4452 3.97546C12.0234 3.79996 12.6464 4.04609 12.9486 4.56945L13.4717 5.47552C13.7925 6.0312 13.6599 6.73785 13.1594 7.13942L12.9863 7.27832C13.0202 7.51393 13.039 7.75504 13.0391 8C13.039 8.25761 13.0188 8.5106 12.9814 8.75781L13.2086 8.9705C13.6498 9.38353 13.7481 10.0461 13.446 10.5695L12.9225 11.4761C12.6019 12.0315 11.924 12.2701 11.3262 12.038L11.1152 11.9561C10.7298 12.2597 10.2994 12.5078 9.83496 12.6895L9.76406 12.9944C9.62716 13.5832 9.10239 14 8.49783 14H7.45133C6.81007 14 6.2646 13.5324 6.1666 12.8987L6.13183 12.6738C5.66963 12.4886 5.24105 12.2382 4.85839 11.9316L4.55746 12.0233C3.9789 12.1995 3.35526 11.9534 3.05288 11.4297L2.52946 10.523C2.20901 9.96799 2.34091 9.2622 2.84021 8.86034L3.01855 8.7168C2.98516 8.48265 2.96779 8.24336 2.96777 8C2.9678 7.7436 2.98644 7.49121 3.02343 7.24512L2.79319 7.0295C2.35211 6.61646 2.2538 5.95395 2.55593 5.43062L3.07955 4.52366C3.40016 3.96833 4.0778 3.72973 4.67562 3.96166L4.88769 4.04395C5.27232 3.74062 5.7026 3.49326 6.16601 3.31152L6.23747 3.00493C6.37463 2.41641 6.89924 2 7.50354 2H8.5503C9.1917 2 9.73724 2.46779 9.83509 3.10168L9.86914 3.32227ZM7.0205 4.05078L6.53125 4.24219C6.15913 4.38812 5.81426 4.58665 5.50683 4.8291L5.05859 5.18262L4.52636 4.97656L4.07421 4.80078L3.30273 6.13672L3.70703 6.51562L4.09082 6.87402L4.01269 7.39355C3.98329 7.58908 3.9678 7.79198 3.96777 8L3.97851 8.29102C3.98534 8.38677 3.99543 8.48151 4.00878 8.5752L4.08886 9.13867L3.6455 9.49609L3.2666 9.7998L4.03808 11.1357L5.07226 10.8213L5.48339 11.1514C5.71252 11.3349 5.96303 11.4933 6.23046 11.624L6.5039 11.7461L7.0332 11.958L7.19433 13H8.73632L8.98046 11.9502L9.4707 11.7578C9.84225 11.6125 10.187 11.4143 10.4961 11.1709L10.9453 10.8174L11.9277 11.1982L12.6982 9.86328L12.2978 9.48828L11.9141 9.12793L11.9922 8.6084C12.0224 8.40812 12.039 8.20514 12.0391 8L12.0283 7.70996C12.0211 7.61339 12.0099 7.51704 11.9961 7.4209L11.915 6.85547L12.3603 6.49805L12.7334 6.19727L11.9629 4.8623L11.4355 5.02344L10.9316 5.17578L10.5205 4.84766C10.2122 4.60107 9.86835 4.39885 9.49804 4.25098L8.96777 4.03906L8.80761 3H7.26464L7.0205 4.05078ZM8.00292 5.28613C9.50153 5.28645 10.7165 6.50147 10.7168 8L10.7031 8.27734C10.5733 9.55416 9.55811 10.5713 8.28027 10.7012L8.00292 10.7148C6.59735 10.7148 5.4409 9.64574 5.30175 8.27734L5.28808 8C5.2884 6.50082 6.50452 5.28613 8.00292 5.28613ZM8.00292 6.28613C7.05629 6.28613 6.28828 7.05345 6.28808 8C6.28831 8.94652 7.05631 9.71484 8.00292 9.71484C8.94937 9.71465 9.71657 8.9464 9.71679 8C9.71659 7.05358 8.94939 6.28633 8.00292 6.28613Z',
10
+ fill: 'currentColor',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { SystemIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from '../typings';
2
+ export declare const UserIcon: IconDefinition;
package/system/user.js ADDED
@@ -0,0 +1,15 @@
1
+ const UserIcon = {
2
+ name: 'user',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 16 16',
6
+ fill: 'none',
7
+ },
8
+ path: {
9
+ fill: 'currentColor',
10
+ d: 'M13.999 14H12.999V10.001H3.00195V14H2.00098V10.5C2.00098 9.67157 2.67255 9 3.50098 9H12.499C13.3275 9 13.999 9.67157 13.999 10.5V14Z M10 5C10 3.89735 9.10793 3 8 3C6.89704 3 6 3.8981 6 5C6 6.10398 6.89127 7 8 7C9.10252 7 10 6.10305 10 5ZM11 5C11 6.65552 9.65462 8 8 8C6.33731 8 5 6.65459 5 5C5 3.34619 6.34439 2 8 2C9.66207 2 11 3.34693 11 5Z',
11
+ },
12
+ },
13
+ };
14
+
15
+ export { UserIcon };
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const TimesCircleFilledIcon: IconDefinition;
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const TimesCircleFilledIcon = {
2
3
  name: 'times-circle-filled',
3
4
  definition: {
package/times.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const TimesIcon: IconDefinition;
package/times.js CHANGED
@@ -1,3 +1,4 @@
1
+ /** @deprecated */
1
2
  const TimesIcon = {
2
3
  name: 'times',
3
4
  definition: {
package/trash.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const TrashIcon: IconDefinition;
package/upload.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { IconDefinition } from './typings';
2
+ /** @deprecated */
2
3
  export declare const UploadIcon: IconDefinition;
package/calendar.js DELETED
@@ -1,17 +0,0 @@
1
- const CalendarIcon = {
2
- name: 'calendar',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M19 19H5V7h3.5V5H10v2h4V5h1.5v2H19v12zm-1.313-6.5H6.312v5.214h11.375V12.5zM8.5 8.285l-2.187.001V11h11.375V8.286L15.5 8.285V9.5H14V8.285h-4V9.5H8.5V8.285z',
13
- },
14
- },
15
- };
16
-
17
- export { CalendarIcon };
package/chevron-down.js DELETED
@@ -1,17 +0,0 @@
1
- const ChevronDownIcon = {
2
- name: 'chevron-down',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M19.071 9.071l-.987-.987L12 14.169 5.916 8.084l-.987.987L12 16.142z',
13
- },
14
- },
15
- };
16
-
17
- export { ChevronDownIcon };
package/chevron-up.js DELETED
@@ -1,17 +0,0 @@
1
- const ChevronUpIcon = {
2
- name: 'chevron-up',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M19.071 15.071l-.987.987L12 9.973l-6.084 6.084-.987-.987L12 8z',
13
- },
14
- },
15
- };
16
-
17
- export { ChevronUpIcon };
package/clock.js DELETED
@@ -1,17 +0,0 @@
1
- const ClockIcon = {
2
- name: 'clock',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M12 5a7 7 0 1 1 0 14 7 7 0 1 1 0-14zm0 1.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11zm.5 2v3.25h3v1.5H11V8.5h1.5z',
13
- },
14
- },
15
- };
16
-
17
- export { ClockIcon };
package/download.js DELETED
@@ -1,17 +0,0 @@
1
- const DownloadIcon = {
2
- name: 'download',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M5.845 15v2.658h12.311V15H19.5v4.003h-15V15h1.345zm6.886-10l-.001 7.701 1.986-1.985 1.034 1.034L12 15.5l-3.75-3.75 1.034-1.034 1.984 1.985V5h1.462z',
13
- },
14
- },
15
- };
16
-
17
- export { DownloadIcon };
package/edit.js DELETED
@@ -1,15 +0,0 @@
1
- const EditIcon = {
2
- name: 'edit',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M6.91401 16.8C6.95401 16.8 6.99401 16.796 7.03401 16.79L10.398 16.2C10.438 16.192 10.476 16.174 10.504 16.144L18.982 7.666C19.06 7.588 19.06 7.462 18.982 7.384L15.658 4.058C15.62 4.02 15.57 4 15.516 4C15.462 4 15.412 4.02 15.374 4.058L6.89601 12.536C6.86601 12.566 6.84801 12.602 6.84001 12.642L6.25001 16.006C6.21201 16.228 6.28001 16.444 6.43801 16.602C6.57001 16.73 6.73601 16.8 6.91401 16.8ZM8.26202 13.312L15.516 6.06L16.982 7.526L9.72802 14.778L7.95002 15.092L8.26202 13.312ZM4.64 18.48H19.36C19.714 18.48 20 18.766 20 19.12V19.84C20 19.928 19.928 20 19.84 20H4.16C4.072 20 4 19.928 4 19.84V19.12C4 18.766 4.286 18.48 4.64 18.48Z',
11
- },
12
- },
13
- };
14
-
15
- export { EditIcon };
package/eye.js DELETED
@@ -1,17 +0,0 @@
1
- const EyeIcon = {
2
- name: 'eye',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M12,6 C16.418278,6 20,9.5964244 20,12 C20,14.4035756 16.418278,18 12,18 C7.581722,18 4,14.4035756 4,12 C4,9.5964244 7.581722,6 12,6 Z M12,7.2 C8.5791999,7.2 5.2,9.99994947 5.2,12 C5.2,14.0000505 8.5791999,16.8 12,16.8 C15.4208001,16.8 18.8,14.0000505 18.8,12 C18.8,9.99994947 15.4208001,7.2 12,7.2 Z M12,8.5 C13.9329966,8.5 15.5,10.0670034 15.5,12 C15.5,13.9329966 13.9329966,15.5 12,15.5 C10.0670034,15.5 8.5,13.9329966 8.5,12 C8.5,10.0670034 10.0670034,8.5 12,8.5 Z M12,9.9 C10.840202,9.9 9.9,10.840202 9.9,12 C9.9,13.159798 10.840202,14.1 12,14.1 C13.159798,14.1 14.1,13.159798 14.1,12 C14.1,10.840202 13.159798,9.9 12,9.9 Z',
13
- },
14
- },
15
- };
16
-
17
- export { EyeIcon };
package/filter.js DELETED
@@ -1,15 +0,0 @@
1
- const FilterIcon = {
2
- name: 'filter',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M18.75 5H5.25V9.25087L9.5 11.107V19.263L14.5 17.7373V11.106L18.75 9.25087V5ZM17.25 6.5V8.268L13 10.1251V16.626L10.999 17.237L11 10.1251L6.75 8.269V6.5H17.25Z',
11
- },
12
- },
13
- };
14
-
15
- export { FilterIcon };
package/folder-open.js DELETED
@@ -1,17 +0,0 @@
1
- const FolderOpenIcon = {
2
- name: 'folder-open',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M9.786 5.5L11.071 7H18.5v2.499L20 9.5l-1.5 9h-13L4 9.5l1.5-.001V5.5h4.286zm8.679 5.299H5.534l1.067 6.4h10.797l1.067-6.4zM9.187 6.8H6.8l-.001 2.699h10.4L17.2 8.3h-6.726L9.187 6.8z',
13
- },
14
- },
15
- };
16
-
17
- export { FolderOpenIcon };
package/menu-close.js DELETED
@@ -1,15 +0,0 @@
1
- const MenuCloseIcon = {
2
- name: 'menu-close',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M10.5 7.75H20V6.25H10.5V7.75ZM10.5 12.75H20V11.25H10.5V12.75ZM20.004 17.749H4.004V16.249H20.004V17.749Z M5.06 6.25L7.25 8.44L8.31 9.5L7.25 10.56L5.06 12.75L4 11.69L6.189 9.5L4 7.31L5.06 6.25Z',
11
- },
12
- },
13
- };
14
-
15
- export { MenuCloseIcon };
package/menu-open.js DELETED
@@ -1,15 +0,0 @@
1
- const MenuOpenIcon = {
2
- name: 'menu-open',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M10.5 7.75H20V6.25H10.5V7.75ZM10.5 12.75H20V11.25H10.5V12.75ZM20.004 17.749H4.004V16.249H20.004V17.749Z M7.25 6.25L5.06 8.44L4 9.5L5.06 10.56L7.25 12.75L8.31 11.69L6.121 9.5L8.31 7.31L7.25 6.25Z',
11
- },
12
- },
13
- };
14
-
15
- export { MenuOpenIcon };
package/menu.js DELETED
@@ -1,15 +0,0 @@
1
- const MenuIcon = {
2
- name: 'menu',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M4 7.75H20V6.25H4V7.75ZM4.001 12.75H20.001V11.25H4.001V12.75ZM20.004 17.749H4.004V16.249H20.004V17.749Z',
11
- },
12
- },
13
- };
14
-
15
- export { MenuIcon };
package/percent.js DELETED
@@ -1,15 +0,0 @@
1
- const PercentIcon = {
2
- name: 'percent',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M16.0257 5.73008L8.26993 19.0257L6.97426 18.2699L14.7301 4.97427L16.0257 5.73008ZM8.5 8.5C9.05228 8.5 9.5 8.05228 9.5 7.5C9.5 6.94772 9.05228 6.5 8.5 6.5C7.94772 6.5 7.5 6.94772 7.5 7.5C7.5 8.05228 7.94772 8.5 8.5 8.5ZM8.5 10C9.88071 10 11 8.88071 11 7.5C11 6.11929 9.88071 5 8.5 5C7.11929 5 6 6.11929 6 7.5C6 8.88071 7.11929 10 8.5 10ZM15.5 16.5C15.5 17.0523 15.0523 17.5 14.5 17.5C13.9477 17.5 13.5 17.0523 13.5 16.5C13.5 15.9477 13.9477 15.5 14.5 15.5C15.0523 15.5 15.5 15.9477 15.5 16.5ZM17 16.5C17 17.8807 15.8807 19 14.5 19C13.1193 19 12 17.8807 12 16.5C12 15.1193 13.1193 14 14.5 14C15.8807 14 17 15.1193 17 16.5Z',
11
- },
12
- },
13
- };
14
-
15
- export { PercentIcon };
package/plus.js DELETED
@@ -1,17 +0,0 @@
1
- const PlusIcon = {
2
- name: 'plus',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M12.75,5 L12.75,11.25 L19,11.25 L19,12.75 L12.75,12.75 L12.75,19 L11.25,19 L11.25,12.75 L5,12.75 L5,11.25 L11.25,11.25 L11.25,5 L12.75,5 Z',
13
- },
14
- },
15
- };
16
-
17
- export { PlusIcon };
package/reset.js DELETED
@@ -1,17 +0,0 @@
1
- const ResetIcon = {
2
- name: 'reset',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M18.459 4.5v4.641H13.73V7.627l2.055-.002c-2.34-1.893-5.808-1.766-7.997.381a5.77 5.77 0 0 0 0 8.267 6.04 6.04 0 0 0 8.424 0c.565-.554 1.002-1.201 1.298-1.907l.104-.268a5.78 5.78 0 0 0 .333-1.626l.01-.333H19.5c0 .718-.107 1.433-.317 2.122l-.114.342c-.369 1.023-.967 1.957-1.765 2.74-2.929 2.874-7.677 2.874-10.607 0s-2.928-7.534 0-10.409a7.61 7.61 0 0 1 10.219-.355l.001-2.081h1.543z',
13
- },
14
- },
15
- };
16
-
17
- export { ResetIcon };
package/search.js DELETED
@@ -1,17 +0,0 @@
1
- const SearchIcon = {
2
- name: 'search',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M11.0085504,5 C14.3269811,5 17.0171007,7.69011963 17.0171007,11.0085504 C17.0171007,12.3971719 16.5460433,13.6757721 15.7550065,14.6932728 L19,17.9378283 L17.9378283,19 L14.6932728,15.7550065 C13.6757721,16.5460433 12.3971719,17.0171007 11.0085504,17.0171007 C7.69011963,17.0171007 5,14.3269811 5,11.0085504 C5,7.69011963 7.69011963,5 11.0085504,5 Z M11.0085504,6.50213759 C8.51972731,6.50213759 6.50213759,8.51972731 6.50213759,11.0085504 C6.50213759,13.4973734 8.51972731,15.5149631 11.0085504,15.5149631 C13.4973734,15.5149631 15.5149631,13.4973734 15.5149631,11.0085504 C15.5149631,8.51972731 13.4973734,6.50213759 11.0085504,6.50213759 Z',
13
- },
14
- },
15
- };
16
-
17
- export { SearchIcon };
package/spinner.js DELETED
@@ -1,15 +0,0 @@
1
- const SpinnerIcon = {
2
- name: 'spinner',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M12 4a8 8 0 0 1 8 8h0-1.715c.001-3.394-2.69-6.16-6.055-6.282L12 5.714z',
11
- },
12
- },
13
- };
14
-
15
- export { SpinnerIcon };
package/trash.js DELETED
@@ -1,17 +0,0 @@
1
- const TrashIcon = {
2
- name: 'trash',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M14 5.5H10V4H14V5.5ZM5 7.9999V6.4999H19V7.9999H17.66L17.001 18.9999H7L6.34 7.9999H5ZM16.157 7.9999H7.842L8.412 17.4999H15.587L16.157 7.9999ZM11.0729 16.0007L10.6829 9.5007H9.4429L9.8329 16.0007H11.0729ZM13.3178 9.5007H14.5568L14.1668 16.0007H12.9268L13.3178 9.5007Z',
13
- },
14
- },
15
- };
16
-
17
- export { TrashIcon };
package/upload.js DELETED
@@ -1,17 +0,0 @@
1
- const UploadIcon = {
2
- name: 'upload',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- stroke: 'none',
11
- strokeWidth: 1,
12
- d: 'M6.345 15v2.658h11.311V15H19v4.003H5V15h1.345zM12 5l3.75 3.75-1.034 1.034-1.986-1.985.001 7.701h-1.462V7.799L9.284 9.784 8.25 8.75 12 5z',
13
- },
14
- },
15
- };
16
-
17
- export { UploadIcon };