Previews

1
2
3
4
5
6
7
<%= paper_icon(color: :warning) do %>
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="10" r="10" fill="rebeccapurple" />
<circle cx="10" cy="10" r="6" fill="currentColor" />
<circle cx="10" cy="10" r="3" />
</svg>
<% end %>