You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
698 B
13 lines
698 B
<?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" width="32px" height="24px" viewBox="0 0 32 24"> |
|
<defs> |
|
<filter id="f1" > |
|
<feGaussianBlur in="SourceGraphic" stdDeviation="1"/> |
|
</filter> |
|
</defs> |
|
<rect x="3" y="4" fill="#000000" opacity="0.3" width="26" height="20" rx="3" ry="3" filter="url(#f1)"/> |
|
<rect x="3" y="3" fill="#FFFFFF" width="26" height="20" rx="3" ry="3"/> |
|
<line x1="10" y1="11.5" x2="21" y2="11.5" stroke="#A9A9A9"/> |
|
<line x1="10" y1="14.5" x2="21" y2="14.5" stroke="#A9A9A9"/> |
|
</svg>
|
|
|