Skip to content

Commit

Permalink
fix Circum Icons names
Browse files Browse the repository at this point in the history
  • Loading branch information
leshak committed Mar 27, 2024
1 parent 47344bb commit 9021e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scan-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const cleanAndRenameIcons = (isrc: IconSource, list: SvgIcon[]) => {
}

// clean iconName
iconName = iconName.replace(/[\s&]/gi, '-');
iconName = iconName.replace(/[\s&_]/gi, '-');

it.iconName = `${isrc.shortName}-${iconName}`
.split('-')
Expand Down

0 comments on commit 9021e70

Please sign in to comment.