@versini/ui-icons 4.15.2 → 4.16.1

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 CHANGED
@@ -19,6 +19,10 @@ export declare const IconBookSparkles: ({ className, viewBox, title, monotone, .
19
19
 
20
20
  export declare const IconBookSparklesLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
21
21
 
22
+ export declare const IconBranch: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
23
+
24
+ export declare const IconBranchLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
25
+
22
26
  export declare const IconBrightness: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
23
27
 
24
28
  export declare const IconBrightnessLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /*!
2
- @versini/ui-icons v4.15.2
3
- © 2025 gizmette.com
2
+ @versini/ui-icons v4.16.1
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.15.2",
9
- buildTime: "12/30/2025 08:57 AM EST",
8
+ version: "4.16.1",
9
+ buildTime: "01/02/2026 08:37 PM EST",
10
10
  homepage: "https://github.com/aversini/ui-icons",
11
11
  license: "MIT",
12
12
  };
@@ -25,12 +25,12 @@ import clsx from "clsx";
25
25
  ;// CONCATENATED MODULE: ../ui-svgicon/dist/index.js
26
26
  /*!
27
27
  @versini/ui-svgicon v4.3.0
28
- © 2025 gizmette.com
28
+ © 2026 gizmette.com
29
29
  */ try {
30
30
  if (!window.__VERSINI_UI_SVGICON__) {
31
31
  window.__VERSINI_UI_SVGICON__ = {
32
32
  version: "4.3.0",
33
- buildTime: "12/30/2025 08:57 AM EST",
33
+ buildTime: "01/02/2026 08:37 PM EST",
34
34
  homepage: "https://github.com/aversini/ui-icons",
35
35
  license: "MIT"
36
36
  };
@@ -337,6 +337,67 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
337
337
  });
338
338
  };
339
339
 
340
+ ;// CONCATENATED MODULE: ./src/components/Icons/IconBranch.tsx
341
+
342
+ /**
343
+ * This file was automatically generated.
344
+ * Please do not edit manually.
345
+ *
346
+ * To update this file, run `yarn build:icons`.
347
+ *
348
+ * Original name: split.svg
349
+ *
350
+ * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
351
+ *
352
+ */
353
+ const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
354
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
355
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
356
+ defaultViewBox: "0 0 512 512",
357
+ size: "size-5",
358
+ viewBox: viewBox,
359
+ className: className,
360
+ title: title || "Branch",
361
+ ...rest,
362
+ children: [
363
+ /*#__PURE__*/ jsx("path", {
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
366
+ }),
367
+ /*#__PURE__*/ jsx("path", {
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"
369
+ })
370
+ ]
371
+ });
372
+ };
373
+
374
+ ;// CONCATENATED MODULE: ./src/components/Icons/IconBranchLight.tsx
375
+
376
+ /**
377
+ * This file was automatically generated.
378
+ * Please do not edit manually.
379
+ *
380
+ * To update this file, run `yarn build:icons`.
381
+ *
382
+ * Original name: split.svg
383
+ *
384
+ * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
385
+ *
386
+ */
387
+ const IconBranchLight = ({ className, viewBox, title, monotone, ...rest })=>{
388
+ return /*#__PURE__*/ jsx(SvgIcon, {
389
+ defaultViewBox: "0 0 512 512",
390
+ size: "size-5",
391
+ viewBox: viewBox,
392
+ className: className,
393
+ title: title || "Branch",
394
+ ...rest,
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
+ })
398
+ });
399
+ };
400
+
340
401
  ;// CONCATENATED MODULE: ./src/components/Icons/IconBrightness.tsx
341
402
 
342
403
  /**
@@ -3384,7 +3445,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
3384
3445
  /**
3385
3446
  * This file is automatically generated.
3386
3447
  * Do not edit it manually.
3387
- * Last updated on 12/29/2025, 8:01:34 PM.
3448
+ * Last updated on 1/2/2026, 8:26:18 PM.
3388
3449
  */
3389
3450
 
3390
3451
 
@@ -3490,4 +3551,6 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
3490
3551
 
3491
3552
 
3492
3553
 
3493
- export { IconAdd, IconAddLight, IconAnthropic, IconBack, IconBackLight, IconBookSparkles, IconBookSparklesLight, IconBookmark, IconBookmarkLight, 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, IconUser, IconUserLight, IconWebSearch, IconWebSearchLight };
3554
+
3555
+
3556
+ 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, IconUser, IconUserLight, IconWebSearch, IconWebSearchLight };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-icons",
3
- "version": "4.15.2",
3
+ "version": "4.16.1",
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": "0937766a71f6b6c3684eb7ff917f960c0aace7fa"
47
+ "gitHead": "eb1e1811af6fa2c2a3c6907b0f98b06a5f6e2de3"
48
48
  }