@litigiovirtual/ius-design-components 1.0.258 → 1.0.259
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.
|
@@ -863,6 +863,11 @@ const ICONS = {
|
|
|
863
863
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
|
|
864
864
|
<path d="M3.94574 20.8837C3.16357 20.8837 2.49641 20.6077 1.94424 20.0557C1.39224 19.5036 1.11624 18.8364 1.11624 18.0542V5.94575C1.11624 5.16358 1.39224 4.49642 1.94424 3.94425C2.49641 3.39225 3.16357 3.11625 3.94574 3.11625H8.18424C8.56458 3.11625 8.92766 3.18766 9.27349 3.3305C9.61949 3.47316 9.92324 3.678 10.1847 3.945L12 5.76025H20.0542C20.8364 5.76025 21.5036 6.03633 22.0557 6.5885C22.6077 7.1405 22.8837 7.80758 22.8837 8.58975V18.0542C22.8837 18.8364 22.6077 19.5036 22.0557 20.0557C21.5036 20.6077 20.8364 20.8837 20.0542 20.8837H3.94574ZM11 17.1143H19V16.9857C19 16.2357 18.6333 15.6399 17.9 15.1982C17.1667 14.7566 16.2 14.5357 15 14.5357C13.8 14.5357 12.8333 14.7566 12.1 15.1982C11.3667 15.6399 11 16.2357 11 16.9857V17.1143ZM15 13.5357C15.55 13.5357 16.0208 13.3399 16.4125 12.9482C16.8042 12.5566 17 12.0857 17 11.5357C17 10.9819 16.8042 10.5102 16.4125 10.1205C16.0208 9.73067 15.55 9.53575 15 9.53575C14.45 9.53575 13.9792 9.73067 13.5875 10.1205C13.1958 10.5102 13 10.9819 13 11.5357C13 12.0857 13.1958 12.5566 13.5875 12.9482C13.9792 13.3399 14.45 13.5357 15 13.5357Z" fill="currentColor"/>
|
|
865
865
|
</svg>
|
|
866
|
+
`,
|
|
867
|
+
'icon-share': `
|
|
868
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
|
|
869
|
+
<path d="M17.3387 22.8837C16.357 22.8837 15.521 22.5392 14.8305 21.8502C14.1398 21.1614 13.7945 20.3263 13.7945 19.345C13.7945 19.1903 13.8258 18.9456 13.8885 18.6107L6.97871 14.6615C6.66738 14.9347 6.31271 15.148 5.91471 15.3015C5.51688 15.4548 5.09888 15.5315 4.66071 15.5315C3.67388 15.5315 2.83646 15.1879 2.14846 14.5007C1.46029 13.8134 1.11621 12.9783 1.11621 11.9955C1.11621 11.0127 1.46029 10.1749 2.14846 9.48225C2.83646 8.78975 3.67388 8.4435 4.66071 8.4435C5.10204 8.4435 5.52388 8.52216 5.92621 8.6795C6.32838 8.83683 6.68521 9.05416 6.99671 9.3315L13.8825 5.369C13.8531 5.24366 13.8311 5.1215 13.8165 5.0025C13.8018 4.8835 13.7945 4.76325 13.7945 4.64175C13.7945 3.65491 14.1394 2.8165 14.8292 2.1265C15.519 1.43633 16.3573 1.09125 17.344 1.09125C18.3266 1.09125 19.16 1.43716 19.8442 2.129C20.5285 2.82083 20.8707 3.65808 20.8707 4.64075C20.8707 5.62341 20.5271 6.45683 19.84 7.141C19.1526 7.82533 18.321 8.1675 17.345 8.1675C16.8983 8.1675 16.4704 8.0905 16.0612 7.9365C15.6519 7.7825 15.2932 7.56383 14.9852 7.2805L8.10421 11.194C8.13754 11.3275 8.16154 11.4619 8.17621 11.5972C8.19088 11.7324 8.19821 11.8677 8.19821 12.003C8.19821 12.1383 8.19404 12.2686 8.18571 12.3937C8.17738 12.5189 8.15463 12.6477 8.11746 12.78L14.9925 16.7185C15.3083 16.4272 15.666 16.2035 16.0655 16.0475C16.465 15.8915 16.8915 15.8135 17.345 15.8135C18.325 15.8135 19.1575 16.1572 19.8427 16.8445C20.528 17.5317 20.8707 18.3667 20.8707 19.3495C20.8707 20.3285 20.5265 21.1622 19.838 21.8507C19.1496 22.5394 18.3165 22.8837 17.3387 22.8837Z" fill="currentColor"/>
|
|
870
|
+
</svg>
|
|
866
871
|
`,
|
|
867
872
|
'icon-search': `
|
|
868
873
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
|