Skip to content

Commit

Permalink
Add icon for Park, Mountain, Activity (#1535)
Browse files Browse the repository at this point in the history
* add icon for park, mountain, activity

* update changes file
  • Loading branch information
jinchi2013 authored Nov 15, 2024
1 parent ecc2e6f commit 0f61386
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-icons",
"comment": "Add icon for Park, Mountain, Activity",
"type": "minor"
}
],
"packageName": "pcln-icons"
}
9 changes: 6 additions & 3 deletions packages/icons/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { default as Ac } from './Ac.jsx'
export { default as Accessible } from './Accessible.jsx'
export { default as Activity } from './Activity.jsx'
export { default as AddAlarm } from './AddAlarm.jsx'
export { default as Airplane } from './Airplane.jsx'
export { default as Arrival } from './Arrival.jsx'
Expand Down Expand Up @@ -40,13 +41,13 @@ export { default as Cancel } from './Cancel.jsx'
export { default as CarAutomatic } from './CarAutomatic.jsx'
export { default as CarCircle } from './CarCircle.jsx'
export { default as CarDoor } from './CarDoor.jsx'
export { default as CardTravel } from './CardTravel.jsx'
export { default as CarManual } from './CarManual.jsx'
export { default as CarWash } from './CarWash.jsx'
export { default as CardTravel } from './CardTravel.jsx'
export { default as Carriage } from './Carriage.jsx'
export { default as CarryOnBag } from './CarryOnBag.jsx'
export { default as Cars } from './Cars.jsx'
export { default as CarsBrand } from './CarsBrand.jsx'
export { default as CarWash } from './CarWash.jsx'
export { default as Casino } from './Casino.jsx'
export { default as Celebration } from './Celebration.jsx'
export { default as ChargeStation } from './ChargeStation.jsx'
Expand Down Expand Up @@ -126,8 +127,8 @@ export { default as Gps } from './Gps.jsx'
export { default as Graph } from './Graph.jsx'
export { default as Grid } from './Grid.jsx'
export { default as Group } from './Group.jsx'
export { default as Guests } from './Guests.jsx'
export { default as GuestScore } from './GuestScore.jsx'
export { default as Guests } from './Guests.jsx'
export { default as Help } from './Help.jsx'
export { default as History } from './History.jsx'
export { default as Home } from './Home.jsx'
Expand Down Expand Up @@ -173,6 +174,7 @@ export { default as Minimize } from './Minimize.jsx'
export { default as Minus } from './Minus.jsx'
export { default as MoreHorizontal } from './MoreHorizontal.jsx'
export { default as MoreVertical } from './MoreVertical.jsx'
export { default as Mountain } from './Mountain.jsx'
export { default as MultiAirline } from './MultiAirline.jsx'
export { default as MultiOccupancy } from './MultiOccupancy.jsx'
export { default as Museum } from './Museum.jsx'
Expand All @@ -190,6 +192,7 @@ export { default as PackagesBrand } from './PackagesBrand.jsx'
export { default as Palette } from './Palette.jsx'
export { default as ParentChild } from './ParentChild.jsx'
export { default as ParentChildCircle } from './ParentChildCircle.jsx'
export { default as Park } from './Park.jsx'
export { default as Parking } from './Parking.jsx'
export { default as Pause } from './Pause.jsx'
export { default as PersonalItem } from './PersonalItem.jsx'
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/svg/activity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/mountain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/park.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 0f61386

Please sign in to comment.