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-wave.svg | |
parent | efa6ffe227b155506964da6ee5eed45d3e495efc (diff) |
add firefox userChrome with wavefox
Diffstat (limited to 'firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave.svg')
-rw-r--r-- | firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave.svg new file mode 100644 index 0000000..32e0c1b --- /dev/null +++ b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-left-wave.svg @@ -0,0 +1,9 @@ +<svg width="36" height="36" viewBox="0 0 36 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="59.75 100" d="M 0,36 C 6,36 12.001,36 15.0005,30.0005 18,24.001 18,12.001 21.0005,6.0005 24.001,0 30,0 36,0 c 0,0 0,36 0,36 0,0 -36,0 -36,0 z"/> + </defs> + <clipPath id="svgClipPath" clipPathUnits="objectBoundingBox"> + <use href="#tabCorner" x="-2.5" transform="scale(0.0299, 0.0277)" /> + </clipPath> + <use href="#tabCorner" /> +</svg> |