Skip to content

Commit

Permalink
Dashicons: Remove non-existent icons from type (#67235)
Browse files Browse the repository at this point in the history
* Dashicons: Remove non-existent icons from type

* Update changelog

Co-authored-by: t-hamano <[email protected]>
Co-authored-by: mirka <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 9b0e2d9 commit e349487
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- `FormFileUpload`: Prevent HEIC and HEIF files from being uploaded on Safari ([#67139](https://github.com/WordPress/gutenberg/pull/67139)).
- `Composite.Hover`: Restore functionality ([#67212](https://github.com/WordPress/gutenberg/pull/67212)).
- `Composite.Typeahead`: Restore functionality ([#67212](https://github.com/WordPress/gutenberg/pull/67212)).
- `Dashicons`: Remove non-existent icons from type ([#67235](https://github.com/WordPress/gutenberg/pull/67235)).

### Enhancements

Expand Down
2 changes: 0 additions & 2 deletions packages/components/src/dashicon/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ export type IconKey =
| 'insert-before'
| 'insert'
| 'instagram'
| 'keyboard-hide'
| 'laptop'
| 'layout'
| 'leftright'
Expand Down Expand Up @@ -266,7 +265,6 @@ export type IconKey =
| 'playlist-audio'
| 'playlist-video'
| 'plus-alt'
| 'plus-light'
| 'plus'
| 'portfolio'
| 'post-status'
Expand Down

0 comments on commit e349487

Please sign in to comment.