diff options
author | davidovski <david@davidovski.xyz> | 2024-05-04 01:09:55 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-05-04 01:09:55 +0100 |
commit | 2596f818e085ed724597ecb0028ec2536392203b (patch) | |
tree | 5904fd719b808fa6991faec97b9fcb7825a4287c /firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome.svg | |
parent | efa6ffe227b155506964da6ee5eed45d3e495efc (diff) |
add firefox userChrome with wavefox
Diffstat (limited to 'firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome.svg')
-rw-r--r-- | firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome.svg new file mode 100644 index 0000000..fda2f96 --- /dev/null +++ b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-chrome.svg @@ -0,0 +1,9 @@ +<svg width="18" height="36" viewBox="0 0 18 36" xmlns="http://www.w3.org/2000/svg"> + <defs> + <path id="tabCorner" fill="context-fill" stroke="context-stroke" stroke-opacity="context-stroke-opacity" stroke-width="1.5" stroke-dasharray="47 100" d="M18 0a9 9 0 0 0-7.571 4.135 9 9 0 0 0-.617 1.127 9 9 0 0 0-.72 2.457A9 9 0 0 0 9 9v18a9 9 0 0 1-4.135 7.571 9 9 0 0 1-1.127.617 9 9 0 0 1-2.457.72A9 9 0 0 1 0 36h18V0"/> + </defs> + <clipPath id="svgClipPath" clipPathUnits="objectBoundingBox"> + <use href="#tabCorner" x="-2.5" transform="scale(0.065, 0.0277)" /> + </clipPath> + <use href="#tabCorner" /> +</svg> |