Skip to content

Commit

Permalink
Add new icons (#1742)
Browse files Browse the repository at this point in the history
ai, alert01, alert02

Enact-DCO-1.0-Signed-off-by: Seungho Park <seunghoh.park@lge.com>
  • Loading branch information
seunghoh authored Nov 14, 2024
1 parent 3e11db1 commit e3f7eaa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The following is a curated list of changes in the Enact sandstone module, newest

### Added

- `sandstone/Icon` supported icon list, adding new icons `ai`, `alert01`, and `alert02`
- `sandstone/PageViews` prop `autoFocus` to set whether focus element automatically or not
- `sandstone/PageViews.Page` and `sandstone/QuickGuidePanels.Panel` prop `aria-label`
- `sandstone/QuickGuidePanels` props `closeButtonAriaLabel` and `onClose`
Expand Down
3 changes: 3 additions & 0 deletions Icon/Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,9 @@ const IconBase = kind({
* jumpforward10
* logout
* sketch
* ai
* alert01
* alert02
* ```
*
* @name iconList
Expand Down
5 changes: 4 additions & 1 deletion Icon/IconList.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,8 @@ export default {
jumpbackward10 : 0x0F01B7, // jumpbackward_10
jumpforward10 : 0x0F01B8, // jumpforward_10
logout : 0x0F01B9, // logout
sketch : 0x0F01BA // sketch
sketch : 0x0F01BA, // sketch
ai : 0x0F01BB, // ai
alert01 : 0x0F01BC, // alert.01
alert02 : 0x0F01BD // alert.02
};
Binary file modified fonts/Sandstone_Icons.ttf
Binary file not shown.
3 changes: 3 additions & 0 deletions samples/sampler/stories/helper/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,11 @@ export const deviceIcons = [
].sort();

export const settingsIcons = [
'ai',
'appscontents',
'accessibility',
'alert01',
'alert02',
'auracast',
'bluetooth',
'camera',
Expand Down

0 comments on commit e3f7eaa

Please sign in to comment.