-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
add game-console.svg #134
base: main
Are you sure you want to change the base?
add game-console.svg #134
Conversation
This would be a great inclusion |
This is a game controller... |
^ Yeah, maybe rename it |
It's been a little bit but here's the update! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #134 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 5
Lines ? 34
Branches ? 3
========================================
Hits ? 34
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
You should remove the xml
tag.
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.
Follow #171, which says for example, to use a 2px rounded ends and joins stroke, and other things.
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.
@schwartzadev Can you make necessary changes the icon by following the Feather guidelines in #171? |
@mittalyashu @locness3 @schwartzadev @herohamp @NetOperatorWibby How does this look? <svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M19.5 4c0 2-1.5 4-3.5 4s-4 1-4 2v1m-5 6v-1.5m0 0V14m0 1.5H5.5m1.5 0h1.5m-1 4.5a4.5 4.5 0 1 1 0-9h9a4.5 4.5 0 1 1 0 9s-2.5 0-3.742-2h-1.516C10 20 7.5 20 7.5 20z" />
<line x1="15.5" y1="15.5" x2="15.5" y2="15.5" />
<line x1="18.5" y1="15.5" x2="18.5" y2="15.5" />
<line x1="17" y1="14" x2="17" y2="14" />
<line x1="17" y1="17" x2="17" y2="17" />
</svg> |
Great! But if @schwartzadev doesn't reply, we can still wait a while :/ |
Maybe work on spacing though |
@locness3 Sounds good ... I've already started on making it bigger! |
Where's your Figma ? |
@locness3 I have updated the icon: <svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M20.333 3c0 2.25-1.666 4.5-3.889 4.5C14.222 7.5 12 8.625 12 9.75v1.125m-5.556 6.75v-1.688m0 0V14.25m0 1.688H4.778m1.666 0h1.667M7 21c-2.761 0-5-2.267-5-5.063 0-2.795 2.239-5.062 5-5.062h10c2.761 0 5 2.267 5 5.063C22 18.733 19.761 21 17 21c0 0-2.778 0-4.158-2.25h-1.684C9.778 21 7 21 7 21z" />
<line x1="15.89" y1="15.94" x2="15.89" y2="15.94" />
<line x1="19.22" y1="15.94" x2="19.22" y2="15.94" />
<line x1="17.56" y1="14.25" x2="17.56" y2="14.25" />
<line x1="17.56" y1="17.63" x2="17.56" y2="17.63" />
</svg> |
That's better. :) |
@johnletey -- your version looks great. Should I amend the PR with your code? (Sorry I've been AWOL for a bit... 😬) |
That'd be great @schwartzadev! Could you maybe do a joint commit? |
@schwartzadev My commit email is
Then the commit should be updated! |
facepalm |
Co-authored-by: John Letey <[email protected]>
Sorry about that! I fixed it now (I think)... |
Thanks @schwartzadev ... yes, it is fixed! |
(see #120)