primer/octicons

[Bug] IssueOpenedIcon returns an incorrect icon

emilyyang-ms opened this issue · 7 comments

Describe the bug

IssueOpenedIcon returns an incorrect icon in React project.

Steps to reproduce

Steps to reproduce the behavior:

  1. in my react project, I import the icon: import {IssueOpenedIcon} from '@primer/octicons-react'
  2. render the icon
  3. I see an incorrect icon rendered - a circle with ! in it.

Expected behavior

IssueOpenedIcon should return correct icon. (a circle with dot in it)
image

Screenshots

Here is the wrong icon screenshot:
image

👋 What version of @primer/octicons-react are you using?

The latest version of @primer/react (previously @primer/component) is 34.0.0. Upgrading should fix your issue.

If you don't want to update to the latest version of @primer/react yet. Try installing the latest version of octicons explicitly:

npm install @primer/octicons-react@latest

/

#