diff options
Diffstat (limited to 'Flat Remix/apps/scalable/google.svg')
-rw-r--r-- | Flat Remix/apps/scalable/google.svg | 113 |
1 files changed, 13 insertions, 100 deletions
diff --git a/Flat Remix/apps/scalable/google.svg b/Flat Remix/apps/scalable/google.svg index c1c1d04f5..e1600a2cd 100644 --- a/Flat Remix/apps/scalable/google.svg +++ b/Flat Remix/apps/scalable/google.svg @@ -1,101 +1,14 @@ -<?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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - viewBox="0 0 512 512" - version="1.1" - id="svg16" - sodipodi:docname="google.svg" - width="512" - height="512" - inkscape:version="0.92.1 r15371"> - <metadata - id="metadata20"> - <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="1920" - inkscape:window-height="986" - id="namedview18" - showgrid="false" - inkscape:zoom="0.52894902" - inkscape:cx="353.08042" - inkscape:cy="523.62826" - inkscape:window-x="1080" - inkscape:window-y="521" - inkscape:window-maximized="1" - inkscape:current-layer="svg16" /> - <defs - id="defs3"> - <path - id="a" - d="M 44.5,20 H 24 v 8.5 H 35.8 C 34.7,33.9 30.1,37 24,37 16.8,37 11,31.2 11,24 c 0,-7.2 5.8,-13 13,-13 3.1,0 5.9,1.1 8.1,2.9 L 38.5,7.5 C 34.6,4.1 29.6,2 24,2 11.8,2 2,11.8 2,24 c 0,12.2 9.8,22 22,22 11,0 21,-8 21,-22 0,-1.3 -0.2,-2.7 -0.5,-4 z" - inkscape:connector-curvature="0" /> - </defs> - <clipPath - id="b"> - <use - xlink:href="#a" - overflow="visible" - id="use5" - style="overflow:visible" - x="0" - y="0" - width="100%" - height="100%" /> - </clipPath> - <g - id="g26" - transform="matrix(10.227273,0,0,10.227273,15.659085,-4734.9092)"> - <path - transform="translate(0,464)" - style="fill:#fbbc05" - inkscape:connector-curvature="0" - id="path8" - d="M 0,37 V 11 l 17,13 z" - clip-path="url(#b)" /> - <path - transform="translate(0,464)" - style="fill:#ea4335" - inkscape:connector-curvature="0" - id="path10" - d="M 0,11 17,24 24,17.9 48,14 V 0 H 0 Z" - clip-path="url(#b)" /> - <path - transform="translate(0,464)" - style="fill:#34a853" - inkscape:connector-curvature="0" - id="path12" - d="M 0,37 30,14 37.9,15 48,0 V 48 H 0 Z" - clip-path="url(#b)" /> - <path - transform="translate(0,464)" - style="fill:#4285f4" - inkscape:connector-curvature="0" - id="path14" - d="M 48,48 17,24 13,21 48,11 Z" - clip-path="url(#b)" /> - </g> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" version="1.1" viewBox="0 0 512 512"> + <defs> + <path id="a" d="M 44.5,20 H 24 v 8.5 H 35.8 C 34.7,33.9 30.1,37 24,37 16.8,37 11,31.2 11,24 c 0,-7.2 5.8,-13 13,-13 3.1,0 5.9,1.1 8.1,2.9 L 38.5,7.5 C 34.6,4.1 29.6,2 24,2 11.8,2 2,11.8 2,24 c 0,12.2 9.8,22 22,22 11,0 21,-8 21,-22 0,-1.3 -0.2,-2.7 -0.5,-4 z"/> + </defs> + <clipPath id="b"> + <use width="100%" height="100%" x="0" y="0" overflow="visible" xlink:href="#a"/> + </clipPath> + <g transform="matrix(10.227273,0,0,10.227273,15.659085,-4734.9092)"> + <path style="fill:#fbbc05" d="M 0,37 V 11 l 17,13 z" clip-path="url(#b)" transform="translate(0,464)"/> + <path style="fill:#ea4335" d="M 0,11 17,24 24,17.9 48,14 V 0 H 0 Z" clip-path="url(#b)" transform="translate(0,464)"/> + <path style="fill:#34a853" d="M 0,37 30,14 37.9,15 48,0 V 48 H 0 Z" clip-path="url(#b)" transform="translate(0,464)"/> + <path style="fill:#4285f4" d="M 48,48 17,24 13,21 48,11 Z" clip-path="url(#b)" transform="translate(0,464)"/> + </g> </svg> |