Skip to content

Commit

Permalink
feat(HTL-101641): add new folded map icon (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinejlee committed Mar 25, 2024
1 parent 18be7b7 commit 83333e4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-icons",
"comment": "Added new folded map icon",
"type": "minor"
}
],
"packageName": "pcln-icons"
}
1 change: 1 addition & 0 deletions packages/icons/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export { default as Luggage } from './Luggage.jsx'
export { default as LuggageNo } from './LuggageNo.jsx'
export { default as Manual } from './Manual.jsx'
export { default as Map } from './Map.jsx'
export { default as MapFolded } from './MapFolded.jsx'
export { default as Mask } from './Mask.jsx'
export { default as Menu } from './Menu.jsx'
export { default as Microwave } from './Microwave.jsx'
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/svg/MapFolded.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 83333e4

Please sign in to comment.