-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: added camera icons and fixed formatting errors #267
Conversation
Co-authored-by: Mike Tobia <[email protected]>
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.
it would be good to eek out a bit of cost savings on the size by combining path
elements into one. lmk if you'd like me to make these optimizations. Also, the fill="currentColor"
attribute belongs on the path
rather than the svg
. See https://github.com/zendeskgarden/svg-icons/edit/main/src/16/123-fill.svg for comparison.
.gitignore
Outdated
@@ -3,4 +3,4 @@ demo | |||
dist | |||
node_modules | |||
package-lock.json | |||
*.log | |||
*.log |
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.
[nit] can we restore the newline at the end of this file? (ideally, it won't appear in the diff)
@jzempel if it's not too much trouble for you to make the reformatting changes, I will take you up on your offer! It's probably faster than me trying to figure it out :) |
Description
Added 16px and 12px stroke and fill versions of the camera icon
Detail
Checklist
designer as a reviewer)
yarn start
)