Sha256: f9d8035843284fce2758755f73a71c84d72112d0ba683ae81c59e6f56a1eded8
Contents?: true
Size: 517 Bytes
Versions: 22
Compression:
Stored size: 517 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 & 2 rubygems