Skip to content

Commit 98fb615

Browse files
authored
Add forklift icon (#2833)
# Pull Request ## 🀨 Rationale Resolves #2831 ## πŸ‘©β€πŸ’» Implementation Followed standard new icon process. [FontAwesome also uses the name "forklift"](https://fontawesome.com/search?q=forklift) so I went with that. ## πŸ§ͺ Testing Storybook inspection ## βœ… Checklist <!--- Review the list and put an x in the boxes that apply or ~~strike through~~ around items that don't (along with an explanation). --> - [x] I have updated the project documentation to reflect my changes or determined no changes are needed.
1 parent 0d2931a commit 98fb615

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "Add forklift icon",
4+
"packageName": "@ni/nimble-tokens",
5+
"email": "jattasNI@users.noreply.github.com",
6+
"dependentChangeType": "minor"
7+
}

β€Žpackages/nimble-components/src/icon-svg/tests/icon-metadata.tsβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,9 @@ export const iconMetadata: {
370370
IconFolderOpen: {
371371
tags: ['browse']
372372
},
373+
IconForklift: {
374+
tags: ['transport', 'transit', 'transfer', 'convey', 'haul', 'lift', 'move']
375+
},
373376
IconForwardSlash: {
374377
tags: []
375378
},
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
Β (0)