@cuby-ui/icons 0.0.140 → 0.0.142

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.
@@ -599,6 +599,18 @@ const cuiIconInfo = `
599
599
  </defs>
600
600
  </svg>
601
601
  `;
602
+ const cuiIconInfoSm = `
603
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
604
+ <g clip-path="url(#clip0_21_2634)">
605
+ <path d="M10.0003 13.3346V10.0013M10.0003 6.66797H10.0087M18.3337 10.0013C18.3337 14.6037 14.6027 18.3346 10.0003 18.3346C5.39795 18.3346 1.66699 14.6037 1.66699 10.0013C1.66699 5.39893 5.39795 1.66797 10.0003 1.66797C14.6027 1.66797 18.3337 5.39893 18.3337 10.0013Z" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
606
+ </g>
607
+ <defs>
608
+ <clipPath id="clip0_21_2634">
609
+ <rect width="20" height="20" fill="white"/>
610
+ </clipPath>
611
+ </defs>
612
+ </svg>
613
+ `;
602
614
  const cuiIconAlertTriangle = `
603
615
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
604
616
  <path d="M8.0005 5.33412V8.00079M8.0005 10.6675H8.00717M6.8605 1.90745L1.21384 11.3341C1.09741 11.5357 1.03581 11.7643 1.03516 11.9971C1.03451 12.2299 1.09483 12.4589 1.21012 12.6611C1.32541 12.8634 1.49165 13.032 1.69231 13.15C1.89296 13.2681 2.12103 13.3316 2.35384 13.3341H13.6472C13.88 13.3316 14.108 13.2681 14.3087 13.15C14.5094 13.032 14.6756 12.8634 14.7909 12.6611C14.9062 12.4589 14.9665 12.2299 14.9658 11.9971C14.9652 11.7643 14.9036 11.5357 14.7872 11.3341L9.1405 1.90745C9.02165 1.71153 8.85432 1.54953 8.65463 1.43711C8.45495 1.32469 8.22966 1.26562 8.0005 1.26562C7.77135 1.26563 7.54606 1.32469 7.34637 1.43711C7.14669 1.54953 6.97935 1.71153 6.8605 1.90745Z" stroke="#6B7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
@@ -924,6 +936,18 @@ const cuiIconVariantSm = `
924
936
  <path d="M6.125 6.125C7.95169 4.29831 8.86504 3.38496 10 3.38496C11.135 3.38496 12.0483 4.29831 13.875 6.125C15.7017 7.95169 16.615 8.86504 16.615 10C16.615 11.135 15.7017 12.0483 13.875 13.875C12.0483 15.7017 11.135 16.615 10 16.615C8.86504 16.615 7.95169 15.7017 6.125 13.875C4.29831 12.0483 3.38496 11.135 3.38496 10C3.38496 8.86504 4.29831 7.95169 6.125 6.125Z" stroke="#595E6A" stroke-width="1.5"/>
925
937
  </svg>
926
938
  `;
939
+ const cuiIconRichText = `
940
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
941
+ <path d="M7.9002 7.19922H12.8002M7.5502 9.19922H12.1002M7.2002 11.1992H9.3002" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
942
+ <path d="M3.04004 2.80078H9.44004M6.17611 3.20289L4.78314 11.9978" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
943
+ </svg>
944
+ `;
945
+ const cuiIconRichTextSm = `
946
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
947
+ <path d="M9.875 9H16M9.4375 11.5H15.125M9 14H11.625" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
948
+ <path d="M3.7998 3.5H11.7998M7.71989 4.00264L5.97868 14.9962" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
949
+ </svg>
950
+ `;
927
951
  const CUI_ICONS = {
928
952
  cuiIconLoading,
929
953
  cuiIconCheck,
@@ -1008,6 +1032,7 @@ const CUI_ICONS = {
1008
1032
  cuiIconClock,
1009
1033
  cuiIconClockSm,
1010
1034
  cuiIconInfo,
1035
+ cuiIconInfoSm,
1011
1036
  cuiIconAlertTriangle,
1012
1037
  cuiIconAlertTriangleSm,
1013
1038
  cuiIcon2Layers,
@@ -1048,7 +1073,9 @@ const CUI_ICONS = {
1048
1073
  cuiIconAssembly,
1049
1074
  cuiIconAssemblySm,
1050
1075
  cuiIconVariant,
1051
- cuiIconVariantSm
1076
+ cuiIconVariantSm,
1077
+ cuiIconRichText,
1078
+ cuiIconRichTextSm
1052
1079
  };
1053
1080
 
1054
1081
  function cuiIsIcon(value) {