Skip to content

Commit

Permalink
fix: add missing icons exports
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasaarcoverde committed Dec 4, 2023
1 parent fc36a44 commit 2e5919a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/icons/src/caret-down/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/* PLOP_INJECT_EXPORT */
export * from './caret-down-small'
export * from './caret-down'
2 changes: 2 additions & 0 deletions packages/icons/src/caret-left/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/* PLOP_INJECT_EXPORT */
export * from './caret-left-small'
export * from './caret-left'
2 changes: 2 additions & 0 deletions packages/icons/src/caret-right/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/* PLOP_INJECT_EXPORT */
export * from './caret-right-small'
export * from './caret-right'
2 changes: 2 additions & 0 deletions packages/icons/src/caret-up/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/* PLOP_INJECT_EXPORT */
export * from './caret-up-small'
export * from './caret-up'

0 comments on commit 2e5919a

Please sign in to comment.