@hive-ui/icons 0.2.2 → 0.2.4

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 (90) hide show
  1. package/dist/ArrowBackIcon.d.mts +18 -0
  2. package/dist/ArrowBackIcon.mjs +36 -0
  3. package/dist/ArtificialIntelligenceIcon.d.mts +18 -0
  4. package/dist/ArtificialIntelligenceIcon.mjs +45 -0
  5. package/dist/AttachIcon.d.mts +18 -0
  6. package/dist/AttachIcon.mjs +36 -0
  7. package/dist/BusinessIcon.d.mts +18 -0
  8. package/dist/BusinessIcon.mjs +44 -0
  9. package/dist/CalendarIcon.d.mts +18 -0
  10. package/dist/CalendarIcon.mjs +36 -0
  11. package/dist/ChatIcon.d.mts +18 -0
  12. package/dist/ChatIcon.mjs +37 -0
  13. package/dist/ChevronLeftIcon.d.mts +18 -0
  14. package/dist/ChevronLeftIcon.mjs +36 -0
  15. package/dist/CodeIcon.d.mts +18 -0
  16. package/dist/CodeIcon.mjs +47 -0
  17. package/dist/CopyIcon.d.mts +18 -0
  18. package/dist/CopyIcon.mjs +36 -0
  19. package/dist/DarkModeIcon.d.mts +18 -0
  20. package/dist/DarkModeIcon.mjs +38 -0
  21. package/dist/DeleteIcon.d.mts +18 -0
  22. package/dist/DeleteIcon.mjs +36 -0
  23. package/dist/DirectoryIcon.d.mts +18 -0
  24. package/dist/DirectoryIcon.mjs +37 -0
  25. package/dist/DividerIcon.d.mts +18 -0
  26. package/dist/DividerIcon.mjs +45 -0
  27. package/dist/DownloadIcon.d.mts +18 -0
  28. package/dist/DownloadIcon.mjs +38 -0
  29. package/dist/EditIcon.d.mts +18 -0
  30. package/dist/EditIcon.mjs +36 -0
  31. package/dist/EmailIcon.d.mts +18 -0
  32. package/dist/EmailIcon.mjs +37 -0
  33. package/dist/FileIcon.d.mts +18 -0
  34. package/dist/FileIcon.mjs +37 -0
  35. package/dist/FilterIcon.d.mts +18 -0
  36. package/dist/FilterIcon.mjs +36 -0
  37. package/dist/FlagIcon.d.mts +18 -0
  38. package/dist/FlagIcon.mjs +37 -0
  39. package/dist/FolderIcon.d.mts +18 -0
  40. package/dist/FolderIcon.mjs +38 -0
  41. package/dist/InformationIcon.d.mts +18 -0
  42. package/dist/InformationIcon.mjs +36 -0
  43. package/dist/LightModeIcon.d.mts +18 -0
  44. package/dist/LightModeIcon.mjs +49 -0
  45. package/dist/LockIcon.d.mts +18 -0
  46. package/dist/LockIcon.mjs +45 -0
  47. package/dist/LogOutIcon.d.mts +18 -0
  48. package/dist/LogOutIcon.mjs +37 -0
  49. package/dist/LoginIcon.d.mts +18 -0
  50. package/dist/LoginIcon.mjs +43 -0
  51. package/dist/MinusIcon.d.mts +18 -0
  52. package/dist/MinusIcon.mjs +36 -0
  53. package/dist/MoreIcon.d.mts +18 -0
  54. package/dist/MoreIcon.mjs +36 -0
  55. package/dist/NotesIcon.d.mts +18 -0
  56. package/dist/NotesIcon.mjs +36 -0
  57. package/dist/OrderedListIcon.d.mts +18 -0
  58. package/dist/OrderedListIcon.mjs +36 -0
  59. package/dist/PinIcon.d.mts +18 -0
  60. package/dist/PinIcon.mjs +36 -0
  61. package/dist/PlusIcon.d.mts +18 -0
  62. package/dist/PlusIcon.mjs +36 -0
  63. package/dist/RaiseHandIcon.d.mts +18 -0
  64. package/dist/RaiseHandIcon.mjs +36 -0
  65. package/dist/RefreshIcon.d.mts +18 -0
  66. package/dist/RefreshIcon.mjs +36 -0
  67. package/dist/ResetIcon.d.mts +18 -0
  68. package/dist/ResetIcon.mjs +36 -0
  69. package/dist/SMSIcon.d.mts +18 -0
  70. package/dist/SMSIcon.mjs +37 -0
  71. package/dist/SearchIcon.d.mts +18 -0
  72. package/dist/SearchIcon.mjs +36 -0
  73. package/dist/SelectedIcon.d.mts +10 -3
  74. package/dist/ShareIcon.d.mts +18 -0
  75. package/dist/ShareIcon.mjs +42 -0
  76. package/dist/ShowIcon.d.mts +18 -0
  77. package/dist/ShowIcon.mjs +38 -0
  78. package/dist/StarIcon.d.mts +18 -0
  79. package/dist/StarIcon.mjs +37 -0
  80. package/dist/SupportIcon.d.mts +18 -0
  81. package/dist/SupportIcon.mjs +38 -0
  82. package/dist/TimeIcon.d.mts +18 -0
  83. package/dist/TimeIcon.mjs +45 -0
  84. package/dist/TourIcon.d.mts +18 -0
  85. package/dist/TourIcon.mjs +38 -0
  86. package/dist/UserIcon.d.mts +18 -0
  87. package/dist/UserIcon.mjs +37 -0
  88. package/dist/UsersIcon.d.mts +18 -0
  89. package/dist/UsersIcon.mjs +38 -0
  90. package/package.json +47 -3
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/ResetIcon.d.ts
7
+ type ResetIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const ResetIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { ResetIcon, ResetIconProps };
@@ -0,0 +1,36 @@
1
+ import { IconWrapper } from "./helpers/IconWrapper.mjs";
2
+ import { forwardRef, useId } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ //#region src/ResetIcon.tsx
5
+ const ResetIcon = forwardRef(({ as, display, element = "ICON", size, color, title, decorative }, ref) => {
6
+ const titleId = `ResetIcon-${useId()}`;
7
+ if (!decorative && title == null) throw new Error("[ResetIcon]: Missing a title for non-decorative icon.");
8
+ return /* @__PURE__ */ jsx(IconWrapper, {
9
+ as,
10
+ display,
11
+ element,
12
+ size,
13
+ color,
14
+ ref,
15
+ children: /* @__PURE__ */ jsxs("svg", {
16
+ role: "img",
17
+ "aria-hidden": decorative,
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ width: "100%",
20
+ height: "100%",
21
+ fill: "none",
22
+ viewBox: "0 0 20 20",
23
+ "aria-labelledby": titleId,
24
+ children: [title ? /* @__PURE__ */ jsx("title", {
25
+ id: titleId,
26
+ children: title
27
+ }) : null, /* @__PURE__ */ jsx("path", {
28
+ fill: "currentColor",
29
+ d: "M13.296 4.117A7.002 7.002 0 002.5 10v.293L1.354 9.146a.5.5 0 10-.708.708l1.975 1.974a.499.499 0 00.758 0l1.975-1.974a.5.5 0 10-.708-.708L3.5 10.293V10a6.002 6.002 0 11.94 3.227.5.5 0 10-.843.537 7.001 7.001 0 109.699-9.647z"
30
+ })]
31
+ })
32
+ });
33
+ });
34
+ ResetIcon.displayName = "ResetIcon";
35
+ //#endregion
36
+ export { ResetIcon };
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/SMSIcon.d.ts
7
+ type SMSIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const SMSIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { SMSIcon, SMSIconProps };
@@ -0,0 +1,37 @@
1
+ import { IconWrapper } from "./helpers/IconWrapper.mjs";
2
+ import { forwardRef, useId } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ //#region src/SMSIcon.tsx
5
+ const SMSIcon = forwardRef(({ as, display, element = "ICON", size, color, title, decorative }, ref) => {
6
+ const titleId = `SMSIcon-${useId()}`;
7
+ if (!decorative && title == null) throw new Error("[SMSIcon]: Missing a title for non-decorative icon.");
8
+ return /* @__PURE__ */ jsx(IconWrapper, {
9
+ as,
10
+ display,
11
+ element,
12
+ size,
13
+ color,
14
+ ref,
15
+ children: /* @__PURE__ */ jsxs("svg", {
16
+ role: "img",
17
+ "aria-hidden": decorative,
18
+ width: "100%",
19
+ height: "100%",
20
+ viewBox: "0 0 20 20",
21
+ fill: "none",
22
+ "aria-labelledby": titleId,
23
+ children: [title ? /* @__PURE__ */ jsx("title", {
24
+ id: titleId,
25
+ children: title
26
+ }) : null, /* @__PURE__ */ jsx("path", {
27
+ fill: "currentColor",
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M8.693 2.693A2.367 2.367 0 0110.367 2h5.263A2.37 2.37 0 0118 4.367v1.866a2.37 2.37 0 01-.697 1.674c-.258.259-.588.403-.896.484a3.6 3.6 0 01-.907.109h-.261l-2.388 2.356A.5.5 0 0112 10.5v-2h-1.633c-.548 0-1.186-.105-1.674-.593A2.367 2.367 0 018 6.233V4.367c0-.628.25-1.23.693-1.674zM10.367 3A1.367 1.367 0 009 4.367v1.866c0 .363.144.71.4.967.212.212.525.3.967.3H12.5a.5.5 0 01.5.5v1.304l1.682-1.66a.5.5 0 01.351-.144h.467c.218 0 .448-.022.651-.075.207-.055.354-.134.445-.225A1.37 1.37 0 0017 6.233V4.367A1.37 1.37 0 0015.63 3h-5.263zM6.2 3h.3a.5.5 0 010 1h-.3c-.373 0-.654.093-.846.285A1.203 1.203 0 005 5.134V14.8A1.203 1.203 0 006.2 16h3.567c.328 0 .661-.133.88-.351.226-.226.353-.532.353-.849V13a.5.5 0 011 0v1.8c0 .585-.235 1.144-.646 1.556A2.275 2.275 0 019.767 17H6.2A2.202 2.202 0 014 14.8V5.134c0-.585.235-1.144.646-1.556C5.092 3.132 5.672 3 6.2 3zm1.3 11a.5.5 0 000 1h1a.5.5 0 000-1h-1z"
31
+ })]
32
+ })
33
+ });
34
+ });
35
+ SMSIcon.displayName = "SMSIcon";
36
+ //#endregion
37
+ export { SMSIcon };
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/SearchIcon.d.ts
7
+ type SearchIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const SearchIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { SearchIcon, SearchIconProps };
@@ -0,0 +1,36 @@
1
+ import { IconWrapper } from "./helpers/IconWrapper.mjs";
2
+ import { forwardRef, useId } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ //#region src/SearchIcon.tsx
5
+ const SearchIcon = forwardRef(({ as, display, element = "ICON", size, color, title, decorative }, ref) => {
6
+ const titleId = `SearchIcon-${useId()}`;
7
+ if (!decorative && title == null) throw new Error("[SearchIcon]: Missing a title for non-decorative icon.");
8
+ return /* @__PURE__ */ jsx(IconWrapper, {
9
+ as,
10
+ display,
11
+ element,
12
+ size,
13
+ color,
14
+ ref,
15
+ children: /* @__PURE__ */ jsxs("svg", {
16
+ role: "img",
17
+ "aria-hidden": decorative,
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ width: "100%",
20
+ height: "100%",
21
+ viewBox: "0 0 20 20",
22
+ "aria-labelledby": titleId,
23
+ children: [title ? /* @__PURE__ */ jsx("title", {
24
+ id: titleId,
25
+ children: title
26
+ }) : null, /* @__PURE__ */ jsx("path", {
27
+ fill: "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "M5.43 5.43a4.882 4.882 0 017.383 6.347l2.973 2.973a.732.732 0 01-1.036 1.036l-2.973-2.973A4.883 4.883 0 015.43 5.43zm1.035 1.035a3.417 3.417 0 104.833 4.833 3.417 3.417 0 00-4.833-4.833z"
30
+ })]
31
+ })
32
+ });
33
+ });
34
+ SearchIcon.displayName = "SearchIcon";
35
+ //#endregion
36
+ export { SearchIcon };
@@ -1,11 +1,18 @@
1
1
  import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
2
  import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
3
5
 
4
6
  //#region src/SelectedIcon.d.ts
5
- interface SelectedIconProps extends IconWrapperProps {
7
+ type SelectedIconProps = IconWrapperProps & {
6
8
  title?: string;
7
9
  decorative: boolean;
8
- }
9
- declare const SelectedIcon: _$react.ForwardRefExoticComponent<SelectedIconProps & _$react.RefAttributes<HTMLElement>>;
10
+ };
11
+ declare const SelectedIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
10
17
  //#endregion
11
18
  export { SelectedIcon, SelectedIconProps };
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/ShareIcon.d.ts
7
+ type ShareIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const ShareIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { ShareIcon, ShareIconProps };
@@ -0,0 +1,42 @@
1
+ import { IconWrapper } from "./helpers/IconWrapper.mjs";
2
+ import { forwardRef, useId } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ //#region src/ShareIcon.tsx
5
+ const ShareIcon = forwardRef(({ as, display, element = "ICON", size, color, title, decorative }, ref) => {
6
+ const titleId = `ShareIcon-${useId()}`;
7
+ if (!decorative && title == null) throw new Error("[ShareIcon]: Missing a title for non-decorative icon.");
8
+ return /* @__PURE__ */ jsx(IconWrapper, {
9
+ as,
10
+ display,
11
+ element,
12
+ size,
13
+ color,
14
+ ref,
15
+ children: /* @__PURE__ */ jsxs("svg", {
16
+ role: "img",
17
+ "aria-hidden": decorative,
18
+ width: "100%",
19
+ height: "100%",
20
+ viewBox: "0 0 20 20",
21
+ fill: "none",
22
+ "aria-labelledby": titleId,
23
+ children: [
24
+ title ? /* @__PURE__ */ jsx("title", {
25
+ id: titleId,
26
+ children: title
27
+ }) : null,
28
+ /* @__PURE__ */ jsx("path", {
29
+ fill: "currentColor",
30
+ d: "M7.15 5.646a.5.5 0 10.706.708l1.647-1.647V11a.5.5 0 001 0V4.707l1.646 1.647a.5.5 0 10.707-.708l-2.5-2.5A.499.499 0 0010.01 3h-.014a.498.498 0 00-.347.146l-2.5 2.5z"
31
+ }),
32
+ /* @__PURE__ */ jsx("path", {
33
+ fill: "currentColor",
34
+ d: "M4 15.474v.017c.013.37.127.744.349 1.032.22.288.556.495.95.476h9.402c.394.018.73-.188.95-.476a1.812 1.812 0 00.349-1.05V8.5a.5.5 0 00-1 0v6.964a.816.816 0 01-.142.45.267.267 0 01-.084.078c-.017.009-.025.008-.027.008a.578.578 0 00-.033-.001H5.286L5.253 16c-.002 0-.01 0-.027-.008a.268.268 0 01-.084-.077.816.816 0 01-.142-.45V8.5a.5.5 0 10-1 0v6.974z"
35
+ })
36
+ ]
37
+ })
38
+ });
39
+ });
40
+ ShareIcon.displayName = "ShareIcon";
41
+ //#endregion
42
+ export { ShareIcon };
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/ShowIcon.d.ts
7
+ type ShowIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const ShowIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { ShowIcon, ShowIconProps };
@@ -0,0 +1,38 @@
1
+ import { IconWrapper } from "./helpers/IconWrapper.mjs";
2
+ import { forwardRef, useId } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ //#region src/ShowIcon.tsx
5
+ const ShowIcon = forwardRef(({ as, display, element = "ICON", size, color, title, decorative }, ref) => {
6
+ const titleId = `ShowIcon-${useId()}`;
7
+ if (!decorative && title == null) throw new Error("[ShowIcon]: Missing a title for non-decorative icon.");
8
+ return /* @__PURE__ */ jsx(IconWrapper, {
9
+ as,
10
+ display,
11
+ element,
12
+ size,
13
+ color,
14
+ ref,
15
+ children: /* @__PURE__ */ jsxs("svg", {
16
+ role: "img",
17
+ "aria-hidden": decorative,
18
+ width: "100%",
19
+ height: "100%",
20
+ viewBox: "0 0 20 20",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ "aria-labelledby": titleId,
24
+ children: [title ? /* @__PURE__ */ jsx("title", {
25
+ id: titleId,
26
+ children: title
27
+ }) : null, /* @__PURE__ */ jsx("path", {
28
+ fill: "currentColor",
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M10.107 4.5c3.252 0 6.477 2.268 8.425 4.41a1.806 1.806 0 01.002 2.424c-1.949 2.145-5.174 4.414-8.427 4.414h-.234c-3.236 0-6.46-2.27-8.405-4.413a1.806 1.806 0 01-.002-2.423C3.436 6.744 6.716 4.463 10 4.5h.004l.104-.001zm-.016 10.123c2.903 0 5.824-2.08 7.609-4.044a.683.683 0 00-.002-.914c-1.783-1.961-4.705-4.04-7.589-4.04H9.889c-2.885 0-5.805 2.079-7.589 4.042a.683.683 0 00.002.914c1.802 1.985 4.763 4.091 7.687 4.041l.102.001zm-.092-7.874H10a3.373 3.373 0 013.373 3.373v.003A3.379 3.379 0 0110 13.498h-.002a3.375 3.375 0 010-6.75zm1.59 4.965c.422-.422.659-.994.66-1.59v-.002A2.249 2.249 0 0010 7.874h-.002a2.25 2.25 0 000 4.5c.597-.002 1.168-.239 1.59-.66z"
32
+ })]
33
+ })
34
+ });
35
+ });
36
+ ShowIcon.displayName = "ShowIcon";
37
+ //#endregion
38
+ export { ShowIcon };
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/StarIcon.d.ts
7
+ type StarIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const StarIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { StarIcon, StarIconProps };
@@ -0,0 +1,37 @@
1
+ import { IconWrapper } from "./helpers/IconWrapper.mjs";
2
+ import { forwardRef, useId } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ //#region src/StarIcon.tsx
5
+ const StarIcon = forwardRef(({ as, display, element = "ICON", size, color, title, decorative }, ref) => {
6
+ const titleId = `StarIcon-${useId()}`;
7
+ if (!decorative && title == null) throw new Error("[StarIcon]: Missing a title for non-decorative icon.");
8
+ return /* @__PURE__ */ jsx(IconWrapper, {
9
+ as,
10
+ display,
11
+ element,
12
+ size,
13
+ color,
14
+ ref,
15
+ children: /* @__PURE__ */ jsxs("svg", {
16
+ role: "img",
17
+ "aria-hidden": decorative,
18
+ width: "100%",
19
+ height: "100%",
20
+ viewBox: "0 0 20 20",
21
+ fill: "none",
22
+ "aria-labelledby": titleId,
23
+ children: [title ? /* @__PURE__ */ jsx("title", {
24
+ id: titleId,
25
+ children: title
26
+ }) : null, /* @__PURE__ */ jsx("path", {
27
+ fill: "currentColor",
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M11.342 2.813a.98.98 0 01.061.146l1.32 4.035h3.82a1.507 1.507 0 01.868.303 1.486 1.486 0 01.553 1.505 1.48 1.48 0 01-.495.807l-3.288 2.55 1.42 3.885c.01.028.02.055.027.084a1.477 1.477 0 01-.505 1.538 1.511 1.511 0 01-1.753.098l-3.376-2.37-3.372 2.318a1.516 1.516 0 01-1.744-.104 1.49 1.49 0 01-.506-1.54.983.983 0 01.027-.086l1.418-3.828L2.532 9.61a1.481 1.481 0 01-.441-1.64c.097-.266.27-.5.498-.672a1.507 1.507 0 01.868-.303h3.82l1.32-4.035a.985.985 0 01.062-.146 1.5 1.5 0 01.555-.594 1.518 1.518 0 012.128.594zm-3.34 5.17H3.458a.503.503 0 00-.428.325.491.491 0 00.118.521l3.858 2.99-1.668 4.504a.497.497 0 00.17.517.508.508 0 00.545.059L10 14.185l3.947 2.772a.51.51 0 00.708-.292.497.497 0 00.008-.284l-1.668-4.56 3.858-2.992a.495.495 0 00-.31-.846h-4.546l-1.543-4.72A.506.506 0 0010 2.99a.513.513 0 00-.453.275l-1.544 4.72z"
31
+ })]
32
+ })
33
+ });
34
+ });
35
+ StarIcon.displayName = "StarIcon";
36
+ //#endregion
37
+ export { StarIcon };
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/SupportIcon.d.ts
7
+ type SupportIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const SupportIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { SupportIcon, SupportIconProps };
@@ -0,0 +1,38 @@
1
+ import { IconWrapper } from "./helpers/IconWrapper.mjs";
2
+ import { forwardRef, useId } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ //#region src/SupportIcon.tsx
5
+ const SupportIcon = forwardRef(({ as, display, element = "ICON", size, color, title, decorative }, ref) => {
6
+ const titleId = `SupportIcon-${useId()}`;
7
+ if (!decorative && title == null) throw new Error("[SupportIcon]: Missing a title for non-decorative icon.");
8
+ return /* @__PURE__ */ jsx(IconWrapper, {
9
+ as,
10
+ display,
11
+ element,
12
+ size,
13
+ color,
14
+ ref,
15
+ children: /* @__PURE__ */ jsxs("svg", {
16
+ role: "img",
17
+ "aria-hidden": decorative,
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ width: "100%",
20
+ height: "100%",
21
+ fill: "none",
22
+ viewBox: "0 0 20 20",
23
+ "aria-labelledby": titleId,
24
+ children: [title ? /* @__PURE__ */ jsx("title", {
25
+ id: titleId,
26
+ children: title
27
+ }) : null, /* @__PURE__ */ jsx("path", {
28
+ fill: "currentColor",
29
+ fillRule: "evenodd",
30
+ d: "M1.5 10a8.5 8.5 0 1 1 17 0 8.5 8.5 0 0 1-17 0ZM10 2.686a7.314 7.314 0 1 0 0 14.628 7.314 7.314 0 0 0 0-14.628Zm.227 3.67a1.987 1.987 0 0 0-2.213 1.977l.001.593-1.186.002v-.594a3.173 3.173 0 1 1 3.857 3.094l-.013.003a.1.1 0 0 0-.08.094v.946H9.407v-.96a1.286 1.286 0 0 1 1.028-1.242 1.986 1.986 0 0 0-.208-3.913Zm-.99 8.044a.765.765 0 1 1 1.529 0 .765.765 0 0 1-1.53 0Z",
31
+ clipRule: "evenodd"
32
+ })]
33
+ })
34
+ });
35
+ });
36
+ SupportIcon.displayName = "SupportIcon";
37
+ //#endregion
38
+ export { SupportIcon };
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/TimeIcon.d.ts
7
+ type TimeIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const TimeIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { TimeIcon, TimeIconProps };
@@ -0,0 +1,45 @@
1
+ import { IconWrapper } from "./helpers/IconWrapper.mjs";
2
+ import { forwardRef, useId } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ //#region src/TimeIcon.tsx
5
+ const TimeIcon = forwardRef(({ as, display, element = "ICON", size, color, title, decorative }, ref) => {
6
+ const titleId = `TimeIcon-${useId()}`;
7
+ if (!decorative && title == null) throw new Error("[TimeIcon]: Missing a title for non-decorative icon.");
8
+ return /* @__PURE__ */ jsx(IconWrapper, {
9
+ as,
10
+ display,
11
+ element,
12
+ size,
13
+ color,
14
+ ref,
15
+ children: /* @__PURE__ */ jsxs("svg", {
16
+ role: "img",
17
+ "aria-hidden": decorative,
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ width: "100%",
20
+ height: "100%",
21
+ fill: "none",
22
+ viewBox: "0 0 20 20",
23
+ "aria-labelledby": titleId,
24
+ children: [
25
+ title ? /* @__PURE__ */ jsx("title", {
26
+ id: titleId,
27
+ children: title
28
+ }) : null,
29
+ /* @__PURE__ */ jsx("path", {
30
+ fill: "currentColor",
31
+ d: "M10.5 5.5a.5.5 0 00-1 0v5a.5.5 0 00.5.5h3.5a.5.5 0 000-1h-3V5.5z"
32
+ }),
33
+ /* @__PURE__ */ jsx("path", {
34
+ fill: "currentColor",
35
+ fillRule: "evenodd",
36
+ d: "M10 18a8 8 0 100-16 8 8 0 000 16zm7-8a7 7 0 11-14 0 7 7 0 0114 0z",
37
+ clipRule: "evenodd"
38
+ })
39
+ ]
40
+ })
41
+ });
42
+ });
43
+ TimeIcon.displayName = "TimeIcon";
44
+ //#endregion
45
+ export { TimeIcon };
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/TourIcon.d.ts
7
+ type TourIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const TourIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { TourIcon, TourIconProps };
@@ -0,0 +1,38 @@
1
+ import { IconWrapper } from "./helpers/IconWrapper.mjs";
2
+ import { forwardRef, useId } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ //#region src/TourIcon.tsx
5
+ const TourIcon = forwardRef(({ as, display, element = "ICON", size, color, title, decorative }, ref) => {
6
+ const titleId = `TourIcon-${useId()}`;
7
+ if (!decorative && title == null) throw new Error("[TourIcon]: Missing a title for non-decorative icon.");
8
+ return /* @__PURE__ */ jsx(IconWrapper, {
9
+ as,
10
+ display,
11
+ element,
12
+ size,
13
+ color,
14
+ ref,
15
+ children: /* @__PURE__ */ jsxs("svg", {
16
+ role: "img",
17
+ "aria-hidden": decorative,
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ width: "100%",
20
+ height: "100%",
21
+ fill: "none",
22
+ viewBox: "0 0 20 20",
23
+ "aria-labelledby": titleId,
24
+ children: [title ? /* @__PURE__ */ jsx("title", {
25
+ id: titleId,
26
+ children: title
27
+ }) : null, /* @__PURE__ */ jsx("path", {
28
+ fill: "currentColor",
29
+ fillRule: "evenodd",
30
+ d: "M12.368 3.004c-.11.01-.22.032-.32.064-.024.007-1.022.405-2.218.883-1.197.478-2.195.875-2.218.88a.583.583 0 01-.23 0 254.59 254.59 0 01-2.014-.8 519.355 519.355 0 00-2.026-.81.957.957 0 00-.348-.059.982.982 0 00-.889.555.99.99 0 00-.088.246l-.014.061L2 8.92c-.002 3.605 0 4.916.005 4.97a1.496 1.496 0 00.835 1.203c.076.037 4.137 1.662 4.21 1.685.276.087.584.09.866.008.046-.013.926-.361 2.252-.892a285.17 285.17 0 012.216-.88.593.593 0 01.236.002c.025.007.814.32 1.753.695 2.276.909 2.306.92 2.38.94a.883.883 0 00.284.027.954.954 0 00.52-.168c.088-.058.211-.18.268-.265a1.04 1.04 0 00.167-.442c.005-.035.008-1.627.009-5.89 0-3.215 0-5.412-.002-4.884a27.05 27.05 0 01-.01.906 1.505 1.505 0 00-.816-1.175c-.1-.05-4.149-1.67-4.245-1.698a1.61 1.61 0 00-.242-.052 2.054 2.054 0 00-.32-.006zM2.002 8.965c0 2.693.001 3.793.002 2.446a4488.935 4488.935 0 00-.002-2.446zM3 8.989l.002 4.827.014.051a.504.504 0 00.267.326c.027.013 3.299 1.324 3.685 1.477l.03.012-.001-4.96-.002-4.962-1.974-.79-1.998-.799-.025-.01L3 8.99zm6.999-4.028l-1.995.798v9.923l.02-.008 1.997-.799 1.976-.79V9.123c0-2.728 0-4.96-.002-4.96l-1.996.798zM13 9.125c0 3.177.002 4.963.006 4.963.003 0 .9.357 1.994.794 1.093.436 1.99.793 1.993.793.005 0 .006-1.59.005-4.824l-.001-4.824-.015-.05a.513.513 0 00-.25-.316 691.202 691.202 0 00-3.702-1.487L13 4.162v4.963z",
31
+ clipRule: "evenodd"
32
+ })]
33
+ })
34
+ });
35
+ });
36
+ TourIcon.displayName = "TourIcon";
37
+ //#endregion
38
+ export { TourIcon };
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/UserIcon.d.ts
7
+ type UserIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const UserIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { UserIcon, UserIconProps };
@@ -0,0 +1,37 @@
1
+ import { IconWrapper } from "./helpers/IconWrapper.mjs";
2
+ import { forwardRef, useId } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ //#region src/UserIcon.tsx
5
+ const UserIcon = forwardRef(({ as, display, element = "ICON", size, color, title, decorative }, ref) => {
6
+ const titleId = `UserIcon-${useId()}`;
7
+ if (!decorative && title == null) throw new Error("[UserIcon]: Missing a title for non-decorative icon.");
8
+ return /* @__PURE__ */ jsx(IconWrapper, {
9
+ as,
10
+ display,
11
+ element,
12
+ size,
13
+ color,
14
+ ref,
15
+ children: /* @__PURE__ */ jsxs("svg", {
16
+ role: "img",
17
+ "aria-hidden": decorative,
18
+ width: "100%",
19
+ height: "100%",
20
+ viewBox: "0 0 20 20",
21
+ fill: "none",
22
+ "aria-labelledby": titleId,
23
+ children: [title ? /* @__PURE__ */ jsx("title", {
24
+ id: titleId,
25
+ children: title
26
+ }) : null, /* @__PURE__ */ jsx("path", {
27
+ fill: "currentColor",
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M10 3.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5zM6.5 6a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0zm3.5 5.5A5.5 5.5 0 004.5 17a.5.5 0 01-1 0 6.5 6.5 0 1113 0 .5.5 0 01-1 0 5.5 5.5 0 00-5.5-5.5z"
31
+ })]
32
+ })
33
+ });
34
+ });
35
+ UserIcon.displayName = "UserIcon";
36
+ //#endregion
37
+ export { UserIcon };
@@ -0,0 +1,18 @@
1
+ import { IconWrapperProps } from "./helpers/IconWrapper.mjs";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_box0 from "@hive-ui/box";
4
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
5
+
6
+ //#region src/UsersIcon.d.ts
7
+ type UsersIconProps = IconWrapperProps & {
8
+ title?: string;
9
+ decorative: boolean;
10
+ };
11
+ declare const UsersIcon: _$react.ForwardRefExoticComponent<Pick<_$_hive_ui_box0.BoxProps<"span">, "as" | "children" | "color" | "display" | "element"> & {
12
+ size?: _$_hive_ui_style_props0.IconSize;
13
+ } & {
14
+ title?: string;
15
+ decorative: boolean;
16
+ } & _$react.RefAttributes<HTMLElement>>;
17
+ //#endregion
18
+ export { UsersIcon, UsersIconProps };