Previews

1
2
3
4
5
6
<%= render(Primer::Alpha::OcticonSymbols.new(icons: [{ symbol: :container, size: :medium }])) %>
<svg xmlns="http://www.w3.org/2000/svg" height="40" width="40" aria-label="Circled container icon" tabindex="0">
<circle cx="20" cy="20" r="18" stroke="green" stroke-width="3px" fill="white" />
<use href="#octicon_container_24" x="8" y="8" />
</svg>