@cuby-ui/icons 0.0.359 → 0.0.360

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.
@@ -1501,6 +1501,11 @@ const cuiIconClipboardListBold = `
1501
1501
  `;
1502
1502
  const cuiIconMinimize2Sm = `
1503
1503
  <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
1504
+ <path d="M3.33333 11.6667H8.33333M8.33333 11.6667V16.6667M8.33333 11.6667L2.5 17.5M16.6667 8.33333H11.6667M11.6667 8.33333V3.33333M11.6667 8.33333L17.5 2.5" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
1505
+ </svg>
1506
+ `;
1507
+ const cuiIconMinimize2 = `
1508
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1504
1509
  <path d="M2.66667 9.33333H6.66667M6.66667 9.33333V13.3333M6.66667 9.33333L2 14M13.3333 6.66667H9.33333M9.33333 6.66667V2.66667M9.33333 6.66667L14 2" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
1505
1510
  </svg>
1506
1511
  `;
@@ -1717,6 +1722,7 @@ const CUI_ICONS = {
1717
1722
  cuiIconMessageSquare,
1718
1723
  cuiIconMessageSquareSm,
1719
1724
  cuiIconSurfaceArea,
1725
+ cuiIconMinimize2,
1720
1726
  cuiIconMinimize2Sm
1721
1727
  };
1722
1728