Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Feb 10, 2024
1 parent 88d3a77 commit b280395
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/_components/icons/document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export function DocumentIcon(props: SVGProps<SVGSVGElement>) {
d="M12.5007 1.66675H5.00065C4.55862 1.66675 4.1347 1.84234 3.82214 2.1549C3.50958 2.46746 3.33398 2.89139 3.33398 3.33341V16.6667C3.33398 17.1088 3.50958 17.5327 3.82214 17.8453C4.1347 18.1578 4.55862 18.3334 5.00065 18.3334H15.0007C15.4427 18.3334 15.8666 18.1578 16.1792 17.8453C16.4917 17.5327 16.6673 17.1088 16.6673 16.6667V5.83341L12.5007 1.66675Z"
stroke="white"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinejoin="round"
/>
<path
d="M12 2V4.66667C12 5.02029 12.1756 5.35943 12.4882 5.60948C12.8007 5.85952 13.2246 6 13.6667 6H16"
stroke="white"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinejoin="round"
/>
</svg>
);
Expand Down
4 changes: 2 additions & 2 deletions src/app/_components/icons/partner-1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export function Partner1Icon(props: SVGProps<SVGSVGElement>) {
fill="#9DAAB3"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M65.303 19.684L65.0519 19.2356C64.728 18.6932 64.2712 18.2425 63.7246 17.9261L51.6885 10.9843C51.1435 10.6682 50.5249 10.5011 49.8948 10.5H49.3746C48.7445 10.5011 48.1259 10.6682 47.5808 10.9843L35.5449 17.9441C35.0013 18.2584 34.5498 18.7099 34.2354 19.2535L33.9843 19.7019C33.6682 20.2469 33.5011 20.8656 33.5 21.4956V35.3972C33.5011 36.0273 33.6682 36.6459 33.9843 37.1909L34.2354 37.6393C34.5579 38.1766 35.0076 38.6263 35.5449 38.9488L47.5988 45.8905C48.1411 46.2132 48.7616 46.3808 49.3925 46.3748H49.8948C50.5249 46.3737 51.1435 46.2066 51.6885 45.8905L63.7246 38.9309C64.2735 38.6236 64.7267 38.1704 65.0339 37.6214L65.303 37.173C65.6154 36.6264 65.7822 36.0087 65.7873 35.3792V21.4777C65.7863 20.8477 65.6192 20.229 65.303 19.684ZM49.3746 14.0874H49.8948L60.4062 20.1503L49.6437 26.3566L38.8812 20.1503L49.3746 14.0874ZM51.4374 41.8906L61.9308 35.8277L62.1998 35.3793V23.2536L51.4374 29.4779V41.8906Z"
fill="#9DAAB3"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/_components/icons/question-mark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function QuestionMarkIcon(props: SVGProps<SVGSVGElement>) {
<path
d="M10 14.1667H10.0083"
stroke="white"
stroke-width="1.5"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
Expand Down

0 comments on commit b280395

Please sign in to comment.