Sha256: 3c678bfa0f84218bd6b767ed8e577c7cca335dc6a7f78835a6db8a91eebc1375
Contents?: true
Size: 483 Bytes
Versions: 3
Compression:
Stored size: 483 Bytes
Contents
<svg class="color-select" height="32" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg"> <g fill="none" fill-rule="evenodd"> <circle class="color-select-border <%= 'color-select-border--selected' if selected %>" cx="16" cy="16" r="15" stroke-width="2"/> <g transform="translate(2 2)"> <circle cx="14" cy="14" fill="<%= color %>" fill-rule="evenodd" r="12"/> <circle cx="14" cy="14" r="13" stroke="#fff" stroke-width="2"/> </g> </g> </svg>
Version data entries
3 entries across 3 versions & 1 rubygems