Skip to content

Commit

Permalink
Update SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
troccoli committed Oct 14, 2023
1 parent b7bfb6a commit fbc8c6c
Show file tree
Hide file tree
Showing 1,187 changed files with 5,178 additions and 5,930 deletions.
8 changes: 0 additions & 8 deletions bin/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ for FILE in $DIST/filled/*/*; do
cp $FILE $RESOURCES/f-$(echo $SANITIZEDFILE)
done

echo "Fixing the SVG files..."
for FILE in $RESOURCES/*; do
# Fix the svg to allow changing their colour
sed -i '' 's/fill="none"/fill="currentColor"/g' $FILE
sed -i '' 's/fill="white"/fill="none"/g' $FILE
sed -i '' 's/fill="#333333"//g' $FILE
done

echo "Cleaning up"
rm -rf $TEMP

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1|^8.2",
"blade-ui-kit/blade-icons": "^1.5",
"illuminate/support": "^10.0"
},
Expand Down
6 changes: 3 additions & 3 deletions resources/svg/f-!.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/svg/f-0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/svg/f-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/svg/f-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions resources/svg/f-2g.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/svg/f-3.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 fbc8c6c

Please sign in to comment.