Skip to content
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

Merged
merged 5 commits into from
Apr 11, 2022

Conversation

bethanybeech
Copy link
Contributor

@bethanybeech bethanybeech commented Apr 6, 2022

  • BREAKING CHANGE?

Description

Added 16px and 12px stroke and fill versions of the camera icon

Detail

Checklist

  • 👌 SVG updates are Garden Designer approved (add the
    designer as a reviewer)
  • 🌐 SVG demo is up-to-date (yarn start)
  • ◾ Renders as expected in "dark" mode
  • ⬜ Renders as expected @ 2x scale

@bethanybeech bethanybeech requested a review from a team as a code owner April 6, 2022 15:58
.gitignore Outdated Show resolved Hide resolved
Co-authored-by: Mike Tobia <[email protected]>
Copy link
Member

@jzempel jzempel left a 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
Copy link
Member

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)

@bethanybeech
Copy link
Contributor Author

@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 :)

@jzempel jzempel merged commit 6bad619 into main Apr 11, 2022
@jzempel jzempel deleted the bethanybeech/add-camera-icon branch April 11, 2022 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants