@mittwald/flow-react-components 0.1.0-alpha.397 → 0.1.0-alpha.399

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.1.0-alpha.399](https://github.com/mittwald/flow/compare/0.1.0-alpha.398...0.1.0-alpha.399) (2025-01-22)
7
+
8
+ ### Features
9
+
10
+ - **icon:** add mobile, desktop, link and bulb icon
11
+ ([#1123](https://github.com/mittwald/flow/issues/1123))
12
+ ([30e6700](https://github.com/mittwald/flow/commit/30e6700baa8103ffb242ba8363ab7bea14c404a6))
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
19
+ # [0.1.0-alpha.398](https://github.com/mittwald/flow/compare/0.1.0-alpha.397...0.1.0-alpha.398) (2025-01-22)
20
+
21
+ ### Features
22
+
23
+ - **List:** add tile view
24
+ ([2058342](https://github.com/mittwald/flow/commit/205834235c856b649b0fd1be26b9693f86cbb9dc))
25
+
26
+ # Change Log
27
+
28
+ All notable changes to this project will be documented in this file. See
29
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
30
+
6
31
  # [0.1.0-alpha.397](https://github.com/mittwald/flow/compare/0.1.0-alpha.396...0.1.0-alpha.397) (2025-01-21)
7
32
 
8
33
  ### Features
package/dist/css/List.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.flow--list--items--item--view{display:flex;padding:var(--list-item--padding);gap:var(--list-item--spacing);align-items:start}.flow--list--items--item--view .flow--list--items--item--view--content{display:flex;flex-wrap:wrap;gap:var(--list-item--spacing);align-items:center;flex-grow:1}.flow--list--items--item--view .flow--list--items--item--view--title{order:0;flex-grow:1;display:grid;grid-column-gap:var(--list-item--avatar-to-title-spacing);grid-template-areas:"avatar title " "avatar subtitle";grid-template-columns:auto 1fr}.flow--list--items--item--view .flow--list--items--item--view--title:empty{display:none}.flow--list--items--item--view .flow--list--items--item--view--title:not(:has(.flow--list--items--item--view--avatar)){grid-template-areas:"title " "subtitle";grid-template-columns:1fr}.flow--list--items--item--view .flow--list--items--item--view--title:not(:has(.flow--list--items--item--view--sub-title)){grid-template-areas:"avatar title"}.flow--list--items--item--view .flow--list--items--item--view--title:not(:has(.flow--list--items--item--view--sub-title)):not(:has(.flow--list--items--item--view--avatar)){grid-template-areas:"title"}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--avatar{grid-area:avatar;align-self:center}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--heading{grid-area:title;align-self:center}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--sub-title{grid-area:subtitle;font-size:var(--list-item--subtitle-font-size)}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--sub-title .flow--list--items--item--view--text:not(:last-child):after{content:"–";display:inline-block;margin:0 var(--size-rem--s)}.flow--list--items--item--view .flow--list--items--item--view--top-content{order:2}.flow--list--items--item--view .flow--list--items--item--view--action{margin-left:auto}.flow--list--items--item--view .flow--list--items--item--view--bottom-content{order:4;width:100%}.flow--list--list-summary{border-width:var(--list-item--border-width);border-bottom-width:0;border-style:var(--list-item--border-style);border-color:var(--list-item--border-color);padding:var(--list-item--padding);border-top-left-radius:var(--list-item--corner-radius);border-top-right-radius:var(--list-item--corner-radius)}.flow--list--header{display:flex;flex-direction:column;row-gap:var(--list--spacing)}.flow--list--header .flow--list--header--picker-list-and-search{display:flex;gap:var(--list--block-to-block-spacing);align-items:center;justify-content:space-between;flex-wrap:wrap-reverse}.flow--list--header .flow--list--header--picker-list{display:flex;flex-wrap:wrap;gap:var(--list--spacing)}.flow--list--header .flow--list--header--search-and-actions{display:flex;flex-grow:1;gap:var(--list--spacing);flex-wrap:wrap-reverse;justify-content:end}.flow--list--header .flow--list--header--search-field{max-width:180px;flex-grow:1;transition:max-width var(--transition--duration--default)}.flow--list--header .flow--list--header--search-field:has(input:focus){max-width:600px}.flow--list--header--active-filters{display:flex;flex-direction:row;column-gap:var(--list--spacing);row-gap:var(--list--spacing);flex-wrap:wrap;align-items:center}.flow--list--header--active-filters .flow--list--header--active-filters--clear-button{margin-inline-start:auto}.flow--list{display:flex;flex-direction:column;row-gap:var(--list--block-to-block-spacing);container-type:inline-size}.flow--list :has(.flow--list--list-summary) .flow--list--items,.flow--list :has(.flow--list--list-summary) .flow--list--table{border-top-left-radius:0;border-top-right-radius:0}.flow--list--items{display:flex;flex-direction:column;border-radius:var(--list-item--corner-radius);border-color:var(--list-item--border-color);border-width:var(--list-item--border-width);border-style:var(--list-item--border-style);overflow:hidden}.flow--list--items:empty{display:none}.flow--list--items.flow--list--items--is-loading{pointer-events:none;opacity:.5}.flow--list--items[data-empty=true]{border:none}.flow--list--items--item{cursor:default;background-color:var(--list-item--background-color--default)}.flow--list--items--item{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--list--items--item[data-focused],.flow--list--items--item:focus{outline-style:none}.flow--list--items--item[data-focus-visible],.flow--list--items--item:focus-visible{outline-style:auto}.flow--list--items--item[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--list--items--item.flow--list--items--item{outline-offset:calc(var(--size-px--xs) * -1)}.flow--list--items--item:where(.flow--list--items--item--is-selected){background-color:var(--list-item--background-color--pressed)}.flow--list--items--item:not(:last-child){border-bottom-color:var(--list-item--border-color);border-bottom-width:var(--list-item--border-width);border-bottom-style:var(--list-item--border-style)}.flow--list--items--item:where(.flow--list--items--item--has-action):not(.flow--list--items--item--is-selected):hover{background-color:var(--list-item--background-color--hover)}.flow--list--items--item:where(.flow--list--items--item--has-action)[data-pressed]{background-color:var(--list-item--background-color--pressed)}.flow--list--footer{font-size:var(--font-size-text--s);display:flex;flex-direction:column;align-items:center;row-gap:var(--list--spacing)}.flow--list--table.flow--list--table--is-loading{pointer-events:none;opacity:.5}.flow--list--table--row.flow--list--table--is-selected{background-color:var(--list-item--background-color--pressed)}.flow--list--table--row:where(.flow--list--table--has-action){cursor:default}.flow--list--table--row:where(.flow--list--table--has-action):not(.flow--list--table--is-selected):hover{background-color:var(--list-item--background-color--hover)}.flow--list--table--row:where(.flow--list--table--has-action)[data-pressed]{background-color:var(--list-item--background-color--pressed)}
1
+ @charset "UTF-8";.flow--list--items--item--view{display:flex;padding:var(--list-item--padding);gap:var(--list-item--spacing);align-items:center;flex-wrap:wrap}.flow--list--items--item--view .flow--list--items--item--view--content{display:flex;flex-wrap:wrap;gap:var(--list-item--spacing);align-items:center;flex-grow:1}.flow--list--items--item--view .flow--list--items--item--view--title{order:0;flex-grow:1;display:grid;grid-column-gap:var(--list-item--avatar-to-title-spacing);grid-template-areas:"avatar title " "avatar subtitle";grid-template-columns:auto 1fr}.flow--list--items--item--view .flow--list--items--item--view--title:empty,.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--sub-title:empty{display:none}.flow--list--items--item--view .flow--list--items--item--view--title:not(:has(.flow--list--items--item--view--avatar)){grid-template-areas:"title " "subtitle";grid-template-columns:1fr}.flow--list--items--item--view .flow--list--items--item--view--title:has(.flow--list--items--item--view--sub-title:empty){grid-template-areas:"avatar title"}.flow--list--items--item--view .flow--list--items--item--view--title:has(.flow--list--items--item--view--sub-title:empty):not(:has(.flow--list--items--item--view--avatar)){grid-template-areas:"title"}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--avatar{grid-area:avatar;align-self:center}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--heading{grid-area:title;align-self:center}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--sub-title{grid-area:subtitle;font-size:var(--list-item--subtitle-font-size)}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--sub-title .flow--list--items--item--view--text:not(:last-child):after{content:"–";display:inline-block;margin:0 var(--size-rem--s)}.flow--list--items--item--view .flow--list--items--item--view--top-content{order:2}.flow--list--items--item--view .flow--list--items--item--view--action{margin-left:auto}.flow--list--items--item--view .flow--list--items--item--view--bottom-content{order:4;width:100%}.flow--list--items--item--view.flow--list--items--item--view--tile{padding:0}.flow--list--items--item--view.flow--list--items--item--view--tile .flow--list--items--item--view--action{display:none}.flow--list--items--item--view.flow--list--items--item--view--tile .flow--list--items--item--view--avatar-container{width:100%;overflow:hidden;border-bottom-color:var(--list-item--border-color);border-bottom-width:var(--list-item--border-width);border-bottom-style:var(--list-item--border-style);border-top-left-radius:var(--corner-radius--default);border-top-right-radius:var(--corner-radius--default);aspect-ratio:16/9}.flow--list--items--item--view.flow--list--items--item--view--tile .flow--list--items--item--view--avatar{width:100%;height:100%;border-radius:0}.flow--list--items--item--view.flow--list--items--item--view--tile .flow--list--items--item--view--avatar .flow--avatar--icon{width:var(--size-px--xxl);height:var(--size-px--xxl)}.flow--list--items--item--view.flow--list--items--item--view--tile .flow--list--items--item--view--avatar .flow--avatar--initials{font-size:var(--size-px--xxl)}.flow--list--items--item--view.flow--list--items--item--view--tile .flow--list--items--item--view--content{display:flex;justify-content:space-between;align-items:start;padding-inline:var(--list-item--spacing);padding-bottom:var(--list-item--spacing);width:100%}.flow--list--items--item--view.flow--list--items--item--view--tile .flow--list--items--item--view--top-content{width:100%}.flow--list--list-summary{border-width:var(--list-item--border-width);border-bottom-width:0;border-style:var(--list-item--border-style);border-color:var(--list-item--border-color);padding:var(--list-item--padding);border-top-left-radius:var(--list-item--corner-radius);border-top-right-radius:var(--list-item--corner-radius)}.flow--list--header{display:flex;flex-direction:column;row-gap:var(--list--spacing)}.flow--list--header .flow--list--header--picker-list-and-search{display:flex;gap:var(--list--block-to-block-spacing);align-items:center;justify-content:space-between;flex-wrap:wrap-reverse}.flow--list--header .flow--list--header--picker-list{display:flex;flex-wrap:wrap;gap:var(--list--spacing)}.flow--list--header .flow--list--header--search-and-actions{display:flex;flex-grow:1;gap:var(--list--spacing);flex-wrap:wrap-reverse;justify-content:end}.flow--list--header .flow--list--header--search-field{max-width:180px;flex-grow:1;transition:max-width var(--transition--duration--default)}.flow--list--header .flow--list--header--search-field:has(input:focus){max-width:600px}.flow--list--header--active-filters{display:flex;flex-direction:row;column-gap:var(--list--spacing);row-gap:var(--list--spacing);flex-wrap:wrap;align-items:center}.flow--list--header--active-filters .flow--list--header--active-filters--clear-button{margin-inline-start:auto}.flow--list{display:flex;flex-direction:column;row-gap:var(--list--block-to-block-spacing);container-type:inline-size}.flow--list :has(.flow--list--list-summary) .flow--list--items,.flow--list :has(.flow--list--list-summary) .flow--list--table{border-top-left-radius:0;border-top-right-radius:0}.flow--list--items{display:flex;flex-direction:column;border-radius:var(--list-item--corner-radius);border-color:var(--list-item--border-color);border-width:var(--list-item--border-width);border-style:var(--list-item--border-style);overflow:hidden}.flow--list--items:empty{display:none}.flow--list--items.flow--list--items--is-loading{pointer-events:none;opacity:.5}.flow--list--items[data-empty=true]{border:none}.flow--list--items.flow--list--items--tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));border:none;gap:var(--list-item--spacing)}.flow--list--items--item{cursor:default;background-color:var(--list-item--background-color--default)}.flow--list--items--item{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--list--items--item[data-focused],.flow--list--items--item:focus{outline-style:none}.flow--list--items--item[data-focus-visible],.flow--list--items--item:focus-visible{outline-style:auto}.flow--list--items--item[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--list--items--item.flow--list--items--item{outline-offset:calc(var(--size-px--xs) * -1)}.flow--list--items--item:where(.flow--list--items--item--is-selected){background-color:var(--list-item--background-color--pressed)}.flow--list--items--item:not(:last-child){border-bottom-color:var(--list-item--border-color);border-bottom-width:var(--list-item--border-width);border-bottom-style:var(--list-item--border-style)}.flow--list--items--item:where(.flow--list--items--item--has-action):not(.flow--list--items--item--is-selected):hover{background-color:var(--list-item--background-color--hover)}.flow--list--items--item:where(.flow--list--items--item--has-action)[data-pressed]{background-color:var(--list-item--background-color--pressed)}.flow--list--items--item.flow--list--items--item--tile{border-color:var(--list-item--border-color);border-width:var(--list-item--border-width);border-style:var(--list-item--border-style);border-radius:var(--list-item--corner-radius)}.flow--list--items--item.flow--list--items--item--tile:where(.flow--list--items--item--has-action):not(.flow--list--items--item--is-selected):hover .flow--avatar{filter:brightness(var(--image-button--brightness--hover))}.flow--list--items--item.flow--list--items--item--tile:where(.flow--list--items--item--has-action)[data-pressed] .flow--avatar{filter:brightness(var(--image-button--brightness--pressed))}.flow--list--footer{font-size:var(--font-size-text--s);display:flex;flex-direction:column;align-items:center;row-gap:var(--list--spacing)}.flow--list--table.flow--list--table--is-loading{pointer-events:none;opacity:.5}.flow--list--table--row.flow--list--table--is-selected{background-color:var(--list-item--background-color--pressed)}.flow--list--table--row:where(.flow--list--table--has-action){cursor:default}.flow--list--table--row:where(.flow--list--table--has-action):not(.flow--list--table--is-selected):hover{background-color:var(--list-item--background-color--hover)}.flow--list--table--row:where(.flow--list--table--has-action)[data-pressed]{background-color:var(--list-item--background-color--pressed)}
@@ -1,9 +1,9 @@
1
1
  "use client"
2
2
  /* */
3
- import { C as t } from "./ContextMenuTrigger-BAV29sr-.js";
4
- import { a as n } from "./ContextMenuTrigger-BAV29sr-.js";
3
+ import { C as t } from "./ContextMenuTrigger-C6ZCPTHC.js";
4
+ import { a as n } from "./ContextMenuTrigger-C6ZCPTHC.js";
5
5
  import { M as x } from "./MenuItem-D5BsewlU.js";
6
- import { C as f } from "./ContextMenuSection-CmajFz_f.js";
6
+ import { C as f } from "./ContextMenuSection-kLzjPKqH.js";
7
7
  export {
8
8
  t as ContextMenu,
9
9
  f as ContextMenuSection,
@@ -3,41 +3,41 @@
3
3
  import * as o from "react-aria-components";
4
4
  import t from "react";
5
5
  import "./propsContext-DzAKlmhS.js";
6
- import { PropsContextProvider as m } from "./PropsContextProvider.js";
6
+ import { PropsContextProvider as l } from "./PropsContextProvider.js";
7
7
  import "@react-aria/utils";
8
8
  import "remeda";
9
- import { f as l } from "./flowComponent-BQs9wMX_.js";
9
+ import { f as m } from "./flowComponent-BQs9wMX_.js";
10
10
  import { A as r } from "./Action-Bm7dBV7s.js";
11
11
  const p = "flow--context-menu", u = "flow--context-menu--section", x = {
12
12
  contextMenu: p,
13
13
  section: u
14
- }, g = (e) => e === "navigation" ? "none" : e === "switch" ? "multiple" : e, f = (e) => e === "single" || e === "multiple" ? "control" : e, C = (e) => e === "single" || e === "navigation" ? "ContextMenu" : void 0, d = l(
14
+ }, f = (e) => e === "navigation" ? "none" : e === "switch" ? "multiple" : e, C = (e) => e === "single" || e === "multiple" ? "control" : e, g = (e) => e === "multiple" ? void 0 : "ContextMenu", A = m(
15
15
  "ContextMenuSection",
16
16
  (e) => {
17
- const { children: i, selectionMode: n, ...s } = e, a = f(n), c = {
17
+ const { children: s, selectionMode: n, ...c } = e, i = C(n), a = {
18
18
  Heading: {
19
19
  level: 5,
20
20
  wrapWith: /* @__PURE__ */ t.createElement(o.Header, null)
21
21
  },
22
22
  MenuItem: {
23
- selectionVariant: a
23
+ selectionVariant: i
24
24
  }
25
25
  };
26
26
  return /* @__PURE__ */ t.createElement(
27
27
  o.MenuSection,
28
28
  {
29
- ...s,
30
- selectionMode: g(n),
29
+ ...c,
30
+ selectionMode: f(n),
31
31
  className: x.section
32
32
  },
33
- /* @__PURE__ */ t.createElement(m, { props: c, mergeInParentContext: !0 }, /* @__PURE__ */ t.createElement(r, { skip: !0 }, /* @__PURE__ */ t.createElement(r, { closeOverlay: C(n) }, i)))
33
+ /* @__PURE__ */ t.createElement(l, { props: a, mergeInParentContext: !0 }, /* @__PURE__ */ t.createElement(r, { skip: !0 }, /* @__PURE__ */ t.createElement(r, { closeOverlay: g(n) }, s)))
34
34
  );
35
35
  }
36
36
  );
37
37
  export {
38
- d as C,
39
- C as a,
40
- f as b,
41
- g,
38
+ A as C,
39
+ g as a,
40
+ C as b,
41
+ f as g,
42
42
  x as s
43
43
  };
@@ -2,7 +2,7 @@
2
2
  /* */
3
3
  import e from "react";
4
4
  import * as a from "react-aria-components";
5
- import { s as f, g as y, a as d, b as v } from "./ContextMenuSection-CmajFz_f.js";
5
+ import { s as f, g as y, a as d, b as v } from "./ContextMenuSection-kLzjPKqH.js";
6
6
  import { f as s } from "./flowComponent-BQs9wMX_.js";
7
7
  import { P } from "./Popover-3qM_-J3x.js";
8
8
  import { C as A } from "./ClearPropsContext-CUvsbMn8.js";
package/dist/js/Icons.js CHANGED
@@ -1,30 +1,30 @@
1
1
  "use client"
2
2
  /* */
3
3
  import n from "react";
4
- import { IconAppWindow as o, IconArrowBackUpDouble as l, IconArrowLeft as r, IconHistory as a, IconCamera as I, IconClipboardList as m, IconFileCertificate as s, IconClock as E, IconCode as i, IconDotsVertical as u, IconFileDescription as p, IconFileInfo as d, IconCalendarCheck as f, IconBuilding as h, IconBorderAll as C, IconDatabase as S, IconFolder as x, IconMailShare as k, IconWorld as g, IconEdit as w, IconMail as v, IconPuzzle as $, IconArrowRight as b, IconEyeOff as M, IconHome as D, IconInbox as F, IconFileEuro as L, IconLock as t, IconLockOpen as y, IconPower as P, IconMaximize as z, IconUsersGroup as A, IconMenu2 as B, IconMinimize as O, IconTruckDelivery as R, IconBell as U, IconHash as H, IconShoppingCart as V, IconCreditCard as W, IconChartHistogram as T, IconArchive as j, IconArrowForwardUp as K, IconRefresh as N, IconListSearch as G, IconShieldLock as X, IconServer as q, IconSettings as J, IconShare3 as Q, IconEye as Y, IconShield as Z, IconShieldCheckFilled as _, IconSparkles as ee, IconKey as ne, IconDoor as ce, IconStar as te, IconStarFilled as oe, IconWorldWww as le, IconHeadset as re, IconFileX as ae, IconTicket as Ie, IconArrowBackUp as me, IconUser as se, IconWorldShare as Ee } from "@tabler/icons-react";
4
+ import { IconAppWindow as o, IconArrowBackUpDouble as l, IconArrowLeft as r, IconHistory as a, IconBulb as I, IconCamera as m, IconClipboardList as s, IconFileCertificate as E, IconClock as i, IconCode as u, IconDotsVertical as p, IconFileDescription as d, IconFileInfo as f, IconCalendarCheck as h, IconBuilding as C, IconBorderAll as S, IconDatabase as x, IconDeviceImac as k, IconFolder as b, IconMailShare as g, IconWorld as w, IconEdit as v, IconMail as $, IconPuzzle as M, IconArrowRight as D, IconEyeOff as L, IconHome as F, IconInbox as y, IconFileEuro as B, IconLink as P, IconLock as t, IconLockOpen as z, IconPower as A, IconMaximize as O, IconUsersGroup as R, IconMenu2 as U, IconMinimize as H, IconDeviceMobile as V, IconTruckDelivery as W, IconBell as T, IconHash as j, IconShoppingCart as K, IconCreditCard as N, IconChartHistogram as G, IconArchive as X, IconArrowForwardUp as q, IconRefresh as J, IconListSearch as Q, IconShieldLock as Y, IconServer as Z, IconSettings as _, IconShare3 as ee, IconEye as ne, IconShield as ce, IconShieldCheckFilled as te, IconSparkles as oe, IconKey as le, IconDoor as re, IconStar as ae, IconStarFilled as Ie, IconWorldWww as me, IconHeadset as se, IconFileX as Ee, IconTicket as ie, IconArrowBackUp as ue, IconUser as pe, IconWorldShare as de } from "@tabler/icons-react";
5
5
  import { I as c } from "./Icon--OEo4TjW.js";
6
- import { I as Fn } from "./IconCheck-s8wGBc30.js";
7
- import { I as yn, a as Pn } from "./IconCheckboxEmpty-CZrD3f3O.js";
8
- import { I as An } from "./IconCheckboxIndeterminate-CmpwByDj.js";
9
- import { I as On } from "./IconChevronDown-wKRgAuyR.js";
10
- import { a as Un, I as Hn } from "./IconCalendar-C5CRRRyg.js";
11
- import { I as Wn } from "./IconChevronRight-DkfNRCtw.js";
12
- import { I as jn } from "./IconChevronUp-C2rq4v--.js";
13
- import { I as Nn } from "./IconClose-Bf4k99aq.js";
14
- import { I as Xn } from "./IconContextMenu-x1p9NcUF.js";
15
- import { I as Jn } from "./IconCopy-Ig2YhkQv.js";
16
- import { I as Yn } from "./IconDanger-BwFfgysk.js";
17
- import { I as _n, a as ec, b as nc, c as cc, d as tc } from "./IconView-CSIFhlza.js";
18
- import { I as lc, a as rc } from "./IconExternalLink-CN5WgFKj.js";
19
- import { a as Ic, I as mc } from "./IconSucceeded-SyLL7w9B.js";
20
- import { a as Ec, I as ic } from "./IconImage-CaXFaBpx.js";
21
- import { I as pc } from "./IconInfo-BQ-pXsUh.js";
22
- import { I as fc, a as hc } from "./IconPlus-CccQXOjh.js";
23
- import { I as Sc } from "./IconPending-DVqDmv2n.js";
24
- import { a as kc, I as gc } from "./IconRadioOn-D7w6KLWm.js";
25
- import { I as vc } from "./IconSearch-9xESFc33.js";
26
- import { I as bc, a as Mc } from "./IconWarning-BQcw4Db0.js";
27
- const de = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(o, null)), fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(l, null)), he = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(r, null)), Ce = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(a, null)), Se = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(I, null)), xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(m, null)), ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(s, null)), ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(E, null)), we = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(i, null)), ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(u, null)), $e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(p, null)), be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(d, null)), Me = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(f, null)), De = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(h, null)), Fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(C, null)), Le = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(S, null)), ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(x, null)), Pe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(k, null)), ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(g, null)), Ae = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(w, null)), Be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(v, null)), Oe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement($, null)), Re = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(b, null)), Ue = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(M, null)), He = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(F, null)), We = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(L, null)), Te = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(t, null)), je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(y, null)), Ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(P, null)), Ne = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(A, null)), Xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(B, null)), qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(O, null)), Je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(R, null)), Qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(U, null)), Ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(H, null)), Ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(V, null)), _e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(t, null)), en = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(W, null)), nn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(T, null)), cn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(j, null)), tn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(K, null)), on = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(N, null)), ln = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(G, null)), rn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(X, null)), an = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(q, null)), In = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(J, null)), mn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), sn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), En = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), un = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(_, null)), pn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), dn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), fn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), hn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(te, null)), Cn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(oe, null)), Sn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(le, null)), xn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(re, null)), kn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ae, null)), gn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Ie, null)), wn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(me, null)), vn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(se, null)), $n = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Ee, null)), bn = (e) => /* @__PURE__ */ n.createElement(
6
+ import { I as Rn } from "./IconCheck-s8wGBc30.js";
7
+ import { I as Hn, a as Vn } from "./IconCheckboxEmpty-CZrD3f3O.js";
8
+ import { I as Tn } from "./IconCheckboxIndeterminate-CmpwByDj.js";
9
+ import { I as Kn } from "./IconChevronDown-wKRgAuyR.js";
10
+ import { a as Gn, I as Xn } from "./IconCalendar-C5CRRRyg.js";
11
+ import { I as Jn } from "./IconChevronRight-DkfNRCtw.js";
12
+ import { I as Yn } from "./IconChevronUp-C2rq4v--.js";
13
+ import { I as _n } from "./IconClose-Bf4k99aq.js";
14
+ import { I as nc } from "./IconContextMenu-x1p9NcUF.js";
15
+ import { I as tc } from "./IconCopy-Ig2YhkQv.js";
16
+ import { I as lc } from "./IconDanger-BwFfgysk.js";
17
+ import { I as ac, a as Ic, b as mc, c as sc, d as Ec } from "./IconView-CSIFhlza.js";
18
+ import { I as uc, a as pc } from "./IconExternalLink-CN5WgFKj.js";
19
+ import { a as fc, I as hc } from "./IconSucceeded-SyLL7w9B.js";
20
+ import { a as Sc, I as xc } from "./IconImage-CaXFaBpx.js";
21
+ import { I as bc } from "./IconInfo-BQ-pXsUh.js";
22
+ import { I as wc, a as vc } from "./IconPlus-CccQXOjh.js";
23
+ import { I as Mc } from "./IconPending-DVqDmv2n.js";
24
+ import { a as Lc, I as Fc } from "./IconRadioOn-D7w6KLWm.js";
25
+ import { I as Bc } from "./IconSearch-9xESFc33.js";
26
+ import { I as zc, a as Ac } from "./IconWarning-BQcw4Db0.js";
27
+ const Se = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(o, null)), xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(l, null)), ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(r, null)), be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(a, null)), ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(I, null)), we = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(m, null)), ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(s, null)), $e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(E, null)), Me = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(i, null)), De = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(u, null)), Le = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(p, null)), Fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(d, null)), ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(f, null)), Be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(h, null)), Pe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(C, null)), ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(S, null)), Ae = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(x, null)), Oe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(k, null)), Re = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(b, null)), Ue = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(g, null)), He = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(w, null)), Ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(v, null)), We = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement($, null)), Te = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(M, null)), je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(L, null)), Ne = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(F, null)), Ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(y, null)), Xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(B, null)), qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(P, null)), Je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(t, null)), Qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(A, null)), Ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(O, null)), _e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(R, null)), en = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(U, null)), nn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(H, null)), cn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(V, null)), tn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(W, null)), on = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(T, null)), ln = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(j, null)), rn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(K, null)), an = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(t, null)), In = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(N, null)), mn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(G, null)), sn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(X, null)), En = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(q, null)), un = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(J, null)), pn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), dn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), fn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), hn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(_, null)), Cn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), Sn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), xn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), kn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(te, null)), bn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(oe, null)), gn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(le, null)), wn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(re, null)), vn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ae, null)), $n = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Ie, null)), Mn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(me, null)), Dn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(se, null)), Ln = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Ee, null)), Fn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ie, null)), yn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ue, null)), Bn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(pe, null)), Pn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(de, null)), zn = (e) => /* @__PURE__ */ n.createElement(
28
28
  c,
29
29
  {
30
30
  ...e
@@ -36,102 +36,106 @@ const de = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n
36
36
  `
37
37
  );
38
38
  export {
39
- de as IconApp,
40
- fe as IconAutoresponder,
41
- he as IconBackLink,
42
- Ce as IconBackup,
43
- Un as IconCalendar,
44
- Se as IconCamera,
45
- ke as IconCertificate,
46
- xe as IconChangelog,
47
- Fn as IconCheck,
48
- yn as IconCheckboxChecked,
49
- Pn as IconCheckboxEmpty,
50
- An as IconCheckboxIndeterminate,
51
- On as IconChevronDown,
52
- Hn as IconChevronLeft,
53
- Wn as IconChevronRight,
54
- jn as IconChevronUp,
55
- ge as IconClock,
56
- Nn as IconClose,
57
- we as IconCode,
58
- Xn as IconContextMenu,
59
- ve as IconContextMenuVertical,
60
- be as IconContract,
61
- $e as IconContractPartner,
62
- Jn as IconCopy,
63
- Me as IconCronjob,
64
- De as IconCustomer,
65
- Yn as IconDanger,
66
- Fe as IconDashboard,
67
- Le as IconDatabase,
68
- _n as IconDelete,
69
- Pe as IconDeliveryBox,
70
- ye as IconDirectory,
71
- ze as IconDomain,
72
- lc as IconDownload,
73
- Ae as IconEdit,
74
- Be as IconEmail,
75
- Oe as IconExtension,
76
- rc as IconExternalLink,
77
- Ic as IconFailed,
78
- Ec as IconFile,
79
- ec as IconFilter,
80
- Re as IconForward,
81
- Ue as IconHide,
82
- He as IconHome,
83
- ic as IconImage,
84
- Ve as IconInbox,
85
- pc as IconInfo,
86
- We as IconInvoice,
87
- Te as IconLock,
88
- je as IconLockOpen,
89
- Ke as IconLogout,
90
- Ne as IconMaximize,
91
- Ge as IconMember,
92
- Xe as IconMenu,
93
- qe as IconMinimize,
94
- fc as IconMinus,
95
- bn as IconMittwald,
96
- Je as IconMove,
97
- Qe as IconNotification,
98
- Ye as IconNumber,
99
- Ze as IconOrder,
100
- _e as IconPassword,
101
- en as IconPayment,
102
- Sc as IconPending,
103
- nn as IconPerformance,
104
- hc as IconPlus,
105
- cn as IconProject,
106
- kc as IconRadioOff,
107
- gc as IconRadioOn,
108
- tn as IconRedo,
109
- on as IconRefresh,
110
- nc as IconSave,
111
- vc as IconSearch,
112
- ln as IconSearchEngine,
113
- rn as IconSecurity,
114
- an as IconServer,
115
- In as IconSettings,
116
- mn as IconShare,
117
- sn as IconShow,
118
- cc as IconSorting,
119
- En as IconSpamProtectionOff,
120
- un as IconSpamProtectionOn,
121
- pn as IconSparkles,
122
- dn as IconSshKey,
123
- fn as IconSshSftp,
124
- hn as IconStar,
125
- Cn as IconStarFilled,
126
- Sn as IconSubdomain,
127
- mc as IconSucceeded,
128
- bc as IconSuccess,
129
- xn as IconSupport,
130
- kn as IconTerminate,
131
- gn as IconTicket,
132
- wn as IconUndo,
133
- vn as IconUser,
134
- $n as IconVhost,
135
- tc as IconView,
136
- Mc as IconWarning
39
+ Se as IconApp,
40
+ xe as IconAutoresponder,
41
+ ke as IconBackLink,
42
+ be as IconBackup,
43
+ ge as IconBulb,
44
+ Gn as IconCalendar,
45
+ we as IconCamera,
46
+ $e as IconCertificate,
47
+ ve as IconChangelog,
48
+ Rn as IconCheck,
49
+ Hn as IconCheckboxChecked,
50
+ Vn as IconCheckboxEmpty,
51
+ Tn as IconCheckboxIndeterminate,
52
+ Kn as IconChevronDown,
53
+ Xn as IconChevronLeft,
54
+ Jn as IconChevronRight,
55
+ Yn as IconChevronUp,
56
+ Me as IconClock,
57
+ _n as IconClose,
58
+ De as IconCode,
59
+ nc as IconContextMenu,
60
+ Le as IconContextMenuVertical,
61
+ ye as IconContract,
62
+ Fe as IconContractPartner,
63
+ tc as IconCopy,
64
+ Be as IconCronjob,
65
+ Pe as IconCustomer,
66
+ lc as IconDanger,
67
+ ze as IconDashboard,
68
+ Ae as IconDatabase,
69
+ ac as IconDelete,
70
+ Ue as IconDeliveryBox,
71
+ Oe as IconDesktop,
72
+ Re as IconDirectory,
73
+ He as IconDomain,
74
+ uc as IconDownload,
75
+ Ve as IconEdit,
76
+ We as IconEmail,
77
+ Te as IconExtension,
78
+ pc as IconExternalLink,
79
+ fc as IconFailed,
80
+ Sc as IconFile,
81
+ Ic as IconFilter,
82
+ je as IconForward,
83
+ Ke as IconHide,
84
+ Ne as IconHome,
85
+ xc as IconImage,
86
+ Ge as IconInbox,
87
+ bc as IconInfo,
88
+ Xe as IconInvoice,
89
+ qe as IconLink,
90
+ Je as IconLock,
91
+ Qe as IconLockOpen,
92
+ Ye as IconLogout,
93
+ Ze as IconMaximize,
94
+ _e as IconMember,
95
+ en as IconMenu,
96
+ nn as IconMinimize,
97
+ wc as IconMinus,
98
+ zn as IconMittwald,
99
+ cn as IconMobile,
100
+ tn as IconMove,
101
+ on as IconNotification,
102
+ ln as IconNumber,
103
+ rn as IconOrder,
104
+ an as IconPassword,
105
+ In as IconPayment,
106
+ Mc as IconPending,
107
+ mn as IconPerformance,
108
+ vc as IconPlus,
109
+ sn as IconProject,
110
+ Lc as IconRadioOff,
111
+ Fc as IconRadioOn,
112
+ En as IconRedo,
113
+ un as IconRefresh,
114
+ mc as IconSave,
115
+ Bc as IconSearch,
116
+ pn as IconSearchEngine,
117
+ dn as IconSecurity,
118
+ fn as IconServer,
119
+ hn as IconSettings,
120
+ Cn as IconShare,
121
+ Sn as IconShow,
122
+ sc as IconSorting,
123
+ xn as IconSpamProtectionOff,
124
+ kn as IconSpamProtectionOn,
125
+ bn as IconSparkles,
126
+ gn as IconSshKey,
127
+ wn as IconSshSftp,
128
+ vn as IconStar,
129
+ $n as IconStarFilled,
130
+ Mn as IconSubdomain,
131
+ hc as IconSucceeded,
132
+ zc as IconSuccess,
133
+ Dn as IconSupport,
134
+ Ln as IconTerminate,
135
+ Fn as IconTicket,
136
+ yn as IconUndo,
137
+ Bn as IconUser,
138
+ Pn as IconVhost,
139
+ Ec as IconView,
140
+ Ac as IconWarning
137
141
  };