Skip to content

chore: optimize onekey logo #2369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/injected/src/icons/onekey.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="450" height="450" viewBox="0 0 450 450" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="100%" height="100%" viewBox="0 0 450 450" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M448.628 224.314C448.628 379.171 379.171 448.628 224.314 448.628C69.4575 448.628 0 379.171 0 224.314C0 69.4575 69.4575 0 224.314 0C379.171 0 448.628 69.4575 448.628 224.314Z" fill="#3BD23D"/>
<path d="M244.583 95.1172L182.18 95.1172L171.232 128.221H205.892V197.951H244.583V95.1172Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M295.485 282.343C295.485 321.648 263.622 353.511 224.317 353.511C185.012 353.511 153.149 321.648 153.149 282.343C153.149 243.039 185.012 211.176 224.317 211.176C263.622 211.176 295.485 243.039 295.485 282.343ZM263.175 282.343C263.175 303.804 245.778 321.202 224.317 321.202C202.856 321.202 185.459 303.804 185.459 282.343C185.459 260.882 202.856 243.485 224.317 243.485C245.778 243.485 263.175 260.882 263.175 282.343Z" fill="black"/>
Expand Down