@cuby-ui/icons 0.0.159 → 0.0.161

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.
@@ -310,8 +310,8 @@ const cuiIconUsersBg = `
310
310
  </svg>
311
311
  `;
312
312
  const cuiIconUsersSm = `
313
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
314
- <path d="M7.5 18.3346V10.0013H12.5V18.3346M2.5 7.5013L10 1.66797L17.5 7.5013V16.668C17.5 17.11 17.3244 17.5339 17.0118 17.8465C16.6993 18.159 16.2754 18.3346 15.8333 18.3346H4.16667C3.72464 18.3346 3.30072 18.159 2.98816 17.8465C2.67559 17.5339 2.5 17.11 2.5 16.668V7.5013Z" stroke="#6B7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
313
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
314
+ <path d="M14.1693 17.5V15.8333C14.1693 14.9493 13.8181 14.1014 13.193 13.4763C12.5678 12.8512 11.72 12.5 10.8359 12.5H4.16927C3.28522 12.5 2.43737 12.8512 1.81225 13.4763C1.18713 14.1014 0.835938 14.9493 0.835938 15.8333V17.5M19.1693 17.5V15.8333C19.1687 15.0948 18.9229 14.3773 18.4704 13.7936C18.0179 13.2099 17.3844 12.793 16.6693 12.6083M13.3359 2.60833C14.053 2.79192 14.6885 3.20892 15.1423 3.79359C15.5961 4.37827 15.8425 5.09736 15.8425 5.8375C15.8425 6.57764 15.5961 7.29673 15.1423 7.88141C14.6885 8.46608 14.053 8.88308 13.3359 9.06667M10.8359 5.83333C10.8359 7.67428 9.34355 9.16667 7.5026 9.16667C5.66166 9.16667 4.16927 7.67428 4.16927 5.83333C4.16927 3.99238 5.66166 2.5 7.5026 2.5C9.34355 2.5 10.8359 3.99238 10.8359 5.83333Z" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
315
315
  </svg>
316
316
  `;
317
317
  const cuiIconUserPlus = `
@@ -962,6 +962,12 @@ const cuiIconRichTextSm = `
962
962
  <path d="M3.7998 3.5H11.7998M7.71989 4.00264L5.97868 14.9962" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
963
963
  </svg>
964
964
  `;
965
+ const cuiIconChecklist = `
966
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
967
+ <path d="M13.3359 3.33268H15.0026C15.4446 3.33268 15.8686 3.50828 16.1811 3.82084C16.4937 4.1334 16.6693 4.55732 16.6693 4.99935V16.666C16.6693 17.108 16.4937 17.532 16.1811 17.8445C15.8686 18.1571 15.4446 18.3327 15.0026 18.3327H5.0026C4.56058 18.3327 4.13665 18.1571 3.82409 17.8445C3.51153 17.532 3.33594 17.108 3.33594 16.666V4.99935C3.33594 4.55732 3.51153 4.1334 3.82409 3.82084C4.13665 3.50828 4.56058 3.33268 5.0026 3.33268H6.66927M7.5026 1.66602H12.5026C12.9628 1.66602 13.3359 2.03911 13.3359 2.49935V4.16602C13.3359 4.62625 12.9628 4.99935 12.5026 4.99935H7.5026C7.04237 4.99935 6.66927 4.62625 6.66927 4.16602V2.49935C6.66927 2.03911 7.04237 1.66602 7.5026 1.66602Z" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
968
+ <path d="M7.5 11.168L8.92857 12.5013L12.5 9.16797" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
969
+ </svg>
970
+ `;
965
971
  const CUI_ICONS = {
966
972
  cuiIconLoading,
967
973
  cuiIconCheck,
@@ -1090,7 +1096,8 @@ const CUI_ICONS = {
1090
1096
  cuiIconVariant,
1091
1097
  cuiIconVariantSm,
1092
1098
  cuiIconRichText,
1093
- cuiIconRichTextSm
1099
+ cuiIconRichTextSm,
1100
+ cuiIconChecklist
1094
1101
  };
1095
1102
 
1096
1103
  function cuiIsIcon(value) {