@cuby-ui/icons 0.0.120 → 0.0.121

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.
@@ -886,6 +886,16 @@ const cuiIconAssemblySm = `
886
886
  </defs>
887
887
  </svg>
888
888
  `;
889
+ const cuiIconVariant = `
890
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
891
+ <path d="M4.9 4.90078C6.36135 3.43943 7.09203 2.70875 8 2.70875C8.90797 2.70875 9.63865 3.43943 11.1 4.90078C12.5614 6.36214 13.292 7.09281 13.292 8.00078C13.292 8.90875 12.5614 9.63943 11.1 11.1008C9.63865 12.5621 8.90797 13.2928 8 13.2928C7.09203 13.2928 6.36135 12.5621 4.9 11.1008C3.43865 9.63943 2.70797 8.90875 2.70797 8.00078C2.70797 7.09281 3.43865 6.36214 4.9 4.90078Z" stroke="#595E6A" stroke-width="1.5"/>
892
+ </svg>
893
+ `;
894
+ const cuiIconVariantSm = `
895
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
896
+ <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"/>
897
+ </svg>
898
+ `;
889
899
  const CUI_ICONS = {
890
900
  cuiIconLoading,
891
901
  cuiIconCheck,
@@ -1005,7 +1015,9 @@ const CUI_ICONS = {
1005
1015
  cuiIconTank,
1006
1016
  cuiIconTankSm,
1007
1017
  cuiIconAssembly,
1008
- cuiIconAssemblySm
1018
+ cuiIconAssemblySm,
1019
+ cuiIconVariant,
1020
+ cuiIconVariantSm
1009
1021
  };
1010
1022
 
1011
1023
  function cuiIsIcon(value) {