We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b8912 commit 935c85fCopy full SHA for 935c85f
src/commands/createIcon.ts
@@ -4,7 +4,7 @@ import colors from 'colors'
4
import { getConfig } from '../libs/getConfig'
5
import { fetchXml } from 'iconfont-parser'
6
import { generateComponent } from '../libs/generateComponent'
7
-import parseLocalSvg from 'src/libs/parseLocalSvg'
+import parseLocalSvg from '../libs/parseLocalSvg'
8
9
const config = getConfig()
10
0 commit comments