aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/template-icons/templarian_material_design/svg/copyright.svg
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-02-10 13:03:47 -0500
committerKen Moore <ken@ixsystems.com>2017-02-10 13:03:47 -0500
commitea3bec295529dcdde4d05fe2a9b9f00bb208791d (patch)
tree34c2644e05ad054d524a0cb8bd26752864b10613 /icon-theme/template-icons/templarian_material_design/svg/copyright.svg
parentLarge update to the new LuminaRandR class. Still not quite ready, but getting... (diff)
parentadding icons (diff)
downloadlumina-ea3bec295529dcdde4d05fe2a9b9f00bb208791d.tar.gz
lumina-ea3bec295529dcdde4d05fe2a9b9f00bb208791d.tar.bz2
lumina-ea3bec295529dcdde4d05fe2a9b9f00bb208791d.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'icon-theme/template-icons/templarian_material_design/svg/copyright.svg')
-rw-r--r--icon-theme/template-icons/templarian_material_design/svg/copyright.svg15
1 files changed, 15 insertions, 0 deletions
diff --git a/icon-theme/template-icons/templarian_material_design/svg/copyright.svg b/icon-theme/template-icons/templarian_material_design/svg/copyright.svg
new file mode 100644
index 00000000..b6399d43
--- /dev/null
+++ b/icon-theme/template-icons/templarian_material_design/svg/copyright.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve">
+ <g>
+ <defs>
+ <rect id="SVG_CLIPPER1_" x="1.27157e-006" y="0" width="24" height="24"/>
+ </defs>
+ <clipPath id="SVG_CLIPPER2_">
+ <use xlink:href="#SVG_CLIPPER1_" overflow="visible"/>
+ </clipPath>
+ <g clip-path="url(#SVG_CLIPPER2_)">
+ <path fill="#000000" fill-opacity="1" stroke-width="1.33333" stroke-linejoin="miter" d="M 10.08,10.86C 10.13,10.53 10.24,10.24 10.38,9.99C 10.52,9.74 10.72,9.53 10.97,9.37C 11.21,9.22 11.51,9.15 11.88,9.14C 12.11,9.15 12.32,9.19 12.51,9.27C 12.71,9.36 12.89,9.48 13.03,9.63C 13.17,9.78 13.28,9.96 13.37,10.16C 13.46,10.36 13.5,10.58 13.51,10.8L 15.3,10.8C 15.28,10.33 15.19,9.9 15.02,9.51C 14.85,9.12 14.62,8.78 14.32,8.5C 14.02,8.22 13.66,8 13.24,7.84C 12.82,7.68 12.36,7.61 11.85,7.61C 11.2,7.61 10.63,7.72 10.15,7.95C 9.67,8.18 9.27,8.48 8.95,8.87C 8.63,9.26 8.39,9.71 8.24,10.23C 8.09,10.75 8,11.29 8,11.87L 8,12.14C 8,12.72 8.08,13.26 8.23,13.78C 8.38,14.3 8.62,14.75 8.94,15.13C 9.26,15.51 9.66,15.82 10.14,16.04C 10.62,16.26 11.19,16.38 11.84,16.38C 12.31,16.38 12.75,16.3 13.16,16.15C 13.57,16 13.93,15.79 14.24,15.52C 14.55,15.25 14.8,14.94 14.98,14.58C 15.16,14.22 15.27,13.84 15.28,13.43L 13.49,13.43C 13.48,13.64 13.43,13.83 13.34,14.01C 13.25,14.19 13.13,14.34 12.98,14.47C 12.83,14.6 12.66,14.7 12.46,14.77C 12.27,14.84 12.07,14.86 11.86,14.87C 11.5,14.86 11.2,14.79 10.97,14.64C 10.72,14.48 10.52,14.27 10.38,14.02C 10.24,13.77 10.13,13.47 10.08,13.14C 10.03,12.81 10,12.47 10,12.14L 10,11.87C 10,11.52 10.03,11.19 10.08,10.86 Z M 12,2C 6.48,2 2,6.48 2,12C 2,17.52 6.48,22 12,22C 17.52,22 22,17.52 22,12C 22,6.48 17.52,2 12,2 Z M 12,20C 7.59,20 4,16.41 4,12C 4,7.59 7.59,4 12,4C 16.41,4 20,7.59 20,12C 20,16.41 16.41,20 12,20 Z "/>
+ </g>
+ </g>
+</svg>
bgstack15