diff options
author | mmble <[email protected]> | 2020-08-08 01:43:04 +0200 |
---|---|---|
committer | mmble <[email protected]> | 2020-08-08 01:43:04 +0200 |
commit | 447445fcb0e291794969ad02b5ce9ed59b36ac8f (patch) | |
tree | d362ef489f7a895bc0f1ddecaaf0db5434ed7b81 /public/icons | |
parent | df58e3670e463156bbc2504f89b6ea290751ee66 (diff) | |
download | SponsorBlock-447445fcb0e291794969ad02b5ce9ed59b36ac8f.tar.gz SponsorBlock-447445fcb0e291794969ad02b5ce9ed59b36ac8f.zip |
Pop-up design update (WIP)
Diffstat (limited to 'public/icons')
-rw-r--r-- | public/icons/pencil.svg | 1 | ||||
-rw-r--r-- | public/icons/settings.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/icons/pencil.svg b/public/icons/pencil.svg new file mode 100644 index 00000000..a14954fb --- /dev/null +++ b/public/icons/pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="#fff" d="M14.1 7.1l2.9 2.9L6.1 20.7l-3.6.7.7-3.6L14.1 7.1zm0-2.8L1.4 16.9 0 24l7.1-1.4L19.8 9.9l-5.7-5.7zm7.1 4.3L24 5.7 18.3 0l-2.8 2.8 5.7 5.7z"/></svg>
\ No newline at end of file diff --git a/public/icons/settings.svg b/public/icons/settings.svg new file mode 100644 index 00000000..d2fdae8f --- /dev/null +++ b/public/icons/settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="#fff" d="M24 13.6v-3.2c-1.7-.6-2.7-.8-3.2-2h0c-.5-1.3.1-2.1.8-3.7l-2.3-2.3c-1.6.7-2.4 1.4-3.7.8h0c-1.3-.5-1.4-1.6-2-3.2h-3.2c-.6 1.6-.7 2.7-2 3.2h0c-1.3.5-2.1-.1-3.7-.8L2.4 4.7c.7 1.6 1.4 2.4.8 3.7s-1.6 1.4-3.2 2v3.2c1.6.6 2.7.7 3.2 2 .5 1.3-.1 2.2-.8 3.7l2.3 2.3c1.6-.7 2.4-1.4 3.7-.8h0c1.3.5 1.4 1.6 2 3.2h3.2c.6-1.6.8-2.7 2-3.2h0c1.3-.5 2.1.1 3.7.9l2.3-2.3c-.7-1.6-1.4-2.4-.8-3.7s1.6-1.4 3.2-2zM12 16a4 4 0 1 1 0-8 4 4 0 1 1 0 8z"/></svg>
\ No newline at end of file |