@cuby-ui/icons 0.0.238 → 0.0.239

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.
@@ -1116,6 +1116,16 @@ const cuiIconSunSm = `
1116
1116
  <path d="M10.0003 1.66797V2.5013M10.0003 17.5013V18.3346M18.3337 10.0013H17.5003M2.50033 10.0013H1.66699M15.8927 4.10897L15.5653 4.43633M4.43514 15.5665L4.10778 15.8939M15.8927 15.8936L15.5653 15.5663M4.43514 4.43612L4.10778 4.10875M15.0003 10.0013C15.0003 12.7627 12.7617 15.0013 10.0003 15.0013C7.2389 15.0013 5.00033 12.7627 5.00033 10.0013C5.00033 7.23988 7.2389 5.0013 10.0003 5.0013C12.7617 5.0013 15.0003 7.23988 15.0003 10.0013Z" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
1117
1117
  </svg>
1118
1118
  `;
1119
+ const cuiIconTool = `
1120
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1121
+ <path d="M9.7999 4.19722C9.67775 4.32184 9.60933 4.48938 9.60933 4.66389C9.60933 4.83839 9.67775 5.00593 9.7999 5.13055L10.8666 6.19722C10.9912 6.31937 11.1587 6.38779 11.3332 6.38779C11.5077 6.38779 11.6753 6.31937 11.7999 6.19722L14.3132 3.68389C14.6485 4.42468 14.75 5.25004 14.6042 6.04998C14.4585 6.84992 14.0724 7.58645 13.4974 8.16141C12.9225 8.73636 12.1859 9.12244 11.386 9.26819C10.5861 9.41394 9.7607 9.31244 9.0199 8.97722L4.41324 13.5839C4.14802 13.8491 3.78831 13.9981 3.41324 13.9981C3.03816 13.9981 2.67845 13.8491 2.41324 13.5839C2.14802 13.3187 1.99902 12.959 1.99902 12.5839C1.99902 12.2088 2.14802 11.8491 2.41324 11.5839L7.0199 6.97722C6.68468 6.23643 6.58318 5.41106 6.72893 4.61112C6.87468 3.81118 7.26076 3.07466 7.83572 2.4997C8.41067 1.92474 9.1472 1.53867 9.94714 1.39291C10.7471 1.24716 11.5724 1.34866 12.3132 1.68389L9.80657 4.19055L9.7999 4.19722Z" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
1122
+ </svg>
1123
+ `;
1124
+ const cuiIconToolSm = `
1125
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
1126
+ <path d="M12.2501 5.25043C12.0974 5.40621 12.0119 5.61564 12.0119 5.83376C12.0119 6.05189 12.0974 6.26132 12.2501 6.4171L13.5835 7.75043C13.7392 7.90312 13.9487 7.98865 14.1668 7.98865C14.3849 7.98865 14.5943 7.90312 14.7501 7.75043L17.8918 4.60876C18.3108 5.53476 18.4377 6.56646 18.2555 7.56639C18.0733 8.56631 17.5907 9.48697 16.872 10.2057C16.1533 10.9244 15.2327 11.407 14.2327 11.5891C13.2328 11.7713 12.2011 11.6445 11.2751 11.2254L5.51679 16.9838C5.18527 17.3153 4.73563 17.5015 4.26679 17.5015C3.79795 17.5015 3.34831 17.3153 3.01679 16.9838C2.68527 16.6522 2.49902 16.2026 2.49902 15.7338C2.49902 15.2649 2.68527 14.8153 3.01679 14.4838L8.77512 8.72543C8.35609 7.79944 8.22922 6.76774 8.41141 5.76781C8.5936 4.76788 9.0762 3.84723 9.79489 3.12853C10.5136 2.40984 11.4342 1.92724 12.4342 1.74505C13.4341 1.56286 14.4658 1.68973 15.3918 2.10876L12.2585 5.2421L12.2501 5.25043Z" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
1127
+ </svg>
1128
+ `;
1119
1129
  const CUI_ICONS = {
1120
1130
  cuiIconLoading,
1121
1131
  cuiIconCheck,
@@ -1270,7 +1280,9 @@ const CUI_ICONS = {
1270
1280
  cuiIconFloorplanSolidSm,
1271
1281
  cuiIconMoon,
1272
1282
  cuiIconMoonSm,
1273
- cuiIconSunSm
1283
+ cuiIconSunSm,
1284
+ cuiIconTool,
1285
+ cuiIconToolSm
1274
1286
  };
1275
1287
 
1276
1288
  function cuiIsIcon(value) {