issue-closed
Usage
You can use the View Component, Jekyll helper, or React package to include Octicons on your site. Below are code examples for each:
Octicon View Component
<%= render(Primer::OcticonComponent.new(:"issue-closed")) %>
Jekyll
{% octicon issue-closed height:24 %}
React
<IssueClosedIcon size={24} />
UI examples