Skip to content

Commit

Permalink
feat(AIR-66845): adding snack icon
Browse files Browse the repository at this point in the history
  • Loading branch information
CJJM committed Nov 12, 2024
1 parent e94d49f commit eba039b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ We hope to accomplish these goals by:
<td align="center"><a href="https://github.com/zerodom30"><img src="https://avatars0.githubusercontent.com/u/3496298?v=4" width="100px;" alt="Dom G."/><br /><sub><b>Dom G.</b></sub></a><br /><a href="https://github.com/Priceline/design-system/commits?author=zerodom30" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/unixchad"><img src="https://avatars1.githubusercontent.com/u/3157593?v=4" width="100px;" alt="Kyle Pollock"/><br /><sub><b>Kyle Pollock</b></sub></a><br /><a href="https://github.com/Priceline/design-system/commits?author=unixchad" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/James300"><img src="https://avatars0.githubusercontent.com/u/9325039?v=4" width="100px;" alt="James300"/><br /><sub><b>James300</b></sub></a><br /><a href="https://github.com/Priceline/design-system/commits?author=James300" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/CJJM"><img src="https://avatars.githubusercontent.com/u/5998107?v=4" width="100px;" alt="Connor Maloney"/><br /><sub><b>Connor Maloney</b></sub></a><br /><a href="https://github.com/Priceline/design-system/commits?author=CJJM" title="Code">💻</a></td>
</tr>
</table>

Expand Down
10 changes: 10 additions & 0 deletions common/changes/pcln-icons/feature-AIR-66845_2024-11-11-20-51.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-icons",
"comment": "added Snack icon",
"type": "minor"
}
],
"packageName": "pcln-icons"
}
7 changes: 4 additions & 3 deletions packages/icons/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,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 CarManual } from './CarManual.jsx'
export { default as CarWash } from './CarWash.jsx'
export { default as CardTravel } from './CardTravel.jsx'
export { default as CarManual } from './CarManual.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 +126,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 GuestScore } from './GuestScore.jsx'
export { default as Guests } from './Guests.jsx'
export { default as GuestScore } from './GuestScore.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 @@ -250,6 +250,7 @@ export { default as Smartphone } from './Smartphone.jsx'
export { default as Smile } from './Smile.jsx'
export { default as Smoking } from './Smoking.jsx'
export { default as SmokingAllowed } from './SmokingAllowed.jsx'
export { default as Snack } from './Snack.jsx'
export { default as SoapBar } from './SoapBar.jsx'
export { default as Sort } from './Sort.jsx'
export { default as Spa } from './Spa.jsx'
Expand Down
5 changes: 5 additions & 0 deletions packages/icons/svg/snack.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 eba039b

Please sign in to comment.