diff options
Diffstat (limited to 'svg')
-rw-r--r-- | svg/icon/home.svg | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/svg/icon/home.svg b/svg/icon/home.svg index 17bfa19..9d1ed85 100644 --- a/svg/icon/home.svg +++ b/svg/icon/home.svg @@ -1,11 +1,9 @@ -<svg height="96" width="96" xmlns="http://www.w3.org/2000/svg"> +<svg height="64" width="64" xmlns="http://www.w3.org/2000/svg"> <mask id="glyph"> - <rect fill="white" height="100%" rx="16" width="100%" x="0" y="0" /> - - <polygon fill="black" points="24,32 72,32 80,40 80,64 64,64 64,56 32,56 32,64 16,64 16,40" /> - <polygon fill="white" points="32,40 64,40 64,48 32,48" /> - <circle cx="24" cy="40" fill="black" r="8" /> - <circle cx="72" cy="40" fill="black" r="8" /> + <polygon fill="white" points="16,0 48,0 64,16 64,64 48,64 48,48 16,48 16,64 0,64 0,16" /> + <circle cx="16" cy="16" fill="white" r="16" /> + <circle cx="48" cy="16" fill="white" r="16" /> + <polygon fill="black" points="16,16 48,16 48,32 16,32" /> </mask> <rect fill="black" mask="url(#glyph)" height="100%" width="100%" x="0" y="0" /> |