morya-ui 0.2.7 → 0.2.9

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 (226) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/README.md +1 -0
  3. package/README.zh-CN.md +1 -0
  4. package/dist/{Button--RkQybU-.js → Button-DO5oukfg.js} +1 -1
  5. package/dist/Icon-B6IBrJ5S.js +606 -0
  6. package/dist/{Pagination-BKvR-RUW.js → Pagination-CUwCtWhz.js} +1 -1
  7. package/dist/Renderable-DHU4Jcfw.js +20 -0
  8. package/dist/accordion/style.css +26 -23
  9. package/dist/auto-complete/index.js +1 -1
  10. package/dist/auto-complete/style.css +64 -40
  11. package/dist/avatar/index.js +1 -1
  12. package/dist/avatar/style.css +26 -23
  13. package/dist/badge/style.css +26 -23
  14. package/dist/block-ui/style.css +26 -23
  15. package/dist/breadcrumb/style.css +26 -23
  16. package/dist/button/index.js +1 -1
  17. package/dist/button/style.css +26 -23
  18. package/dist/card/style.css +26 -23
  19. package/dist/carousel/index.js +1 -1
  20. package/dist/carousel/style.css +26 -23
  21. package/dist/cascade-select/index.js +1 -1
  22. package/dist/cascade-select/style.css +27 -24
  23. package/dist/checkbox/style.css +26 -23
  24. package/dist/chip/index.js +1 -1
  25. package/dist/chip/style.css +26 -23
  26. package/dist/command-menu/index.js +2 -2
  27. package/dist/command-menu/style.css +26 -23
  28. package/dist/component-registry.d.ts.map +1 -1
  29. package/dist/components/AutoComplete/styles.css +38 -17
  30. package/dist/components/Carousel/Carousel.vue.d.ts +1 -1
  31. package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts +1 -1
  32. package/dist/components/DatePicker/styles.css +65 -21
  33. package/dist/components/Icon/icon-categories.d.ts +21 -0
  34. package/dist/components/Icon/icon-categories.d.ts.map +1 -0
  35. package/dist/components/Icon/icons-tabler.d.ts +77 -0
  36. package/dist/components/Icon/icons-tabler.d.ts.map +1 -0
  37. package/dist/components/Icon/icons-types.d.ts +36 -0
  38. package/dist/components/Icon/icons-types.d.ts.map +1 -0
  39. package/dist/components/Icon/icons.d.ts +75 -32
  40. package/dist/components/Icon/icons.d.ts.map +1 -1
  41. package/dist/components/Icon/index.d.ts +2 -0
  42. package/dist/components/Icon/index.d.ts.map +1 -1
  43. package/dist/components/IconField/IconField.vue.d.ts +3 -1
  44. package/dist/components/IconField/IconField.vue.d.ts.map +1 -1
  45. package/dist/components/IconField/styles.css +306 -31
  46. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  47. package/dist/components/Input/styles.css +172 -33
  48. package/dist/components/InputNumber/styles.css +103 -40
  49. package/dist/components/InputPassword/InputPassword.vue.d.ts.map +1 -1
  50. package/dist/components/InputPassword/styles.css +79 -79
  51. package/dist/components/Layout/LayoutContent.vue.d.ts +4 -8
  52. package/dist/components/Layout/LayoutContent.vue.d.ts.map +1 -1
  53. package/dist/components/Layout/LayoutSider.vue.d.ts +4 -6
  54. package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -1
  55. package/dist/components/Layout/composables/useLayoutRegionStyle.d.ts +2 -0
  56. package/dist/components/Layout/composables/useLayoutRegionStyle.d.ts.map +1 -1
  57. package/dist/components/Layout/styles.css +7 -42
  58. package/dist/components/Layout/types.d.ts +4 -7
  59. package/dist/components/Layout/types.d.ts.map +1 -1
  60. package/dist/components/Loading/Loading.vue.d.ts +25 -0
  61. package/dist/components/Loading/Loading.vue.d.ts.map +1 -0
  62. package/dist/components/Loading/LoadingIndicator.vue.d.ts +13 -0
  63. package/dist/components/Loading/LoadingIndicator.vue.d.ts.map +1 -0
  64. package/dist/components/Loading/directive.d.ts +12 -0
  65. package/dist/components/Loading/directive.d.ts.map +1 -0
  66. package/dist/components/Loading/index.d.ts +8 -0
  67. package/dist/components/Loading/index.d.ts.map +1 -0
  68. package/dist/components/Loading/loading.d.ts +35 -0
  69. package/dist/components/Loading/loading.d.ts.map +1 -0
  70. package/dist/components/Loading/styles.css +386 -0
  71. package/dist/components/Loading/types.d.ts +74 -0
  72. package/dist/components/Loading/types.d.ts.map +1 -0
  73. package/dist/components/Loading/useLoading.d.ts +11 -0
  74. package/dist/components/Loading/useLoading.d.ts.map +1 -0
  75. package/dist/components/Menu/styles.css +4 -1
  76. package/dist/components/Page/PageContent.vue.d.ts +2 -2
  77. package/dist/components/ProgressSpinner/ProgressSpinner.vue.d.ts +1 -1
  78. package/dist/components/Rating/Rating.vue.d.ts +1 -1
  79. package/dist/components/Table/Table.vue.d.ts +1 -1
  80. package/dist/components/Textarea/styles.css +15 -1
  81. package/dist/config-provider/style.css +198 -56
  82. package/dist/confirm-dialog/index.js +11 -11
  83. package/dist/confirm-dialog/style.css +26 -23
  84. package/dist/confirm-popup/index.js +2 -2
  85. package/dist/confirm-popup/style.css +26 -23
  86. package/dist/content-h8POj44-.js +28 -0
  87. package/dist/context-menu/index.js +2 -2
  88. package/dist/context-menu/style.css +26 -23
  89. package/dist/data-view/index.js +1 -1
  90. package/dist/data-view/style.css +26 -23
  91. package/dist/date-picker/index.js +1 -1
  92. package/dist/date-picker/style.css +91 -44
  93. package/dist/dialog/index.js +2 -2
  94. package/dist/dialog/style.css +26 -23
  95. package/dist/divider/style.css +26 -23
  96. package/dist/dock/index.js +2 -2
  97. package/dist/dock/style.css +26 -23
  98. package/dist/drawer/index.js +1 -1
  99. package/dist/drawer/style.css +26 -23
  100. package/dist/dropdown/index.js +2 -2
  101. package/dist/dropdown/style.css +26 -23
  102. package/dist/empty/index.js +1 -1
  103. package/dist/empty/style.css +26 -23
  104. package/dist/fieldset/index.js +1 -1
  105. package/dist/fieldset/style.css +26 -23
  106. package/dist/file-upload/index.js +1 -1
  107. package/dist/file-upload/style.css +26 -23
  108. package/dist/flex/style.css +26 -23
  109. package/dist/float-label/style.css +26 -23
  110. package/dist/fluid/style.css +26 -23
  111. package/dist/form/style.css +26 -23
  112. package/dist/gallery/index.js +1 -1
  113. package/dist/gallery/style.css +26 -23
  114. package/dist/grid/style.css +26 -23
  115. package/dist/icon/index.js +212 -2
  116. package/dist/icon/style.css +26 -23
  117. package/dist/icon-field/index.js +41 -7
  118. package/dist/icon-field/style.css +672 -54
  119. package/dist/icon-field/style.js +1 -0
  120. package/dist/{icon-xUOyawgJ.js → icon-iOBeyIRp.js} +1 -1
  121. package/dist/index.d.ts +10 -1
  122. package/dist/index.d.ts.map +1 -1
  123. package/dist/index.js +4722 -3962
  124. package/dist/inplace/style.css +26 -23
  125. package/dist/input/index.js +78 -80
  126. package/dist/input/style.css +198 -56
  127. package/dist/input-color/style.css +26 -23
  128. package/dist/input-group/style.css +26 -23
  129. package/dist/input-number/index.js +1 -1
  130. package/dist/input-number/style.css +129 -63
  131. package/dist/input-otp/style.css +26 -23
  132. package/dist/input-password/index.js +83 -82
  133. package/dist/input-password/style.css +105 -102
  134. package/dist/input-tags/index.js +1 -1
  135. package/dist/input-tags/style.css +26 -23
  136. package/dist/knob/style.css +26 -23
  137. package/dist/label/style.css +26 -23
  138. package/dist/layout/index.js +60 -83
  139. package/dist/layout/style.css +33 -65
  140. package/dist/listbox/style.css +26 -23
  141. package/dist/loading/index.js +467 -0
  142. package/dist/loading/style.css +1380 -0
  143. package/dist/loading/style.js +3 -0
  144. package/dist/mega-menu/index.js +2 -2
  145. package/dist/mega-menu/style.css +26 -23
  146. package/dist/menu/index.js +2 -2
  147. package/dist/menu/style.css +30 -24
  148. package/dist/menubar/index.js +2 -2
  149. package/dist/menubar/style.css +26 -23
  150. package/dist/message/index.js +8 -7
  151. package/dist/message/style.css +26 -23
  152. package/dist/meter-group/style.css +26 -23
  153. package/dist/order-list/index.js +1 -1
  154. package/dist/order-list/style.css +26 -23
  155. package/dist/page/index.js +1 -1
  156. package/dist/page/style.css +26 -23
  157. package/dist/pagination/index.js +1 -1
  158. package/dist/pagination/style.css +26 -23
  159. package/dist/panel/index.js +1 -1
  160. package/dist/panel/style.css +26 -23
  161. package/dist/pick-list/index.js +1 -1
  162. package/dist/pick-list/style.css +26 -23
  163. package/dist/popover/style.css +26 -23
  164. package/dist/progress-bar/style.css +26 -23
  165. package/dist/progress-spinner/style.css +26 -23
  166. package/dist/radio/style.css +26 -23
  167. package/dist/rating/index.js +1 -1
  168. package/dist/rating/style.css +26 -23
  169. package/dist/resolver-map.d.ts.map +1 -1
  170. package/dist/resolver.js +1 -0
  171. package/dist/result/index.js +1 -1
  172. package/dist/result/style.css +26 -23
  173. package/dist/scroll-top/index.js +1 -1
  174. package/dist/scroll-top/style.css +26 -23
  175. package/dist/scrollbar/style.css +26 -23
  176. package/dist/select/index.js +1 -1
  177. package/dist/select/style.css +27 -24
  178. package/dist/select-button/style.css +26 -23
  179. package/dist/shared/config.d.ts.map +1 -1
  180. package/dist/shared/styles/control-suffix.css +1 -1
  181. package/dist/sidebar/index.js +2 -2
  182. package/dist/sidebar/style.css +26 -23
  183. package/dist/skeleton/style.css +26 -23
  184. package/dist/slider/style.css +26 -23
  185. package/dist/space/style.css +26 -23
  186. package/dist/speed-dial/index.js +2 -2
  187. package/dist/speed-dial/style.css +26 -23
  188. package/dist/split-button/index.js +1 -1
  189. package/dist/split-button/style.css +26 -23
  190. package/dist/splitter/style.css +26 -23
  191. package/dist/status/index.js +1 -1
  192. package/dist/status/style.css +26 -23
  193. package/dist/stepper/index.js +1 -1
  194. package/dist/stepper/style.css +26 -23
  195. package/dist/styles/base.css +26 -23
  196. package/dist/styles.css +1 -1
  197. package/dist/switch/style.css +26 -23
  198. package/dist/table/index.js +2 -2
  199. package/dist/table/style.css +26 -23
  200. package/dist/tabs/index.js +1 -1
  201. package/dist/tabs/style.css +26 -23
  202. package/dist/tag/index.js +1 -1
  203. package/dist/tag/style.css +26 -23
  204. package/dist/terminal/style.css +26 -23
  205. package/dist/textarea/index.js +1 -1
  206. package/dist/textarea/style.css +41 -24
  207. package/dist/tiered-menu/index.js +1 -1
  208. package/dist/tiered-menu/style.css +26 -23
  209. package/dist/timeline/index.js +1 -1
  210. package/dist/timeline/style.css +26 -23
  211. package/dist/toast/index.js +13 -12
  212. package/dist/toast/style.css +26 -23
  213. package/dist/toggle-button/index.js +2 -2
  214. package/dist/toggle-button/style.css +26 -23
  215. package/dist/toolbar/style.css +26 -23
  216. package/dist/tooltip/style.css +26 -23
  217. package/dist/tree/index.js +1 -1
  218. package/dist/tree/style.css +26 -23
  219. package/dist/tree-select/index.js +1 -1
  220. package/dist/tree-select/style.css +27 -24
  221. package/dist/tree-table/index.js +1 -1
  222. package/dist/tree-table/style.css +26 -23
  223. package/dist/virtual-scroller/style.css +26 -23
  224. package/package.json +9 -2
  225. package/dist/Icon-DfpIfo2L.js +0 -521
  226. package/dist/Renderable-BaaCI4tS.js +0 -45
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # morya-ui
2
2
 
3
+ ## 0.2.9
4
+
5
+ ### 新功能
6
+
7
+ - require a craft pass and add Ops polish recipes
8
+ - add categorized Tabler built-in icons
9
+ - add Loading component
10
+
11
+ ### 修复
12
+
13
+ - align Table rows and MMessage host guidance with the real API
14
+ - adjust width of selection demo for better layout
15
+ - align trailing icon insets with input affixes
16
+ - size input affixes from content instead of fixed padding
17
+ - add block padding so vertical menus are not flush to edges
18
+
19
+ ### 文档
20
+
21
+ - sync MCP and setup docs with the current AI tooling
22
+ - document optional setup skills and companions
23
+ - add Loading docs and demos
24
+
25
+ ### 变更
26
+
27
+ - simplify sider and content into single-element shells
28
+ - refresh Loading circular design tokens
29
+
30
+ ## 0.2.8
31
+
32
+ ### 新功能
33
+
34
+ - 新增 Loading 加载组件
35
+
36
+ ### 文档
37
+
38
+ - 补充 Loading 中英文文档与示例
39
+ - update quick start guide for kebab-case imports and dts configuration
40
+
41
+ ### 变更
42
+
43
+ - stop copying docs into consumer apps
44
+ - stop copying design tokens and page examples
45
+
3
46
  ## 0.2.7
4
47
 
5
48
  ### 新功能
package/README.md CHANGED
@@ -126,6 +126,7 @@ See the [Quick start guide](https://morya-space.github.io/morya-ui/docs/quick-st
126
126
  | [`morya-ui`](https://www.npmjs.com/package/morya-ui) | Components, styles, theme & locale helpers |
127
127
  | [`@morya-ui/nuxt`](./packages/nuxt) | Nuxt 3 module (styles, transpile, overlay context) |
128
128
  | [`@morya-ui/mcp`](https://www.npmjs.com/package/@morya-ui/mcp) | Optional MCP server for AI-assisted doc lookup |
129
+ | [`@morya-ui/setup`](https://www.npmjs.com/package/@morya-ui/setup) | One-shot consumer setup: library, styles, Agent skill, Cursor rules, and MCP |
129
130
 
130
131
  ## Contributing
131
132
 
package/README.zh-CN.md CHANGED
@@ -126,6 +126,7 @@ createApp(App).use(createMoryaUI({ locale: zhCN })).mount('#app')
126
126
  | [`morya-ui`](https://www.npmjs.com/package/morya-ui) | 组件、样式、主题与语言工具 |
127
127
  | [`@morya-ui/nuxt`](./packages/nuxt) | Nuxt 3 模块(样式、transpile、overlay 上下文) |
128
128
  | [`@morya-ui/mcp`](https://www.npmjs.com/package/@morya-ui/mcp) | 可选 MCP 服务,供 AI 客户端检索文档 |
129
+ | [`@morya-ui/setup`](https://www.npmjs.com/package/@morya-ui/setup) | 业务项目一键接入:组件库、样式、Agent Skill、Cursor 规则与 MCP |
129
130
 
130
131
  ## 参与贡献
131
132
 
@@ -1,5 +1,5 @@
1
1
  import { r as e, t } from "./types-DGuu4Eg4.js";
2
- import { t as n } from "./Icon-DfpIfo2L.js";
2
+ import { t as n } from "./Icon-B6IBrJ5S.js";
3
3
  import { o as r } from "./config-BdK5ccNT.js";
4
4
  import { Comment as i, Fragment as a, Text as o, computed as s, createBlock as c, createCommentVNode as l, createElementBlock as u, createElementVNode as d, createTextVNode as f, defineComponent as p, normalizeClass as m, normalizeStyle as h, openBlock as g, ref as _, renderSlot as v, resolveDynamicComponent as y, toDisplayString as b, useSlots as x } from "vue";
5
5
  //#region src/components/Button/Button.vue?vue&type=script&setup=true&lang.ts
@@ -0,0 +1,606 @@
1
+ import { i as e } from "./types-DGuu4Eg4.js";
2
+ import { Fragment as t, computed as n, createCommentVNode as r, createElementBlock as i, defineComponent as a, normalizeClass as o, openBlock as s, renderList as c, renderSlot as l, useSlots as u } from "vue";
3
+ //#region src/components/Icon/icons-tabler.ts
4
+ function d(...e) {
5
+ return {
6
+ viewBox: "0 0 24 24",
7
+ strokeWidth: 2,
8
+ primitives: e.map((e) => ({
9
+ tag: "path",
10
+ d: e
11
+ }))
12
+ };
13
+ }
14
+ //#endregion
15
+ //#region src/components/Icon/icons.ts
16
+ var f = {
17
+ check: { primitives: [{
18
+ tag: "path",
19
+ d: "m3 8 3 3 7-7"
20
+ }] },
21
+ "check-circle": { primitives: [{
22
+ tag: "circle",
23
+ cx: 8,
24
+ cy: 8,
25
+ r: 5.5
26
+ }, {
27
+ tag: "path",
28
+ d: "m5.5 8.25 1.75 1.75 3.5-3.75"
29
+ }] },
30
+ close: { primitives: [{
31
+ tag: "path",
32
+ d: "m4 4 8 8M12 4l-8 8"
33
+ }] },
34
+ "x-circle": { primitives: [{
35
+ tag: "circle",
36
+ cx: 8,
37
+ cy: 8,
38
+ r: 5.5
39
+ }, {
40
+ tag: "path",
41
+ d: "m6 6 4 4M10 6l-4 4"
42
+ }] },
43
+ info: { primitives: [{
44
+ tag: "circle",
45
+ cx: 8,
46
+ cy: 8,
47
+ r: 5.5
48
+ }, {
49
+ tag: "path",
50
+ d: "M8 7v4M8 5.25h.01"
51
+ }] },
52
+ warning: { primitives: [{
53
+ tag: "path",
54
+ d: "M8 2.75 14.25 13.5H1.75L8 2.75Z"
55
+ }, {
56
+ tag: "path",
57
+ d: "M8 6.5v3.25M8 11.5h.01"
58
+ }] },
59
+ "alert-circle": { primitives: [{
60
+ tag: "circle",
61
+ cx: 8,
62
+ cy: 8,
63
+ r: 5.5
64
+ }, {
65
+ tag: "path",
66
+ d: "M8 5.25v4M8 11.25h.01"
67
+ }] },
68
+ "chevron-up": { primitives: [{
69
+ tag: "path",
70
+ d: "m4 10 4-4 4 4"
71
+ }] },
72
+ "chevron-down": { primitives: [{
73
+ tag: "path",
74
+ d: "m4 6 4 4 4-4"
75
+ }] },
76
+ "chevron-left": { primitives: [{
77
+ tag: "path",
78
+ d: "m10 4-4 4 4 4"
79
+ }] },
80
+ "chevron-right": { primitives: [{
81
+ tag: "path",
82
+ d: "m6 4 4 4-4 4"
83
+ }] },
84
+ "arrow-up": { primitives: [{
85
+ tag: "path",
86
+ d: "M8 12.5V3.5M4.5 7 8 3.5 11.5 7"
87
+ }] },
88
+ "arrow-down": { primitives: [{
89
+ tag: "path",
90
+ d: "M8 3.5v9M4.5 9 8 12.5 11.5 9"
91
+ }] },
92
+ "arrow-left": { primitives: [{
93
+ tag: "path",
94
+ d: "M12.5 8H3.5M7 4.5 3.5 8 7 11.5"
95
+ }] },
96
+ "arrow-right": { primitives: [{
97
+ tag: "path",
98
+ d: "M3.5 8h9M9 4.5 12.5 8 9 11.5"
99
+ }] },
100
+ plus: { primitives: [{
101
+ tag: "path",
102
+ d: "M8 3v10M3 8h10"
103
+ }] },
104
+ minus: { primitives: [{
105
+ tag: "path",
106
+ d: "M3 8h10"
107
+ }] },
108
+ search: { primitives: [{
109
+ tag: "circle",
110
+ cx: 7,
111
+ cy: 7,
112
+ r: 3.75
113
+ }, {
114
+ tag: "path",
115
+ d: "m10 10 3 3"
116
+ }] },
117
+ menu: { primitives: [{
118
+ tag: "path",
119
+ d: "M3 5h10M3 8h10M3 11h10"
120
+ }] },
121
+ more: { primitives: [
122
+ {
123
+ tag: "circle",
124
+ cx: 4,
125
+ cy: 8,
126
+ r: 1,
127
+ fill: "currentColor"
128
+ },
129
+ {
130
+ tag: "circle",
131
+ cx: 8,
132
+ cy: 8,
133
+ r: 1,
134
+ fill: "currentColor"
135
+ },
136
+ {
137
+ tag: "circle",
138
+ cx: 12,
139
+ cy: 8,
140
+ r: 1,
141
+ fill: "currentColor"
142
+ }
143
+ ] },
144
+ "more-vertical": { primitives: [
145
+ {
146
+ tag: "circle",
147
+ cx: 8,
148
+ cy: 4,
149
+ r: 1,
150
+ fill: "currentColor"
151
+ },
152
+ {
153
+ tag: "circle",
154
+ cx: 8,
155
+ cy: 8,
156
+ r: 1,
157
+ fill: "currentColor"
158
+ },
159
+ {
160
+ tag: "circle",
161
+ cx: 8,
162
+ cy: 12,
163
+ r: 1,
164
+ fill: "currentColor"
165
+ }
166
+ ] },
167
+ edit: { primitives: [{
168
+ tag: "path",
169
+ d: "m3 11.75-.5 2.75 2.75-.5L13 6.25 9.75 3 3 9.75v2Z"
170
+ }, {
171
+ tag: "path",
172
+ d: "m8.75 4 3.25 3.25"
173
+ }] },
174
+ trash: { primitives: [{
175
+ tag: "path",
176
+ d: "M3.5 5h9M6 5V3.5h4V5M5 5l.5 8h5l.5-8M6.75 7v4M9.25 7v4"
177
+ }] },
178
+ copy: { primitives: [{
179
+ tag: "rect",
180
+ x: 5.5,
181
+ y: 5.5,
182
+ width: 7,
183
+ height: 7,
184
+ rx: 1
185
+ }, {
186
+ tag: "path",
187
+ d: "M10.5 5.5V4.5a1 1 0 0 0-1-1h-5a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h1"
188
+ }] },
189
+ "external-link": { primitives: [{
190
+ tag: "path",
191
+ d: "M9 3.5h3.5V7M12.5 3.5 8 8"
192
+ }, {
193
+ tag: "path",
194
+ d: "M7 4.5H4.5a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9"
195
+ }] },
196
+ download: { primitives: [{
197
+ tag: "path",
198
+ d: "M8 3v7.5M5 8l3 3 3-3"
199
+ }, {
200
+ tag: "path",
201
+ d: "M3.5 12.5h9"
202
+ }] },
203
+ upload: { primitives: [{
204
+ tag: "path",
205
+ d: "M8 13V5.5M5 8l3-3 3 3"
206
+ }, {
207
+ tag: "path",
208
+ d: "M3.5 12.5h9"
209
+ }] },
210
+ filter: { primitives: [{
211
+ tag: "path",
212
+ d: "M2.5 3.5h11l-4 5v4l-3 1.5v-5.5l-4-5Z"
213
+ }] },
214
+ settings: { primitives: [{
215
+ tag: "circle",
216
+ cx: 8,
217
+ cy: 8,
218
+ r: 2
219
+ }, {
220
+ tag: "path",
221
+ d: "M8 2.5v1.2M8 12.3v1.2M2.5 8h1.2M12.3 8h1.2M4.1 4.1l.85.85M11.05 11.05l.85.85M4.1 11.9l.85-.85M11.05 4.95l.85-.85"
222
+ }] },
223
+ home: { primitives: [{
224
+ tag: "path",
225
+ d: "M2.5 7.5 8 3l5.5 4.5V13a.75.75 0 0 1-.75.75H3.25A.75.75 0 0 1 2.5 13V7.5Z"
226
+ }] },
227
+ user: { primitives: [{
228
+ tag: "circle",
229
+ cx: 8,
230
+ cy: 5.5,
231
+ r: 2.25
232
+ }, {
233
+ tag: "path",
234
+ d: "M3.5 13.25c0-2.35 2-4.25 4.5-4.25s4.5 1.9 4.5 4.25"
235
+ }] },
236
+ calendar: { primitives: [{
237
+ tag: "rect",
238
+ x: 2.5,
239
+ y: 3.5,
240
+ width: 11,
241
+ height: 10,
242
+ rx: 1
243
+ }, {
244
+ tag: "path",
245
+ d: "M5 2.5v2M11 2.5v2M2.5 6.5h11"
246
+ }] },
247
+ clock: { primitives: [{
248
+ tag: "circle",
249
+ cx: 8,
250
+ cy: 8,
251
+ r: 5.5
252
+ }, {
253
+ tag: "path",
254
+ d: "M8 5.25V8l2 1.5"
255
+ }] },
256
+ eye: { primitives: [{
257
+ tag: "path",
258
+ d: "M1.75 8S3.75 3.75 8 3.75 14.25 8 14.25 8 12.25 12.25 8 12.25 1.75 8 1.75 8Z"
259
+ }, {
260
+ tag: "circle",
261
+ cx: 8,
262
+ cy: 8,
263
+ r: 1.75
264
+ }] },
265
+ "eye-off": { primitives: [
266
+ {
267
+ tag: "path",
268
+ d: "m2.5 2.5 11 11M6.2 6.35A2.25 2.25 0 0 0 9.65 9.8"
269
+ },
270
+ {
271
+ tag: "path",
272
+ d: "M4.1 4.45C2.7 5.5 1.75 8 1.75 8S3.75 12.25 8 12.25c1.15 0 2.15-.3 3-.75"
273
+ },
274
+ {
275
+ tag: "path",
276
+ d: "M11.35 9.4C12.95 8.35 14.25 8 14.25 8S12.25 3.75 8 3.75c-.55 0-1.05.05-1.5.15"
277
+ }
278
+ ] },
279
+ lock: { primitives: [{
280
+ tag: "rect",
281
+ x: 3.5,
282
+ y: 7,
283
+ width: 9,
284
+ height: 6.5,
285
+ rx: 1
286
+ }, {
287
+ tag: "path",
288
+ d: "M5.5 7V5.25a2.5 2.5 0 0 1 5 0V7"
289
+ }] },
290
+ unlock: { primitives: [{
291
+ tag: "rect",
292
+ x: 3.5,
293
+ y: 7,
294
+ width: 9,
295
+ height: 6.5,
296
+ rx: 1
297
+ }, {
298
+ tag: "path",
299
+ d: "M5.5 7V5.25a2.5 2.5 0 0 1 4.85-.75"
300
+ }] },
301
+ link: { primitives: [
302
+ {
303
+ tag: "path",
304
+ d: "M6.5 9.5 5.25 10.75a2.25 2.25 0 0 1-3.18-3.18L3.75 6"
305
+ },
306
+ {
307
+ tag: "path",
308
+ d: "M9.5 6.5 10.75 5.25a2.25 2.25 0 1 1 3.18 3.18L12.25 10"
309
+ },
310
+ {
311
+ tag: "path",
312
+ d: "m6.5 9.5 3-3"
313
+ }
314
+ ] },
315
+ refresh: { primitives: [{
316
+ tag: "path",
317
+ d: "M13 8a5 5 0 1 1-1.4-3.4"
318
+ }, {
319
+ tag: "path",
320
+ d: "M13 3.5V6.5H10"
321
+ }] },
322
+ loader: {
323
+ spin: !0,
324
+ primitives: [{
325
+ tag: "path",
326
+ d: "M8 2.75a5.25 5.25 0 1 1-4.55 2.63"
327
+ }]
328
+ },
329
+ star: { primitives: [{
330
+ tag: "path",
331
+ d: "m8 2.5 1.55 3.15 3.45.5-2.5 2.45.6 3.45L8 10.4l-3.1 1.65.6-3.45-2.5-2.45 3.45-.5L8 2.5Z"
332
+ }] },
333
+ heart: { primitives: [{
334
+ tag: "path",
335
+ d: "M8 13.25S2.75 9.75 2.75 6.4A2.65 2.65 0 0 1 8 5.1a2.65 2.65 0 0 1 5.25 1.3c0 3.35-5.25 6.85-5.25 6.85Z"
336
+ }] },
337
+ grip: { primitives: [
338
+ {
339
+ tag: "circle",
340
+ cx: 5.5,
341
+ cy: 4.5,
342
+ r: 1,
343
+ fill: "currentColor"
344
+ },
345
+ {
346
+ tag: "circle",
347
+ cx: 10.5,
348
+ cy: 4.5,
349
+ r: 1,
350
+ fill: "currentColor"
351
+ },
352
+ {
353
+ tag: "circle",
354
+ cx: 5.5,
355
+ cy: 8,
356
+ r: 1,
357
+ fill: "currentColor"
358
+ },
359
+ {
360
+ tag: "circle",
361
+ cx: 10.5,
362
+ cy: 8,
363
+ r: 1,
364
+ fill: "currentColor"
365
+ },
366
+ {
367
+ tag: "circle",
368
+ cx: 5.5,
369
+ cy: 11.5,
370
+ r: 1,
371
+ fill: "currentColor"
372
+ },
373
+ {
374
+ tag: "circle",
375
+ cx: 10.5,
376
+ cy: 11.5,
377
+ r: 1,
378
+ fill: "currentColor"
379
+ }
380
+ ] },
381
+ sort: { primitives: [{
382
+ tag: "path",
383
+ d: "M8 3.5v4M5.5 7 8 3.5 10.5 7"
384
+ }, {
385
+ tag: "path",
386
+ d: "M8 12.5v-4M5.5 9 8 12.5 10.5 9"
387
+ }] },
388
+ maximize: { primitives: [{
389
+ tag: "rect",
390
+ x: 3.5,
391
+ y: 3.5,
392
+ width: 9,
393
+ height: 9,
394
+ rx: .75
395
+ }] },
396
+ restore: { primitives: [{
397
+ tag: "rect",
398
+ x: 3.5,
399
+ y: 5.5,
400
+ width: 7,
401
+ height: 7,
402
+ rx: .75
403
+ }, {
404
+ tag: "path",
405
+ d: "M5.5 3.5h5.5V9"
406
+ }] },
407
+ mail: { primitives: [{
408
+ tag: "rect",
409
+ x: 2.5,
410
+ y: 4.5,
411
+ width: 11,
412
+ height: 7.5,
413
+ rx: 1
414
+ }, {
415
+ tag: "path",
416
+ d: "M2.5 5.75 8 9.25l5.5-3.5"
417
+ }] },
418
+ shield: { primitives: [{
419
+ tag: "path",
420
+ d: "M8 2.25 13.25 4.5V8c0 2.85-2.1 4.85-5.25 5.75C4.85 12.85 2.75 10.85 2.75 8V4.5L8 2.25Z"
421
+ }] },
422
+ book: { primitives: [{
423
+ tag: "path",
424
+ d: "M4 3.5h7a1 1 0 0 1 1 1v9.5H5a1 1 0 0 0-1 1V3.5Z"
425
+ }, {
426
+ tag: "path",
427
+ d: "M5 3.5h7v9.5"
428
+ }] },
429
+ "chart-bar": { primitives: [{
430
+ tag: "path",
431
+ d: "M4 12V7M8 12V4M12 12V9"
432
+ }, {
433
+ tag: "path",
434
+ d: "M3 12.5h10"
435
+ }] },
436
+ database: { primitives: [
437
+ {
438
+ tag: "path",
439
+ d: "M3.5 5.25c0-1.35 2.015-2.25 4.5-2.25s4.5.9 4.5 2.25-2.015 2.25-4.5 2.25-4.5-.9-4.5-2.25Z"
440
+ },
441
+ {
442
+ tag: "path",
443
+ d: "M3.5 8.25v2.75c0 1.35 2.015 2.25 4.5 2.25s4.5-.9 4.5-2.25V8.25"
444
+ },
445
+ {
446
+ tag: "path",
447
+ d: "M3.5 8.25c0 1.35 2.015 2.25 4.5 2.25s4.5-.9 4.5-2.25"
448
+ }
449
+ ] },
450
+ "layout-dashboard": d("M5 4h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1", "M5 16h4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1", "M15 12h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1", "M15 4h4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1"),
451
+ "layout-grid": d("M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "M14 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4"),
452
+ users: d("M5 7a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2", "M16 3.13a4 4 0 0 1 0 7.75", "M21 21v-2a4 4 0 0 0 -3 -3.85"),
453
+ "user-plus": d("M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0", "M16 19h6", "M19 16v6", "M6 21v-2a4 4 0 0 1 4 -4h4"),
454
+ folder: d("M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2"),
455
+ "folder-open": d("M5 19l2.757 -7.351a1 1 0 0 1 .936 -.649h12.307a1 1 0 0 1 .986 1.164l-.996 5.211a2 2 0 0 1 -1.964 1.625h-14.026a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2"),
456
+ file: d("M14 3v4a1 1 0 0 0 1 1h4", "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2"),
457
+ "file-text": d("M14 3v4a1 1 0 0 0 1 1h4", "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2", "M9 9l1 0", "M9 13l6 0", "M9 17l6 0"),
458
+ paperclip: d("M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5"),
459
+ clipboard: d("M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2", "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2"),
460
+ activity: d("M3 12h4l3 8l4 -16l3 8h4"),
461
+ box: d("M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5", "M12 12l8 -4.5", "M12 12l0 9", "M12 12l-8 -4.5"),
462
+ package: d("M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5", "M12 12l8 -4.5", "M12 12l0 9", "M12 12l-8 -4.5", "M16 5.25l-8 4.5"),
463
+ stack: d("M12 6l-8 4l8 4l8 -4l-8 -4", "M4 14l8 4l8 -4"),
464
+ cloud: d("M6.657 18c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878"),
465
+ server: d("M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3", "M3 15a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -2", "M7 8l0 .01", "M7 16l0 .01"),
466
+ components: d("M3 12l3 3l3 -3l-3 -3l-3 3", "M15 12l3 3l3 -3l-3 -3l-3 3", "M9 6l3 3l3 -3l-3 -3l-3 3", "M9 18l3 3l3 -3l-3 -3l-3 3"),
467
+ palette: d("M12 21a9 9 0 0 1 0 -18c4.97 0 9 3.582 9 8c0 1.06 -.474 2.078 -1.318 2.828c-.844 .75 -1.989 1.172 -3.182 1.172h-2.5a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25", "M7.5 10.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "M11.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "M15.5 10.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"),
468
+ bell: d("M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6", "M9 17v1a3 3 0 0 0 6 0v-1"),
469
+ logout: d("M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2", "M9 12h12l-3 -3", "M18 15l3 -3"),
470
+ login: d("M15 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2", "M21 12h-13l3 -3", "M11 15l-3 -3"),
471
+ photo: d("M15 8h.01", "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5", "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3"),
472
+ phone: d("M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2"),
473
+ "map-pin": d("M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0", "M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0"),
474
+ world: d("M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "M3.6 9h16.8", "M3.6 15h16.8", "M11.5 3a17 17 0 0 0 0 18", "M12.5 3a17 17 0 0 1 0 18"),
475
+ "shopping-cart": d("M4 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "M15 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "M17 17h-11v-14h-2", "M6 5l14 1l-1 7h-13"),
476
+ "credit-card": d("M3 8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -8", "M3 10l18 0", "M7 15l.01 0", "M11 15l2 0"),
477
+ message: d("M8 9h8", "M8 13h6", "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12"),
478
+ send: d("M10 14l11 -11", "M21 3l-6.5 18a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5"),
479
+ share: d("M3 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "M15 6a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "M15 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "M8.7 10.7l6.6 -3.4", "M8.7 13.3l6.6 3.4"),
480
+ "device-floppy": d("M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2", "M10 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "M14 4l0 4l-6 0l0 -4"),
481
+ printer: d("M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2", "M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4", "M7 15a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2l0 -4"),
482
+ "zoom-in": d("M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "M7 10l6 0", "M10 7l0 6", "M21 21l-6 -6"),
483
+ "zoom-out": d("M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "M7 10l6 0", "M21 21l-6 -6"),
484
+ ban: d("M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "M5.7 5.7l12.6 12.6"),
485
+ "help-circle": d("M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "M12 16v.01", "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483"),
486
+ "info-circle": d("M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0", "M12 9h.01", "M11 12h1v4h1"),
487
+ sun: d("M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", "M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7"),
488
+ moon: d("M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454l0 .008"),
489
+ code: d("M7 8l-4 4l4 4", "M17 8l4 4l-4 4", "M14 4l-4 16"),
490
+ terminal: d("M5 7l5 5l-5 5", "M12 19l7 0"),
491
+ building: d("M3 21l18 0", "M9 8l1 0", "M9 12l1 0", "M9 16l1 0", "M14 8l1 0", "M14 12l1 0", "M14 16l1 0", "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16"),
492
+ briefcase: d("M3 9a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2l0 -9", "M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2", "M12 12l0 .01", "M3 13a20 20 0 0 0 18 0"),
493
+ list: d("M9 6l11 0", "M9 12l11 0", "M9 18l11 0", "M5 6l0 .01", "M5 12l0 .01", "M5 18l0 .01"),
494
+ table: d("M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14", "M3 10h18", "M10 3v18"),
495
+ "chart-line": d("M4 19l16 0", "M4 15l4 -6l4 2l4 -5l4 4"),
496
+ "chart-pie": d("M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a.9 .9 0 0 0 -1 -.8", "M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5"),
497
+ "player-play": d("M7 4v16l13 -8l-13 -8"),
498
+ "player-pause": d("M6 6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -12", "M14 6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -12"),
499
+ "device-desktop": d("M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10", "M7 20h10", "M9 16v4", "M15 16v4"),
500
+ "device-mobile": d("M6 5a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-14", "M11 4h2", "M12 17v.01"),
501
+ "adjustments-horizontal": d("M12 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "M4 6l8 0", "M16 6l4 0", "M6 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "M4 12l2 0", "M10 12l10 0", "M15 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "M4 18l11 0", "M19 18l1 0"),
502
+ rocket: d("M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3", "M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3", "M14 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"),
503
+ sparkles: d("M16 18a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2m0 -12a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2m-7 12a6 6 0 0 1 6 -6a6 6 0 0 1 -6 -6a6 6 0 0 1 -6 6a6 6 0 0 1 6 6"),
504
+ history: d("M12 8l0 4l2 2", "M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5"),
505
+ archive: d("M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2", "M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10", "M10 12l4 0"),
506
+ key: d("M16.555 3.843l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.643 2.643a2.877 2.877 0 0 1 -4.069 0l-.301 -.301l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.877 2.877 0 0 1 0 -4.069l2.643 -2.643a2.877 2.877 0 0 1 4.069 0", "M15 9h.01"),
507
+ wifi: d("M12 18l.01 0", "M9.172 15.172a4 4 0 0 1 5.656 0", "M6.343 12.343a8 8 0 0 1 11.314 0", "M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"),
508
+ video: d("M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4", "M3 8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2l0 -8"),
509
+ microphone: d("M9 5a3 3 0 0 1 3 -3a3 3 0 0 1 3 3v5a3 3 0 0 1 -3 3a3 3 0 0 1 -3 -3l0 -5", "M5 10a7 7 0 0 0 14 0", "M8 21l8 0", "M12 17l0 4"),
510
+ scissors: d("M3 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "M3 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "M8.6 8.6l10.4 10.4", "M8.6 15.4l10.4 -10.4"),
511
+ "arrow-back-up": d("M9 14l-4 -4l4 -4", "M5 10h11a4 4 0 1 1 0 8h-1"),
512
+ "arrow-forward-up": d("M15 14l4 -4l-4 -4", "M19 10h-11a4 4 0 1 0 0 8h1"),
513
+ save: d("M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2", "M10 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "M14 4l0 4l-6 0l0 -4"),
514
+ image: d("M15 8h.01", "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12", "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5", "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3"),
515
+ cut: d("M3 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "M3 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "M8.6 8.6l10.4 10.4", "M8.6 15.4l10.4 -10.4"),
516
+ play: d("M7 4v16l13 -8l-13 -8"),
517
+ pause: d("M6 6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -12", "M14 6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -12"),
518
+ undo: d("M9 14l-4 -4l4 -4", "M5 10h11a4 4 0 1 1 0 8h-1"),
519
+ redo: d("M15 14l4 -4l-4 -4", "M19 10h-11a4 4 0 1 0 0 8h1"),
520
+ layers: d("M12 6l-8 4l8 4l8 -4l-8 -4", "M4 14l8 4l8 -4"),
521
+ sliders: d("M12 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "M4 6l8 0", "M16 6l4 0", "M6 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "M4 12l2 0", "M10 12l10 0", "M15 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "M4 18l11 0", "M19 18l1 0"),
522
+ grid: d("M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4", "M14 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1l0 -4")
523
+ }, p = Object.keys(f);
524
+ function m(e) {
525
+ return e in f;
526
+ }
527
+ function h(e) {
528
+ return f[e];
529
+ }
530
+ //#endregion
531
+ //#region src/components/Icon/Icon.vue?vue&type=script&setup=true&lang.ts
532
+ var g = ["aria-label", "aria-hidden"], _ = ["viewBox", "stroke-width"], v = ["d"], y = [
533
+ "cx",
534
+ "cy",
535
+ "r",
536
+ "fill"
537
+ ], b = [
538
+ "x1",
539
+ "y1",
540
+ "x2",
541
+ "y2"
542
+ ], x = ["points"], S = [
543
+ "x",
544
+ "y",
545
+ "width",
546
+ "height",
547
+ "rx"
548
+ ], C = /* @__PURE__ */ a({
549
+ __name: "Icon",
550
+ props: {
551
+ name: {},
552
+ label: {},
553
+ size: { default: "md" }
554
+ },
555
+ setup(a) {
556
+ let d = a, f = u(), p = n(() => e(d.size)), C = n(() => {
557
+ if (!(!d.name || !m(d.name))) return h(d.name);
558
+ }), w = n(() => !!f.default), T = n(() => w.value || !!C.value), E = n(() => [
559
+ "m-icon",
560
+ `m-icon--${p.value}`,
561
+ { "m-icon--spin": C.value?.spin }
562
+ ]);
563
+ return (e, n) => T.value ? (s(), i("span", {
564
+ key: 0,
565
+ class: o(E.value),
566
+ "aria-label": a.label,
567
+ "aria-hidden": a.label ? void 0 : "true",
568
+ role: "img"
569
+ }, [w.value ? l(e.$slots, "default", {}, void 0, void 0, 0) : C.value ? (s(), i("svg", {
570
+ key: 1,
571
+ viewBox: C.value.viewBox ?? "0 0 16 16",
572
+ fill: "none",
573
+ stroke: "currentColor",
574
+ "stroke-width": C.value.strokeWidth ?? 1.8,
575
+ "stroke-linecap": "round",
576
+ "stroke-linejoin": "round"
577
+ }, [(s(!0), i(t, null, c(C.value.primitives, (e, n) => (s(), i(t, { key: n }, [e.tag === "path" ? (s(), i("path", {
578
+ key: 0,
579
+ d: e.d
580
+ }, null, 8, v)) : e.tag === "circle" ? (s(), i("circle", {
581
+ key: 1,
582
+ cx: e.cx,
583
+ cy: e.cy,
584
+ r: e.r,
585
+ fill: e.fill ?? "none"
586
+ }, null, 8, y)) : e.tag === "line" ? (s(), i("line", {
587
+ key: 2,
588
+ x1: e.x1,
589
+ y1: e.y1,
590
+ x2: e.x2,
591
+ y2: e.y2
592
+ }, null, 8, b)) : e.tag === "polyline" ? (s(), i("polyline", {
593
+ key: 3,
594
+ points: e.points
595
+ }, null, 8, x)) : e.tag === "rect" ? (s(), i("rect", {
596
+ key: 4,
597
+ x: e.x,
598
+ y: e.y,
599
+ width: e.width,
600
+ height: e.height,
601
+ rx: e.rx
602
+ }, null, 8, S)) : r("", !0)], 64))), 128))], 8, _)) : r("", !0)], 10, g)) : r("", !0);
603
+ }
604
+ });
605
+ //#endregion
606
+ export { m as a, f as i, h as n, p as r, C as t };
@@ -1,5 +1,5 @@
1
1
  import { r as e } from "./useComponentAttrs-BTYEe61P.js";
2
- import { t } from "./Icon-DfpIfo2L.js";
2
+ import { t } from "./Icon-B6IBrJ5S.js";
3
3
  import { n, t as r } from "./locale-B36KH7c3.js";
4
4
  import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createVNode as l, defineComponent as u, mergeProps as d, normalizeClass as f, openBlock as p, ref as m, renderList as h, toDisplayString as g, unref as _, useAttrs as v, withKeys as y, withModifiers as b } from "vue";
5
5
  //#region src/components/Pagination/Pagination.vue?vue&type=script&setup=true&lang.ts