@cuby-ui/icons 0.0.217 → 0.0.219

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.
@@ -1032,6 +1032,17 @@ const cuiIconArrowRightSm = `
1032
1032
  <path d="M4.16699 10.0013H15.8337M15.8337 10.0013L10.0003 4.16797M15.8337 10.0013L10.0003 15.8346" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
1033
1033
  </svg>
1034
1034
  `;
1035
+ const cuiIconImage = `
1036
+ <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
1037
+ <path
1038
+ d="M4.66471 18H16.3314C17.2519 18 17.998 17.2538 17.998 16.3333V4.66667C17.998 3.74619 17.2519 3 16.3314 3H4.66471C3.74424 3 2.99805 3.74619 2.99805 4.66667V16.3333C2.99805 17.2538 3.74424 18 4.66471 18ZM4.66471 18L13.8314 8.83333L17.998 13M8.83138 7.58333C8.83138 8.27369 8.27174 8.83333 7.58138 8.83333C6.89102 8.83333 6.33138 8.27369 6.33138 7.58333C6.33138 6.89298 6.89102 6.33333 7.58138 6.33333C8.27174 6.33333 8.83138 6.89298 8.83138 7.58333Z"
1039
+ stroke="#595E6A"
1040
+ stroke-width="1.5"
1041
+ stroke-linecap="round"
1042
+ stroke-linejoin="round"
1043
+ />
1044
+ </svg>
1045
+ `;
1035
1046
  const CUI_ICONS = {
1036
1047
  cuiIconLoading,
1037
1048
  cuiIconCheck,
@@ -1172,7 +1183,8 @@ const CUI_ICONS = {
1172
1183
  cuiIconBulletFillSm,
1173
1184
  cuiIconBulletSm,
1174
1185
  cuiIconArrowRight,
1175
- cuiIconArrowRightSm
1186
+ cuiIconArrowRightSm,
1187
+ cuiIconImage
1176
1188
  };
1177
1189
 
1178
1190
  function cuiIsIcon(value) {