Skip to content

Commit 72e8c23

Browse files
fix(ionicons): add direct ion-icon component import path (#1464)
Co-authored-by: Brandy Smith <[email protected]>
1 parent d584c93 commit 72e8c23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"types": "./components/index.d.ts",
3030
"import": "./components/index.js"
3131
},
32+
"./components/ion-icon.js": {
33+
"types": "./components/ion-icon.d.ts",
34+
"import": "./components/ion-icon.js"
35+
},
3236
"./icons": {
3337
"types": "./icons/index.d.ts",
3438
"import": "./icons/index.mjs",

0 commit comments

Comments
 (0)