summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-02 19:11:13 +0200
committerVolpeon <git@volpeon.ink>2021-04-02 19:11:13 +0200
commitb0936ec570ccc4ed9a1df66add2994a7dbde547a (patch)
tree65e4acc9a7638b6040ead48f70be620b4fcb32fe /scripts
parentAdded box, browser, calendar-*, stopwatch, updated various icons (diff)
downloadiro-icons-b0936ec570ccc4ed9a1df66add2994a7dbde547a.tar.gz
iro-icons-b0936ec570ccc4ed9a1df66add2994a7dbde547a.tar.bz2
iro-icons-b0936ec570ccc4ed9a1df66add2994a7dbde547a.zip
Updated some icons, new: buildings
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 0e24216..8752327 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -7,7 +7,7 @@ handle () {
7 --enable-comment-stripping \ 7 --enable-comment-stripping \
8 --remove-descriptive-elements \ 8 --remove-descriptive-elements \
9 --strip-xml-prolog \ 9 --strip-xml-prolog \
10 --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g' > "output${1#"src/icons"}" 10 --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g;s/stroke-width="[0-9.]*"//g' > "output${1#"src/icons"}"
11} 11}
12 12
13export -f handle 13export -f handle