diff options
author | keni7385 <andrea@andreacorsini.xyz> | 2022-06-04 00:09:16 +0300 |
---|---|---|
committer | keni7385 <andrea@andreacorsini.xyz> | 2022-06-04 00:09:16 +0300 |
commit | aa547f522941c9ba3c60dd0083305c59f717cedd (patch) | |
tree | e8ba86747892a89162288ec9be4eed738311190d /_assets/images/feed.svg |
Initial commit
Diffstat (limited to '_assets/images/feed.svg')
-rwxr-xr-x | _assets/images/feed.svg | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/_assets/images/feed.svg b/_assets/images/feed.svg new file mode 100755 index 0000000..9caf37f --- /dev/null +++ b/_assets/images/feed.svg @@ -0,0 +1,137 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + width="16" + height="16" + id="RSSicon" + viewBox="0 0 32 32" + sodipodi:docname="feed.svg" + inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"> + <metadata + id="metadata34"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1600" + inkscape:window-height="835" + id="namedview32" + showgrid="false" + inkscape:zoom="5.25" + inkscape:cx="64" + inkscape:cy="58.225126" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="RSSicon" + inkscape:document-rotation="0" /> + <defs + id="defs17"> + <linearGradient + x1="30.059999" + y1="30.059999" + x2="225.94" + y2="225.94" + id="RSSg" + gradientUnits="userSpaceOnUse" + gradientTransform="scale(0.125)"> + <stop + offset="0.0" + stop-color="#E3702D" + id="stop2" /> + <stop + offset="0.1071" + stop-color="#EA7D31" + id="stop4" /> + <stop + offset="0.3503" + stop-color="#F69537" + id="stop6" /> + <stop + offset="0.5" + stop-color="#FB9E3A" + id="stop8" /> + <stop + offset="0.7016" + stop-color="#EA7C31" + id="stop10" /> + <stop + offset="0.8866" + stop-color="#DE642B" + id="stop12" /> + <stop + offset="1.0" + stop-color="#D95B29" + id="stop14" /> + </linearGradient> + </defs> + <rect + width="32" + height="32" + rx="6.875" + ry="6.875" + x="0" + y="0" + fill="#cc5d15" + id="rect19" + style="stroke-width:0.125" /> + <rect + width="30.75" + height="30.75" + rx="6.25" + ry="6.25" + x="0.625" + y="0.625" + fill="#f49c52" + id="rect21" + style="stroke-width:0.125" /> + <rect + width="29.5" + height="29.5" + rx="5.875" + ry="5.875" + x="1.25" + y="1.25" + fill="url(#RSSg)" + id="rect23" + style="fill:url(#RSSg);stroke-width:0.125" /> + <circle + cx="8.5" + cy="23.625" + r="3" + fill="#ffffff" + id="circle25" + style="stroke-width:0.125" /> + <path + d="M 20,26.625 H 15.75 A 10.25,10.25 0 0 0 5.5,16.375 v -4.25 a 14.5,14.5 0 0 1 14.5,14.5 z" + fill="#ffffff" + id="path27" + style="stroke-width:0.125" /> + <path + d="M 23,26.625 A 17.5,17.5 0 0 0 5.5,9.125 V 4.75 a 21.875,21.875 0 0 1 21.875,21.875 z" + fill="#ffffff" + id="path29" + style="stroke-width:0.125" /> +</svg> |