Merged in feat/svg-instead-of-fonts (pull request #3411)
feat(SW-3695): use svg icons instead of font icons * feat(icons): use svg instead of font icons * feat(icons): use webpack/svgr for inlined svgs. Now support for isFilled again * Merge master * Remove old font icon Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"lib",
|
||||
".storybook/content/**/*.mdx",
|
||||
".storybook/content/**/*.tsx",
|
||||
"lib/tokens/index.ts"
|
||||
"lib/tokens/index.ts",
|
||||
"types"
|
||||
],
|
||||
"exclude": ["node_modules", "**/*.test.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user