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

Add pencil icons #56

Open
wants to merge 3 commits into
base: main
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
9 changes: 9 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,15 @@ export const glyphs = {
</g>
</g>
),
pencil: (
<path d="M14.6262 1.62622C15.521 0.731442 16.7346 0.22876 18 0.22876C19.2654 0.22876 20.479 0.731443 21.3738 1.62622C22.2685 2.521 22.7712 3.73459 22.7712 5C22.7712 6.26541 22.2685 7.47899 21.3738 8.37377L20.041 9.70649C20.0408 9.70669 20.0413 9.70628 20.041 9.70649C20.0408 9.70669 20.04 9.70751 20.0398 9.70772L7.52022 22.2273C7.23891 22.5086 6.85738 22.6667 6.45955 22.6667H1.93333C1.04967 22.6667 0.333328 21.9503 0.333328 21.0667V16.5404C0.333328 16.1426 0.491364 15.7611 0.772668 15.4798L14.6262 1.62622ZM14 5.08088L2.33333 16.7475V20.6667H6.25245L17.9191 9L14 5.08088ZM19.3333 7.58578L15.4142 3.66666L16.0404 3.04044C16.5601 2.52073 17.265 2.22876 18 2.22876C18.735 2.22876 19.4398 2.52073 19.9596 3.04044C20.4793 3.56014 20.7712 4.26502 20.7712 5C20.7712 5.73497 20.4793 6.43985 19.9596 6.95956L19.3333 7.58578Z" />
),
"pencil-fill": (
<g>
<path d="M25.7712 10C25.7712 11.0002 25.3739 11.9594 24.6667 12.6667L24.0369 13.2964L18.7036 7.96308L19.3333 7.33333C20.0406 6.62609 20.9998 6.22876 22 6.22876C23.0002 6.22876 23.9594 6.62609 24.6667 7.33333C25.3739 8.04057 25.7712 8.9998 25.7712 10Z" />
<path d="M10.9596 26.3738C10.772 26.5613 10.5177 26.6667 10.2524 26.6667H6.33333C5.78104 26.6667 5.33333 26.2189 5.33333 25.6667V21.7475C5.33333 21.4823 5.43868 21.228 5.62622 21.0404L17.2825 9.38419L22.6158 14.7175L10.9596 26.3738Z" />
</g>
),
person: (
<g>
<path d="M19,13c0,1.683 -0.271,2.241 -0.47,2.456c-0.162,0.176 -0.679,0.544 -2.53,0.544c-1.851,0 -2.368,-0.368 -2.53,-0.544c-0.199,-0.215 -0.47,-0.773 -0.47,-2.456c0,-1.657 1.343,-3 3,-3c1.657,0 3,1.343 3,3Zm0.835,3.977c0.879,-0.804 1.165,-2.104 1.165,-3.977c0,-2.761 -2.239,-5 -5,-5c-2.761,0 -5,2.239 -5,5c0,1.873 0.286,3.173 1.165,3.977c-1.664,0.911 -2.969,2.396 -3.649,4.189c-0.124,0.328 -0.153,0.708 0.052,0.993c0.568,0.789 1.674,-0.111 2.13,-0.97c1.007,-1.897 3.004,-3.189 5.302,-3.189c2.298,0 4.295,1.292 5.302,3.189c0.456,0.859 1.562,1.759 2.13,0.97c0.205,-0.285 0.176,-0.665 0.052,-0.993c-0.68,-1.793 -1.985,-3.278 -3.649,-4.189Z" />
Expand Down