Skip to content

Commit

Permalink
Add asterisk icon (#2487)
Browse files Browse the repository at this point in the history
# Pull Request

## 🀨 Rationale

Icon is needed for the required inputs feature. (#2100)

## πŸ‘©β€πŸ’» Implementation

Followed standard process

## πŸ§ͺ Testing

N/A

## βœ… Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.

---------

Co-authored-by: Jesse Attas <[email protected]>
  • Loading branch information
m-akinc and jattasNI authored Dec 9, 2024
1 parent f0b0b47 commit 8c4686a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Add asterisk icon",
"packageName": "@ni/nimble-components",
"email": "[email protected]",
"dependentChangeType": "minor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Add asterisk icon",
"packageName": "@ni/nimble-tokens",
"email": "[email protected]",
"dependentChangeType": "minor"
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ export const iconMetadata: {
IconArrowUp: {
tags: ['sort', 'arrow', 'up', 'ascending']
},
IconAsterisk: {
tags: ['star', 'required']
},
IconAt: {
tags: ['@', 'email', 'handle', 'mention']
},
Expand Down
4 changes: 4 additions & 0 deletions packages/nimble-tokens/dist/icons/svg/asterisk_5x5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c4686a

Please sign in to comment.