diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2020-10-21 09:01:07 +0200 |
---|---|---|
committer | Kamil Doległo <9080183+kamildoleglo@users.noreply.github.com> | 2020-10-30 11:52:02 +0100 |
commit | da498f50eabfad8969eb7795a535e97f7e25ca58 (patch) | |
tree | 62f3c6e5ab715b5bee04e065457d0c6eb62128db /plugins/base/src/main/resources/dokka/images/go-to-top-icon.svg | |
parent | 2d3f86beb112356fee420057bb6741003819bf33 (diff) | |
download | dokka-da498f50eabfad8969eb7795a535e97f7e25ca58.tar.gz dokka-da498f50eabfad8969eb7795a535e97f7e25ca58.tar.bz2 dokka-da498f50eabfad8969eb7795a535e97f7e25ca58.zip |
Remove hard coded svg-s from renderer
Diffstat (limited to 'plugins/base/src/main/resources/dokka/images/go-to-top-icon.svg')
-rw-r--r-- | plugins/base/src/main/resources/dokka/images/go-to-top-icon.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/base/src/main/resources/dokka/images/go-to-top-icon.svg b/plugins/base/src/main/resources/dokka/images/go-to-top-icon.svg new file mode 100644 index 00000000..d987f3ea --- /dev/null +++ b/plugins/base/src/main/resources/dokka/images/go-to-top-icon.svg @@ -0,0 +1,4 @@ +<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"> + <path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="#637282"/> + <path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="#637282"/> +</svg>
\ No newline at end of file |