@versini/ui-icons 4.6.1 → 4.7.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.
@@ -0,0 +1,32 @@
1
+ import { jsxs as r, jsx as t } from "react/jsx-runtime";
2
+ import { h } from "../../chunks/index.cBOyFY6K.js";
3
+ const m = ({
4
+ className: c,
5
+ viewBox: i,
6
+ title: o,
7
+ monotone: s,
8
+ ...e
9
+ }) => /* @__PURE__ */ r(
10
+ h,
11
+ {
12
+ defaultViewBox: "0 0 384 512",
13
+ size: "size-5",
14
+ viewBox: i,
15
+ className: c,
16
+ title: o || "Thinking",
17
+ ...e,
18
+ children: [
19
+ /* @__PURE__ */ t(
20
+ "path",
21
+ {
22
+ d: "M16 176c0 37.3 11.6 71.9 31.4 100.3 5 7.2 10.2 14.3 15.4 21.4 19.8 27.1 39.7 54.4 49.2 86.2h160c9.6-31.9 29.5-59.1 49.2-86.2 5.2-7.1 10.4-14.2 15.4-21.4 19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176m64 0c0-61.9 50.1-112 112-112 8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80 0 8.8-7.2 16-16 16s-16-7.2-16-16",
23
+ opacity: s ? "1" : "0.4"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ t("path", { d: "M192 512c44.2 0 80-35.8 80-80v-48H112v48c0 44.2 35.8 80 80 80" })
27
+ ]
28
+ }
29
+ );
30
+ export {
31
+ m as IconLightBulb
32
+ };
@@ -0,0 +1,32 @@
1
+ import { jsxs as e, jsx as c } from "react/jsx-runtime";
2
+ import { h as r } from "../../chunks/index.cBOyFY6K.js";
3
+ const z = ({
4
+ className: s,
5
+ viewBox: t,
6
+ title: i,
7
+ monotone: h,
8
+ ...o
9
+ }) => /* @__PURE__ */ e(
10
+ r,
11
+ {
12
+ defaultViewBox: "0 0 384 512",
13
+ size: "size-5",
14
+ viewBox: t,
15
+ className: s,
16
+ title: i || "Thinking",
17
+ ...o,
18
+ children: [
19
+ /* @__PURE__ */ c(
20
+ "path",
21
+ {
22
+ d: "M48 176c0-79.5 64.5-144 144-144s144 64.5 144 144c0 30.6-9.5 58.8-25.7 82.1-4.1 5.9-8.8 12.3-13.6 19-12.7 17.5-27.1 37.2-38 57.1-8.9 16.2-13.7 33.3-16.2 49.9h-101c-2.5-16.6-7.3-33.7-16.2-49.9-10.9-20-25.3-39.7-38-57.1-4.9-6.7-9.5-13-13.6-19C57.5 234.8 48 206.6 48 176m32 0c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80 8.8 0 16-7.2 16-16s-7.2-16-16-16c-61.9 0-112 50.1-112 112m66.7 272h90.5c-6.6 18.6-24.4 32-45.3 32s-38.7-13.4-45.3-32z",
23
+ opacity: h ? "1" : "0.4"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ c("path", { d: "M310.3 258.1c16.2-23.3 25.7-51.5 25.7-82.1 0-79.5-64.5-144-144-144S48 96.5 48 176c0 30.6 9.5 58.8 25.7 82.1 4.1 5.9 8.8 12.3 13.6 19 12.7 17.5 27.1 37.2 38 57.1 8.9 16.2 13.7 33.3 16.2 49.9L109 384c-2.2-12-5.9-23.7-11.8-34.5-9.9-18-22.2-34.9-34.5-51.8-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176 16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3-5 7.2-10.2 14.3-15.4 21.4-12.3 16.8-24.6 33.7-34.5 51.8-5.9 10.8-9.6 22.5-11.8 34.5h-32.4c2.5-16.6 7.3-33.7 16.2-49.9 10.9-20 25.3-39.7 38-57.1 4.9-6.7 9.5-13 13.6-19zM192 96c-44.2 0-80 35.8-80 80 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112 8.8 0 16 7.2 16 16s-7.2 16-16 16m-45.3 352c6.6 18.6 24.4 32 45.3 32s38.7-13.4 45.3-32h-90.5zM112 432v-5.3c0-5.9 4.8-10.7 10.7-10.7h138.7c5.9 0 10.7 4.8 10.7 10.7v5.3c0 44.2-35.8 80-80 80s-80-35.8-80-80z" })
27
+ ]
28
+ }
29
+ );
30
+ export {
31
+ z as IconLightBulbLight
32
+ };
@@ -0,0 +1,32 @@
1
+ import { jsxs as L, jsx as c } from "react/jsx-runtime";
2
+ import { h as e } from "../../chunks/index.cBOyFY6K.js";
3
+ const m = ({
4
+ className: l,
5
+ viewBox: s,
6
+ title: t,
7
+ monotone: i,
8
+ ...o
9
+ }) => /* @__PURE__ */ L(
10
+ e,
11
+ {
12
+ defaultViewBox: "0 0 576 512",
13
+ size: "size-5",
14
+ viewBox: s,
15
+ className: l,
16
+ title: t || "Magic",
17
+ ...o,
18
+ children: [
19
+ /* @__PURE__ */ c(
20
+ "path",
21
+ {
22
+ d: "M0 128c0 4.8 3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L64 96 7.5 117.2C3 118.9 0 123.2 0 128m192-64c0 3.2 2 6.1 5 7.2l37.7 14.1 14.1 37.7c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2l-37.7-14.1L263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5l-14.1 37.7L197 56.8c-3 1.1-5 4-5 7.2m124.7 60.7 39.6 39.6 105-105 23.3 23.3-105 105 39.6 39.6 110.7-110.7c18.7-18.7 18.7-49.1 0-67.9l-34.6-34.5c-18.7-18.7-49.1-18.7-67.9 0-36.9 36.9-73.8 73.7-110.7 110.6M352 384c0 4.8 3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8",
23
+ opacity: i ? "1" : "0.4"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ c("path", { d: "M419.2 227.2 316.7 124.7 46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0z" })
27
+ ]
28
+ }
29
+ );
30
+ export {
31
+ m as IconMagic
32
+ };
@@ -0,0 +1,32 @@
1
+ import { jsxs as l, jsx as c } from "react/jsx-runtime";
2
+ import { h as e } from "../../chunks/index.cBOyFY6K.js";
3
+ const m = ({
4
+ className: s,
5
+ viewBox: h,
6
+ title: t,
7
+ monotone: i,
8
+ ...o
9
+ }) => /* @__PURE__ */ l(
10
+ e,
11
+ {
12
+ defaultViewBox: "0 0 576 512",
13
+ size: "size-5",
14
+ viewBox: h,
15
+ className: s,
16
+ title: t || "Magic",
17
+ ...o,
18
+ children: [
19
+ /* @__PURE__ */ c(
20
+ "path",
21
+ {
22
+ d: "m66.9 426.3 248.4-248.4 50.7 50.7-248.3 248.5c-3.1 3.1-8.2 3.1-11.3 0l-39.5-39.4c-3.1-3.1-3.1-8.2 0-11.3z",
23
+ opacity: i ? "1" : "0.4"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ c("path", { d: "M458.3 34.9c3.1-3.1 8.2-3.1 11.3 0L509 74.3c3.1 3.1 3.1 8.2 0 11.3L388.7 206.1 338 155.4zM66.9 426.3l248.4-248.4 50.7 50.7-248.3 248.5c-3.1 3.1-8.2 3.1-11.3 0l-39.5-39.4c-3.1-3.1-3.1-8.2 0-11.3zm368.8-414L44.3 403.7c-15.6 15.6-15.6 40.9 0 56.6l39.4 39.4c15.6 15.6 40.9 15.6 56.6 0l391.4-391.4c15.6-15.6 15.6-40.9 0-56.6l-39.4-39.4c-15.6-15.6-40.9-15.6-56.6 0M128 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H48c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-48zm336 240c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-48v-48c0-8.8-7.2-16-16-16M252.2 16c0-6.7-5.4-12.2-12.2-12.2S227.8 9.2 227.8 16v19.8H208c-6.7 0-12.2 5.4-12.2 12.2s5.4 12.2 12.2 12.2h19.8V80c0 6.7 5.4 12.2 12.2 12.2s12.2-5.4 12.2-12.2V60.2H272c6.7 0 12.2-5.4 12.2-12.2s-5.4-12.2-12.2-12.2h-19.8z" })
27
+ ]
28
+ }
29
+ );
30
+ export {
31
+ m as IconMagicLight
32
+ };
package/dist/index.d.ts CHANGED
@@ -87,6 +87,10 @@ declare const IconKey: ({ className, viewBox, title, monotone, ...rest }: IconsP
87
87
 
88
88
  declare const IconKeyLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
89
89
 
90
+ declare const IconLightBulb: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
91
+
92
+ declare const IconLightBulbLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
93
+
90
94
  declare const IconList: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
91
95
 
92
96
  declare const IconListLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
@@ -95,6 +99,10 @@ declare const IconLocked: ({ className, viewBox, title, monotone, ...rest }: Ico
95
99
 
96
100
  declare const IconLockedLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
97
101
 
102
+ declare const IconMagic: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
103
+
104
+ declare const IconMagicLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
105
+
98
106
  declare const IconMessages: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
99
107
 
100
108
  declare const IconMessagesLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
@@ -187,4 +195,4 @@ declare const IconUser: ({ className, viewBox, title, monotone, ...rest }: Icons
187
195
 
188
196
  declare const IconUserLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
189
197
 
190
- export { IconAdd, IconAddLight, IconAnthropic, IconBack, IconBackLight, IconBookSparkles, IconBookSparklesLight, IconBookmark, IconBookmarkLight, IconBrightness, IconBrightnessLight, IconChart, IconChartLight, IconClose, IconCloseLight, IconCopied, IconCopiedLight, IconCopy, IconCopyLight, IconDelete, IconDeleteLight, IconDog, IconDown, IconDownLight, IconEdit, IconEditLight, IconGitHub, IconHide, IconHideLight, IconHistory, IconHistoryLight, IconInfo, IconInfoLight, IconKey, IconKeyLight, IconList, IconListLight, IconLocked, IconLockedLight, IconMessages, IconMessagesLight, IconNext, IconNextLight, IconOpenAI, IconPasskey, IconPenField, IconPenFieldLight, IconPencilMechanical, IconPencilMechanicalLight, IconPrevious, IconPreviousLight, IconProfile, IconProfileLight, IconProofread, IconProofreadLight, IconRefresh, IconRefreshLight, IconRestore, IconRestoreLight, IconRewrite, IconRewriteLight, IconSearch, IconSearchLight, IconSend, IconSendLight, IconSettings, IconSettingsLight, IconShow, IconShowLight, IconSliders, IconSlidersLight, IconSort, IconSortDown, IconSortDownLight, IconSortLight, IconSortUp, IconSortUpLight, IconStarInCircle, IconStarInCircleLight, IconUnlocked, IconUnlockedLight, IconUp, IconUpLight, IconUser, IconUserLight };
198
+ export { IconAdd, IconAddLight, IconAnthropic, IconBack, IconBackLight, IconBookSparkles, IconBookSparklesLight, IconBookmark, IconBookmarkLight, IconBrightness, IconBrightnessLight, IconChart, IconChartLight, IconClose, IconCloseLight, IconCopied, IconCopiedLight, IconCopy, IconCopyLight, IconDelete, IconDeleteLight, IconDog, IconDown, IconDownLight, IconEdit, IconEditLight, IconGitHub, IconHide, IconHideLight, IconHistory, IconHistoryLight, IconInfo, IconInfoLight, IconKey, IconKeyLight, IconLightBulb, IconLightBulbLight, IconList, IconListLight, IconLocked, IconLockedLight, IconMagic, IconMagicLight, IconMessages, IconMessagesLight, IconNext, IconNextLight, IconOpenAI, IconPasskey, IconPenField, IconPenFieldLight, IconPencilMechanical, IconPencilMechanicalLight, IconPrevious, IconPreviousLight, IconProfile, IconProfileLight, IconProofread, IconProofreadLight, IconRefresh, IconRefreshLight, IconRestore, IconRestoreLight, IconRewrite, IconRewriteLight, IconSearch, IconSearchLight, IconSend, IconSendLight, IconSettings, IconSettingsLight, IconShow, IconShowLight, IconSliders, IconSlidersLight, IconSort, IconSortDown, IconSortDownLight, IconSortLight, IconSortUp, IconSortUpLight, IconStarInCircle, IconStarInCircleLight, IconUnlocked, IconUnlockedLight, IconUp, IconUpLight, IconUser, IconUserLight };
package/dist/index.js CHANGED
@@ -5,17 +5,17 @@ import { IconBack as m } from "./components/Icons/IconBack.js";
5
5
  import { IconBackLight as i } from "./components/Icons/IconBackLight.js";
6
6
  import { IconBookSparkles as g } from "./components/Icons/IconBookSparkles.js";
7
7
  import { IconBookSparklesLight as s } from "./components/Icons/IconBookSparklesLight.js";
8
- import { IconBookmark as S } from "./components/Icons/IconBookmark.js";
8
+ import { IconBookmark as d } from "./components/Icons/IconBookmark.js";
9
9
  import { IconBookmarkLight as l } from "./components/Icons/IconBookmarkLight.js";
10
10
  import { IconBrightness as w } from "./components/Icons/IconBrightness.js";
11
11
  import { IconBrightnessLight as P } from "./components/Icons/IconBrightnessLight.js";
12
- import { IconChart as U } from "./components/Icons/IconChart.js";
13
- import { IconChartLight as B } from "./components/Icons/IconChartLight.js";
14
- import { IconClose as D } from "./components/Icons/IconClose.js";
15
- import { IconCloseLight as M } from "./components/Icons/IconCloseLight.js";
16
- import { IconCopied as E } from "./components/Icons/IconCopied.js";
17
- import { IconCopiedLight as v } from "./components/Icons/IconCopiedLight.js";
18
- import { IconCopy as b } from "./components/Icons/IconCopy.js";
12
+ import { IconChart as B } from "./components/Icons/IconChart.js";
13
+ import { IconChartLight as u } from "./components/Icons/IconChartLight.js";
14
+ import { IconClose as M } from "./components/Icons/IconClose.js";
15
+ import { IconCloseLight as D } from "./components/Icons/IconCloseLight.js";
16
+ import { IconCopied as b } from "./components/Icons/IconCopied.js";
17
+ import { IconCopiedLight as H } from "./components/Icons/IconCopiedLight.js";
18
+ import { IconCopy as A } from "./components/Icons/IconCopy.js";
19
19
  import { IconCopyLight as T } from "./components/Icons/IconCopyLight.js";
20
20
  import { IconDelete as K } from "./components/Icons/IconDelete.js";
21
21
  import { IconDeleteLight as G } from "./components/Icons/IconDeleteLight.js";
@@ -32,65 +32,69 @@ import { IconHistoryLight as mo } from "./components/Icons/IconHistoryLight.js";
32
32
  import { IconInfo as io } from "./components/Icons/IconInfo.js";
33
33
  import { IconInfoLight as go } from "./components/Icons/IconInfoLight.js";
34
34
  import { IconKey as so } from "./components/Icons/IconKey.js";
35
- import { IconKeyLight as ao } from "./components/Icons/IconKeyLight.js";
36
- import { IconList as ko } from "./components/Icons/IconList.js";
37
- import { IconListLight as Co } from "./components/Icons/IconListLight.js";
38
- import { IconLocked as _o } from "./components/Icons/IconLocked.js";
39
- import { IconLockedLight as yo } from "./components/Icons/IconLockedLight.js";
40
- import { IconMessages as Ro } from "./components/Icons/IconMessages.js";
41
- import { IconMessagesLight as uo } from "./components/Icons/IconMessagesLight.js";
42
- import { IconNext as No } from "./components/Icons/IconNext.js";
43
- import { IconNextLight as Ho } from "./components/Icons/IconNextLight.js";
44
- import { IconOpenAI as Ao } from "./components/Icons/IconOpenAI.js";
45
- import { IconPasskey as Oo } from "./components/Icons/IconPasskey.js";
46
- import { IconPenField as Fo } from "./components/Icons/IconPenField.js";
47
- import { IconPenFieldLight as Vo } from "./components/Icons/IconPenFieldLight.js";
48
- import { IconPencilMechanical as jo } from "./components/Icons/IconPencilMechanical.js";
49
- import { IconPencilMechanicalLight as zo } from "./components/Icons/IconPencilMechanicalLight.js";
50
- import { IconPrevious as Qo } from "./components/Icons/IconPrevious.js";
51
- import { IconPreviousLight as Xo } from "./components/Icons/IconPreviousLight.js";
52
- import { IconProfile as Zo } from "./components/Icons/IconProfile.js";
53
- import { IconProfileLight as or } from "./components/Icons/IconProfileLight.js";
54
- import { IconProofread as tr } from "./components/Icons/IconProofread.js";
55
- import { IconProofreadLight as nr } from "./components/Icons/IconProofreadLight.js";
56
- import { IconRefresh as pr } from "./components/Icons/IconRefresh.js";
57
- import { IconRefreshLight as fr } from "./components/Icons/IconRefreshLight.js";
58
- import { IconRestore as xr } from "./components/Icons/IconRestore.js";
59
- import { IconRestoreLight as hr } from "./components/Icons/IconRestoreLight.js";
60
- import { IconRewrite as Lr } from "./components/Icons/IconRewrite.js";
61
- import { IconRewriteLight as dr } from "./components/Icons/IconRewriteLight.js";
62
- import { IconSearch as ar } from "./components/Icons/IconSearch.js";
63
- import { IconSearchLight as kr } from "./components/Icons/IconSearchLight.js";
64
- import { IconSend as Cr } from "./components/Icons/IconSend.js";
65
- import { IconSendLight as _r } from "./components/Icons/IconSendLight.js";
66
- import { IconSettings as yr } from "./components/Icons/IconSettings.js";
67
- import { IconSettingsLight as Rr } from "./components/Icons/IconSettingsLight.js";
68
- import { IconShow as ur } from "./components/Icons/IconShow.js";
69
- import { IconShowLight as Nr } from "./components/Icons/IconShowLight.js";
70
- import { IconSliders as Hr } from "./components/Icons/IconSliders.js";
71
- import { IconSlidersLight as Ar } from "./components/Icons/IconSlidersLight.js";
72
- import { IconSort as Or } from "./components/Icons/IconSort.js";
73
- import { IconSortDown as Fr } from "./components/Icons/IconSortDown.js";
74
- import { IconSortDownLight as Vr } from "./components/Icons/IconSortDownLight.js";
75
- import { IconSortLight as jr } from "./components/Icons/IconSortLight.js";
76
- import { IconSortUp as zr } from "./components/Icons/IconSortUp.js";
77
- import { IconSortUpLight as Qr } from "./components/Icons/IconSortUpLight.js";
78
- import { IconStarInCircle as Xr } from "./components/Icons/IconStarInCircle.js";
79
- import { IconStarInCircleLight as Zr } from "./components/Icons/IconStarInCircleLight.js";
80
- import { IconUnlocked as ot } from "./components/Icons/IconUnlocked.js";
81
- import { IconUnlockedLight as tt } from "./components/Icons/IconUnlockedLight.js";
82
- import { IconUp as nt } from "./components/Icons/IconUp.js";
83
- import { IconUpLight as pt } from "./components/Icons/IconUpLight.js";
84
- import { IconUser as ft } from "./components/Icons/IconUser.js";
85
- import { IconUserLight as xt } from "./components/Icons/IconUserLight.js";
35
+ import { IconKeyLight as So } from "./components/Icons/IconKeyLight.js";
36
+ import { IconLightBulb as ko } from "./components/Icons/IconLightBulb.js";
37
+ import { IconLightBulbLight as Co } from "./components/Icons/IconLightBulbLight.js";
38
+ import { IconList as _o } from "./components/Icons/IconList.js";
39
+ import { IconListLight as Uo } from "./components/Icons/IconListLight.js";
40
+ import { IconLocked as yo } from "./components/Icons/IconLocked.js";
41
+ import { IconLockedLight as Ro } from "./components/Icons/IconLockedLight.js";
42
+ import { IconMagic as No } from "./components/Icons/IconMagic.js";
43
+ import { IconMagicLight as Eo } from "./components/Icons/IconMagicLight.js";
44
+ import { IconMessages as vo } from "./components/Icons/IconMessages.js";
45
+ import { IconMessagesLight as Oo } from "./components/Icons/IconMessagesLight.js";
46
+ import { IconNext as Fo } from "./components/Icons/IconNext.js";
47
+ import { IconNextLight as Vo } from "./components/Icons/IconNextLight.js";
48
+ import { IconOpenAI as jo } from "./components/Icons/IconOpenAI.js";
49
+ import { IconPasskey as zo } from "./components/Icons/IconPasskey.js";
50
+ import { IconPenField as Qo } from "./components/Icons/IconPenField.js";
51
+ import { IconPenFieldLight as Xo } from "./components/Icons/IconPenFieldLight.js";
52
+ import { IconPencilMechanical as Zo } from "./components/Icons/IconPencilMechanical.js";
53
+ import { IconPencilMechanicalLight as or } from "./components/Icons/IconPencilMechanicalLight.js";
54
+ import { IconPrevious as tr } from "./components/Icons/IconPrevious.js";
55
+ import { IconPreviousLight as nr } from "./components/Icons/IconPreviousLight.js";
56
+ import { IconProfile as pr } from "./components/Icons/IconProfile.js";
57
+ import { IconProfileLight as fr } from "./components/Icons/IconProfileLight.js";
58
+ import { IconProofread as xr } from "./components/Icons/IconProofread.js";
59
+ import { IconProofreadLight as hr } from "./components/Icons/IconProofreadLight.js";
60
+ import { IconRefresh as Lr } from "./components/Icons/IconRefresh.js";
61
+ import { IconRefreshLight as ar } from "./components/Icons/IconRefreshLight.js";
62
+ import { IconRestore as Sr } from "./components/Icons/IconRestore.js";
63
+ import { IconRestoreLight as kr } from "./components/Icons/IconRestoreLight.js";
64
+ import { IconRewrite as Cr } from "./components/Icons/IconRewrite.js";
65
+ import { IconRewriteLight as _r } from "./components/Icons/IconRewriteLight.js";
66
+ import { IconSearch as Ur } from "./components/Icons/IconSearch.js";
67
+ import { IconSearchLight as yr } from "./components/Icons/IconSearchLight.js";
68
+ import { IconSend as Rr } from "./components/Icons/IconSend.js";
69
+ import { IconSendLight as Nr } from "./components/Icons/IconSendLight.js";
70
+ import { IconSettings as Er } from "./components/Icons/IconSettings.js";
71
+ import { IconSettingsLight as vr } from "./components/Icons/IconSettingsLight.js";
72
+ import { IconShow as Or } from "./components/Icons/IconShow.js";
73
+ import { IconShowLight as Fr } from "./components/Icons/IconShowLight.js";
74
+ import { IconSliders as Vr } from "./components/Icons/IconSliders.js";
75
+ import { IconSlidersLight as jr } from "./components/Icons/IconSlidersLight.js";
76
+ import { IconSort as zr } from "./components/Icons/IconSort.js";
77
+ import { IconSortDown as Qr } from "./components/Icons/IconSortDown.js";
78
+ import { IconSortDownLight as Xr } from "./components/Icons/IconSortDownLight.js";
79
+ import { IconSortLight as Zr } from "./components/Icons/IconSortLight.js";
80
+ import { IconSortUp as ot } from "./components/Icons/IconSortUp.js";
81
+ import { IconSortUpLight as tt } from "./components/Icons/IconSortUpLight.js";
82
+ import { IconStarInCircle as nt } from "./components/Icons/IconStarInCircle.js";
83
+ import { IconStarInCircleLight as pt } from "./components/Icons/IconStarInCircleLight.js";
84
+ import { IconUnlocked as ft } from "./components/Icons/IconUnlocked.js";
85
+ import { IconUnlockedLight as xt } from "./components/Icons/IconUnlockedLight.js";
86
+ import { IconUp as ht } from "./components/Icons/IconUp.js";
87
+ import { IconUpLight as Lt } from "./components/Icons/IconUpLight.js";
88
+ import { IconUser as at } from "./components/Icons/IconUser.js";
89
+ import { IconUserLight as St } from "./components/Icons/IconUserLight.js";
86
90
  /*!
87
- @versini/ui-icons v4.6.1
91
+ @versini/ui-icons v4.7.0
88
92
  © 2025 gizmette.com
89
93
  */
90
94
  try {
91
95
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
92
- version: "4.6.1",
93
- buildTime: "01/21/2025 01:33 PM EST",
96
+ version: "4.7.0",
97
+ buildTime: "02/17/2025 07:52 PM EST",
94
98
  homepage: "https://github.com/aversini/ui-components",
95
99
  license: "MIT"
96
100
  });
@@ -104,17 +108,17 @@ export {
104
108
  i as IconBackLight,
105
109
  g as IconBookSparkles,
106
110
  s as IconBookSparklesLight,
107
- S as IconBookmark,
111
+ d as IconBookmark,
108
112
  l as IconBookmarkLight,
109
113
  w as IconBrightness,
110
114
  P as IconBrightnessLight,
111
- U as IconChart,
112
- B as IconChartLight,
113
- D as IconClose,
114
- M as IconCloseLight,
115
- E as IconCopied,
116
- v as IconCopiedLight,
117
- b as IconCopy,
115
+ B as IconChart,
116
+ u as IconChartLight,
117
+ M as IconClose,
118
+ D as IconCloseLight,
119
+ b as IconCopied,
120
+ H as IconCopiedLight,
121
+ A as IconCopy,
118
122
  T as IconCopyLight,
119
123
  K as IconDelete,
120
124
  G as IconDeleteLight,
@@ -131,55 +135,59 @@ export {
131
135
  io as IconInfo,
132
136
  go as IconInfoLight,
133
137
  so as IconKey,
134
- ao as IconKeyLight,
135
- ko as IconList,
136
- Co as IconListLight,
137
- _o as IconLocked,
138
- yo as IconLockedLight,
139
- Ro as IconMessages,
140
- uo as IconMessagesLight,
141
- No as IconNext,
142
- Ho as IconNextLight,
143
- Ao as IconOpenAI,
144
- Oo as IconPasskey,
145
- Fo as IconPenField,
146
- Vo as IconPenFieldLight,
147
- jo as IconPencilMechanical,
148
- zo as IconPencilMechanicalLight,
149
- Qo as IconPrevious,
150
- Xo as IconPreviousLight,
151
- Zo as IconProfile,
152
- or as IconProfileLight,
153
- tr as IconProofread,
154
- nr as IconProofreadLight,
155
- pr as IconRefresh,
156
- fr as IconRefreshLight,
157
- xr as IconRestore,
158
- hr as IconRestoreLight,
159
- Lr as IconRewrite,
160
- dr as IconRewriteLight,
161
- ar as IconSearch,
162
- kr as IconSearchLight,
163
- Cr as IconSend,
164
- _r as IconSendLight,
165
- yr as IconSettings,
166
- Rr as IconSettingsLight,
167
- ur as IconShow,
168
- Nr as IconShowLight,
169
- Hr as IconSliders,
170
- Ar as IconSlidersLight,
171
- Or as IconSort,
172
- Fr as IconSortDown,
173
- Vr as IconSortDownLight,
174
- jr as IconSortLight,
175
- zr as IconSortUp,
176
- Qr as IconSortUpLight,
177
- Xr as IconStarInCircle,
178
- Zr as IconStarInCircleLight,
179
- ot as IconUnlocked,
180
- tt as IconUnlockedLight,
181
- nt as IconUp,
182
- pt as IconUpLight,
183
- ft as IconUser,
184
- xt as IconUserLight
138
+ So as IconKeyLight,
139
+ ko as IconLightBulb,
140
+ Co as IconLightBulbLight,
141
+ _o as IconList,
142
+ Uo as IconListLight,
143
+ yo as IconLocked,
144
+ Ro as IconLockedLight,
145
+ No as IconMagic,
146
+ Eo as IconMagicLight,
147
+ vo as IconMessages,
148
+ Oo as IconMessagesLight,
149
+ Fo as IconNext,
150
+ Vo as IconNextLight,
151
+ jo as IconOpenAI,
152
+ zo as IconPasskey,
153
+ Qo as IconPenField,
154
+ Xo as IconPenFieldLight,
155
+ Zo as IconPencilMechanical,
156
+ or as IconPencilMechanicalLight,
157
+ tr as IconPrevious,
158
+ nr as IconPreviousLight,
159
+ pr as IconProfile,
160
+ fr as IconProfileLight,
161
+ xr as IconProofread,
162
+ hr as IconProofreadLight,
163
+ Lr as IconRefresh,
164
+ ar as IconRefreshLight,
165
+ Sr as IconRestore,
166
+ kr as IconRestoreLight,
167
+ Cr as IconRewrite,
168
+ _r as IconRewriteLight,
169
+ Ur as IconSearch,
170
+ yr as IconSearchLight,
171
+ Rr as IconSend,
172
+ Nr as IconSendLight,
173
+ Er as IconSettings,
174
+ vr as IconSettingsLight,
175
+ Or as IconShow,
176
+ Fr as IconShowLight,
177
+ Vr as IconSliders,
178
+ jr as IconSlidersLight,
179
+ zr as IconSort,
180
+ Qr as IconSortDown,
181
+ Xr as IconSortDownLight,
182
+ Zr as IconSortLight,
183
+ ot as IconSortUp,
184
+ tt as IconSortUpLight,
185
+ nt as IconStarInCircle,
186
+ pt as IconStarInCircleLight,
187
+ ft as IconUnlocked,
188
+ xt as IconUnlockedLight,
189
+ ht as IconUp,
190
+ Lt as IconUpLight,
191
+ at as IconUser,
192
+ St as IconUserLight
185
193
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-icons",
3
- "version": "4.6.1",
3
+ "version": "4.7.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -49,5 +49,5 @@
49
49
  "sideEffects": [
50
50
  "**/*.css"
51
51
  ],
52
- "gitHead": "613a674762753a70c192a81caa9d0cfb98f8f244"
52
+ "gitHead": "1e8bbe7c34ed65839b99c597f5001936405a6859"
53
53
  }