diff options
Diffstat (limited to 'icon-themes/ContrastHigh/scalable/emblems')
12 files changed, 1232 insertions, 0 deletions
diff --git a/icon-themes/ContrastHigh/scalable/emblems/Makefile.am b/icon-themes/ContrastHigh/scalable/emblems/Makefile.am new file mode 100644 index 00000000..b8e5af13 --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/Makefile.am @@ -0,0 +1,22 @@ +NULL= + +themedir = $(datadir)/icons/ContrastHigh +size = scalable +context = emblems + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA= \ + emblem-default.svg \ + emblem-documents.svg \ + emblem-downloads.svg \ + emblem-favorite.svg \ + emblem-important.svg \ + emblem-mail.svg \ + emblem-photos.svg \ + emblem-readonly.svg \ + emblem-symbolic-link.svg \ + emblem-system.svg \ + emblem-unreadable.svg + +EXTRA_DIST= $(icon_DATA) diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-default.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-default.svg new file mode 100644 index 00000000..76c8de4d --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-default.svg @@ -0,0 +1,132 @@ +<?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://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" + width="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-default.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <sodipodi:namedview + inkscape:window-height="949" + inkscape:window-width="1276" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:zoom="15.3125" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="layer1" /> + <defs + id="defs1309" /> + <sodipodi:namedview + id="namedview5" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata1312"> + <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>Defaul</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem default</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + ry="5.1466022" + y="4" + x="4" + height="40" + width="40" + id="rect2190" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect1315" + width="40" + height="40" + x="4" + y="4" + ry="5.1466022" /> + <rect + ry="2.9927754" + y="8" + x="8" + height="32" + width="32" + id="rect3087" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 13.5625,22 C 22,35 22,35 22,35 C 25,25 27,18 35,13" + id="path3065" + sodipodi:nodetypes="ccc" /> + </g> +</svg> diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-documents.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-documents.svg new file mode 100644 index 00000000..c4fe3d8d --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-documents.svg @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44+devel" + sodipodi:docname="emblem-documents.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + sodipodi:modified="true"><metadata + id="metadata19"><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>Documents (emblem)</dc:title><dc:creator><cc:Agent><dc:title>Luca Ferretti</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>emblem documents</rdf:li></rdf:Bag></dc:subject><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs17" /><sodipodi:namedview + inkscape:window-height="944" + inkscape:window-width="1274" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + inkscape:zoom="15.125" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="svg2" + width="48px" + height="48px" + showgrid="true" + objecttolerance="50" + inkscape:object-nodes="true" + inkscape:guide-points="false" + inkscape:object-points="true" + inkscape:object-bbox="true" + inkscape:grid-points="true" /> + + <path + id="path7662" + d="M 6,33.008264 L 29,33.008264 L 29,6.0082645 L 13.064301,6.063595 L 6.030643,11.973734 L 6,33.008264 z " + style="fill:white;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:12;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cccccc" /><g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:black;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z " + id="path14" /> + </g> +<path + sodipodi:nodetypes="cccccc" + style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:12;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1" + d="M 42,42 L 19,42 L 19,15 L 33.018393,15.041044 L 42,21 L 42,42 z " + id="path6771" /><path + id="path7" + d="M 42,42 L 19,42 L 19,15 L 35,15 L 42,21.090909 L 42,42 z " + style="fill:black;fill-rule:nonzero;stroke:black;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1" + sodipodi:nodetypes="cccccc" /><path + id="path9" + d="M 39.975823,21.984889 L 40,40 L 20.999986,39.992223 L 21,17 L 33.983471,17 L 39.975823,21.984889 z " + style="fill:white;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + sodipodi:nodetypes="cccccc" /><path + sodipodi:nodetypes="cccccc" + style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="M 6,33 L 29,33 L 29,6 L 12.978645,6.0183044 L 6,12 L 6,33 z " + id="path7658" /><path + sodipodi:nodetypes="cccccc" + style="fill:white;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 7.946196,13.096082 L 8,31 L 27.000014,30.992223 L 27,8 L 14,8 L 7.946196,13.096082 z " + id="path7660" /></svg>
\ No newline at end of file diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-downloads.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-downloads.svg new file mode 100644 index 00000000..0e9db9c9 --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-downloads.svg @@ -0,0 +1,118 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-downloads.svg"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.125" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + inkscape:window-width="1270" + inkscape:window-height="944" + inkscape:window-x="0" + inkscape:window-y="26" + showguides="true" + inkscape:guide-bbox="true" + gridtype="false" + gridanglex="45px" /> + <metadata + id="metadata1312"> + <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>Download</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem download</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + ry="5.0764384" + y="4" + x="4" + height="40" + width="40" + id="rect2190" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect1315" + width="40" + height="40" + x="4" + y="4" + ry="5.1425543" /> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;" + d="M 21,3 L 21,14 L 13,14 L 24,23 L 35,14 L 27,14 L 27,3" + id="path3940" + sodipodi:nodetypes="ccccccc" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 12,34 L 36,34" + id="path5688" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + id="path7494" + d="M 12,34 L 26,34" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-favorite.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-favorite.svg new file mode 100644 index 00000000..2b87e292 --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-favorite.svg @@ -0,0 +1,115 @@ +<?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://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" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.46" + width="48" + height="48" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-favorite.svg" + version="1.0" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs3" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.895833" + inkscape:cx="23.999999" + inkscape:cy="23.999999" + inkscape:window-width="1274" + inkscape:window-height="944" + inkscape:window-x="0" + inkscape:window-y="26" + showgrid="true" + inkscape:grid-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:current-layer="svg1" + inkscape:document-units="px" + width="48px" + height="48px" + inkscape:showpageshadow="false" + inkscape:grid-points="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#0000ff" + empcolor="#0000ff" + opacity="0.2" + empopacity="0.4" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata4"> + <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>Favourites</dc:title> + <dc:date /> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:source /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem favouries</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <path + sodipodi:nodetypes="czczc" + id="path2201" + d="M 24,12 C 33.288673,2.7151975 44.083965,9.1945377 44,18 C 43.923241,26.049724 39.419303,27.68195 24,42 C 7.8606329,28.680116 3.9160346,27.550728 4,18 C 4.0839653,8.1135477 13.605704,3.0528803 24,12 z " + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 24,12 C 33.288673,2.7151975 44.083965,9.1945377 44,18 C 43.923241,26.049724 39.419303,27.68195 24,42 C 7.8606329,28.680116 3.9160346,27.550728 4,18 C 4.0839653,8.1135477 13.605704,3.0528803 24,12 z " + id="path920" + sodipodi:nodetypes="czczc" /> +</svg> diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-important.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-important.svg new file mode 100644 index 00000000..785a20de --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-important.svg @@ -0,0 +1,119 @@ +<?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://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" + width="48" + height="48" + id="svg10115" + sodipodi:version="0.32" + inkscape:version="0.46" + version="1.0" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-important.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs10117" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="24" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + inkscape:window-width="1276" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata10120"> + <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>Important</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem important</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10123" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="22" + sodipodi:ry="21.992188" + d="M 46 24 A 22 21.992188 0 1 1 2,24 A 22 21.992188 0 1 1 46 24 z" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path10998" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="16" + sodipodi:ry="16" + d="M 40 24 A 16 16 0 1 1 8,24 A 16 16 0 1 1 40 24 z" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path11873" + sodipodi:cx="24" + sodipodi:cy="36" + sodipodi:rx="3" + sodipodi:ry="3" + d="M 27 36 A 3 3 0 1 1 21,36 A 3 3 0 1 1 27 36 z" + transform="translate(0,-2)" /> + <path + transform="translate(-0.46875,0)" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 28.46875,15 C 28.46875,19 26.46875,30 24.46875,30 C 22.46875,30 20.46875,19 20.46875,15 C 20.46875,10.032 23.46875,10 24.46875,10 C 25.46875,10 28.46875,10.032 28.46875,15 z " + id="path12748" + sodipodi:nodetypes="csssc" /> + </g> +</svg> diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-mail.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-mail.svg new file mode 100644 index 00000000..3270c2c4 --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-mail.svg @@ -0,0 +1,114 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-mail.svg"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1270" + inkscape:window-height="944" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata1312"> + <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>Email (emblem)</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem email message</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + ry="3.9649484" + rx="3.9631047" + y="9" + x="5" + height="30" + width="38" + id="rect4006" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect2248" + width="38" + height="30" + x="5" + y="9" + rx="4.0291295" + ry="3.9649487" /> + <rect + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3123" + width="30" + height="22" + x="9" + y="13" + rx="0" + ry="0" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;" + d="M 8,13.174564 L 22,27 C 23.124807,28.198901 23.884336,28.18857 25.046312,27.033012 L 40.077307,12.820449" + id="path4000" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-photos.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-photos.svg new file mode 100644 index 00000000..c28a3a72 --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-photos.svg @@ -0,0 +1,121 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-photos.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.916667" + inkscape:cx="24" + inkscape:cy="27.110567" + inkscape:document-units="px" + inkscape:current-layer="svg2" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridspacingy="1.0000000px" + gridspacingx="1.0000000px" + gridoriginy="0.0000000px" + gridoriginx="0.0000000px" + gridtolerance="1.0000000px" + guidetolerance="1.0000000px" + inkscape:guide-points="true" + inkscape:window-width="1270" + inkscape:window-height="945" + inkscape:window-x="0" + inkscape:window-y="25" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:title>Photos (emblem)</dc:title> + <dc:description>A photo camera.</dc:description> + <dc:contributor> + <cc:Agent> + <dc:title></dc:title> + </cc:Agent> + </dc:contributor> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>photos</rdf:li> + <rdf:li>emblem</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <rect + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect9880" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" + ry="0.0000000" /> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1" /> + <path + sodipodi:nodetypes="ccccccccccccc" + id="path9152" + d="M 8,12 L 15.005235,12.057592 L 17.005235,7.0575914 L 31.005235,7.0575914 L 33.005235,12.057592 L 40,12 C 42,12 44,14 44,16 L 44.109947,38.057592 C 44.109947,39.136587 43.241298,40.005236 42.162303,40.005236 L 6.0575914,40.005236 C 4.9785966,40.005236 4.1099474,39.136587 4.1099474,38.057592 L 4,16 C 4,14 6,12 8,12 z " + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + <path + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + d="M 8,12 L 15.005235,12.057592 L 17.005235,7.0575914 L 31.005235,7.0575914 L 33.005235,12.057592 L 40,12 C 42,12 44,14 44,16 L 44.109947,38.057592 C 44.109947,39.136587 43.241298,40.005236 42.162303,40.005236 L 6.0575914,40.005236 C 4.9785966,40.005236 4.1099474,39.136587 4.1099474,38.057592 L 4,16 C 4,14 6,12 8,12 z " + id="rect8423" + sodipodi:nodetypes="ccccccccccccc" /> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:4.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 24.057591,16.005236 C 18.579466,16.005236 14.114410,20.509357 14.114410,26.005236 C 14.114410,31.501115 18.579465,36.005237 24.057591,36.005236 C 29.535717,36.005235 34.000772,31.501115 34.000772,26.005236 C 34.000772,20.509357 29.535716,16.005236 24.057591,16.005236 z M 24.057591,20.914327 C 26.855032,20.914327 29.103046,23.171553 29.103046,26.005236 C 29.103045,28.838919 26.855032,31.096145 24.057591,31.096145 C 21.260151,31.096146 19.012136,28.838919 19.012136,26.005236 C 19.012136,23.171553 21.260150,20.914327 24.057591,20.914327 z " + id="path12070" + sodipodi:nodetypes="cszzscsssc" /> +</svg> diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-readonly.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-readonly.svg new file mode 100644 index 00000000..7142511e --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-readonly.svg @@ -0,0 +1,76 @@ +<?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:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg3465" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/emblems" + sodipodi:docname="emblem-readonly.svg"> + <defs + id="defs3467" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.791667" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata3470"> + <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="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect4928" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /> + <path + sodipodi:nodetypes="cccccccccccccsccsccccc" + inkscape:r_cy="true" + inkscape:r_cx="true" + id="path4200" + d="M 24.000000,4.0000000 C 17.000000,4.0000000 12.000000,8.1739046 12.000000,15.000000 L 12.000000,21.000000 L 10.000000,21.000000 C 8.0000000,21.000000 7.0000000,22.000000 7.0000000,24.000000 L 7.0000000,41.000000 C 7.0000000,41.980326 8.0000000,44.000000 10.000000,44.000000 L 39.384016,44.000000 C 41.000000,43.990546 42.000000,41.980324 42.000000,41.000000 L 42.000000,24.000000 C 42.000000,22.000000 41.000000,20.990546 39.000000,20.990546 L 37.000000,21.000000 L 37.000000,15.000000 C 37.000000,8.0000000 32.000000,4.0000000 25.000000,4.0000000 L 24.000000,4.0000000 z M 24.000000,9.0000000 L 25.000000,9.0000000 C 32.000000,9.0000000 32.000000,15.000000 32.000000,17.000000 L 32.000000,21.000000 L 17.000000,21.000000 L 17.000000,17.000000 C 17.000000,15.000000 17.000000,9.0000000 24.000000,9.0000000 z " + style="opacity:1.0000000;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" /> + <path + style="opacity:1.0000000;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:0.99999970;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" + d="M 24.000000,4.0000000 C 17.000000,4.0000000 12.000000,8.1739046 12.000000,15.000000 L 12.000000,21.000000 L 10.000000,21.000000 C 8.0000000,21.000000 7.0000000,22.000000 7.0000000,24.000000 L 7.0000000,41.000000 C 7.0000000,41.980326 8.0000000,44.000000 10.000000,44.000000 L 39.384016,44.000000 C 41.000000,43.990546 42.000000,41.980324 42.000000,41.000000 L 42.000000,24.000000 C 42.000000,22.000000 41.000000,20.990546 39.000000,20.990546 L 37.000000,21.000000 L 37.000000,15.000000 C 37.000000,8.0000000 32.000000,4.0000000 25.000000,4.0000000 L 24.000000,4.0000000 z M 24.000000,9.0000000 L 25.000000,9.0000000 C 32.000000,9.0000000 32.000000,15.000000 32.000000,17.000000 L 32.000000,21.000000 L 17.000000,21.000000 L 17.000000,17.000000 C 17.000000,15.000000 17.000000,9.0000000 24.000000,9.0000000 z " + id="path2086" + inkscape:r_cx="true" + inkscape:r_cy="true" + sodipodi:nodetypes="cccccccccccccsccsccccc" /> + </g> +</svg> diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-symbolic-link.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-symbolic-link.svg new file mode 100644 index 00000000..6ab83241 --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-symbolic-link.svg @@ -0,0 +1,72 @@ +<?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:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg5931" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/emblems" + sodipodi:docname="emblem-symbolic-link.svg"> + <defs + id="defs5933" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.791667" + inkscape:cx="21.573560" + inkscape:cy="22.716245" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata5936"> + <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="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect7394" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /> + <path + style="opacity:1.0000000;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" + d="M 4.0000000,34.000000 C 4.6814107,16.457299 21.000000,5.0000000 37.000000,20.000000 L 44.000000,12.000000 C 44.000000,12.000000 44.000000,35.000000 44.000000,35.000000 L 21.000000,35.000000 C 21.000000,35.000000 29.000000,28.000000 29.000000,28.000000 C 16.000000,15.000000 6.7719186,24.398539 4.0000000,34.000000 z " + id="path6666" + sodipodi:nodetypes="ccccccc" /> + <path + sodipodi:nodetypes="ccccccc" + id="path2177" + d="M 4.0000000,34.000000 C 4.6814107,16.457299 21.000000,5.0000000 37.000000,20.000000 L 44.000000,12.000000 C 44.000000,12.000000 44.000000,35.000000 44.000000,35.000000 L 21.000000,35.000000 C 21.000000,35.000000 29.000000,28.000000 29.000000,28.000000 C 16.000000,15.000000 6.7719186,24.398539 4.0000000,34.000000 z " + style="opacity:1.0000000;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:0.99999970;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" /> + </g> +</svg> diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-system.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-system.svg new file mode 100644 index 00000000..9c7e5a69 --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-system.svg @@ -0,0 +1,134 @@ +<?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://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" + width="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-system.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1276" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata1312"> + <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>System (emblem)</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem</rdf:li> + <rdf:li>system</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3942" + width="48" + height="48" + x="0" + y="0" + ry="0" /> + <path + transform="translate(0,1.875003)" + d="M 23.938113,3.1251011 C 28.80352,2.9768321 24.214319,7.7659001 28.717512,9.613985 C 33.570828,11.605758 33.526159,5.0331198 37.347002,8.627976 C 40.892207,11.963496 34.260769,12.104823 36.138214,16.595855 C 38.16163,21.436064 42.777602,16.756921 42.937399,22.000613 C 43.085668,26.86602 38.2966,22.276819 36.448515,26.780012 C 34.456742,31.633328 41.02938,31.588659 37.434524,35.409502 C 34.099004,38.954707 33.957677,32.323269 29.466645,34.200714 C 24.626436,36.22413 29.305579,40.840102 24.061887,40.999899 C 19.19648,41.148168 23.785681,36.3591 19.282488,34.511015 C 14.429172,32.519242 14.473841,39.09188 10.652998,35.497024 C 7.1077934,32.161504 13.739231,32.020177 11.861786,27.529145 C 9.8383695,22.688936 5.2223981,27.368079 5.0626011,22.124387 C 4.9143321,17.25898 9.7034001,21.848181 11.551485,17.344988 C 13.543258,12.491672 6.9706198,12.536341 10.565476,8.7154976 C 13.900996,5.1702934 14.042323,11.801731 18.533355,9.9242858 C 23.373564,7.9008695 18.694421,3.2848981 23.938113,3.1251011 z " + inkscape:randomized="0" + inkscape:rounded="0.604" + inkscape:flatsided="false" + sodipodi:arg2="-1.2085568" + sodipodi:arg1="-1.5740643" + sodipodi:r2="13.312417" + sodipodi:r1="18.9375" + sodipodi:cy="22.0625" + sodipodi:cx="24" + sodipodi:sides="8" + id="path2190" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + sodipodi:type="star" /> + <path + sodipodi:type="star" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path1315" + sodipodi:sides="8" + sodipodi:cx="24" + sodipodi:cy="22.0625" + sodipodi:r1="18.9375" + sodipodi:r2="13.312417" + sodipodi:arg1="-1.5740643" + sodipodi:arg2="-1.2085568" + inkscape:flatsided="false" + inkscape:rounded="0.604" + inkscape:randomized="0" + d="M 23.938113,3.1251011 C 28.80352,2.9768321 24.214319,7.7659001 28.717512,9.613985 C 33.570828,11.605758 33.526159,5.0331198 37.347002,8.627976 C 40.892207,11.963496 34.260769,12.104823 36.138214,16.595855 C 38.16163,21.436064 42.777602,16.756921 42.937399,22.000613 C 43.085668,26.86602 38.2966,22.276819 36.448515,26.780012 C 34.456742,31.633328 41.02938,31.588659 37.434524,35.409502 C 34.099004,38.954707 33.957677,32.323269 29.466645,34.200714 C 24.626436,36.22413 29.305579,40.840102 24.061887,40.999899 C 19.19648,41.148168 23.785681,36.3591 19.282488,34.511015 C 14.429172,32.519242 14.473841,39.09188 10.652998,35.497024 C 7.1077934,32.161504 13.739231,32.020177 11.861786,27.529145 C 9.8383695,22.688936 5.2223981,27.368079 5.0626011,22.124387 C 4.9143321,17.25898 9.7034001,21.848181 11.551485,17.344988 C 13.543258,12.491672 6.9706198,12.536341 10.565476,8.7154976 C 13.900996,5.1702934 14.042323,11.801731 18.533355,9.9242858 C 23.373564,7.9008695 18.694421,3.2848981 23.938113,3.1251011 z " + transform="translate(0,1.875003)" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path3065" + sodipodi:cx="24.0625" + sodipodi:cy="23.9375" + sodipodi:rx="5.0546875" + sodipodi:ry="4.9375" + d="M 29.117188 23.9375 A 5.0546875 4.9375 0 1 1 19.007812,23.9375 A 5.0546875 4.9375 0 1 1 29.117188 23.9375 z" + transform="translate(-7.8125e-3,0.125)" /> + </g> +</svg> diff --git a/icon-themes/ContrastHigh/scalable/emblems/emblem-unreadable.svg b/icon-themes/ContrastHigh/scalable/emblems/emblem-unreadable.svg new file mode 100644 index 00000000..e1e5488a --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/emblems/emblem-unreadable.svg @@ -0,0 +1,118 @@ +<?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://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" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + version="1.0" + sodipodi:docname="emblem-unreadable.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective10" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16.729167" + inkscape:cx="22.744707" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:snap-bbox="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:window-width="1280" + inkscape:window-height="1024" + inkscape:window-x="0" + inkscape:window-y="0"> + <inkscape:grid + type="xygrid" + id="grid2383" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <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>Emblem Unreadable</dc:title> + <dc:date>December 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem. unreadable</rdf:li> + <rdf:li>no read</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description></dc:description> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:0.52479337999999998;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3165" + width="48" + height="48" + x="0" + y="0" + ry="0" /> + <path + d="M 41,24 A 17,17 0 1 1 7,24 A 17,17 0 1 1 41,24 z" + sodipodi:ry="17" + sodipodi:rx="17" + sodipodi:cy="24" + sodipodi:cx="24" + id="path3163" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3157" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="17" + sodipodi:ry="17" + d="M 41,24 A 17,17 0 1 1 7,24 A 17,17 0 1 1 41,24 z" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 12,12 L 36,36" + id="path3161" /> + </g> +</svg> |