123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8"?>
- <svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="50px" height="50px" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <filter x="770px" y="1654px" width="50px" height="50px" filterUnits="userSpaceOnUse" id="filter705">
- <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner" />
- <feGaussianBlur stdDeviation="2.5" in="shadowOffsetInner" result="shadowGaussian" />
- <feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.349019607843137 0 " in="shadowComposite" />
- </filter>
- <g id="widget706">
- <path d="M 795 1659 C 806.2 1659 815 1667.8 815 1679 C 815 1690.2 806.2 1699 795 1699 C 783.8 1699 775 1690.2 775 1679 C 775 1667.8 783.8 1659 795 1659 Z " fill-rule="nonzero" fill="#ffffff" stroke="none" />
- </g>
- </defs>
- <g transform="matrix(1 0 0 1 -770 -1654 )">
- <use xlink:href="#widget706" filter="url(#filter705)" />
- <use xlink:href="#widget706" />
- </g>
- </svg>
|