Skip to content

Commit

Permalink
feat(AIR-59841): Add cancel icon (#1427)
Browse files Browse the repository at this point in the history
* feat(AIR-59841): Add cancel icon

* feat(AIR-59841): Add rush change
  • Loading branch information
coolestKev committed Dec 13, 2023
1 parent d89f2d4 commit 35fa1a7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-icons",
"comment": "Add 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 @@ -33,6 +33,7 @@ export { default as Cake } from './Cake.jsx'
export { default as Calendar } from './Calendar.jsx'
export { default as CalendarCheck } from './CalendarCheck.jsx'
export { default as CalendarClock } from './CalendarClock.jsx'
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'
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/svg/cancel.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 35fa1a7

Please sign in to comment.