@cuby-ui/icons 0.0.589 → 0.0.590
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.
|
@@ -1583,6 +1583,12 @@ const cuiIconLock2 = `
|
|
|
1583
1583
|
<path d="M6.66699 8.95701V6.45702C6.66699 5.62822 6.99623 4.83337 7.58228 4.24732C8.16833 3.66127 8.96319 3.33203 9.79199 3.33203C10.6208 3.33203 11.4156 3.66127 12.0017 4.24732C12.5878 4.83337 12.917 5.62822 12.917 6.45702V8.95701M5.41699 8.95701H14.167C14.8573 8.95701 15.417 9.51666 15.417 10.207V14.582C15.417 15.2723 14.8573 15.832 14.167 15.832H5.41699C4.72664 15.832 4.16699 15.2723 4.16699 14.582V10.207C4.16699 9.51666 4.72664 8.95701 5.41699 8.95701Z" stroke="#AEB2BC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
1584
1584
|
</svg>
|
|
1585
1585
|
`;
|
|
1586
|
+
const cuiIconUnlock = `
|
|
1587
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1588
|
+
<path d="M14.167 8.95701H5.41699C4.72664 8.95701 4.16699 9.51666 4.16699 10.207V14.582C4.16699 15.2723 4.72664 15.832 5.41699 15.832H14.167C14.8573 15.832 15.417 15.2723 15.417 14.582V10.207C15.417 9.51666 14.8573 8.95701 14.167 8.95701Z" fill="#AEB2BC"/>
|
|
1589
|
+
<path d="M6.66699 8.95701V6.45702C6.66699 5.62822 6.99623 4.83337 7.58228 4.24732C8.16833 3.66127 8.96319 3.33203 9.79199 3.33203C10.6208 3.33203 11.4156 3.66127 12.0017 4.24732C12.5878 4.83337 12.917 5.62822 12.917 6.45702M5.41699 8.95701H14.167C14.8573 8.95701 15.417 9.51666 15.417 10.207V14.582C15.417 15.2723 14.8573 15.832 14.167 15.832H5.41699C4.72664 15.832 4.16699 15.2723 4.16699 14.582V10.207C4.16699 9.51666 4.72664 8.95701 5.41699 8.95701Z" stroke="#AEB2BC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
1590
|
+
</svg>
|
|
1591
|
+
`;
|
|
1586
1592
|
const cuiIconClockBold = `
|
|
1587
1593
|
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" width="16" height="16" viewBox="0 0 16 16">
|
|
1588
1594
|
<path d="M14.666 7.999a6.666 6.666 0 1 1-13.333 0 6.666 6.666 0 0 1 13.333 0ZM8 4.832a.5.5 0 0 0-.5.5v2.667c0 .132.052.259.146.353l1.667 1.667a.5.5 0 0 0 .707-.707L8.5 7.792v-2.46a.5.5 0 0 0-.5-.5Z" fill="#aeb2bc"/>
|
|
@@ -2084,6 +2090,7 @@ const cuiIconPrinter = `
|
|
|
2084
2090
|
`;
|
|
2085
2091
|
const CUI_ICONS_REGISTRY = {
|
|
2086
2092
|
cuiIconLock2,
|
|
2093
|
+
cuiIconUnlock,
|
|
2087
2094
|
cuiIconClipboardListBold,
|
|
2088
2095
|
cuiIconClipboardCompletedBold,
|
|
2089
2096
|
cuiIconStarOutlined,
|