diff options
author | Volpeon <git@volpeon.ink> | 2021-04-02 19:11:13 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-04-02 19:11:13 +0200 |
commit | b0936ec570ccc4ed9a1df66add2994a7dbde547a (patch) | |
tree | 65e4acc9a7638b6040ead48f70be620b4fcb32fe /scripts | |
parent | Added box, browser, calendar-*, stopwatch, updated various icons (diff) | |
download | iro-icons-b0936ec570ccc4ed9a1df66add2994a7dbde547a.tar.gz iro-icons-b0936ec570ccc4ed9a1df66add2994a7dbde547a.tar.bz2 iro-icons-b0936ec570ccc4ed9a1df66add2994a7dbde547a.zip |
Updated some icons, new: buildings
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 2 |
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 | ||
13 | export -f handle | 13 | export -f handle |