feat: Adds rounded icons, joins and caps. (#3521)
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
This commit is contained in:
@ -35,6 +35,7 @@ exports[`exportToSvg with default arguments 1`] = `
|
||||
|
||||
|
||||
<g
|
||||
stroke-linecap="round"
|
||||
transform="translate(10 10) rotate(0 50 50)"
|
||||
>
|
||||
<path
|
||||
@ -51,6 +52,7 @@ exports[`exportToSvg with default arguments 1`] = `
|
||||
/>
|
||||
</g>
|
||||
<g
|
||||
stroke-linecap="round"
|
||||
transform="translate(10 10) rotate(0 50 50)"
|
||||
>
|
||||
<path
|
||||
|
Reference in New Issue
Block a user