Add SVG image
This commit is contained in:
parent
b21b83c182
commit
d6cae9e115
|
@ -71,3 +71,7 @@ The [preloads](https://github.com/clojure/clojurescript/wiki/Compiler-Options#pr
|
||||||
## Developing/Contributing
|
## Developing/Contributing
|
||||||
|
|
||||||
If you want to work on re-frame-trace, see [DEVELOPERS.md](DEVELOPERS.md).
|
If you want to work on re-frame-trace, see [DEVELOPERS.md](DEVELOPERS.md).
|
||||||
|
|
||||||
|
## Citations
|
||||||
|
|
||||||
|
[open](https://thenounproject.com/search/?q=popout&i=334227) by Bluetip Design from the Noun Project
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8" x="0px" y="0px">
|
||||||
|
<path d="M0 0v8h8v-2h-1v1h-6v-6h1v-1h-2zm4 0l1.5 1.5-2.5 2.5 1 1 2.5-2.5 1.5 1.5v-4h-4z"/>
|
||||||
|
<text x="0" y="23" fill="#000000" font-size="5px" font-weight="bold"
|
||||||
|
font-family="'Helvetica Neue', Helvetica, Arial-Unicode, Arial, Sans-serif">Created by Bluetip Design
|
||||||
|
</text>
|
||||||
|
<text x="0" y="28" fill="#000000" font-size="5px" font-weight="bold"
|
||||||
|
font-family="'Helvetica Neue', Helvetica, Arial-Unicode, Arial, Sans-serif">from the Noun Project
|
||||||
|
</text>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 567 B |
Loading…
Reference in New Issue