From 40a78ffaf4873f3b9aee1801648bf1a425c33295 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 28 Apr 2021 18:04:38 +0200 Subject: Adjusted video and share, added graph, remove more tags from compiled icons --- scripts/build.sh | 2 +- src/icons/graph.svg | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/icons/share.svg | 12 +++++----- src/icons/video.svg | 6 ++--- 4 files changed, 74 insertions(+), 10 deletions(-) create mode 100644 src/icons/graph.svg diff --git a/scripts/build.sh b/scripts/build.sh index 8752327..a05dd63 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -7,7 +7,7 @@ handle () { --enable-comment-stripping \ --remove-descriptive-elements \ --strip-xml-prolog \ - --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g;s/stroke-width="[0-9.]*"//g' > "output${1#"src/icons"}" + --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g;s/stroke-width="[0-9.]*"//g;s/stroke-linecap="[a-z]*"//g;s/stroke-linejoin="[a-z]*"//g;s/style="[ a-z0-9:-]*"//g' > "output${1#"src/icons"}" } export -f handle diff --git a/src/icons/graph.svg b/src/icons/graph.svg new file mode 100644 index 0000000..d2dbe09 --- /dev/null +++ b/src/icons/graph.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/src/icons/share.svg b/src/icons/share.svg index 3e9e557..c8cc6a7 100644 --- a/src/icons/share.svg +++ b/src/icons/share.svg @@ -44,9 +44,9 @@ inkscape:window-height="992" id="namedview12" showgrid="true" - inkscape:zoom="22.627417" - inkscape:cx="8.7975878" - inkscape:cy="11.643872" + inkscape:zoom="22.627418" + inkscape:cx="4.2399093" + inkscape:cy="12.921881" inkscape:window-x="1536" inkscape:window-y="0" inkscape:window-maximized="1" @@ -58,8 +58,8 @@ id="grid823" /> diff --git a/src/icons/video.svg b/src/icons/video.svg index 0b1f744..4c42d36 100644 --- a/src/icons/video.svg +++ b/src/icons/video.svg @@ -61,14 +61,14 @@ sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path900" - d="M 6.75,6.25 9.25,8 6.75,9.75 Z" + d="m 6.75,6.25 2.5,2 -2.5,2 z" style="opacity:1;fill:#010101;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" /> + ry="0.75" /> -- cgit v1.2.3-54-g00ecf