@phillips/seldon 1.169.3 → 1.171.0

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 (40) hide show
  1. package/dist/assets/formatted/AdminCheck.d.ts +9 -0
  2. package/dist/assets/formatted/AdminCheck.js +29 -0
  3. package/dist/assets/formatted/AdminChevronLeft.d.ts +9 -0
  4. package/dist/assets/formatted/AdminChevronLeft.js +29 -0
  5. package/dist/assets/formatted/AdminChevronRight.d.ts +9 -0
  6. package/dist/assets/formatted/AdminChevronRight.js +29 -0
  7. package/dist/assets/formatted/AdminChevronUp.d.ts +9 -0
  8. package/dist/assets/formatted/AdminChevronUp.js +29 -0
  9. package/dist/assets/formatted/AdminClose.d.ts +9 -0
  10. package/dist/assets/formatted/AdminClose.js +35 -0
  11. package/dist/assets/formatted/AdminFullscreen.d.ts +9 -0
  12. package/dist/assets/formatted/AdminFullscreen.js +50 -0
  13. package/dist/assets/formatted/AdminFullscreenExit.d.ts +9 -0
  14. package/dist/assets/formatted/AdminFullscreenExit.js +50 -0
  15. package/dist/assets/formatted/AdminGavel.d.ts +9 -0
  16. package/dist/assets/formatted/AdminGavel.js +50 -0
  17. package/dist/assets/formatted/AdminHome.d.ts +9 -0
  18. package/dist/assets/formatted/AdminHome.js +35 -0
  19. package/dist/assets/formatted/AdminLiveOnline.d.ts +9 -0
  20. package/dist/assets/formatted/AdminLiveOnline.js +50 -0
  21. package/dist/assets/formatted/AdminPencil.d.ts +9 -0
  22. package/dist/assets/formatted/AdminPencil.js +35 -0
  23. package/dist/assets/formatted/AdminPerson.d.ts +9 -0
  24. package/dist/assets/formatted/AdminPerson.js +50 -0
  25. package/dist/assets/formatted/AdminPlay.d.ts +9 -0
  26. package/dist/assets/formatted/AdminPlay.js +44 -0
  27. package/dist/assets/formatted/AdminSearch.d.ts +9 -0
  28. package/dist/assets/formatted/AdminSearch.js +35 -0
  29. package/dist/assets/formatted/AdminTelephone.d.ts +9 -0
  30. package/dist/assets/formatted/AdminTelephone.js +50 -0
  31. package/dist/assets/formatted/index.d.ts +15 -0
  32. package/dist/assets/formatted/index.js +152 -122
  33. package/dist/components/ComboBox/ComboBox.js +74 -59
  34. package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.d.ts +16 -9
  35. package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.js +177 -107
  36. package/dist/patterns/FavoritesCollectionTile/FavoritesCollectionTile.stories.d.ts +1 -0
  37. package/dist/scss/_vars.scss +4 -0
  38. package/dist/scss/_vars.scss.js +4 -0
  39. package/dist/scss/patterns/FavoritesCollectionTile/_favoritesCollectionTile.scss +17 -6
  40. package/package.json +1 -1
@@ -0,0 +1,9 @@
1
+ interface AdminCheckProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminCheck: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminCheckProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminCheck;
@@ -0,0 +1,29 @@
1
+ import { jsxs as n, jsx as i } from "react/jsx-runtime";
2
+ import { memo as s, forwardRef as a } from "react";
3
+ import { kebabCase as h } from "../../node_modules/change-case/dist/index.js";
4
+ const g = s(
5
+ a((l, o) => {
6
+ const { color: r, height: d, width: f, title: t, titleId: m } = l, e = m || h(t || "");
7
+ return /* @__PURE__ */ n(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 24",
13
+ height: d,
14
+ width: f,
15
+ role: "img",
16
+ ref: o,
17
+ "aria-labelledby": e,
18
+ ...l,
19
+ children: [
20
+ t ? /* @__PURE__ */ i("title", { id: e, children: t }) : null,
21
+ /* @__PURE__ */ i("path", { fill: r || "#fff", d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" })
22
+ ]
23
+ }
24
+ );
25
+ })
26
+ );
27
+ export {
28
+ g as default
29
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminChevronLeftProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminChevronLeft: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminChevronLeftProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminChevronLeft;
@@ -0,0 +1,29 @@
1
+ import { jsxs as m, jsx as i } from "react/jsx-runtime";
2
+ import { memo as s, forwardRef as a } from "react";
3
+ import { kebabCase as h } from "../../node_modules/change-case/dist/index.js";
4
+ const g = s(
5
+ a((e, o) => {
6
+ const { color: r, height: d, width: f, title: t, titleId: n } = e, l = n || h(t || "");
7
+ return /* @__PURE__ */ m(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 24",
13
+ height: d,
14
+ width: f,
15
+ role: "img",
16
+ ref: o,
17
+ "aria-labelledby": l,
18
+ ...e,
19
+ children: [
20
+ t ? /* @__PURE__ */ i("title", { id: l, children: t }) : null,
21
+ /* @__PURE__ */ i("path", { fill: r || "#fff", d: "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z" })
22
+ ]
23
+ }
24
+ );
25
+ })
26
+ );
27
+ export {
28
+ g as default
29
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminChevronRightProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminChevronRight: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminChevronRightProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminChevronRight;
@@ -0,0 +1,29 @@
1
+ import { jsxs as m, jsx as i } from "react/jsx-runtime";
2
+ import { memo as s, forwardRef as a } from "react";
3
+ import { kebabCase as h } from "../../node_modules/change-case/dist/index.js";
4
+ const p = s(
5
+ a((l, o) => {
6
+ const { color: r, height: d, width: n, title: t, titleId: f } = l, e = f || h(t || "");
7
+ return /* @__PURE__ */ m(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 24",
13
+ height: d,
14
+ width: n,
15
+ role: "img",
16
+ ref: o,
17
+ "aria-labelledby": e,
18
+ ...l,
19
+ children: [
20
+ t ? /* @__PURE__ */ i("title", { id: e, children: t }) : null,
21
+ /* @__PURE__ */ i("path", { fill: r || "#fff", d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" })
22
+ ]
23
+ }
24
+ );
25
+ })
26
+ );
27
+ export {
28
+ p as default
29
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminChevronUpProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminChevronUp: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminChevronUpProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminChevronUp;
@@ -0,0 +1,29 @@
1
+ import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
+ import { memo as s, forwardRef as a } from "react";
3
+ import { kebabCase as h } from "../../node_modules/change-case/dist/index.js";
4
+ const g = s(
5
+ a((e, o) => {
6
+ const { color: r, height: d, width: m, title: t, titleId: n } = e, l = n || h(t || "");
7
+ return /* @__PURE__ */ f(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 24",
13
+ height: d,
14
+ width: m,
15
+ role: "img",
16
+ ref: o,
17
+ "aria-labelledby": l,
18
+ ...e,
19
+ children: [
20
+ t ? /* @__PURE__ */ i("title", { id: l, children: t }) : null,
21
+ /* @__PURE__ */ i("path", { fill: r || "#fff", d: "m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z" })
22
+ ]
23
+ }
24
+ );
25
+ })
26
+ );
27
+ export {
28
+ g as default
29
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminCloseProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminClose: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminCloseProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminClose;
@@ -0,0 +1,35 @@
1
+ import { jsxs as m, jsx as i } from "react/jsx-runtime";
2
+ import { memo as n, forwardRef as a } from "react";
3
+ import { kebabCase as h } from "../../node_modules/change-case/dist/index.js";
4
+ const g = n(
5
+ a((t, o) => {
6
+ const { color: r, height: d, width: s, title: l, titleId: f } = t, e = f || h(l || "");
7
+ return /* @__PURE__ */ m(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 25 24",
13
+ height: d,
14
+ width: s,
15
+ role: "img",
16
+ ref: o,
17
+ "aria-labelledby": e,
18
+ ...t,
19
+ children: [
20
+ l ? /* @__PURE__ */ i("title", { id: e, children: l }) : null,
21
+ /* @__PURE__ */ i(
22
+ "path",
23
+ {
24
+ fill: r || "#fff",
25
+ d: "M19.5 6.41 18.09 5l-5.59 5.59L6.91 5 5.5 6.41 11.09 12 5.5 17.59 6.91 19l5.59-5.59L18.09 19l1.41-1.41L13.91 12z"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ })
32
+ );
33
+ export {
34
+ g as default
35
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminFullscreenProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminFullscreen: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminFullscreenProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminFullscreen;
@@ -0,0 +1,50 @@
1
+ import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
+ import { memo as d, forwardRef as o } from "react";
3
+ import { kebabCase as v } from "../../node_modules/change-case/dist/index.js";
4
+ const g = d(
5
+ o((i, s) => {
6
+ const { color: t, height: h, width: m, title: l, titleId: n } = i, r = n || v(l || "");
7
+ return /* @__PURE__ */ a(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 25",
13
+ height: h,
14
+ width: m,
15
+ role: "img",
16
+ ref: s,
17
+ "aria-labelledby": r,
18
+ ...i,
19
+ children: [
20
+ l ? /* @__PURE__ */ e("title", { id: r, children: l }) : null,
21
+ /* @__PURE__ */ e(
22
+ "mask",
23
+ {
24
+ id: "AdminFullscreen_svg__a",
25
+ width: 24,
26
+ height: 25,
27
+ x: 0,
28
+ y: 0,
29
+ maskUnits: "userSpaceOnUse",
30
+ style: {
31
+ maskType: "alpha"
32
+ },
33
+ children: /* @__PURE__ */ e("path", { fill: t || "#D9D9D9", d: "M0 .625h24v24H0z" })
34
+ }
35
+ ),
36
+ /* @__PURE__ */ e("g", { mask: "url(#AdminFullscreen_svg__a)", children: /* @__PURE__ */ e(
37
+ "path",
38
+ {
39
+ fill: t || "#fff",
40
+ d: "M3 21.625v-5h2v3h3v2zm13 0v-2h3v-3h2v5zm-13-13v-5h5v2H5v3zm16 0v-3h-3v-2h5v5z"
41
+ }
42
+ ) })
43
+ ]
44
+ }
45
+ );
46
+ })
47
+ );
48
+ export {
49
+ g as default
50
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminFullscreenExitProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminFullscreenExit: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminFullscreenExitProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminFullscreenExit;
@@ -0,0 +1,50 @@
1
+ import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
+ import { memo as d, forwardRef as o } from "react";
3
+ import { kebabCase as v } from "../../node_modules/change-case/dist/index.js";
4
+ const g = d(
5
+ o((i, s) => {
6
+ const { color: t, height: h, width: m, title: l, titleId: n } = i, r = n || v(l || "");
7
+ return /* @__PURE__ */ a(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 25",
13
+ height: h,
14
+ width: m,
15
+ role: "img",
16
+ ref: s,
17
+ "aria-labelledby": r,
18
+ ...i,
19
+ children: [
20
+ l ? /* @__PURE__ */ e("title", { id: r, children: l }) : null,
21
+ /* @__PURE__ */ e(
22
+ "mask",
23
+ {
24
+ id: "AdminFullscreenExit_svg__a",
25
+ width: 24,
26
+ height: 25,
27
+ x: 0,
28
+ y: 0,
29
+ maskUnits: "userSpaceOnUse",
30
+ style: {
31
+ maskType: "alpha"
32
+ },
33
+ children: /* @__PURE__ */ e("path", { fill: t || "#D9D9D9", d: "M0 .625h24v24H0z" })
34
+ }
35
+ ),
36
+ /* @__PURE__ */ e("g", { mask: "url(#AdminFullscreenExit_svg__a)", children: /* @__PURE__ */ e(
37
+ "path",
38
+ {
39
+ fill: t || "#1C1B1F",
40
+ d: "M6 21.625v-3H3v-2h5v5zm10 0v-5h5v2h-3v3zm-13-13v-2h3v-3h2v5zm13 0v-5h2v3h3v2z"
41
+ }
42
+ ) })
43
+ ]
44
+ }
45
+ );
46
+ })
47
+ );
48
+ export {
49
+ g as default
50
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminGavelProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminGavel: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminGavelProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminGavel;
@@ -0,0 +1,50 @@
1
+ import { jsxs as o, jsx as l } from "react/jsx-runtime";
2
+ import { memo as n, forwardRef as h } from "react";
3
+ import { kebabCase as v } from "../../node_modules/change-case/dist/index.js";
4
+ const g = n(
5
+ h((i, r) => {
6
+ const { color: t, height: s, width: m, title: e, titleId: d } = i, a = d || v(e || "");
7
+ return /* @__PURE__ */ o(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 25",
13
+ height: s,
14
+ width: m,
15
+ role: "img",
16
+ ref: r,
17
+ "aria-labelledby": a,
18
+ ...i,
19
+ children: [
20
+ e ? /* @__PURE__ */ l("title", { id: a, children: e }) : null,
21
+ /* @__PURE__ */ l(
22
+ "mask",
23
+ {
24
+ id: "AdminGavel_svg__a",
25
+ width: 24,
26
+ height: 25,
27
+ x: 0,
28
+ y: 0,
29
+ maskUnits: "userSpaceOnUse",
30
+ style: {
31
+ maskType: "alpha"
32
+ },
33
+ children: /* @__PURE__ */ l("path", { fill: t || "#D9D9D9", d: "M0 .625h24v24H0z" })
34
+ }
35
+ ),
36
+ /* @__PURE__ */ l("g", { mask: "url(#AdminGavel_svg__a)", children: /* @__PURE__ */ l(
37
+ "path",
38
+ {
39
+ fill: t || "#1C1B1F",
40
+ d: "M4 21.625v-2h12v2zm5.65-4.85L4 11.125l2.1-2.15 5.7 5.65zm6.35-6.35-5.65-5.7 2.15-2.1 5.65 5.65zm4.6 10.2L7.55 7.575l1.4-1.4L22 19.225z"
41
+ }
42
+ ) })
43
+ ]
44
+ }
45
+ );
46
+ })
47
+ );
48
+ export {
49
+ g as default
50
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminHomeProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminHome: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminHomeProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminHome;
@@ -0,0 +1,35 @@
1
+ import { jsxs as s, jsx as i } from "react/jsx-runtime";
2
+ import { memo as h, forwardRef as a } from "react";
3
+ import { kebabCase as f } from "../../node_modules/change-case/dist/index.js";
4
+ const p = h(
5
+ a((e, o) => {
6
+ const { color: r, height: d, width: m, title: t, titleId: n } = e, l = n || f(t || "");
7
+ return /* @__PURE__ */ s(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 16 18",
13
+ height: d,
14
+ width: m,
15
+ role: "img",
16
+ ref: o,
17
+ "aria-labelledby": l,
18
+ ...e,
19
+ children: [
20
+ t ? /* @__PURE__ */ i("title", { id: l, children: t }) : null,
21
+ /* @__PURE__ */ i(
22
+ "path",
23
+ {
24
+ fill: r || "#323232",
25
+ d: "M2.6 15.6H5v-6h6v6h2.4V6.9L8 2.85 2.6 6.9zM.8 17.4V6L8 .6 15.2 6v11.4h-6v-6H6.8v6z"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ })
32
+ );
33
+ export {
34
+ p as default
35
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminLiveOnlineProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminLiveOnline: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminLiveOnlineProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminLiveOnline;
@@ -0,0 +1,50 @@
1
+ import { jsxs as h, jsx as e } from "react/jsx-runtime";
2
+ import { memo as d, forwardRef as o } from "react";
3
+ import { kebabCase as v } from "../../node_modules/change-case/dist/index.js";
4
+ const g = d(
5
+ o((l, n) => {
6
+ const { color: t, height: m, width: r, title: i, titleId: s } = l, a = s || v(i || "");
7
+ return /* @__PURE__ */ h(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 25",
13
+ height: m,
14
+ width: r,
15
+ role: "img",
16
+ ref: n,
17
+ "aria-labelledby": a,
18
+ ...l,
19
+ children: [
20
+ i ? /* @__PURE__ */ e("title", { id: a, children: i }) : null,
21
+ /* @__PURE__ */ e(
22
+ "mask",
23
+ {
24
+ id: "AdminLiveOnline_svg__a",
25
+ width: 24,
26
+ height: 25,
27
+ x: 0,
28
+ y: 0,
29
+ maskUnits: "userSpaceOnUse",
30
+ style: {
31
+ maskType: "alpha"
32
+ },
33
+ children: /* @__PURE__ */ e("path", { fill: t || "#D9D9D9", d: "M0 .625h24v24H0z" })
34
+ }
35
+ ),
36
+ /* @__PURE__ */ e("g", { mask: "url(#AdminLiveOnline_svg__a)", children: /* @__PURE__ */ e(
37
+ "path",
38
+ {
39
+ fill: t || "#1C1B1F",
40
+ d: "M2 20.625v-2h10v2zm3-3q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 15.625v-9q0-.824.587-1.412A1.93 1.93 0 0 1 5 4.625h14q.824 0 1.413.588Q21 5.8 21 6.625H5v9h7v2zm15 1v-8h-4v8zm-4.5 2q-.625 0-1.062-.437A1.45 1.45 0 0 1 14 19.125v-9q0-.625.438-1.062a1.45 1.45 0 0 1 1.062-.438h5q.625 0 1.063.438.437.436.437 1.062v9q0 .625-.437 1.063a1.45 1.45 0 0 1-1.063.437zm2.5-7.5a.7.7 0 0 0 .538-.225.74.74 0 0 0 .212-.525.73.73 0 0 0-.75-.75.74.74 0 0 0-.525.213.7.7 0 0 0-.225.537q0 .3.225.525a.72.72 0 0 0 .525.225"
41
+ }
42
+ ) })
43
+ ]
44
+ }
45
+ );
46
+ })
47
+ );
48
+ export {
49
+ g as default
50
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminPencilProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminPencil: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminPencilProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminPencil;
@@ -0,0 +1,35 @@
1
+ import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
+ import { memo as m, forwardRef as s } from "react";
3
+ import { kebabCase as h } from "../../node_modules/change-case/dist/index.js";
4
+ const g = m(
5
+ s((t, o) => {
6
+ const { color: r, height: d, width: n, title: l, titleId: a } = t, e = a || h(l || "");
7
+ return /* @__PURE__ */ f(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 24",
13
+ height: d,
14
+ width: n,
15
+ role: "img",
16
+ ref: o,
17
+ "aria-labelledby": e,
18
+ ...t,
19
+ children: [
20
+ l ? /* @__PURE__ */ i("title", { id: e, children: l }) : null,
21
+ /* @__PURE__ */ i(
22
+ "path",
23
+ {
24
+ fill: r || "#fff",
25
+ d: "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 7.04a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ })
32
+ );
33
+ export {
34
+ g as default
35
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminPersonProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminPerson: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminPersonProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminPerson;
@@ -0,0 +1,50 @@
1
+ import { jsxs as n, jsx as e } from "react/jsx-runtime";
2
+ import { memo as d, forwardRef as h } from "react";
3
+ import { kebabCase as p } from "../../node_modules/change-case/dist/index.js";
4
+ const v = d(
5
+ h((i, s) => {
6
+ const { color: l, height: a, width: o, title: t, titleId: m } = i, r = m || p(t || "");
7
+ return /* @__PURE__ */ n(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 25",
13
+ height: a,
14
+ width: o,
15
+ role: "img",
16
+ ref: s,
17
+ "aria-labelledby": r,
18
+ ...i,
19
+ children: [
20
+ t ? /* @__PURE__ */ e("title", { id: r, children: t }) : null,
21
+ /* @__PURE__ */ e(
22
+ "mask",
23
+ {
24
+ id: "AdminPerson_svg__a",
25
+ width: 24,
26
+ height: 25,
27
+ x: 0,
28
+ y: 0,
29
+ maskUnits: "userSpaceOnUse",
30
+ style: {
31
+ maskType: "alpha"
32
+ },
33
+ children: /* @__PURE__ */ e("path", { fill: l || "#D9D9D9", d: "M0 .625h24v24H0z" })
34
+ }
35
+ ),
36
+ /* @__PURE__ */ e("g", { mask: "url(#AdminPerson_svg__a)", children: /* @__PURE__ */ e(
37
+ "path",
38
+ {
39
+ fill: l || "#1C1B1F",
40
+ d: "M12 12.625q-1.65 0-2.825-1.175T8 8.625 9.175 5.8 12 4.625 14.825 5.8 16 8.625t-1.175 2.825T12 12.625m-8 8v-2.8q0-.85.438-1.562.437-.713 1.162-1.088a14.8 14.8 0 0 1 3.15-1.163 13.8 13.8 0 0 1 3.25-.387q1.65 0 3.25.387 1.6.388 3.15 1.163.724.375 1.163 1.087.437.713.437 1.563v2.8zm2-2h12v-.8a.973.973 0 0 0-.5-.85q-1.35-.675-2.725-1.012a11.6 11.6 0 0 0-5.55 0Q7.85 16.3 6.5 16.975a.97.97 0 0 0-.5.85zm6-8q.825 0 1.412-.588Q14 9.45 14 8.625t-.588-1.412A1.93 1.93 0 0 0 12 6.625q-.825 0-1.412.588A1.93 1.93 0 0 0 10 8.625q0 .825.588 1.412.587.588 1.412.588"
41
+ }
42
+ ) })
43
+ ]
44
+ }
45
+ );
46
+ })
47
+ );
48
+ export {
49
+ v as default
50
+ };
@@ -0,0 +1,9 @@
1
+ interface AdminPlayProps extends React.HTMLAttributes<SVGSVGElement> {
2
+ color?: string;
3
+ height?: number | string;
4
+ width?: number | string;
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ declare const AdminPlay: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<AdminPlayProps & import('react').RefAttributes<SVGSVGElement>>>;
9
+ export default AdminPlay;
@@ -0,0 +1,44 @@
1
+ import { jsxs as m, jsx as l } from "react/jsx-runtime";
2
+ import { memo as n, forwardRef as h } from "react";
3
+ import { kebabCase as f } from "../../node_modules/change-case/dist/index.js";
4
+ const w = n(
5
+ h((i, r) => {
6
+ const { color: t, height: s, width: d, title: e, titleId: o } = i, a = o || f(e || "");
7
+ return /* @__PURE__ */ m(
8
+ "svg",
9
+ {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ viewBox: "0 0 24 25",
13
+ height: s,
14
+ width: d,
15
+ role: "img",
16
+ ref: r,
17
+ "aria-labelledby": a,
18
+ ...i,
19
+ children: [
20
+ e ? /* @__PURE__ */ l("title", { id: a, children: e }) : null,
21
+ /* @__PURE__ */ l(
22
+ "mask",
23
+ {
24
+ id: "AdminPlay_svg__a",
25
+ width: 24,
26
+ height: 25,
27
+ x: 0,
28
+ y: 0,
29
+ maskUnits: "userSpaceOnUse",
30
+ style: {
31
+ maskType: "alpha"
32
+ },
33
+ children: /* @__PURE__ */ l("path", { fill: t || "#D9D9D9", d: "M0 .625h24v24H0z" })
34
+ }
35
+ ),
36
+ /* @__PURE__ */ l("g", { mask: "url(#AdminPlay_svg__a)", children: /* @__PURE__ */ l("path", { fill: t || "#fff", d: "M8 19.625v-14l11 7z" }) })
37
+ ]
38
+ }
39
+ );
40
+ })
41
+ );
42
+ export {
43
+ w as default
44
+ };