diff options
Diffstat (limited to 'doc-icon.svg')
-rw-r--r-- | doc-icon.svg | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc-icon.svg b/doc-icon.svg index 5a6e1f8..bfea201 100644 --- a/doc-icon.svg +++ b/doc-icon.svg @@ -2,8 +2,13 @@ <mask id="z"> <rect fill="white" height="100%" rx="8" width="100%" x="0" y="0" /> - <polyline fill="none" points="20,28 20,20 76,20 36.970562748,76" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" /> - <polyline fill="none" points="76,68 76,76 20,76 59.029437252,20" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" /> + <rect fill="black" height="24" width="32" x="16" y="24" /> + <circle cx="48" cy="48" fill="white" r="16" /> + + <polygon fill="black" points="20,16 76,16 80,20 80,80 16,80 64,32 16,32 16,20" /> + <circle cx="20" cy="20" fill="black" r="4" /> + <circle cx="76" cy="20" fill="black" r="4" /> + <circle cx="80" cy="80" fill="white" r="16" /> </mask> <rect fill="#FFFFFF" height="100%" mask="url(#z)" width="100%" x="0" y="0" /> |