octicons icon indicating copy to clipboard operation
octicons copied to clipboard

A scalable set of icons handcrafted with <3 by GitHub

Results 36 octicons issues
Sort by recently updated
recently updated
newest added

This will fix https://github.com/primer/octicons/issues/973, #982 and https://github.com/github/primer/issues/2597 once it is done. ## Changes - **rename** `commit-24` to `git-commit-24` to align with the 16px version - **added:** - icons/accessibility-24.svg - icons/accessibility-inset-16.svg...

octicon

### Describe the bug `package.json` is misconfigured regarding `esm/cjs` exports, resulting in the `.esm.js` file being loaded as a commonjs module and failing in nodejs environment. https://publint.dev/@primer/[email protected] ### Steps to...

octicon

### Describe the bug Importing a single icon from styled-octicons into my Next.js React application increases the bundle size of the importing component from ~2 MB to ~350 MB in...

react

- Fixes https://github.com/primer/octicons/issues/998

CI depends on license files having the right year. This fixes that. See also https://github.com/primer/octicons/pull/889

skip-changeset

- Probably fixes https://github.com/primer/octicons/issues/699 In my local tests, running `yarn build` in `lib/octicons_node` generates `build/build/svg` but after this change it generates `build/svg`, so it should fix the issue. However the...

### Describe the bug The classes: - ✅ show up in the SVG generated by `toSVG()`: https://github.com/primer/octicons/tree/main/lib/octicons_node#class - ✅ show up in the React components (line 65) https://www.unpkg.com/browse/@primer/[email protected]/dist/index.esm.js - ❌...

octicon

### Describe the bug The `@primer/octicons-react` package includes the raw SVGs: https://www.unpkg.com/browse/@primer/[email protected]/build/ but they're not accessible because `exports` map blocks its access: https://github.com/primer/octicons/blob/6bc78de32be1a218a69e10a731072331ba94e7f9/lib/octicons_react/package.json#L10-L14 ### Expected behavior I don’t think they're...

octicon

### Description At the moment, there is no visual distinction between when a branch was created and when it is deleted again as both need to share the same icon,...

type: feedback
octicon

### Describe the topic I've created an app that allows Contentful users to select an octicon as a dropdown option. I've created a weekly action to check the local list...