mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 00:41:42 +02:00
💄 Adds new path tools structure
This commit is contained in:
parent
84727fb1d9
commit
7f869ce087
14 changed files with 266 additions and 82 deletions
3
frontend/resources/images/icons/join-nodes-refactor.svg
Normal file
3
frontend/resources/images/icons/join-nodes-refactor.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M6 11.33a2 2 0 11-3.999.001 2 2 0 013.999 0zm0 0h4m0 0a2 2 0 114 0 2 2 0 01-4 0zm-4.666-6.5l2.5 2.5m0 0l2.5-2.5m-2.5 2.5V.664"/>
|
||||
</svg>
|
After Width: | Height: | Size: 256 B |
3
frontend/resources/images/icons/merge-nodes-refactor.svg
Normal file
3
frontend/resources/images/icons/merge-nodes-refactor.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M5.335 4.83l2.5 2.5m0 0l2.5-2.5m-2.5 2.5V.664m2.166 10.666a2 2 0 11-4 0m4 0a2 2 0 00-4 0m4 0h5.333m-9.333 0H.668"/>
|
||||
</svg>
|
After Width: | Height: | Size: 243 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M2.668 11.33a2 2 0 114 0 2 2 0 01-4 0zm0 0h-2m12.667 0a2 2 0 11-4 0 2 2 0 014 0zm0 0h2m-10-6.5l2.5 2.5m0 0l2.5-2.5m-2.5 2.5V.664"/>
|
||||
</svg>
|
After Width: | Height: | Size: 259 B |
3
frontend/resources/images/icons/snap-nodes-refactor.svg
Normal file
3
frontend/resources/images/icons/snap-nodes-refactor.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M2 11.174h3m-3 0v2.656h3v-2.656m-3 0V8.141c0-3.3 2.686-5.977 6-5.977s6 2.676 6 5.977v3.033m-9 0V8.141a2.995 2.995 0 013-2.989c1.657 0 3 1.34 3 2.99v3.032m3 0v2.656h-3v-2.656m3 0h-3"/>
|
||||
</svg>
|
After Width: | Height: | Size: 311 B |
3
frontend/resources/images/icons/to-corner-refactor.svg
Normal file
3
frontend/resources/images/icons/to-corner-refactor.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M3.335 9.333l3-4m6.333 4l-3-4m-7 8a2 2 0 100-4 2 2 0 000 4zm10.667 0a2 2 0 100-4 2 2 0 000 4zM8.001 6a2 2 0 10.001-3.999A2 2 0 008.001 6z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 268 B |
3
frontend/resources/images/icons/to-curve-refactor.svg
Normal file
3
frontend/resources/images/icons/to-curve-refactor.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M2.668 9.333a2 2 0 11-.001 4.001 2 2 0 01.001-4.001zm0 0a5.333 5.333 0 013.333-4.945m7.333 4.945a5.335 5.335 0 00-3.333-4.945m3.333 4.945a2 2 0 11.002 4 2 2 0 01-.002-4zM10.001 4a2 2 0 11-4 0m4 0a2 2 0 10-4 0m4 0h4.667M6.001 4H1.335"/>
|
||||
</svg>
|
After Width: | Height: | Size: 363 B |
Loading…
Add table
Add a link
Reference in a new issue