Sha256: 7631c43b8bfe17d6d7c9c8efaabced7d3a31168a5407300a67ac302382914edb
Contents?: true
Size: 711 Bytes
Versions: 4
Compression:
Stored size: 711 Bytes
Contents
<?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="20px" height="20px" viewBox="0 0 20 20"> <defs> <filter id="f1" > <feGaussianBlur in="SourceGraphic" stdDeviation="1"/> </filter> </defs> <rect x="1" y="3" fill="#000000" opacity="0.3" width="18" height="16" rx="3" ry="3" filter="url(#f1)"/> <rect x="1" y="2" fill="#000000" width="18" height="16" rx="3" ry="3"/> <line x1="5" y1="8.5" x2="15" y2="8.5" stroke="#A9A9A9"/> <line x1="5" y1="11.5" x2="15" y2="11.5" stroke="#A9A9A9"/> </svg>
Version data entries
4 entries across 2 versions & 1 rubygems