From 82c5baf51c83d0c27f643bd4093d43618aef962b Mon Sep 17 00:00:00 2001 From: Loic Stankovic Date: Mon, 17 Oct 2022 11:08:33 +0200 Subject: [PATCH] Export iconfont module This commit adds the `iconfont` module export, allowing to import the css files. This fixes #210. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a674325b5..523a311b1 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "import": "./icons-react/dist/index.esm.js", "require": "./icons-react/dist/index.cjs.js" }, + "./iconfont/*": "./iconfont/*", "./*": [ "./icons/*", "./icons-png/*"