-
Notifications
You must be signed in to change notification settings - Fork 11
feat: adding download icon #857
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
Conversation
@@ -0,0 +1,3 @@ | |||
<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"> | |||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5858 6L11 8.58579V1C11 0.447715 10.5523 0 10 0C9.44771 0 9 0.447715 9 1V8.58579L6.41421 6C6.02369 5.60948 5.39052 5.60948 5 6C4.60948 6.39052 4.60948 7.02369 5 7.41421L9.29289 11.7071C9.68342 12.0976 10.3166 12.0976 10.7071 11.7071L15 7.41421C15.3905 7.02369 15.3905 6.39052 15 6C14.6095 5.60948 13.9763 5.60948 13.5858 6ZM20 13C20 12.4477 19.5523 12 19 12C18.4477 12 18 12.4477 18 13V16H2V13C2 12.4477 1.55228 12 1 12C0.447715 12 0 12.4477 0 13V16C0 17.1046 0.89543 18 2 18H18C19.1046 18 20 17.1046 20 16V13Z" fill="#272C2E"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fill should be currentColor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just copy pasted from mock
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
Codecov Report
@@ Coverage Diff @@
## main #857 +/- ##
=======================================
Coverage 85.47% 85.47%
=======================================
Files 797 797
Lines 16351 16351
Branches 1955 1955
=======================================
Hits 13976 13976
Misses 2343 2343
Partials 32 32
Continue to review full report at Codecov.
|
Description
Adding download icon to the hypertrace icon library.
Testing
Local testing done.
Checklist: