Skip to content

Commit

Permalink
Air 53696 added checked carryon personal item icons (#1304)
Browse files Browse the repository at this point in the history
* (AIR-53696):all changes

* (AIR-53696):added changelog

* (AIR-53696):typo

* Update common/changes/pcln-icons/AIR-53696-Added-checked-carryon-personalItem-icons_2023-05-12-14-45.json

Co-authored-by: Steve Dalonzo <steven.dalonzo@priceline.com>

---------

Co-authored-by: Steve Dalonzo <steven.dalonzo@priceline.com>
  • Loading branch information
takhila499 and sdalonzo committed May 15, 2023
1 parent 0d674c0 commit 2297ded
Show file tree
Hide file tree
Showing 5 changed files with 27 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 checkedBag, carryOnBag and personalItem icons",
"type": "minor"
}
],
"packageName": "pcln-icons"
}
3 changes: 3 additions & 0 deletions packages/icons/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export { default as CarManual } from './CarManual'
export { default as CarWash } from './CarWash'
export { default as CardTravel } from './CardTravel'
export { default as Carriage } from './Carriage'
export { default as CarryOnBag } from './CarryOnBag'
export { default as Cars } from './Cars'
export { default as Casino } from './Casino'
export { default as ChargeStation } from './ChargeStation'
Expand All @@ -47,6 +48,7 @@ export { default as ChartAlt } from './ChartAlt'
export { default as Chat } from './Chat'
export { default as ChatBubble } from './ChatBubble'
export { default as Check } from './Check'
export { default as CheckedBag } from './CheckedBag'
export { default as Checklist } from './Checklist'
export { default as ChevronDown } from './ChevronDown'
export { default as ChevronLeft } from './ChevronLeft'
Expand Down Expand Up @@ -165,6 +167,7 @@ export { default as Palette } from './Palette'
export { default as ParentChild } from './ParentChild'
export { default as ParentChildCircle } from './ParentChildCircle'
export { default as Parking } from './Parking'
export { default as PersonalItem } from './PersonalItem'
export { default as Pets } from './Pets'
export { default as Phone } from './Phone'
export { default as PhoneActive } from './PhoneActive'
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/svg/carryOnBag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/icons/svg/checkedBag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/icons/svg/personalItem.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 2297ded

Please sign in to comment.