Skip to content

Commit

Permalink
Merge pull request #2137 from cfpb/icon-exports
Browse files Browse the repository at this point in the history
Provide icon exports
  • Loading branch information
wpears authored Dec 18, 2024
2 parents f2298d1 + 9eccdc4 commit 328762e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cfpb-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "CFPB's UI framework",
"exports": {
".": "./src/index.js",
"./tooltips": "./src/components/cfpb-tooltips/index.js"
"./tooltips": "./src/components/cfpb-tooltips/index.js",
"./icons/": "./src/components/cfpb-icons/icons/"
},
"author": {
"name": "Consumer Financial Protection Bureau",
Expand Down

0 comments on commit 328762e

Please sign in to comment.