Skip to content

Commit

Permalink
Update the Sandstone_Icons font with updated keyboardmousedis icon an…
Browse files Browse the repository at this point in the history
…d new wowcast icon (#1421)

Enact-DCO-1.0-Signed-off-by: Seungho Park <[email protected]>
  • Loading branch information
seunghoh authored Mar 14, 2023
1 parent c849d94 commit 394e9e0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The following is a curated list of changes in the Enact sandstone module, newest
### Added

- `sandstone/Button` and `sandstone/Panels.Header` prop `shadowed` to add shadow to text and buttons
- `sandstone/Icon` supported icon list, adding a new icon `wowcast`

## [2.6.2] - 2023-03-09

Expand Down
1 change: 1 addition & 0 deletions Icon/Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ const IconBase = kind({
* cameradis
* gamepad
* gamepaddis
* wowcast
* ```
*
* @name iconList
Expand Down
3 changes: 2 additions & 1 deletion Icon/IconList.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,6 @@ export default {
camera : 0x0F0188, // camera
cameradis : 0x0F0189, // camera_dis
gamepad : 0x0F018A, // gamepad
gamepaddis : 0x0F018B // gamepad_dis
gamepaddis : 0x0F018B, // gamepad_dis
wowcast : 0x0F018C // wowcast
};
Binary file modified fonts/Sandstone_Icons.ttf
Binary file not shown.
3 changes: 2 additions & 1 deletion samples/sampler/stories/helper/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ export const settingsIcons = [
'screenpower',
'spanner',
'subtitle',
'support'
'support',
'wowcast'
].sort();

export default Object.keys(icons).sort();

0 comments on commit 394e9e0

Please sign in to comment.