@versini/ui-icons 4.16.0 → 4.17.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 +4 -0
- package/dist/index.js +82 -24
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -205,6 +205,10 @@ export declare const IconUp: ({ className, viewBox, title, monotone, ...rest }:
|
|
|
205
205
|
|
|
206
206
|
export declare const IconUpLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
207
207
|
|
|
208
|
+
export declare const IconUpload: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
209
|
+
|
|
210
|
+
export declare const IconUploadLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
211
|
+
|
|
208
212
|
export declare const IconUser: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
209
213
|
|
|
210
214
|
export declare const IconUserLight: ({ 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.17.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: "01/
|
|
8
|
+
version: "4.17.0",
|
|
9
|
+
buildTime: "01/15/2026 06:15 PM EST",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-icons",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -30,7 +30,7 @@ import clsx from "clsx";
|
|
|
30
30
|
if (!window.__VERSINI_UI_SVGICON__) {
|
|
31
31
|
window.__VERSINI_UI_SVGICON__ = {
|
|
32
32
|
version: "4.3.0",
|
|
33
|
-
buildTime: "01/
|
|
33
|
+
buildTime: "01/15/2026 06:15 PM EST",
|
|
34
34
|
homepage: "https://github.com/aversini/ui-icons",
|
|
35
35
|
license: "MIT"
|
|
36
36
|
};
|
|
@@ -345,14 +345,15 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
345
345
|
*
|
|
346
346
|
* To update this file, run `yarn build:icons`.
|
|
347
347
|
*
|
|
348
|
-
* Original name:
|
|
348
|
+
* Original name: split.svg
|
|
349
349
|
*
|
|
350
350
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
351
351
|
*
|
|
352
352
|
*/
|
|
353
353
|
const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
354
|
-
|
|
355
|
-
|
|
354
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
355
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
356
|
+
defaultViewBox: "0 0 512 512",
|
|
356
357
|
size: "size-5",
|
|
357
358
|
viewBox: viewBox,
|
|
358
359
|
className: className,
|
|
@@ -360,11 +361,11 @@ const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
360
361
|
...rest,
|
|
361
362
|
children: [
|
|
362
363
|
/*#__PURE__*/ jsx("path", {
|
|
363
|
-
d: "
|
|
364
|
-
opacity:
|
|
364
|
+
d: "M165.5 288c25.5 0 49.9-10.1 67.9-28.1l3.9-3.9 86.6 86.6c6 6 14.1 9.4 22.6 9.4H384v-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-6.1 6.1-14.3 9.4-22.6 9.4-4.1 0-8.3-.8-12.2-2.4-12-5-19.8-16.6-19.8-29.6v-32h-37.5c-25.5 0-49.9-10.1-67.9-28.1l-90.5-90.5c-6-6-14.1-9.4-22.6-9.4z",
|
|
365
|
+
opacity: opacity
|
|
365
366
|
}),
|
|
366
367
|
/*#__PURE__*/ jsx("path", {
|
|
367
|
-
d: "
|
|
368
|
+
d: "M438.6 41.4c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32h-37.5c-25.5 0-49.9 10.1-67.9 28.1L188 214.7c-6 6-14.1 9.4-22.6 9.4L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32h133.5c25.5 0 49.9-10.1 67.9-28.1l90.5-90.5c6-6 14.1-9.4 22.6-9.4H384v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c6-6 9.4-14.1 9.4-22.6s-3.4-16.6-9.4-22.6l-64-64z"
|
|
368
369
|
})
|
|
369
370
|
]
|
|
370
371
|
});
|
|
@@ -378,28 +379,22 @@ const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
378
379
|
*
|
|
379
380
|
* To update this file, run `yarn build:icons`.
|
|
380
381
|
*
|
|
381
|
-
* Original name:
|
|
382
|
+
* Original name: split.svg
|
|
382
383
|
*
|
|
383
384
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
384
385
|
*
|
|
385
386
|
*/
|
|
386
387
|
const IconBranchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
387
|
-
return /*#__PURE__*/
|
|
388
|
-
defaultViewBox: "0 0
|
|
388
|
+
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
389
|
+
defaultViewBox: "0 0 512 512",
|
|
389
390
|
size: "size-5",
|
|
390
391
|
viewBox: viewBox,
|
|
391
392
|
className: className,
|
|
392
393
|
title: title || "Branch",
|
|
393
394
|
...rest,
|
|
394
|
-
children:
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
opacity: ".4"
|
|
398
|
-
}),
|
|
399
|
-
/*#__PURE__*/ jsx("path", {
|
|
400
|
-
d: "M80 128a48 48 0 1 0 0-96 48 48 0 1 0 0 96m80-48c0 38.7-27.5 71-64 78.4v115.2c20.3-20.7 48.7-33.6 80-33.6h96c44.2 0 80-35.8 80-80v-1.6c-36.5-7.4-64-39.7-64-78.4 0-44.2 35.8-80 80-80s80 35.8 80 80c0 38.7-27.5 71-64 78.4v1.6c0 61.9-50.1 112-112 112h-96c-44.2 0-80 35.8-80 80v1.6c36.5 7.4 64 39.7 64 78.4 0 44.2-35.8 80-80 80S0 476.2 0 432c0-38.7 27.5-71 64-78.4V158.4C27.5 151 0 118.7 0 80 0 35.8 35.8 0 80 0s80 35.8 80 80m208 48a48 48 0 1 0 0-96 48 48 0 1 0 0 96M80 480a48 48 0 1 0 0-96 48 48 0 1 0 0 96"
|
|
401
|
-
})
|
|
402
|
-
]
|
|
395
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
396
|
+
d: "M404.7 36.7c6.2-6.2 16.4-6.2 22.6 0l80 80c6.2 6.2 6.2 16.4 0 22.6l-80 80c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l52.7-52.7H339.9c-8.5 0-16.6 3.4-22.6 9.4L214.6 256l102.7 102.6c6 6 14.1 9.4 22.6 9.4h117.5l-52.7-52.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l80 80c6.2 6.2 6.2 16.4 0 22.6l-80 80c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l52.7-52.7H339.9c-17 0-33.3-6.7-45.3-18.7L190.1 276.7c-3-3-7.1-4.7-11.3-4.7H16c-8.8 0-16-7.2-16-16s7.2-16 16-16h162.7c4.2 0 8.3-1.7 11.3-4.7l104.6-104.6c12-12 28.3-18.7 45.3-18.7h117.5l-52.7-52.7c-6.2-6.2-6.2-16.4 0-22.6"
|
|
397
|
+
})
|
|
403
398
|
});
|
|
404
399
|
};
|
|
405
400
|
|
|
@@ -3314,6 +3309,67 @@ const IconUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3314
3309
|
});
|
|
3315
3310
|
};
|
|
3316
3311
|
|
|
3312
|
+
;// CONCATENATED MODULE: ./src/components/Icons/IconUpload.tsx
|
|
3313
|
+
|
|
3314
|
+
/**
|
|
3315
|
+
* This file was automatically generated.
|
|
3316
|
+
* Please do not edit manually.
|
|
3317
|
+
*
|
|
3318
|
+
* To update this file, run `yarn build:icons`.
|
|
3319
|
+
*
|
|
3320
|
+
* Original name: arrow-up-from-bracket.svg
|
|
3321
|
+
*
|
|
3322
|
+
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3323
|
+
*
|
|
3324
|
+
*/
|
|
3325
|
+
const IconUpload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3326
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
3327
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
3328
|
+
defaultViewBox: "0 0 448 512",
|
|
3329
|
+
size: "size-5",
|
|
3330
|
+
viewBox: viewBox,
|
|
3331
|
+
className: className,
|
|
3332
|
+
title: title || "Upload",
|
|
3333
|
+
...rest,
|
|
3334
|
+
children: [
|
|
3335
|
+
/*#__PURE__*/ jsx("path", {
|
|
3336
|
+
d: "M0 352v64c0 53 43 96 96 96h256c53 0 96-43 96-96v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32v-64c0-17.7-14.3-32-32-32S0 334.3 0 352",
|
|
3337
|
+
opacity: opacity
|
|
3338
|
+
}),
|
|
3339
|
+
/*#__PURE__*/ jsx("path", {
|
|
3340
|
+
d: "M201.4 9.4c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 109.3V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128z"
|
|
3341
|
+
})
|
|
3342
|
+
]
|
|
3343
|
+
});
|
|
3344
|
+
};
|
|
3345
|
+
|
|
3346
|
+
;// CONCATENATED MODULE: ./src/components/Icons/IconUploadLight.tsx
|
|
3347
|
+
|
|
3348
|
+
/**
|
|
3349
|
+
* This file was automatically generated.
|
|
3350
|
+
* Please do not edit manually.
|
|
3351
|
+
*
|
|
3352
|
+
* To update this file, run `yarn build:icons`.
|
|
3353
|
+
*
|
|
3354
|
+
* Original name: arrow-up-from-bracket.svg
|
|
3355
|
+
*
|
|
3356
|
+
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
3357
|
+
*
|
|
3358
|
+
*/
|
|
3359
|
+
const IconUploadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
3360
|
+
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
3361
|
+
defaultViewBox: "0 0 448 512",
|
|
3362
|
+
size: "size-5",
|
|
3363
|
+
viewBox: viewBox,
|
|
3364
|
+
className: className,
|
|
3365
|
+
title: title || "Upload",
|
|
3366
|
+
...rest,
|
|
3367
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
3368
|
+
d: "M235.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-128 128c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L208 54.6V336c0 8.8 7.2 16 16 16s16-7.2 16-16V54.6l100.7 100.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6zM32 336c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 44.2 35.8 80 80 80h288c44.2 0 80-35.8 80-80v-96c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48z"
|
|
3369
|
+
})
|
|
3370
|
+
});
|
|
3371
|
+
};
|
|
3372
|
+
|
|
3317
3373
|
;// CONCATENATED MODULE: ./src/components/Icons/IconUser.tsx
|
|
3318
3374
|
|
|
3319
3375
|
/**
|
|
@@ -3450,7 +3506,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3450
3506
|
/**
|
|
3451
3507
|
* This file is automatically generated.
|
|
3452
3508
|
* Do not edit it manually.
|
|
3453
|
-
* Last updated on 1/
|
|
3509
|
+
* Last updated on 1/15/2026, 6:07:11 PM.
|
|
3454
3510
|
*/
|
|
3455
3511
|
|
|
3456
3512
|
|
|
@@ -3558,4 +3614,6 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3558
3614
|
|
|
3559
3615
|
|
|
3560
3616
|
|
|
3561
|
-
|
|
3617
|
+
|
|
3618
|
+
|
|
3619
|
+
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, 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, 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.17.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"sideEffects": [
|
|
45
45
|
"**/*.css"
|
|
46
46
|
],
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "ccbfeb6bc7533ffe83152ea5d96328fb0c8a721a"
|
|
48
48
|
}
|