@versini/ui-icons 4.18.2 → 4.19.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.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +45 -6
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -69,6 +69,8 @@ export declare const IconEditUser: ({ className, viewBox, title, monotone, ...re
|
|
|
69
69
|
|
|
70
70
|
export declare const IconEditUserLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
71
71
|
|
|
72
|
+
export declare const IconFrenchFlag: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
73
|
+
|
|
72
74
|
export declare const IconGitHub: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
73
75
|
|
|
74
76
|
export declare const IconGoogleGemini: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-icons v4.
|
|
2
|
+
@versini/ui-icons v4.19.0
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
if (!window.__VERSINI_UI_ICONS__) {
|
|
7
7
|
window.__VERSINI_UI_ICONS__ = {
|
|
8
|
-
version: "4.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "4.19.0",
|
|
9
|
+
buildTime: "03/01/2026 05:45 PM EST",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-icons",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -27,7 +27,7 @@ import clsx from "clsx";
|
|
|
27
27
|
if (!window.__VERSINI_UI_SVGICON__) {
|
|
28
28
|
window.__VERSINI_UI_SVGICON__ = {
|
|
29
29
|
version: "4.3.0",
|
|
30
|
-
buildTime: "
|
|
30
|
+
buildTime: "03/01/2026 05:45 PM EST",
|
|
31
31
|
homepage: "https://github.com/aversini/ui-icons",
|
|
32
32
|
license: "MIT"
|
|
33
33
|
};
|
|
@@ -1124,6 +1124,44 @@ const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1124
1124
|
/* export default */ const Icons_IconEditUserLight = ((/* unused pure expression or super */ null && (IconEditUserLight)));
|
|
1125
1125
|
|
|
1126
1126
|
|
|
1127
|
+
/**
|
|
1128
|
+
* This file was automatically generated.
|
|
1129
|
+
* Please do not edit manually.
|
|
1130
|
+
*
|
|
1131
|
+
* To update this file, run `yarn build:icons`.
|
|
1132
|
+
*
|
|
1133
|
+
* Original name: french-flag.svg
|
|
1134
|
+
*
|
|
1135
|
+
* undefined
|
|
1136
|
+
*
|
|
1137
|
+
*/
|
|
1138
|
+
const IconFrenchFlag = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1139
|
+
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1140
|
+
defaultViewBox: "0 0 36 36",
|
|
1141
|
+
size: "size-5",
|
|
1142
|
+
viewBox: viewBox,
|
|
1143
|
+
className: className ? `[clip-path:circle(50%)] [button:disabled_&]:grayscale ${className}` : "[clip-path:circle(50%)] [button:disabled_&]:grayscale",
|
|
1144
|
+
title: title || "French Flag",
|
|
1145
|
+
...rest,
|
|
1146
|
+
children: [
|
|
1147
|
+
/*#__PURE__*/ jsx("path", {
|
|
1148
|
+
fill: "#002495",
|
|
1149
|
+
d: "M0 0h12v36H0z"
|
|
1150
|
+
}),
|
|
1151
|
+
/*#__PURE__*/ jsx("path", {
|
|
1152
|
+
fill: "#eee",
|
|
1153
|
+
d: "M12 0h12v36H12z"
|
|
1154
|
+
}),
|
|
1155
|
+
/*#__PURE__*/ jsx("path", {
|
|
1156
|
+
fill: "#ed2939",
|
|
1157
|
+
d: "M24 0h12v36H24z"
|
|
1158
|
+
})
|
|
1159
|
+
]
|
|
1160
|
+
});
|
|
1161
|
+
};
|
|
1162
|
+
/* export default */ const Icons_IconFrenchFlag = ((/* unused pure expression or super */ null && (IconFrenchFlag)));
|
|
1163
|
+
|
|
1164
|
+
|
|
1127
1165
|
/**
|
|
1128
1166
|
* This file was automatically generated.
|
|
1129
1167
|
* Please do not edit manually.
|
|
@@ -3569,7 +3607,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3569
3607
|
/**
|
|
3570
3608
|
* This file is automatically generated.
|
|
3571
3609
|
* Do not edit it manually.
|
|
3572
|
-
* Last updated on
|
|
3610
|
+
* Last updated on 3/1/2026, 5:37:15 PM.
|
|
3573
3611
|
*/
|
|
3574
3612
|
|
|
3575
3613
|
|
|
@@ -3681,4 +3719,5 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3681
3719
|
|
|
3682
3720
|
|
|
3683
3721
|
|
|
3684
|
-
|
|
3722
|
+
|
|
3723
|
+
export { IconAdd, IconAddLight, IconAnthropic, IconBack, IconBackLight, IconBookSparkles, IconBookSparklesLight, IconBookmark, IconBookmarkLight, IconBranch, IconBranchLight, IconBrightness, IconBrightnessLight, IconChart, IconChartLight, IconChecked, IconCheckedLight, IconClose, IconCloseLight, IconCopied, IconCopiedLight, IconCopy, IconCopyLight, IconDelete, IconDeleteLight, IconDog, IconDown, IconDownLight, IconDownload, IconDownloadLight, IconEdit, IconEditLight, IconEditUser, IconEditUserLight, IconFrenchFlag, IconGitHub, IconGoogleGemini, 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, IconRotateLeft, IconRotateLeftLight, IconSearch, IconSearchLight, IconSelected, IconSelectedLight, IconSend, IconSendLight, IconSettings, IconSettingsLight, IconShow, IconShowLight, IconSliders, IconSlidersLight, IconSort, IconSortDown, IconSortDownLight, IconSortLight, IconSortUp, IconSortUpLight, IconStarInCircle, IconStarInCircleLight, IconUnChecked, IconUnCheckedLight, IconUnSelected, IconUnSelectedLight, IconUnlocked, IconUnlockedLight, IconUp, IconUpLight, IconUpload, IconUploadLight, IconUser, IconUserLight, IconWebSearch, IconWebSearchLight };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.19.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"sideEffects": [
|
|
43
43
|
"**/*.css"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "88569c1fca3fa714506b5eed5835ee78c9d6c3ef"
|
|
46
46
|
}
|