diff options
Diffstat (limited to 'firefox/chrome/special/tabs/option_9')
-rw-r--r-- | firefox/chrome/special/tabs/option_9/center.svg | 7 | ||||
-rw-r--r-- | firefox/chrome/special/tabs/option_9/left_corners.svg | 7 | ||||
-rw-r--r-- | firefox/chrome/special/tabs/option_9/right_corners.svg | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/firefox/chrome/special/tabs/option_9/center.svg b/firefox/chrome/special/tabs/option_9/center.svg new file mode 100644 index 0000000..c99e6ce --- /dev/null +++ b/firefox/chrome/special/tabs/option_9/center.svg @@ -0,0 +1,7 @@ +<!-- Created by QNetITQ for the WaveFox project -->
+
+<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" preserveAspectRatio="none">
+
+ <path fill="context-fill" d="M 0,32 C 0,32 0,0 0,0 c 0,0 32,0 32,0 0,0 0,32 0,32 0,0 -32,0 -32,0 z" />
+
+</svg>
\ No newline at end of file diff --git a/firefox/chrome/special/tabs/option_9/left_corners.svg b/firefox/chrome/special/tabs/option_9/left_corners.svg new file mode 100644 index 0000000..1d30a81 --- /dev/null +++ b/firefox/chrome/special/tabs/option_9/left_corners.svg @@ -0,0 +1,7 @@ +<!-- Created by QNetITQ for the WaveFox project -->
+
+<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" preserveAspectRatio="none">
+
+ <path fill="context-fill" d="M 0,32 H 8 L 24,0 h 8 v 32 z" />
+
+</svg>
diff --git a/firefox/chrome/special/tabs/option_9/right_corners.svg b/firefox/chrome/special/tabs/option_9/right_corners.svg new file mode 100644 index 0000000..9270427 --- /dev/null +++ b/firefox/chrome/special/tabs/option_9/right_corners.svg @@ -0,0 +1,7 @@ +<!-- Created by QNetITQ for the WaveFox project -->
+
+<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" preserveAspectRatio="none">
+
+ <path fill="context-fill" d="M 32,32 H 24 L 8,0 H 0 v 32 z" />
+
+</svg>
|