chore(examples): Add svg-style example

This commit is contained in:
Michael Aaron Murphy 2022-11-16 17:43:16 +01:00 committed by Héctor Ramón Jiménez
parent 75ae0de9bd
commit 314b0f7dc5
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 89 additions and 0 deletions

View file

@ -0,0 +1 @@
<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path color='#bebebe' d='M0 0h16v16H0z' fill='gray' fill-opacity='.01'/><path d='m7.94 1.94 6.062 6.063-6.062 6.063c-1.438 1.437-2.688-.063-1.625-1.125l4.937-4.938-4.937-4.937C5.502 2.253 6.752.753 7.94 1.94z' fill='#232323'/></svg>

After

Width:  |  Height:  |  Size: 293 B