@cuby-ui/icons 0.0.129 → 0.0.131
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.
|
@@ -535,6 +535,22 @@ const cuiIconExternalLinkSm = `
|
|
|
535
535
|
<path d="M8.33366 4.16536H6.83366C5.90033 4.16536 5.43366 4.16536 5.07699 4.34703C4.76337 4.50677 4.5084 4.76174 4.34866 5.07536C4.16699 5.43203 4.16699 5.8987 4.16699 6.83203V13.1654C4.16699 14.0987 4.16699 14.5654 4.34866 14.922C4.50845 15.2356 4.7634 15.4906 5.07699 15.6504C5.43283 15.832 5.89949 15.832 6.83116 15.832H13.1695C14.1012 15.832 14.567 15.832 14.9228 15.6504C15.237 15.4904 15.492 15.2354 15.652 14.922C15.8337 14.5654 15.8337 14.0995 15.8337 13.1679V11.6654M16.667 7.4987V3.33203M16.667 3.33203H12.5003M16.667 3.33203L10.8337 9.16536" stroke="#6B7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
536
536
|
</svg>
|
|
537
537
|
`;
|
|
538
|
+
const cuiIconLinkBroken = `
|
|
539
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
540
|
+
<path d="M1.33301 5.33203L5.33301 6.66536" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
|
|
541
|
+
<path d="M4 2.66797L5.33333 4.66797" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
|
|
542
|
+
<path d="M7.33301 4.37371L9.79973 1.95706C10.7728 1.00372 12.5083 1.15829 13.676 2.3023C14.8437 3.44631 15.0015 5.14654 14.0284 6.09988L12.0902 7.9987" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
|
|
543
|
+
<path d="M10.0003 10.3911L7.3105 13.334C6.38202 14.3498 4.72612 14.1851 3.61195 12.9661C2.49778 11.7472 2.34724 9.93548 3.27572 8.91966L4.11629 8" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
|
|
544
|
+
</svg>
|
|
545
|
+
`;
|
|
546
|
+
const cuiIconLinkBrokenSm = `
|
|
547
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
548
|
+
<path d="M1.66699 6.66797L6.66699 8.33464" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
|
|
549
|
+
<path d="M5 3.33203L6.66667 5.83203" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
|
|
550
|
+
<path d="M9.16699 5.47007L12.2504 2.44926C13.4667 1.25758 15.6361 1.45079 17.0957 2.8808C18.5553 4.31082 18.7525 6.4361 17.5362 7.62778L15.1135 10.0013" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
|
|
551
|
+
<path d="M12.4997 12.9888L9.13739 16.6675C7.97679 17.9373 5.90692 17.7314 4.51421 16.2077C3.12149 14.6839 2.93332 12.4194 4.09392 11.1496L5.14464 10" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round"/>
|
|
552
|
+
</svg>
|
|
553
|
+
`;
|
|
538
554
|
const cuiIconClock = `
|
|
539
555
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
540
556
|
<g clip-path="url(#clip0_21839_133047)">
|
|
@@ -974,6 +990,8 @@ const CUI_ICONS = {
|
|
|
974
990
|
cuiIconFileTextSm,
|
|
975
991
|
cuiIconLink,
|
|
976
992
|
cuiIconExternalLinkSm,
|
|
993
|
+
cuiIconLinkBroken,
|
|
994
|
+
cuiIconLinkBrokenSm,
|
|
977
995
|
cuiIconClock,
|
|
978
996
|
cuiIconClockSm,
|
|
979
997
|
cuiIconInfo,
|