forked from sqlhabit/sql_schema_visualizer
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df123ac
commit 25b6685
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
export function CodelistIcon() { | ||
return ( | ||
<svg | ||
width="452" | ||
height="289" | ||
width="390" | ||
height="289" | ||
xmlns="http://www.w3.org/2000/svg" | ||
xmlSpace="preserve" | ||
viewBox="0 0 452 289" | ||
class="array_icon" | ||
className="array-icon" | ||
overflow="hidden"> | ||
<g transform="translate(-872 -471)"> | ||
<path d="M874.5 505.5C874.5 487.827 889.051 473.5 907 473.5 924.949 473.5 939.5 487.827 939.5 505.5 939.5 523.173 924.949 537.5 907 537.5 889.051 537.5 874.5 523.173 874.5 505.5Z" stroke="#000000" strokeWidth="4.58333" strokeMiterlimit="8" fillRule="evenodd"/> | ||
<path d="M874.5 615.5C874.5 597.827 889.051 583.5 907 583.5 924.949 583.5 939.5 597.827 939.5 615.5 939.5 633.173 924.949 647.5 907 647.5 889.051 647.5 874.5 633.173 874.5 615.5Z" stroke="#000000" strokeWidth="4.58333" strokeMiterlimit="8" fillRule="evenodd"/> | ||
<path d="M874.5 725.5C874.5 707.827 889.051 693.5 907 693.5 924.949 693.5 939.5 707.827 939.5 725.5 939.5 743.173 924.949 757.5 907 757.5 889.051 757.5 874.5 743.173 874.5 725.5Z" stroke="#000000" strokeWidth="4.58333" strokeMiterlimit="8" fillRule="evenodd"/> | ||
<path d="M1000.5 499.993C1000.5 492.541 1006.54 486.5 1013.99 486.5L1308.01 486.5C1315.46 486.5 1321.5 492.541 1321.5 499.993L1321.5 511.007C1321.5 518.459 1315.46 524.5 1308.01 524.5L1013.99 524.5C1006.54 524.5 1000.5 518.459 1000.5 511.007Z" stroke="#000000" strokeWidth="4.58333" strokeMiterlimit="8" fillRule="evenodd"/> | ||
<path d="M1000.5 609.993C1000.5 602.541 1006.54 596.5 1013.99 596.5L1308.01 596.5C1315.46 596.5 1321.5 602.541 1321.5 609.993L1321.5 621.007C1321.5 628.459 1315.46 634.5 1308.01 634.5L1013.99 634.5C1006.54 634.5 1000.5 628.459 1000.5 621.007Z" stroke="#000000" strokeWidth="4.58333" strokeMiterlimit="8" fillRule="evenodd"/> | ||
<path d="M1000.5 718.638C1000.5 711.382 1006.38 705.5 1013.64 705.5L1308.36 705.5C1315.62 705.5 1321.5 711.382 1321.5 718.638L1321.5 729.362C1321.5 736.618 1315.62 742.5 1308.36 742.5L1013.64 742.5C1006.38 742.5 1000.5 736.618 1000.5 729.362Z" stroke="#000000" strokeWidth="4.58333" strokeMiterlimit="8" fillRule="evenodd"/> | ||
<path d="M1000.5 501.732C1000.5 496.633 1004.63 492.5 1009.73 492.5L1250.27 492.5C1255.37 492.5 1259.5 496.633 1259.5 501.732L1259.5 509.268C1259.5 514.367 1255.37 518.5 1250.27 518.5L1009.73 518.5C1004.63 518.5 1000.5 514.367 1000.5 509.268Z" stroke="#000000" strokeWidth="4.58333" strokeMiterlimit="8" fillRule="evenodd"/> | ||
<path d="M1000.5 611.732C1000.5 606.633 1004.63 602.5 1009.73 602.5L1250.27 602.5C1255.37 602.5 1259.5 606.633 1259.5 611.732L1259.5 619.268C1259.5 624.367 1255.37 628.5 1250.27 628.5L1009.73 628.5C1004.63 628.5 1000.5 624.367 1000.5 619.268Z" stroke="#000000" strokeWidth="4.58333" strokeMiterlimit="8" fillRule="evenodd"/> | ||
<path d="M1000.5 720.377C1000.5 715.474 1004.47 711.5 1009.38 711.5L1250.62 711.5C1255.53 711.5 1259.5 715.474 1259.5 720.377L1259.5 727.623C1259.5 732.526 1255.53 736.5 1250.62 736.5L1009.38 736.5C1004.47 736.5 1000.5 732.526 1000.5 727.623Z" stroke="#000000" strokeWidth="4.58333" strokeMiterlimit="8" fillRule="evenodd"/> | ||
</g> | ||
</svg> | ||
); | ||
); | ||
} |