Sha256: 5d0939fd29491697a06f1968f02d431f7b8674499d961939af71042fd1c9e3f0
Contents?: true
Size: 475 Bytes
Versions: 19
Compression:
Stored size: 475 Bytes
Contents
<%= render Primer::BaseComponent.new(**@system_arguments) do %> <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" /> <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke"> <animateTransform attributeName="transform" type="rotate" from="0 8 8" to="360 8 8" dur="1s" repeatCount="indefinite" /> </path> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems