@versini/ui-icons 4.5.2 → 4.6.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 h, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { h as r } from "../../chunks/index.DIXWmSle.js";
|
|
3
|
+
const a = ({
|
|
4
|
+
className: o,
|
|
5
|
+
viewBox: t,
|
|
6
|
+
title: e,
|
|
7
|
+
monotone: s,
|
|
8
|
+
...i
|
|
9
|
+
}) => /* @__PURE__ */ h(
|
|
10
|
+
r,
|
|
11
|
+
{
|
|
12
|
+
defaultViewBox: "0 0 448 512",
|
|
13
|
+
size: "size-5",
|
|
14
|
+
viewBox: t,
|
|
15
|
+
className: o,
|
|
16
|
+
title: e || "Unlocked",
|
|
17
|
+
...i,
|
|
18
|
+
children: [
|
|
19
|
+
/* @__PURE__ */ c(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M80 144v48h64v-48c0-44.2 35.8-80 80-80 31.9 0 59.4 18.6 72.3 45.7 7.6 16 26.7 22.8 42.6 15.2s22.8-26.7 15.2-42.6C331 33.7 281.5 0 224 0 144.5 0 80 64.5 80 144",
|
|
23
|
+
opacity: s ? "1" : "0.4"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ c("path", { d: "M64 192c-35.3 0-64 28.7-64 64v192c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64zm192 192h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32h64c17.7 0 32 14.3 32 32s-14.3 32-32 32" })
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
export {
|
|
31
|
+
a as IconUnlocked
|
|
32
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsxs as s, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { h as i } from "../../chunks/index.DIXWmSle.js";
|
|
3
|
+
const d = ({
|
|
4
|
+
className: o,
|
|
5
|
+
viewBox: h,
|
|
6
|
+
title: t,
|
|
7
|
+
monotone: n,
|
|
8
|
+
...e
|
|
9
|
+
}) => /* @__PURE__ */ s(
|
|
10
|
+
i,
|
|
11
|
+
{
|
|
12
|
+
defaultViewBox: "0 0 448 512",
|
|
13
|
+
size: "size-5",
|
|
14
|
+
viewBox: h,
|
|
15
|
+
className: o,
|
|
16
|
+
title: t || "Unlocked",
|
|
17
|
+
...e,
|
|
18
|
+
children: [
|
|
19
|
+
/* @__PURE__ */ c(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M32 272v160c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48H80c-26.5 0-48 21.5-48 48m136 80c0-8.8 7.2-16 16-16h80c8.8 0 16 7.2 16 16s-7.2 16-16 16h-80c-8.8 0-16-7.2-16-16",
|
|
23
|
+
opacity: ".4"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ c("path", { d: "M224 32c-53 0-96 43-96 96v64h240c44.2 0 80 35.8 80 80v160c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V272c0-44.2 35.8-80 80-80h16v-64C96 57.3 153.3 0 224 0c58 0 107 38.6 122.7 91.4 2.5 8.5-2.3 17.4-10.8 19.9s-17.4-2.3-19.9-10.8C304.2 60.9 267.5 32 224 32M80 224c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm184 144h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c8.8 0 16 7.2 16 16s-7.2 16-16 16" })
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
export {
|
|
31
|
+
d as IconUnlockedLight
|
|
32
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -173,6 +173,10 @@ declare const IconStarInCircle: ({ className, viewBox, title, monotone, ...rest
|
|
|
173
173
|
|
|
174
174
|
declare const IconStarInCircleLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
175
175
|
|
|
176
|
+
declare const IconUnlocked: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
177
|
+
|
|
178
|
+
declare const IconUnlockedLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
179
|
+
|
|
176
180
|
declare const IconUp: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
177
181
|
|
|
178
182
|
declare const IconUpLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -181,4 +185,4 @@ declare const IconUser: ({ className, viewBox, title, monotone, ...rest }: Icons
|
|
|
181
185
|
|
|
182
186
|
declare const IconUserLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
183
187
|
|
|
184
|
-
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, IconUp, IconUpLight, IconUser, IconUserLight };
|
|
188
|
+
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 };
|
package/dist/index.js
CHANGED
|
@@ -5,12 +5,12 @@ 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
|
|
8
|
+
import { IconBookmark as S } 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
|
|
13
|
-
import { IconChartLight as
|
|
12
|
+
import { IconChart as U } from "./components/Icons/IconChart.js";
|
|
13
|
+
import { IconChartLight as B } from "./components/Icons/IconChartLight.js";
|
|
14
14
|
import { IconClose as D } from "./components/Icons/IconClose.js";
|
|
15
15
|
import { IconCloseLight as M } from "./components/Icons/IconCloseLight.js";
|
|
16
16
|
import { IconCopied as E } from "./components/Icons/IconCopied.js";
|
|
@@ -36,8 +36,8 @@ import { IconKeyLight as ao } from "./components/Icons/IconKeyLight.js";
|
|
|
36
36
|
import { IconList as ko } from "./components/Icons/IconList.js";
|
|
37
37
|
import { IconListLight as Co } from "./components/Icons/IconListLight.js";
|
|
38
38
|
import { IconLocked as _o } from "./components/Icons/IconLocked.js";
|
|
39
|
-
import { IconLockedLight as
|
|
40
|
-
import { IconMessages as
|
|
39
|
+
import { IconLockedLight as yo } from "./components/Icons/IconLockedLight.js";
|
|
40
|
+
import { IconMessages as Ro } from "./components/Icons/IconMessages.js";
|
|
41
41
|
import { IconMessagesLight as uo } from "./components/Icons/IconMessagesLight.js";
|
|
42
42
|
import { IconNext as No } from "./components/Icons/IconNext.js";
|
|
43
43
|
import { IconNextLight as Ho } from "./components/Icons/IconNextLight.js";
|
|
@@ -58,13 +58,13 @@ import { IconRefreshLight as fr } from "./components/Icons/IconRefreshLight.js";
|
|
|
58
58
|
import { IconRestore as xr } from "./components/Icons/IconRestore.js";
|
|
59
59
|
import { IconRestoreLight as hr } from "./components/Icons/IconRestoreLight.js";
|
|
60
60
|
import { IconRewrite as Lr } from "./components/Icons/IconRewrite.js";
|
|
61
|
-
import { IconRewriteLight as
|
|
62
|
-
import { IconSearch as
|
|
61
|
+
import { IconRewriteLight as dr } from "./components/Icons/IconRewriteLight.js";
|
|
62
|
+
import { IconSearch as ar } from "./components/Icons/IconSearch.js";
|
|
63
63
|
import { IconSearchLight as kr } from "./components/Icons/IconSearchLight.js";
|
|
64
64
|
import { IconSend as Cr } from "./components/Icons/IconSend.js";
|
|
65
65
|
import { IconSendLight as _r } from "./components/Icons/IconSendLight.js";
|
|
66
|
-
import { IconSettings as
|
|
67
|
-
import { IconSettingsLight as
|
|
66
|
+
import { IconSettings as yr } from "./components/Icons/IconSettings.js";
|
|
67
|
+
import { IconSettingsLight as Rr } from "./components/Icons/IconSettingsLight.js";
|
|
68
68
|
import { IconShow as ur } from "./components/Icons/IconShow.js";
|
|
69
69
|
import { IconShowLight as Nr } from "./components/Icons/IconShowLight.js";
|
|
70
70
|
import { IconSliders as Hr } from "./components/Icons/IconSliders.js";
|
|
@@ -77,18 +77,20 @@ import { IconSortUp as zr } from "./components/Icons/IconSortUp.js";
|
|
|
77
77
|
import { IconSortUpLight as Qr } from "./components/Icons/IconSortUpLight.js";
|
|
78
78
|
import { IconStarInCircle as Xr } from "./components/Icons/IconStarInCircle.js";
|
|
79
79
|
import { IconStarInCircleLight as Zr } from "./components/Icons/IconStarInCircleLight.js";
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
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";
|
|
84
86
|
/*!
|
|
85
|
-
@versini/ui-icons v4.
|
|
87
|
+
@versini/ui-icons v4.6.0
|
|
86
88
|
© 2025 gizmette.com
|
|
87
89
|
*/
|
|
88
90
|
try {
|
|
89
91
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
90
|
-
version: "4.
|
|
91
|
-
buildTime: "01/20/2025
|
|
92
|
+
version: "4.6.0",
|
|
93
|
+
buildTime: "01/20/2025 04:20 PM EST",
|
|
92
94
|
homepage: "https://github.com/aversini/ui-components",
|
|
93
95
|
license: "MIT"
|
|
94
96
|
});
|
|
@@ -102,12 +104,12 @@ export {
|
|
|
102
104
|
i as IconBackLight,
|
|
103
105
|
g as IconBookSparkles,
|
|
104
106
|
s as IconBookSparklesLight,
|
|
105
|
-
|
|
107
|
+
S as IconBookmark,
|
|
106
108
|
l as IconBookmarkLight,
|
|
107
109
|
w as IconBrightness,
|
|
108
110
|
P as IconBrightnessLight,
|
|
109
|
-
|
|
110
|
-
|
|
111
|
+
U as IconChart,
|
|
112
|
+
B as IconChartLight,
|
|
111
113
|
D as IconClose,
|
|
112
114
|
M as IconCloseLight,
|
|
113
115
|
E as IconCopied,
|
|
@@ -133,8 +135,8 @@ export {
|
|
|
133
135
|
ko as IconList,
|
|
134
136
|
Co as IconListLight,
|
|
135
137
|
_o as IconLocked,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
+
yo as IconLockedLight,
|
|
139
|
+
Ro as IconMessages,
|
|
138
140
|
uo as IconMessagesLight,
|
|
139
141
|
No as IconNext,
|
|
140
142
|
Ho as IconNextLight,
|
|
@@ -155,13 +157,13 @@ export {
|
|
|
155
157
|
xr as IconRestore,
|
|
156
158
|
hr as IconRestoreLight,
|
|
157
159
|
Lr as IconRewrite,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
+
dr as IconRewriteLight,
|
|
161
|
+
ar as IconSearch,
|
|
160
162
|
kr as IconSearchLight,
|
|
161
163
|
Cr as IconSend,
|
|
162
164
|
_r as IconSendLight,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
+
yr as IconSettings,
|
|
166
|
+
Rr as IconSettingsLight,
|
|
165
167
|
ur as IconShow,
|
|
166
168
|
Nr as IconShowLight,
|
|
167
169
|
Hr as IconSliders,
|
|
@@ -174,8 +176,10 @@ export {
|
|
|
174
176
|
Qr as IconSortUpLight,
|
|
175
177
|
Xr as IconStarInCircle,
|
|
176
178
|
Zr as IconStarInCircleLight,
|
|
177
|
-
ot as
|
|
178
|
-
tt as
|
|
179
|
-
nt as
|
|
180
|
-
pt as
|
|
179
|
+
ot as IconUnlocked,
|
|
180
|
+
tt as IconUnlockedLight,
|
|
181
|
+
nt as IconUp,
|
|
182
|
+
pt as IconUpLight,
|
|
183
|
+
ft as IconUser,
|
|
184
|
+
xt as IconUserLight
|
|
181
185
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.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": "
|
|
52
|
+
"gitHead": "5e0178142e4a5995ae86c21bfc0e31b5559b0dab"
|
|
53
53
|
}
|