diff options
author | Volpeon <git@volpeon.ink> | 2021-03-29 21:29:27 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-29 21:29:27 +0200 |
commit | 52497c18a9b4e8c6861a31043290398530440bb3 (patch) | |
tree | 324d59f77162d81d6563a9a1b5ed0098534acafd /scripts | |
parent | MIT license (diff) | |
download | iro-icons-52497c18a9b4e8c6861a31043290398530440bb3.tar.gz iro-icons-52497c18a9b4e8c6861a31043290398530440bb3.tar.bz2 iro-icons-52497c18a9b4e8c6861a31043290398530440bb3.zip |
New: dice-1-6, lock-slash, scale, wallet + minor fixes
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 63dbff2..0e24216 100755 --- a/scripts/build.sh +++ b/scripts/build.sh | |||
@@ -9,6 +9,7 @@ handle () { | |||
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' > "output${1#"src/icons"}" |
11 | } | 11 | } |
12 | |||
12 | export -f handle | 13 | export -f handle |
13 | 14 | ||
14 | mkdir -p output | 15 | mkdir -p output |