Previews

No matching results.

x
1
2
3
4
5
6
7
<span class="Polaris-Icon Polaris-Icon--colorWarning Polaris-Icon--applyColor">
<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>
</span>
1
2
3
4
5
6
7
<%= polaris_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 %>