We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2ee97 commit 8ac1a56Copy full SHA for 8ac1a56
src/cli.ts
@@ -33,7 +33,7 @@ Options:
33
if (!name) {
34
// Derive name from input filename or URL path
35
const basename = input.split("/").pop()!.split("?")[0];
36
- name = basename.replace(/\.svg$/i, "");
+ name = basename.replace(/\.svg$/i, "").replace(/\.sfsymbol$/i, "");
37
}
38
39
if (!output) {
0 commit comments