ele-admin-plus 1.1.8-beta.5 → 1.1.8

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 (305) hide show
  1. package/es/ele-app/style/overwrite/message-box/index.scss +4 -0
  2. package/es/ele-app/style/scrollbar/css-var.scss +2 -0
  3. package/es/ele-config-provider/receiver.js +1 -1
  4. package/es/ele-drawer/index.d.ts +6 -2
  5. package/es/ele-drawer/index.js +62 -6
  6. package/es/ele-drawer/props.d.ts +2 -0
  7. package/es/ele-drawer/props.js +3 -1
  8. package/es/ele-drawer/style/index.scss +90 -17
  9. package/es/ele-edit-tag/index.d.ts +4 -0
  10. package/es/ele-edit-tag/index.js +6 -4
  11. package/es/ele-edit-tag/props.d.ts +4 -0
  12. package/es/ele-edit-tag/props.js +4 -0
  13. package/es/ele-edit-tag/style/index.scss +11 -6
  14. package/es/ele-icon-select/components/icon-grid.js +42 -39
  15. package/es/ele-icon-select/style/index.js +1 -0
  16. package/es/ele-icon-select/style/index.scss +5 -3
  17. package/es/ele-modal/index.d.ts +5 -5
  18. package/es/ele-modal/index.js +28 -26
  19. package/es/ele-modal/style/css-var.scss +0 -7
  20. package/es/ele-modal/style/index.scss +8 -3
  21. package/es/ele-pro-layout/style/css-var.scss +9 -3
  22. package/es/ele-tabs/index.js +20 -16
  23. package/es/ele-tabs/style/css-var.scss +3 -1
  24. package/es/icons/AnalysisOutlined.d.ts +2 -0
  25. package/es/icons/AnalysisOutlined.js +35 -0
  26. package/es/icons/ApplicationOutlined.d.ts +2 -0
  27. package/es/icons/ApplicationOutlined.js +26 -0
  28. package/es/icons/AppstoreAddOutlined.d.ts +2 -0
  29. package/es/icons/AppstoreAddOutlined.js +35 -0
  30. package/es/icons/AppstoreOutlined.d.ts +2 -0
  31. package/es/icons/AppstoreOutlined.js +35 -0
  32. package/es/icons/BellOutlined.d.ts +2 -0
  33. package/es/icons/BellOutlined.js +29 -0
  34. package/es/icons/BookOutlined.d.ts +2 -0
  35. package/es/icons/BookOutlined.js +29 -0
  36. package/es/icons/CalendarOutlined.d.ts +2 -0
  37. package/es/icons/CalendarOutlined.js +29 -0
  38. package/es/icons/CaretDownFilled.d.ts +2 -0
  39. package/es/icons/CaretDownFilled.js +26 -0
  40. package/es/icons/CaretUpFilled.d.ts +2 -0
  41. package/es/icons/CaretUpFilled.js +26 -0
  42. package/es/icons/CityOutlined.d.ts +2 -0
  43. package/es/icons/CityOutlined.js +35 -0
  44. package/es/icons/ClockCircleOutlined.d.ts +2 -0
  45. package/es/icons/ClockCircleOutlined.js +32 -0
  46. package/es/icons/CloseCircleOutlined.d.ts +2 -0
  47. package/es/icons/CloseCircleOutlined.js +31 -0
  48. package/es/icons/CloudUploadOutlined.d.ts +2 -0
  49. package/es/icons/CloudUploadOutlined.js +32 -0
  50. package/es/icons/ClusterOutlined.d.ts +2 -0
  51. package/es/icons/ClusterOutlined.js +29 -0
  52. package/es/icons/CodeOutlined.d.ts +2 -0
  53. package/es/icons/CodeOutlined.js +34 -0
  54. package/es/icons/CompassOutlined.d.ts +2 -0
  55. package/es/icons/CompassOutlined.js +34 -0
  56. package/es/icons/ConnectionOutlined.d.ts +2 -0
  57. package/es/icons/ConnectionOutlined.js +31 -0
  58. package/es/icons/ControlOutlined.d.ts +2 -0
  59. package/es/icons/ControlOutlined.js +33 -0
  60. package/es/icons/CpuOutlined.d.ts +2 -0
  61. package/es/icons/CpuOutlined.js +30 -0
  62. package/es/icons/DashboardOutlined.d.ts +2 -0
  63. package/es/icons/DashboardOutlined.js +37 -0
  64. package/es/icons/DatabaseOutlined.d.ts +2 -0
  65. package/es/icons/DatabaseOutlined.js +35 -0
  66. package/es/icons/DeleteOutlined.d.ts +2 -0
  67. package/es/icons/DeleteOutlined.js +34 -0
  68. package/es/icons/DesktopOutlined.d.ts +2 -0
  69. package/es/icons/DesktopOutlined.js +29 -0
  70. package/es/icons/DownloadOutlined.d.ts +2 -0
  71. package/es/icons/DownloadOutlined.js +32 -0
  72. package/es/icons/DragOutlined.d.ts +2 -0
  73. package/es/icons/DragOutlined.js +30 -0
  74. package/es/icons/EditOutlined.d.ts +2 -0
  75. package/es/icons/EditOutlined.js +32 -0
  76. package/es/icons/FolderAddOutlined.d.ts +2 -0
  77. package/es/icons/FolderAddOutlined.js +31 -0
  78. package/es/icons/FolderOutlined.d.ts +2 -0
  79. package/es/icons/FolderOutlined.js +29 -0
  80. package/es/icons/FormOutlined.d.ts +2 -0
  81. package/es/icons/FormOutlined.js +31 -0
  82. package/es/icons/FundOutlined.d.ts +2 -0
  83. package/es/icons/FundOutlined.js +31 -0
  84. package/es/icons/GlobalOutlined.d.ts +2 -0
  85. package/es/icons/GlobalOutlined.js +28 -0
  86. package/es/icons/IdcardOutlined.d.ts +2 -0
  87. package/es/icons/IdcardOutlined.js +38 -0
  88. package/es/icons/LinkOutlined.d.ts +2 -0
  89. package/es/icons/LinkOutlined.js +32 -0
  90. package/es/icons/LockOutlined.d.ts +2 -0
  91. package/es/icons/LockOutlined.js +32 -0
  92. package/es/icons/LogOutlined.d.ts +2 -0
  93. package/es/icons/LogOutlined.js +35 -0
  94. package/es/icons/LogoutOutlined.d.ts +2 -0
  95. package/es/icons/LogoutOutlined.js +31 -0
  96. package/es/icons/MailOutlined.d.ts +2 -0
  97. package/es/icons/MailOutlined.js +29 -0
  98. package/es/icons/MenuFoldOutlined.d.ts +2 -0
  99. package/es/icons/MenuFoldOutlined.js +28 -0
  100. package/es/icons/MenuUnfoldOutlined.d.ts +2 -0
  101. package/es/icons/MenuUnfoldOutlined.js +28 -0
  102. package/es/icons/MessageOutlined.d.ts +2 -0
  103. package/es/icons/MessageOutlined.js +50 -0
  104. package/es/icons/MinusCircleOutlined.d.ts +2 -0
  105. package/es/icons/MinusCircleOutlined.js +31 -0
  106. package/es/icons/MobileOutlined.d.ts +2 -0
  107. package/es/icons/MobileOutlined.js +37 -0
  108. package/es/icons/MoonOutlined.d.ts +2 -0
  109. package/es/icons/MoonOutlined.js +29 -0
  110. package/es/icons/MoreOutlined.d.ts +2 -0
  111. package/es/icons/MoreOutlined.js +42 -0
  112. package/es/icons/PauseFilled.d.ts +2 -0
  113. package/es/icons/PauseFilled.js +30 -0
  114. package/es/icons/PieChartOutlined.d.ts +2 -0
  115. package/es/icons/PieChartOutlined.js +31 -0
  116. package/es/icons/PlayFilled.d.ts +2 -0
  117. package/es/icons/PlayFilled.js +26 -0
  118. package/es/icons/PlusCircleOutlined.d.ts +2 -0
  119. package/es/icons/PlusCircleOutlined.js +31 -0
  120. package/es/icons/ProtectOutlined.d.ts +2 -0
  121. package/es/icons/ProtectOutlined.js +32 -0
  122. package/es/icons/QuestionCircleOutlined.d.ts +2 -0
  123. package/es/icons/QuestionCircleOutlined.js +39 -0
  124. package/es/icons/ShoppingOutlined.d.ts +2 -0
  125. package/es/icons/ShoppingOutlined.js +29 -0
  126. package/es/icons/StarFilled.d.ts +2 -0
  127. package/es/icons/StarFilled.js +26 -0
  128. package/es/icons/StepBackwardFilled.d.ts +2 -0
  129. package/es/icons/StepBackwardFilled.js +33 -0
  130. package/es/icons/StepForwardFilled.d.ts +2 -0
  131. package/es/icons/StepForwardFilled.js +33 -0
  132. package/es/icons/SuitcaseOutlined.d.ts +2 -0
  133. package/es/icons/SuitcaseOutlined.js +29 -0
  134. package/es/icons/SunOutlined.d.ts +2 -0
  135. package/es/icons/SunOutlined.js +29 -0
  136. package/es/icons/TableOutlined.d.ts +2 -0
  137. package/es/icons/TableOutlined.js +29 -0
  138. package/es/icons/TagOutlined.d.ts +2 -0
  139. package/es/icons/TagOutlined.js +31 -0
  140. package/es/icons/TimerOutlined.d.ts +2 -0
  141. package/es/icons/TimerOutlined.js +31 -0
  142. package/es/icons/UnlockOutlined.d.ts +2 -0
  143. package/es/icons/UnlockOutlined.js +32 -0
  144. package/es/icons/UserOutlined.d.ts +2 -0
  145. package/es/icons/UserOutlined.js +29 -0
  146. package/es/icons/VerticalAlignMiddleOutlined.d.ts +2 -0
  147. package/es/icons/VerticalAlignMiddleOutlined.js +32 -0
  148. package/es/icons/WarningOutlined.d.ts +2 -0
  149. package/es/icons/WarningOutlined.js +42 -0
  150. package/es/icons/index.d.ts +63 -0
  151. package/es/icons/index.js +212 -86
  152. package/es/style/themes/default.scss +4 -2
  153. package/lib/ele-app/style/overwrite/message-box/index.scss +4 -0
  154. package/lib/ele-app/style/scrollbar/css-var.scss +2 -0
  155. package/lib/ele-config-provider/receiver.cjs +1 -1
  156. package/lib/ele-drawer/index.cjs +60 -4
  157. package/lib/ele-drawer/index.d.ts +6 -2
  158. package/lib/ele-drawer/props.cjs +3 -1
  159. package/lib/ele-drawer/props.d.ts +2 -0
  160. package/lib/ele-drawer/style/index.scss +90 -17
  161. package/lib/ele-edit-tag/index.cjs +5 -3
  162. package/lib/ele-edit-tag/index.d.ts +4 -0
  163. package/lib/ele-edit-tag/props.cjs +4 -0
  164. package/lib/ele-edit-tag/props.d.ts +4 -0
  165. package/lib/ele-edit-tag/style/index.scss +11 -6
  166. package/lib/ele-icon-select/components/icon-grid.cjs +40 -37
  167. package/lib/ele-icon-select/style/index.cjs +1 -0
  168. package/lib/ele-icon-select/style/index.scss +5 -3
  169. package/lib/ele-modal/index.cjs +28 -26
  170. package/lib/ele-modal/index.d.ts +5 -5
  171. package/lib/ele-modal/style/css-var.scss +0 -7
  172. package/lib/ele-modal/style/index.scss +8 -3
  173. package/lib/ele-pro-layout/style/css-var.scss +9 -3
  174. package/lib/ele-tabs/index.cjs +20 -16
  175. package/lib/ele-tabs/style/css-var.scss +3 -1
  176. package/lib/icons/AnalysisOutlined.cjs +34 -0
  177. package/lib/icons/AnalysisOutlined.d.ts +2 -0
  178. package/lib/icons/ApplicationOutlined.cjs +25 -0
  179. package/lib/icons/ApplicationOutlined.d.ts +2 -0
  180. package/lib/icons/AppstoreAddOutlined.cjs +34 -0
  181. package/lib/icons/AppstoreAddOutlined.d.ts +2 -0
  182. package/lib/icons/AppstoreOutlined.cjs +34 -0
  183. package/lib/icons/AppstoreOutlined.d.ts +2 -0
  184. package/lib/icons/BellOutlined.cjs +28 -0
  185. package/lib/icons/BellOutlined.d.ts +2 -0
  186. package/lib/icons/BookOutlined.cjs +28 -0
  187. package/lib/icons/BookOutlined.d.ts +2 -0
  188. package/lib/icons/CalendarOutlined.cjs +28 -0
  189. package/lib/icons/CalendarOutlined.d.ts +2 -0
  190. package/lib/icons/CaretDownFilled.cjs +25 -0
  191. package/lib/icons/CaretDownFilled.d.ts +2 -0
  192. package/lib/icons/CaretUpFilled.cjs +25 -0
  193. package/lib/icons/CaretUpFilled.d.ts +2 -0
  194. package/lib/icons/CityOutlined.cjs +34 -0
  195. package/lib/icons/CityOutlined.d.ts +2 -0
  196. package/lib/icons/ClockCircleOutlined.cjs +31 -0
  197. package/lib/icons/ClockCircleOutlined.d.ts +2 -0
  198. package/lib/icons/CloseCircleOutlined.cjs +30 -0
  199. package/lib/icons/CloseCircleOutlined.d.ts +2 -0
  200. package/lib/icons/CloudUploadOutlined.cjs +31 -0
  201. package/lib/icons/CloudUploadOutlined.d.ts +2 -0
  202. package/lib/icons/ClusterOutlined.cjs +28 -0
  203. package/lib/icons/ClusterOutlined.d.ts +2 -0
  204. package/lib/icons/CodeOutlined.cjs +33 -0
  205. package/lib/icons/CodeOutlined.d.ts +2 -0
  206. package/lib/icons/CompassOutlined.cjs +33 -0
  207. package/lib/icons/CompassOutlined.d.ts +2 -0
  208. package/lib/icons/ConnectionOutlined.cjs +30 -0
  209. package/lib/icons/ConnectionOutlined.d.ts +2 -0
  210. package/lib/icons/ControlOutlined.cjs +32 -0
  211. package/lib/icons/ControlOutlined.d.ts +2 -0
  212. package/lib/icons/CpuOutlined.cjs +29 -0
  213. package/lib/icons/CpuOutlined.d.ts +2 -0
  214. package/lib/icons/DashboardOutlined.cjs +36 -0
  215. package/lib/icons/DashboardOutlined.d.ts +2 -0
  216. package/lib/icons/DatabaseOutlined.cjs +34 -0
  217. package/lib/icons/DatabaseOutlined.d.ts +2 -0
  218. package/lib/icons/DeleteOutlined.cjs +33 -0
  219. package/lib/icons/DeleteOutlined.d.ts +2 -0
  220. package/lib/icons/DesktopOutlined.cjs +28 -0
  221. package/lib/icons/DesktopOutlined.d.ts +2 -0
  222. package/lib/icons/DownloadOutlined.cjs +31 -0
  223. package/lib/icons/DownloadOutlined.d.ts +2 -0
  224. package/lib/icons/DragOutlined.cjs +29 -0
  225. package/lib/icons/DragOutlined.d.ts +2 -0
  226. package/lib/icons/EditOutlined.cjs +31 -0
  227. package/lib/icons/EditOutlined.d.ts +2 -0
  228. package/lib/icons/FolderAddOutlined.cjs +30 -0
  229. package/lib/icons/FolderAddOutlined.d.ts +2 -0
  230. package/lib/icons/FolderOutlined.cjs +28 -0
  231. package/lib/icons/FolderOutlined.d.ts +2 -0
  232. package/lib/icons/FormOutlined.cjs +30 -0
  233. package/lib/icons/FormOutlined.d.ts +2 -0
  234. package/lib/icons/FundOutlined.cjs +30 -0
  235. package/lib/icons/FundOutlined.d.ts +2 -0
  236. package/lib/icons/GlobalOutlined.cjs +27 -0
  237. package/lib/icons/GlobalOutlined.d.ts +2 -0
  238. package/lib/icons/IdcardOutlined.cjs +37 -0
  239. package/lib/icons/IdcardOutlined.d.ts +2 -0
  240. package/lib/icons/LinkOutlined.cjs +31 -0
  241. package/lib/icons/LinkOutlined.d.ts +2 -0
  242. package/lib/icons/LockOutlined.cjs +31 -0
  243. package/lib/icons/LockOutlined.d.ts +2 -0
  244. package/lib/icons/LogOutlined.cjs +34 -0
  245. package/lib/icons/LogOutlined.d.ts +2 -0
  246. package/lib/icons/LogoutOutlined.cjs +30 -0
  247. package/lib/icons/LogoutOutlined.d.ts +2 -0
  248. package/lib/icons/MailOutlined.cjs +28 -0
  249. package/lib/icons/MailOutlined.d.ts +2 -0
  250. package/lib/icons/MenuFoldOutlined.cjs +27 -0
  251. package/lib/icons/MenuFoldOutlined.d.ts +2 -0
  252. package/lib/icons/MenuUnfoldOutlined.cjs +27 -0
  253. package/lib/icons/MenuUnfoldOutlined.d.ts +2 -0
  254. package/lib/icons/MessageOutlined.cjs +49 -0
  255. package/lib/icons/MessageOutlined.d.ts +2 -0
  256. package/lib/icons/MinusCircleOutlined.cjs +30 -0
  257. package/lib/icons/MinusCircleOutlined.d.ts +2 -0
  258. package/lib/icons/MobileOutlined.cjs +36 -0
  259. package/lib/icons/MobileOutlined.d.ts +2 -0
  260. package/lib/icons/MoonOutlined.cjs +28 -0
  261. package/lib/icons/MoonOutlined.d.ts +2 -0
  262. package/lib/icons/MoreOutlined.cjs +41 -0
  263. package/lib/icons/MoreOutlined.d.ts +2 -0
  264. package/lib/icons/PauseFilled.cjs +29 -0
  265. package/lib/icons/PauseFilled.d.ts +2 -0
  266. package/lib/icons/PieChartOutlined.cjs +30 -0
  267. package/lib/icons/PieChartOutlined.d.ts +2 -0
  268. package/lib/icons/PlayFilled.cjs +25 -0
  269. package/lib/icons/PlayFilled.d.ts +2 -0
  270. package/lib/icons/PlusCircleOutlined.cjs +30 -0
  271. package/lib/icons/PlusCircleOutlined.d.ts +2 -0
  272. package/lib/icons/ProtectOutlined.cjs +31 -0
  273. package/lib/icons/ProtectOutlined.d.ts +2 -0
  274. package/lib/icons/QuestionCircleOutlined.cjs +38 -0
  275. package/lib/icons/QuestionCircleOutlined.d.ts +2 -0
  276. package/lib/icons/ShoppingOutlined.cjs +28 -0
  277. package/lib/icons/ShoppingOutlined.d.ts +2 -0
  278. package/lib/icons/StarFilled.cjs +25 -0
  279. package/lib/icons/StarFilled.d.ts +2 -0
  280. package/lib/icons/StepBackwardFilled.cjs +32 -0
  281. package/lib/icons/StepBackwardFilled.d.ts +2 -0
  282. package/lib/icons/StepForwardFilled.cjs +32 -0
  283. package/lib/icons/StepForwardFilled.d.ts +2 -0
  284. package/lib/icons/SuitcaseOutlined.cjs +28 -0
  285. package/lib/icons/SuitcaseOutlined.d.ts +2 -0
  286. package/lib/icons/SunOutlined.cjs +28 -0
  287. package/lib/icons/SunOutlined.d.ts +2 -0
  288. package/lib/icons/TableOutlined.cjs +28 -0
  289. package/lib/icons/TableOutlined.d.ts +2 -0
  290. package/lib/icons/TagOutlined.cjs +30 -0
  291. package/lib/icons/TagOutlined.d.ts +2 -0
  292. package/lib/icons/TimerOutlined.cjs +30 -0
  293. package/lib/icons/TimerOutlined.d.ts +2 -0
  294. package/lib/icons/UnlockOutlined.cjs +31 -0
  295. package/lib/icons/UnlockOutlined.d.ts +2 -0
  296. package/lib/icons/UserOutlined.cjs +28 -0
  297. package/lib/icons/UserOutlined.d.ts +2 -0
  298. package/lib/icons/VerticalAlignMiddleOutlined.cjs +31 -0
  299. package/lib/icons/VerticalAlignMiddleOutlined.d.ts +2 -0
  300. package/lib/icons/WarningOutlined.cjs +41 -0
  301. package/lib/icons/WarningOutlined.d.ts +2 -0
  302. package/lib/icons/index.cjs +126 -0
  303. package/lib/icons/index.d.ts +63 -0
  304. package/lib/style/themes/default.scss +4 -2
  305. package/package.json +8 -8
@@ -0,0 +1,32 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "CloudUploadOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M32 40.5C33 41 34 41 35 41 41 41 46 37 46 31 46 25 42 20 37 19 37 12 32 6 24 6 16 6 11 12 11 19 6 20 2 25 2 31 2 37 7 41 13 41 14 41 15 41 16 40.5" }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M24 38V21M17 28 24 21 31 28" }, null, -1);
22
+ const _hoisted_4 = [
23
+ _hoisted_2,
24
+ _hoisted_3
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
28
+ }
29
+ const CloudUploadOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
30
+ export {
31
+ CloudUploadOutlined as default
32
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,29 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "ClusterOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linejoin": "round"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M16 5H32V15H16ZM24 15V33M8 33V24H40V33M3 33H13V43H3ZM19 33H29V43H19ZM35 33H45V43H35Z" }, null, -1);
20
+ const _hoisted_3 = [
21
+ _hoisted_2
22
+ ];
23
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
25
+ }
26
+ const ClusterOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
+ export {
28
+ ClusterOutlined as default
29
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,34 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "CodeOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M13 13 2 24 13 35" }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M35 13 46 24 35 35" }, null, -1);
22
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M28 8 20 40" }, null, -1);
23
+ const _hoisted_5 = [
24
+ _hoisted_2,
25
+ _hoisted_3,
26
+ _hoisted_4
27
+ ];
28
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_5);
30
+ }
31
+ const CodeOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export {
33
+ CodeOutlined as default
34
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,34 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "CompassOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linejoin": "round"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M24 45C35 45 45 35 45 24 45 13 35 3 24 3 13 3 3 13 3 24 3 35 13 45 24 45Z" }, null, -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
21
+ d: "M32 16 21 21 16 32 27 27 32 16Z",
22
+ "stroke-width": "3"
23
+ }, null, -1);
24
+ const _hoisted_4 = [
25
+ _hoisted_2,
26
+ _hoisted_3
27
+ ];
28
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
30
+ }
31
+ const CompassOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export {
33
+ CompassOutlined as default
34
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,31 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "ConnectionOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linejoin": "round"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M6 27C3 25 2 22 2 19 2 14 6 9 11 9H29C34 9 38 14 38 19 38 24 34 29 29 29H19" }, null, -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M29 19H19C14 19 10 24 10 29 10 34 14 39 19 39H37C42 39 46 34 46 29 46 26 45 23 42 21" }, null, -1);
21
+ const _hoisted_4 = [
22
+ _hoisted_2,
23
+ _hoisted_3
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
27
+ }
28
+ const ConnectionOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
29
+ export {
30
+ ConnectionOutlined as default
31
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,33 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "ControlOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linejoin": "round"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M5 10V38C5 41 7 43 10 43H38C41 43 43 41 43 38V10C43 7 41 5 38 5H10C7 5 5 7 5 10Z" }, null, -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M21 18H36M21 18C21 20 19 22 17 22 15 22 13 20 13 18 13 16 15 14 17 14 19 14 21 16 21 18Z" }, null, -1);
21
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M27 30H12M35 30C35 32 33 34 31 34 29 34 27 32 27 30 27 28 29 26 31 26 33 26 35 28 35 30Z" }, null, -1);
22
+ const _hoisted_5 = [
23
+ _hoisted_2,
24
+ _hoisted_3,
25
+ _hoisted_4
26
+ ];
27
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_5);
29
+ }
30
+ const ControlOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
31
+ export {
32
+ ControlOutlined as default
33
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,30 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "CpuOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linejoin": "round",
18
+ "stroke-linecap": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M9 9H39V39H9ZM18 18V30H30V18ZM15 3V9M24 3V9M33 3V9M45 15H39M45 24H39M45 33H39M33 45V39M24 45V39M15 45V39M3 33H9M3 24H9M3 15H9" }, null, -1);
21
+ const _hoisted_3 = [
22
+ _hoisted_2
23
+ ];
24
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
25
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
26
+ }
27
+ const CpuOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
28
+ export {
29
+ CpuOutlined as default
30
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,37 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "DashboardOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M8 42C4 36 3 32 3 28 3 17 13 7 24 7 35 7 45 17 45 28 45 32 44 36 40 42Z" }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
22
+ d: "M11 27C11 20 17 14 24 14 31 14 37 20 37 27",
23
+ "stroke-width": "3"
24
+ }, null, -1);
25
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M24 32 28 22M24 34C25 34 26 33 26 32 26 31 25 30 24 30 23 30 22 31 22 32 22 33 23 34 24 34Z" }, null, -1);
26
+ const _hoisted_5 = [
27
+ _hoisted_2,
28
+ _hoisted_3,
29
+ _hoisted_4
30
+ ];
31
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
32
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_5);
33
+ }
34
+ const DashboardOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
35
+ export {
36
+ DashboardOutlined as default
37
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,35 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "DatabaseOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linejoin": "round"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M9 4H39V44H9ZM9 17H39M9 31H39" }, null, -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M16 11H22" }, null, -1);
21
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M16 24H22" }, null, -1);
22
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M16 37H22" }, null, -1);
23
+ const _hoisted_6 = [
24
+ _hoisted_2,
25
+ _hoisted_3,
26
+ _hoisted_4,
27
+ _hoisted_5
28
+ ];
29
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_6);
31
+ }
32
+ const DatabaseOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
33
+ export {
34
+ DatabaseOutlined as default
35
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,34 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "DeleteOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M9 10V44H39V10M15 10 17 3H31L33 10M4 10H44" }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M20 20V33" }, null, -1);
22
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M28 20V33" }, null, -1);
23
+ const _hoisted_5 = [
24
+ _hoisted_2,
25
+ _hoisted_3,
26
+ _hoisted_4
27
+ ];
28
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_5);
30
+ }
31
+ const DeleteOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export {
33
+ DeleteOutlined as default
34
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,29 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "DesktopOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linejoin": "round"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M12 43H36M24 33V43M4 33V7H44V33Z" }, null, -1);
20
+ const _hoisted_3 = [
21
+ _hoisted_2
22
+ ];
23
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
25
+ }
26
+ const DesktopOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
+ export {
28
+ DesktopOutlined as default
29
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,32 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "DownloadOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M6 24V42H42V24" }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M24 6V32M33 23 24 32 15 23" }, null, -1);
22
+ const _hoisted_4 = [
23
+ _hoisted_2,
24
+ _hoisted_3
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
28
+ }
29
+ const DownloadOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
30
+ export {
31
+ DownloadOutlined as default
32
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,30 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "DragOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M19 9 24 4 29 9M24 4V44M4 24H44M19 39 24 44 29 39M39 19 44 24 39 29M9 19 4 24 9 29" }, null, -1);
21
+ const _hoisted_3 = [
22
+ _hoisted_2
23
+ ];
24
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
25
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
26
+ }
27
+ const DragOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
28
+ export {
29
+ DragOutlined as default
30
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,32 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "EditOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M4 42H44" }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M11 25V33H19L41 11 33 3 11 25Z" }, null, -1);
22
+ const _hoisted_4 = [
23
+ _hoisted_2,
24
+ _hoisted_3
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
28
+ }
29
+ const EditOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
30
+ export {
31
+ EditOutlined as default
32
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,31 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "FolderAddOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linejoin": "round"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M3 6H16L25 14H45V42H3Z" }, null, -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M16 28H32M24 20V36" }, null, -1);
21
+ const _hoisted_4 = [
22
+ _hoisted_2,
23
+ _hoisted_3
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
27
+ }
28
+ const FolderAddOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
29
+ export {
30
+ FolderAddOutlined as default
31
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,29 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "FolderOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linejoin": "round"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M3 6H16L25 14H45V42H3Z" }, null, -1);
20
+ const _hoisted_3 = [
21
+ _hoisted_2
22
+ ];
23
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
25
+ }
26
+ const FolderOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
+ export {
28
+ FolderOutlined as default
29
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,31 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "FormOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4",
17
+ "stroke-linejoin": "round"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M42 26V42H6V6L22 6" }, null, -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M16 32H22L43 11 37 5 16 26Z" }, null, -1);
21
+ const _hoisted_4 = [
22
+ _hoisted_2,
23
+ _hoisted_3
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
27
+ }
28
+ const FormOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
29
+ export {
30
+ FormOutlined as default
31
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;