aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/drm-icon.svg
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/browser/drm-icon.svg')
-rw-r--r--arc-firefox-theme/chrome/browser/drm-icon.svg55
1 files changed, 55 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/drm-icon.svg b/arc-firefox-theme/chrome/browser/drm-icon.svg
new file mode 100644
index 0000000..3ae6a57
--- /dev/null
+++ b/arc-firefox-theme/chrome/browser/drm-icon.svg
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
+ viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+ <style>
+ #chains > use > path {
+ fill: url(#baseGradient);
+ }
+ #chains-pressed > use > path {
+ fill: url(#pressedGradient);
+ }
+ #chains-black > use > path {
+ fill: black;
+ }
+
+ g:not(:target) {
+ display: none;
+ }
+ </style>
+ <defs>
+ <linearGradient id="baseGradient" gradientUnits="userSpaceOnUse" x1="8" x2="8" y1="16" y2="0">
+ <stop offset="0" style="stop-color:#808080"/>
+ <stop offset="1" style="stop-color:#999999"/>
+ </linearGradient>
+ <linearGradient id="pressedGradient" gradientUnits="userSpaceOnUse" x1="8" x2="8" y1="16" y2="0">
+ <stop offset="0" style="stop-color:#4D4D4D"/>
+ <stop offset="1" style="stop-color:#808080"/>
+ </linearGradient>
+ <path id="path1" d="M7.058,9.72c-0.245,0.245-0.62,0.27-0.834,0.056C6.01,9.562,6.035,9.186,6.28,8.942l0.218-0.218
+ c-0.245-0.245-0.645-0.245-0.89,0L4.496,9.836c-0.245,0.245-0.245,0.645,0,0.89l0.779,0.779c0.245,0.245,0.645,0.245,0.89,0
+ l1.112-1.112c0.245-0.245,0.245-0.645,0-0.89L7.058,9.72z"/>
+ <path id="path2" d="M10.726,4.496c-0.245-0.245-0.645-0.245-0.89,0L8.723,5.608c-0.245,0.245-0.245,0.645,0,0.89
+ L8.95,6.272c0.245-0.245,0.62-0.27,0.834-0.056s0.189,0.59-0.056,0.834L9.502,7.277c0.245,0.245,0.645,0.245,0.89,0l1.112-1.112
+ c0.245-0.245,0.245-0.645,0-0.89L10.726,4.496z"/>
+ <path id="path3" d="M8,0C3.582,0,0,3.582,0,8s3.582,8,8,8s8-3.582,8-8S12.418,0,8,0z M12.527,6.81l-1.489,1.489
+ c-0.631,0.631-1.663,0.631-2.293,0L8.612,8.167L8.167,8.612l0.133,0.133c0.631,0.631,0.631,1.663,0,2.293L6.81,12.527
+ c-0.631,0.631-1.663,0.631-2.293,0l-1.044-1.044c-0.631-0.631-0.631-1.663,0-2.293l1.489-1.489c0.631-0.631,1.663-0.631,2.293,0
+ l0.133,0.133l0.445-0.445L7.701,7.255c-0.631-0.631-0.631-1.663,0-2.293L9.19,3.473c0.631-0.631,1.663-0.631,2.293,0l1.044,1.044
+ C13.158,5.148,13.158,6.18,12.527,6.81z"/>
+ </defs>
+ <g id="chains">
+ <use xlink:href="#path1"/>
+ <use xlink:href="#path2"/>
+ <use xlink:href="#path3"/>
+ </g>
+ <g id="chains-pressed">
+ <use xlink:href="#path1"/>
+ <use xlink:href="#path2"/>
+ <use xlink:href="#path3"/>
+ </g>
+ <g id="chains-black">
+ <use xlink:href="#path1"/>
+ <use xlink:href="#path2"/>
+ <use xlink:href="#path3"/>
+ </g>
+</svg>