@cuby-ui/icons 0.0.552 → 0.0.554

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.
@@ -145,6 +145,11 @@ const cuiIconXCircleSm = `
145
145
  </defs>
146
146
  </svg>
147
147
  `;
148
+ const cuiIconVector = `
149
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
150
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.3333 6.66667C13.3333 10.3486 10.3486 13.3333 6.66667 13.3333C2.98477 13.3333 0 10.3486 0 6.66667C0 2.98477 2.98477 0 6.66667 0C10.3486 0 13.3333 2.98477 13.3333 6.66667ZM4.64642 4.64643C4.84168 4.45117 5.15826 4.45117 5.35352 4.64643L6.66665 5.95955L7.97975 4.64645C8.17501 4.45118 8.4916 4.45118 8.68686 4.64645C8.88212 4.84171 8.88212 5.15829 8.68686 5.35355L7.37375 6.66666L8.68684 7.97975C8.88211 8.17501 8.88211 8.4916 8.68684 8.68686C8.49158 8.88212 8.175 8.88212 7.97974 8.68686L6.66665 7.37377L5.35354 8.68687C5.15828 8.88213 4.84169 8.88213 4.64643 8.68687C4.45117 8.49161 4.45117 8.17503 4.64643 7.97977L5.95954 6.66666L4.64642 5.35354C4.45116 5.15828 4.45116 4.8417 4.64642 4.64643Z" fill="#AEB2BC"/>
151
+ </svg>
152
+ `;
148
153
  const cuiIconLogOut = `
149
154
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
150
155
  <path d="M5.06592 13H2.39925C2.04563 13 1.70649 12.8595 1.45644 12.6095C1.20639 12.3594 1.06592 12.0203 1.06592 11.6667V2.33333C1.06592 1.97971 1.20639 1.64057 1.45644 1.39052C1.70649 1.14048 2.04563 1 2.39925 1H5.06592M9.73258 10.3333L13.0659 7M13.0659 7L9.73258 3.66667M13.0659 7H5.06592" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
@@ -1988,6 +1993,7 @@ const CUI_ICONS_REGISTRY = {
1988
1993
  cuiIconXSm,
1989
1994
  cuiIconXCircle,
1990
1995
  cuiIconXCircleSm,
1996
+ cuiIconVector,
1991
1997
  cuiIconClear,
1992
1998
  cuiIconClearSm,
1993
1999
  cuiIconEye,