Skip to content

Commit

Permalink
Update filter-closed/filter-open icons with 18x18 versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Dec 17, 2024
1 parent b911cff commit ded99a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions scripts/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@ const runImportIcons = async (args: ScriptArgs) => {

const validity = await validateIcon(pathSource, iconName);
if (!validity.isValid) {
if (!['filter-closed', 'filter-open'].includes(iconName)) { // FIXME: invalid dimensions on these two icons
throw new Error(`Found invalid icon '${iconName}': ${validity.message}`);
}
throw new Error(`Found invalid icon '${iconName}': ${validity.message}`);
}

logger.log(`Copying '${rel(pathSource)}' to '${rel(pathTarget)}'`);
Expand Down
6 changes: 3 additions & 3 deletions src/assets/icons/filter-closed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/assets/icons/filter-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ded99a5

Please sign in to comment.