diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/tape.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/tape.svg b/assets/tape.svg new file mode 100644 index 0000000..cba07e0 --- /dev/null +++ b/assets/tape.svg @@ -0,0 +1,12 @@ + + <svg class="vector" width="112px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> + <rect width='96' height='64' fill='#dad7cd' rx='5' ry='5'></rect> + <circle cx='24' cy='24' r='8' fill='#d9d6cc'></circle> + <circle cx='40' cy='24' r='8' fill='#dad7cd'></circle> + <circle cx='56' cy='24' r='8' fill='#e5e3dc'></circle> + <circle cx='72' cy='24' r='8' fill='#dad7cd'></circle> + <circle cx='24' cy='40' r='8' fill='#e5e3dc'></circle> + <circle cx='40' cy='40' r='8' fill='#eb3f48'></circle> + <circle cx='56' cy='40' r='8' fill='#dad7cd'></circle> + <circle cx='72' cy='40' r='8' fill='#43423e'></circle> + </svg> |
