Skip to content

Commit

Permalink
Add new Double Chevron (left/right) Icons (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcln-barry authored Apr 15, 2024
1 parent 6c042b9 commit 26aa8dc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-icons",
"comment": "Add ChevronDoubleLeft and ChevronDoubleRight icons",
"type": "minor"
}
],
"packageName": "pcln-icons"
}
2 changes: 2 additions & 0 deletions packages/icons/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export { default as ChatBubble } from './ChatBubble.jsx'
export { default as Check } from './Check.jsx'
export { default as CheckedBag } from './CheckedBag.jsx'
export { default as Checklist } from './Checklist.jsx'
export { default as ChevronDoubleLeft } from './ChevronDoubleLeft.jsx'
export { default as ChevronDoubleRight } from './ChevronDoubleRight.jsx'
export { default as ChevronDown } from './ChevronDown.jsx'
export { default as ChevronLeft } from './ChevronLeft.jsx'
export { default as ChevronRight } from './ChevronRight.jsx'
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/svg/chevronDoubleLeft.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/chevronDoubleRight.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 26aa8dc

Please sign in to comment.