diff options
author | Andreas Nilsson <andreasn@src.gnome.org> | 2007-06-28 16:35:44 +0000 |
---|---|---|
committer | Andreas Nilsson <andreasn@src.gnome.org> | 2007-06-28 16:35:44 +0000 |
commit | a7969ff70c0afb3912993a9554bcde5be9c1f5e4 (patch) | |
tree | fb7523e94011bfc648fab2d2b6ecc195b623e3cf /scalable/status | |
parent | 676e9a73293bd9986d20dc99500051a4626657f6 (diff) | |
download | adwaita-icon-theme-a7969ff70c0afb3912993a9554bcde5be9c1f5e4.tar.gz |
added weather-fog in missing sizes
svn path=/trunk/; revision=1488
Diffstat (limited to 'scalable/status')
-rw-r--r-- | scalable/status/Makefile.am | 1 | ||||
-rw-r--r-- | scalable/status/weather-fog.svg | 97 |
2 files changed, 98 insertions, 0 deletions
diff --git a/scalable/status/Makefile.am b/scalable/status/Makefile.am index 7c8f13850..855883f2e 100644 --- a/scalable/status/Makefile.am +++ b/scalable/status/Makefile.am @@ -44,6 +44,7 @@ icons_DATA = \ weather-clear-night.svg \ weather-few-clouds.svg \ weather-few-clouds-night.svg \ + weather-fog.svg \ weather-overcast.svg \ weather-severe-alert.svg \ weather-showers.svg \ diff --git a/scalable/status/weather-fog.svg b/scalable/status/weather-fog.svg new file mode 100644 index 000000000..904fc2a8d --- /dev/null +++ b/scalable/status/weather-fog.svg @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + 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" + width="48" + height="48" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="weather-fog.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/project/gnome-icon-theme/32x32/status/weather-fog.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5544"> + <stop + style="stop-color:#a0a0a0;stop-opacity:1;" + offset="0" + id="stop5546" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop5548" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5544" + id="linearGradient5550" + x1="-13.574093" + y1="4.026957" + x2="-13.574093" + y2="24.949261" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.0976562,0,0,1.8950917,53.102987,0.6174399)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="16" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="48px" + height="48px" + inkscape:window-width="1680" + inkscape:window-height="973" + inkscape:window-x="0" + inkscape:window-y="48"> + <inkscape:grid + type="xygrid" + id="grid4963" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="opacity:1;fill:url(#linearGradient5550);fill-opacity:1;stroke:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.5, 3;stroke-dashoffset:0;stroke-opacity:1" + id="rect4965" + width="47.955841" + height="47.89431" + x="0.089302748" + y="0" + rx="0" + ry="0" /> + </g> +</svg> |