diff options
author | Volpeon <git@volpeon.ink> | 2021-03-28 19:22:16 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-28 19:22:16 +0200 |
commit | 2ded8e18540c286b25a269157138fe15dc53e033 (patch) | |
tree | 96ba22ae59796406c585a39638a6c49ca1e5d9c6 /src/icons/star-half-filled.svg | |
parent | Larger volume icons (diff) | |
download | iro-icons-2ded8e18540c286b25a269157138fe15dc53e033.tar.gz iro-icons-2ded8e18540c286b25a269157138fe15dc53e033.tar.bz2 iro-icons-2ded8e18540c286b25a269157138fe15dc53e033.zip |
Improved half star icon, added filled version
Diffstat (limited to 'src/icons/star-half-filled.svg')
-rw-r--r-- | src/icons/star-half-filled.svg | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/src/icons/star-half-filled.svg b/src/icons/star-half-filled.svg new file mode 100644 index 0000000..57a596c --- /dev/null +++ b/src/icons/star-half-filled.svg | |||
@@ -0,0 +1,66 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | width="16" | ||
11 | height="16" | ||
12 | viewBox="0 0 16 16" | ||
13 | version="1.1" | ||
14 | id="svg10" | ||
15 | sodipodi:docname="star-half-filled.svg" | ||
16 | inkscape:version="1.0.2 (e86c870879, 2021-01-15)" | ||
17 | inkscape:export-xdpi="192" | ||
18 | inkscape:export-ydpi="192" | ||
19 | style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> | ||
20 | <metadata | ||
21 | id="metadata16"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs14" /> | ||
34 | <sodipodi:namedview | ||
35 | pagecolor="#ffffff" | ||
36 | bordercolor="#666666" | ||
37 | borderopacity="1" | ||
38 | objecttolerance="10" | ||
39 | gridtolerance="10" | ||
40 | guidetolerance="10" | ||
41 | inkscape:pageopacity="0" | ||
42 | inkscape:pageshadow="2" | ||
43 | inkscape:window-width="1920" | ||
44 | inkscape:window-height="992" | ||
45 | id="namedview12" | ||
46 | showgrid="true" | ||
47 | inkscape:zoom="32" | ||
48 | inkscape:cx="0.75335934" | ||
49 | inkscape:cy="5.2826708" | ||
50 | inkscape:window-x="1536" | ||
51 | inkscape:window-y="0" | ||
52 | inkscape:window-maximized="1" | ||
53 | inkscape:current-layer="svg10" | ||
54 | showguides="false" | ||
55 | inkscape:document-rotation="0"> | ||
56 | <inkscape:grid | ||
57 | type="xygrid" | ||
58 | id="grid823" /> | ||
59 | </sodipodi:namedview> | ||
60 | <path | ||
61 | style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.4842;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" | ||
62 | d="M 8.25,12 4.4366682,14.188931 C 4.0276983,14.423688 3.4853459,13.985461 3.6341416,13.516706 L 4.8870575,9.548847 1.8645066,7.3741551 C 1.3883113,7.0315379 1.5645732,6.2718453 2.1079967,6.2718453 H 6.0181221 L 7.4170324,2.240369 C 7.5300467,1.9146765 8,1.5590282 8.25,1.85 Z" | ||
63 | id="path814" | ||
64 | inkscape:connector-curvature="0" | ||
65 | sodipodi:nodetypes="csscsscscc" /> | ||
66 | </svg> | ||