Skip to content

Commit

Permalink
Update main package to version 2.0.0 (#21)
Browse files Browse the repository at this point in the history
* Remove processing negative icons
   The healthicons package removes the negative icons in version 1.0.3

* Update healthicons package to version 2.0.0

* Update README with new version
  • Loading branch information
troccoli authored Oct 22, 2024
1 parent 6fbdf78 commit 31b5d87
Show file tree
Hide file tree
Showing 73 changed files with 174 additions and 141 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ the following table and use the correct version for this package.
| 3.0.1 | 1.0.1 | ^9, ^10 |
| 3.0.2 | 1.0.1 | ^10, ^11 |
| 3.0.3 | 1.0.3 | ^10, ^11 |
| 4.0.0 | 2.0.0 | ^10, ^11 |

## Blade Icons

Expand Down
9 changes: 0 additions & 9 deletions bin/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ for FILE in $DIST/filled/*/*; do
cp $FILE $RESOURCES/f-$(echo $SANITIZEDFILE)
done

echo "Compiling negative icons..."
for FILE in $DIST/negative/*/*; do
# Remove path
SANITIZEDFILE=${FILE##*/}
# Replace _ with -
SANITIZEDFILE=${SANITIZEDFILE//_/-}
cp $FILE $RESOURCES/n-$(echo $SANITIZEDFILE)
done

echo "Cleaning up"
rm -rf $TEMP

Expand Down
2 changes: 1 addition & 1 deletion resources/svg/f-bandaged.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/svg/f-female-condom.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 resources/svg/f-fetus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 31b5d87

Please sign in to comment.