Sha256: 2d45b60157593af457ced82ab263e99fdb073776cd6518a16a829b0a6b423dea
Contents?: true
Size: 514 Bytes
Versions: 22
Compression:
Stored size: 514 Bytes
Contents
<svg class="color-select" height="32" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg"> <g class="color-select-border" fill="none" fill-rule="evenodd"> <circle class="<%= 'color-select-border--selected' if selected %> plp-overlay-color-item" 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
22 entries across 22 versions & 1 rubygems