Skip to content

Commit

Permalink
feat: update svg properties
Browse files Browse the repository at this point in the history
  • Loading branch information
iykazrji committed Sep 20, 2024
1 parent 92b1b63 commit 589ed15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/ui-demo/src/components/icons/external-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const ExternalLinkIcon = ({
<path
d="M6.2001 1.09961H3.0001C1.67461 1.09961 0.600098 2.17413 0.600098 3.49961V11.4997C0.600098 12.8252 1.67461 13.8997 3.0001 13.8997H11.0001C12.3256 13.8997 13.4001 12.8252 13.4001 11.4997V8.29961M9.3997 1.0998L13.4001 1.09961M13.4001 1.09961V4.69971M13.4001 1.09961L6.59951 7.89942"
stroke={stroke}
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
4 changes: 2 additions & 2 deletions examples/ui-demo/src/components/icons/logout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const LogoutIcon = ({
<path
d="M4.85354 1.40039H2.38296C2.00853 1.40039 1.64944 1.54789 1.38469 1.81044C1.11993 2.07299 0.971191 2.42909 0.971191 2.80039V11.2004C0.971191 11.5717 1.11993 11.9278 1.38469 12.1903C1.64944 12.4529 2.00853 12.6004 2.38296 12.6004H4.85354M5.029 7.00039H13.029M13.029 7.00039L9.97224 3.80039M13.029 7.00039L9.97224 10.2004"
stroke={stroke}
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);

0 comments on commit 589ed15

Please sign in to comment.