build: Add Grunt 'svgmin' task and crush SVGs
Adding 'grunt-svgmin' package and corresponding 'svgmin' task and also crush in-use SVGs. Bug: T215485 Change-Id: I3a8ba3daab7b7fb110000d88d9baff9ea1f5b5db
41
Gruntfile.js
|
@ -5,6 +5,8 @@ module.exports = function ( grunt ) {
|
|||
grunt.loadNpmTasks( 'grunt-eslint' );
|
||||
grunt.loadNpmTasks( 'grunt-jsonlint' );
|
||||
grunt.loadNpmTasks( 'grunt-stylelint' );
|
||||
grunt.loadNpmTasks( 'grunt-svgmin' );
|
||||
|
||||
grunt.initConfig( {
|
||||
eslint: {
|
||||
all: [
|
||||
|
@ -33,9 +35,46 @@ module.exports = function ( grunt ) {
|
|||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
]
|
||||
},
|
||||
// SVG Optimization
|
||||
svgmin: {
|
||||
options: {
|
||||
js2svg: {
|
||||
indent: '\t',
|
||||
pretty: true
|
||||
},
|
||||
multipass: true,
|
||||
plugins: [ {
|
||||
cleanupIDs: false
|
||||
}, {
|
||||
removeDesc: false
|
||||
}, {
|
||||
removeRasterImages: true
|
||||
}, {
|
||||
removeTitle: false
|
||||
}, {
|
||||
removeViewBox: false
|
||||
}, {
|
||||
removeXMLProcInst: false
|
||||
}, {
|
||||
sortAttrs: true
|
||||
} ]
|
||||
},
|
||||
all: {
|
||||
files: [ {
|
||||
expand: true,
|
||||
cwd: 'resources/images',
|
||||
src: [
|
||||
'**/*.svg'
|
||||
],
|
||||
dest: 'resources/images/',
|
||||
ext: '.svg'
|
||||
} ]
|
||||
}
|
||||
}
|
||||
} );
|
||||
|
||||
grunt.registerTask( 'minify', 'svgmin' );
|
||||
grunt.registerTask( 'test', [ 'eslint', 'jsonlint', 'banana', 'stylelint' ] );
|
||||
grunt.registerTask( 'default', 'test' );
|
||||
grunt.registerTask( 'default', [ 'minify', 'test' ] );
|
||||
};
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"grunt-eslint": "21.0.0",
|
||||
"grunt-jsonlint": "1.1.0",
|
||||
"grunt-stylelint": "0.10.1",
|
||||
"grunt-svgmin": "5.0.0",
|
||||
"stylelint-config-wikimedia": "0.5.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="5" height="13" viewBox="0 0 1.323 3.44">
|
||||
<path fill="#638c9c" d="M0 1.852v1.323h1.323V1.852z"/>
|
||||
<path fill="#638c9c" d="M0 1.852v1.323h1.323V1.852z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 190 B |
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="5" height="220" viewBox="0 0 1.323 58.208">
|
||||
<defs>
|
||||
<linearGradient id="b" x1="262.803" x2="263.049" y1="29.234" y2=".97" gradientTransform="translate(-492.003 238.792) scale(1.875)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#f9f9f9"/>
|
||||
<stop offset="1" stop-color="#f3f3f3"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path fill="url(#b)" d="M0 238.792h1.323V297H0z" transform="translate(0 -238.792)"/>
|
||||
<defs>
|
||||
<linearGradient id="b" x1="262.803" x2="263.049" y1="29.234" y2=".97" gradientTransform="translate(-492.003 238.792) scale(1.875)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#f9f9f9"/>
|
||||
<stop offset="1" stop-color="#f3f3f3"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path fill="url(#b)" d="M0 238.792h1.323V297H0z" transform="translate(0 -238.792)"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 597 B |
|
@ -1,260 +1,260 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1941" height="220" viewBox="0 0 273.897 31.044">
|
||||
<defs>
|
||||
<linearGradient id="D">
|
||||
<stop offset="0" stop-color="#e5e5e5"/>
|
||||
<stop offset="1" stop-color="#e5e5e5" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="C">
|
||||
<stop offset="0" stop-color="#f9f9f9"/>
|
||||
<stop offset="1" stop-color="#f3f3f3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="B">
|
||||
<stop offset="0" stop-color="#e9e9e9"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="A">
|
||||
<stop offset="0" stop-color="#f2f2f2"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="z">
|
||||
<stop offset="0" stop-color="#f4f4f4"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="y">
|
||||
<stop offset="0" stop-color="#efefef"/>
|
||||
<stop offset="1" stop-color="#efefef" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="x">
|
||||
<stop offset="0" stop-color="#d6d6d6"/>
|
||||
<stop offset="1" stop-color="#d6d6d6" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="w">
|
||||
<stop offset="0" stop-color="#f1f1f1"/>
|
||||
<stop offset="1" stop-color="#f1f1f1" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="v">
|
||||
<stop offset="0" stop-color="#f3f3f3"/>
|
||||
<stop offset="1" stop-color="#f3f3f3" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="u">
|
||||
<stop offset="0" stop-color="#ededed"/>
|
||||
<stop offset="1" stop-color="#ededed" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="t">
|
||||
<stop offset="0" stop-color="#f0f0f0"/>
|
||||
<stop offset="1" stop-color="#f0f0f0" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="s">
|
||||
<stop offset="0" stop-color="#f6f6f6"/>
|
||||
<stop offset="1" stop-color="#f5f5f5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="r">
|
||||
<stop offset="0" stop-color="#e9e9e9"/>
|
||||
<stop offset="1" stop-color="#f3f3f3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="q">
|
||||
<stop offset="0" stop-color="#e0e0e0"/>
|
||||
<stop offset="1" stop-color="#e0e0e0" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="p">
|
||||
<stop offset="0" stop-color="#ededed"/>
|
||||
<stop offset="1" stop-color="#e1e1e1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="o">
|
||||
<stop offset="0" stop-color="#ebebeb"/>
|
||||
<stop offset="1" stop-color="#e5e5e5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="n">
|
||||
<stop offset="0" stop-color="#f4f4f4"/>
|
||||
<stop offset="1" stop-color="#f4f4f4" stop-opacity=".997"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="m">
|
||||
<stop offset="0" stop-color="#d0d0d0"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="l">
|
||||
<stop offset="0" stop-color="#dadada"/>
|
||||
<stop offset="1" stop-color="#e9e9e9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="k">
|
||||
<stop offset="0" stop-color="#ececec"/>
|
||||
<stop offset=".514" stop-color="#f6f6f6"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="j">
|
||||
<stop offset="0" stop-color="#e8e8e8"/>
|
||||
<stop offset="1" stop-color="#f3f3f3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="i">
|
||||
<stop offset="0" stop-color="#f3f3f3"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="h">
|
||||
<stop offset="0" stop-color="#efefef"/>
|
||||
<stop offset=".396" stop-color="#ededed"/>
|
||||
<stop offset=".63" stop-color="#e8e8e8"/>
|
||||
<stop offset="1" stop-color="#dedede"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="g">
|
||||
<stop offset="0" stop-color="#cbcbcb"/>
|
||||
<stop offset=".517" stop-color="#dcdcdc"/>
|
||||
<stop offset=".865" stop-color="#eee"/>
|
||||
<stop offset="1" stop-color="#f0f0f0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="f">
|
||||
<stop offset="0" stop-color="#e6e6e6" stop-opacity=".997"/>
|
||||
<stop offset="1" stop-color="#dbdbdb"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="e">
|
||||
<stop offset="0" stop-color="#e1e1e1"/>
|
||||
<stop offset=".198" stop-color="#e4e4e4"/>
|
||||
<stop offset=".338" stop-color="#f5f5f5"/>
|
||||
<stop offset=".551" stop-color="#f4f4f4"/>
|
||||
<stop offset=".597" stop-color="#f2f2f2"/>
|
||||
<stop offset=".773" stop-color="#f6f6f6"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="d">
|
||||
<stop offset="0" stop-color="#cfcfcf"/>
|
||||
<stop offset="1" stop-color="#d0d0d0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="c">
|
||||
<stop offset="0" stop-color="#f2f2f2"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#e4e4e4"/>
|
||||
<stop offset=".504" stop-color="#e5e5e5"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#e6e6e6"/>
|
||||
<stop offset=".442" stop-color="#e7e7e7"/>
|
||||
<stop offset=".772" stop-color="#f1f1f1"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="ah" x1="241.181" x2="241.052" y1=".83" y2="29.29" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<linearGradient id="ai" x1="862.392" x2="864.333" y1="1.153" y2="114.025" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
<linearGradient id="ag" x1="231.389" x2="224.379" y1="13.086" y2="20.51" gradientUnits="userSpaceOnUse" xlink:href="#c"/>
|
||||
<linearGradient id="aj" x1="52.702" x2="52.47" y1="16.05" y2="18.382" gradientUnits="userSpaceOnUse" xlink:href="#d"/>
|
||||
<linearGradient id="O" x1="15.127" x2="103.297" y1="15.607" y2="31.128" gradientUnits="userSpaceOnUse" xlink:href="#e"/>
|
||||
<linearGradient id="P" x1="35.71" x2="36.996" y1="18.012" y2="18.177" gradientUnits="userSpaceOnUse" xlink:href="#f"/>
|
||||
<linearGradient id="L" x1="45.303" x2="45.624" y1="18.049" y2="26.029" gradientUnits="userSpaceOnUse" xlink:href="#g"/>
|
||||
<linearGradient id="M" x1="71.064" x2="72.457" y1="24.169" y2="21.973" gradientUnits="userSpaceOnUse" xlink:href="#h"/>
|
||||
<linearGradient id="ae" x1="66.829" x2="120.759" y1="22.094" y2="30.56" gradientUnits="userSpaceOnUse" xlink:href="#i"/>
|
||||
<linearGradient id="J" x1="65.523" x2="63.831" y1="23.532" y2="26.451" gradientUnits="userSpaceOnUse" xlink:href="#j"/>
|
||||
<linearGradient id="N" x1="95.817" x2="95.561" y1="25.922" y2="28.296" gradientUnits="userSpaceOnUse" xlink:href="#k"/>
|
||||
<linearGradient id="K" x1="33.045" x2="32.51" y1="15.633" y2="18.439" gradientUnits="userSpaceOnUse" xlink:href="#l"/>
|
||||
<linearGradient id="F" x1="33.342" x2="33.513" y1="17.978" y2="30.778" gradientUnits="userSpaceOnUse" xlink:href="#m"/>
|
||||
<linearGradient id="G" x1="34.162" x2="33.08" y1="18.797" y2="27.777" gradientUnits="userSpaceOnUse" xlink:href="#m"/>
|
||||
<filter id="H" width="1.115" height="1.269" x="-.057" y="-.135" color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur stdDeviation="1.33"/>
|
||||
</filter>
|
||||
<linearGradient id="ad" x1="44.713" x2="32.808" y1="13.097" y2="3.44" gradientUnits="userSpaceOnUse" xlink:href="#n"/>
|
||||
<linearGradient id="ac" x1="7.266" x2="7.419" y1="12.121" y2="9.176" gradientUnits="userSpaceOnUse" xlink:href="#o"/>
|
||||
<linearGradient id="ab" x1="9.677" x2="10.488" y1="4.024" y2=".745" gradientUnits="userSpaceOnUse" xlink:href="#p"/>
|
||||
<linearGradient id="af" x1="64.1" x2="62.561" y1="3.955" y2=".306" gradientUnits="userSpaceOnUse" xlink:href="#q"/>
|
||||
<linearGradient id="W" x1="79.435" x2="80.522" y1="2.238" y2="4.488" gradientUnits="userSpaceOnUse" xlink:href="#r"/>
|
||||
<linearGradient id="V" x1="216.854" x2="157.45" y1="10.693" y2="1.152" gradientUnits="userSpaceOnUse" xlink:href="#s"/>
|
||||
<linearGradient id="Y" x1="151.682" x2="248.454" y1="1.765" y2="13.926" gradientUnits="userSpaceOnUse" xlink:href="#t"/>
|
||||
<linearGradient id="X" x1="155.198" x2="222.595" y1="5.793" y2="18.882" gradientUnits="userSpaceOnUse" xlink:href="#u"/>
|
||||
<linearGradient id="Z" x1="167.257" x2="232.504" y1="4.057" y2="16.124" gradientUnits="userSpaceOnUse" xlink:href="#v"/>
|
||||
<linearGradient id="aa" x1="111.926" x2="220.942" y1="10.932" y2="22.839" gradientUnits="userSpaceOnUse" xlink:href="#w"/>
|
||||
<linearGradient id="S" x1="81.617" x2="81.449" y1="-7.073" y2="11.636" gradientUnits="userSpaceOnUse" xlink:href="#x"/>
|
||||
<linearGradient id="T" x1="93.149" x2="92.968" y1="13.259" y2="15.017" gradientUnits="userSpaceOnUse" xlink:href="#y"/>
|
||||
<linearGradient id="R" x1="176.25" x2="176.742" y1="18.815" y2="31.118" gradientUnits="userSpaceOnUse" xlink:href="#z"/>
|
||||
<linearGradient id="U" x1="93.015" x2="93.101" y1="19.511" y2="28.389" gradientUnits="userSpaceOnUse" xlink:href="#A"/>
|
||||
<linearGradient id="Q" x1="75.997" x2="75.848" y1="20.433" y2="25.46" gradientUnits="userSpaceOnUse" xlink:href="#B"/>
|
||||
<linearGradient id="E" x1="262.803" x2="263.049" y1="29.234" y2=".97" gradientUnits="userSpaceOnUse" xlink:href="#C"/>
|
||||
<linearGradient id="I" x1="243.28" x2="244.389" y1="10.403" y2="10.59" gradientUnits="userSpaceOnUse" xlink:href="#D"/>
|
||||
</defs>
|
||||
<path fill="url(#E)" d="M0 0h273.897v31.044H0z"/>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#F)" d="M-1.964 14.277l48.596 4.794 25.07 4.958 41.814 8.232-117.445 1.122z"/>
|
||||
<path fill="url(#G)" d="M-2.245 12.195c.748.234 40.937 5.578 40.937 5.578l9.016 5.04-3.228 13.096s-52.618-.982-52.478-1.216c.14-.234 5.753-22.498 5.753-22.498z" filter="url(#H)"/>
|
||||
<path fill="url(#I)" d="M245.302-1.003l1.753-.1-5.027 32.974-1.952-.264z"/>
|
||||
</g>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#J)" d="M63.49 26.81c1.564-.958 2.958-2.241 4.243-3.604l-2.976.083z"/>
|
||||
<path fill="url(#K)" d="M-.538 10.465S19.2 13.41 24.976 14.16c5.777.748 10.384 1.31 12.231 2.315 1.848 1.006-.187 1.193-.187 1.193s-3.59-.027-4.485.314c-.894.34-2.718.808-2.718.808l-31.781-4.513z"/>
|
||||
<path fill="url(#L)" d="M39.055 17.48c-1.497-.046-2.807.632-2.807.632s-2.806 3.905-2.455 4.49c.35.585 5.449 3.227 14.265 4.14 8.817.911 14.476.374 15.318-.14.842-.515 1.006-2.854 1.006-2.854l-.398-1.427-4.724-3.46-16.604-2.41z"/>
|
||||
<path fill="url(#M)" d="M64.757 23.289c-.773-.968-.1-1.703-.1-1.703 1.541.158 7.268.03 11.526 1.339l-4.828 2.15s-4.829-2.547-6.598-1.786z"/>
|
||||
<path fill="url(#N)" d="M73.819 23.173l.397-.661s24.308 3.307 29.104 4.233c4.795.926 22.853 4.994 22.853 4.994l-17.495-.43c-11.327-1.566-22.968-2.748-34.86-8.136z"/>
|
||||
<path fill="url(#O)" d="M-.561 14.627c.28.047 29.326 4.537 30.589 4.49 1.263-.046 1.75-.742 3.324-.866 1.002-.079 1.396.627 1.15.942-1.213 1.547-2.15 3.321-.078 4.555 2.727 1.623 10.236 2.678 14.92 3.274 8.28 1.052 12.392.52 13.798-.047 1.613-.65.906-1.614 1.69-2.62.385-.495 2.446-.827 3.43-.154.72.493 1.008 1.184 2.41 1.511.653.153 39.804 6.174 39.804 6.174l12.088 1.09c-.05.133-42.57-4.899-48.44-10.24-.861-.783-1.336 2.183-3.31 1.573-1.976-.61-2.157-3.1-5.925-1.83-1.501.505-.994 2.936-1.887 3.56-1.446 1.013-7.904 1.123-12.722.562-4.817-.561-14.41-2.143-15.715-3.788-.496-.624-.07-1.9.467-2.666 1.147-1.636.101-2.781-1.31-2.666-1.951.158-2.808 1.22-3.975 1.075-.925-.114-32.413-4.677-32.413-4.677z"/>
|
||||
<path fill="url(#P)" d="M34.264 21.586c1.322-2.828 4.29-3.308 4.192-4.118-.1-.81-2.026-.585-2.655-.453-.716.132-2.478.429-3.406.85 0 0 1.736-.414 2.183.397.446.81-.314 3.324-.314 3.324z"/>
|
||||
</g>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#Q)" d="M58.374 13.483c-1.059.827 1.786 5.027 1.786 5.027l3.406 3.307s5.887.132 8.533.496 45.045 6.383 54.438 9.36c9.393 2.976 15.697 4.75 15.697 4.75l3.695-11.459s-82.362-14.03-87.555-11.481z"/>
|
||||
<path fill="url(#R)" d="M222.382 20.13l2.448 16.67-40.626.41C146.56 31.804 88.95 12.102 64.624 19.8c-.916.629-1.258.465-1.24-.199-1.927.24-.602-.857-.33-1.29-1.123.427-.936-.215-1.373-.347-.562-.162-1-.415-.96-1.025-2.386.44-.823-.684-.859-1.257-.945.183-.505-.511-.612-.86 0 0 4.407-8.941 26.062-14.133 21.656-5.191 86.397-.734 137.07 19.441z"/>
|
||||
<path fill="url(#S)" d="M60.476 15.048S69.73 5.621 93.638 2.513C120.55-.985 189.4 18.557 189.399 18.558c0 0-69.553-17.635-94.311-14.782C71.47 6.498 60.476 15.048 60.476 15.048z"/>
|
||||
<path fill="#efefef" d="M85.219 6.63c17.384-4.36 55.57 1.9 65.154 3.928-9.226-1.908-46.83-9.643-65.154-3.929z"/>
|
||||
<path fill="#f1f1f1" d="M130.836 8.753c14.135 1.85 68.486 15.66 79.838 18.786-13.334-3.852-66.283-17.468-79.838-18.786z"/>
|
||||
<path fill="#f5f5f5" d="M82.249 8.936c10.572-1.518 25.094-1.26 28.84-1.19-3.184-.357-17.088-.764-28.84 1.19z"/>
|
||||
<path fill="#f7f7f7" d="M187.193 24.76c-10.46-3.523-42.856-12.108-50.205-13.427 8.32 1.188 41.811 9.916 50.205 13.428z"/>
|
||||
<path fill="#efefef" d="M96.771 9.547c23.108.926 55.544 7.174 82.352 16.007-20.863-7.287-56.35-16.843-82.352-16.007z"/>
|
||||
<path fill="#f0f0f0" d="M74.017 12.92c6.664-1.521 23.058-2.31 29.7-1.984-8.503-.463-20.974-.491-29.7 1.984zm-10.252 4.102c4.888-2.032 8.536-2.42 10.318-2.646-2.839.732-6.491 1.667-10.318 2.646z"/>
|
||||
<path fill="url(#T)" d="M78.515 13.913c28.778-.404 67.141 7.028 94.324 15.478-14.251-5.307-58.585-20.163-94.324-15.478z"/>
|
||||
<path fill="#f9f9f9" d="M80.542 16.124c8.207.12 22.163 1.425 33.068 2.666-4.842-.841-26.127-3.07-33.068-2.666z"/>
|
||||
<path fill="#f0f0f0" d="M65.481 18.37c2.714-.7 5.829-1.085 8.746-1.404-2.486.13-6.631.667-8.746 1.403z"/>
|
||||
<path fill="#ededed" d="M75.256 16.03c4.552-.583 18.219.044 25.117.749-4.907-.542-18.234-1.691-25.117-.748z"/>
|
||||
<path fill="url(#U)" d="M154.629 31.7s-38.107-10.88-71.187-12.582c-14.577-.75-18.904 1-18.904 1-.652.55.383.628 1.356.738-.308.42-.369.743.482.705.132-.297 15.931-.058 32.781 3.17 19.07 3.652 33.045 8.395 33.045 8.395z"/>
|
||||
<path fill="#f2f2f2" d="M73.538 19.932c9.594.067 19.773 1.398 28.806 2.745-4.654-.908-17.209-3.246-28.806-2.745z"/>
|
||||
</g>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#V)" d="M122.029-.948l98.97 22.077-3.04-23.527z"/>
|
||||
<path fill="url(#W)" d="M59.635 13.13l-.375 1.31s9.308-8.746 24.322-12.207c15.014-3.461 31.103-3.555 52.431.935 21.329 4.49 85.443 18.682 85.443 18.682l-2.58-5.358L132.16-1.102l-45.64-.794S62.913 5.999 59.635 13.13z"/>
|
||||
<path fill="#f8f8f8" d="M131.685-.696c30.86 4.82 58.639 11.489 87.838 17.306l-.234-.795c-28.318-5.697-54.562-11.6-85.126-17.072z"/>
|
||||
<path fill="url(#X)" d="M132.973.081c30.86 4.82 58.546 12.12 87.745 17.937l-.14-1.426c-28.318-5.696-54.562-11.6-85.126-17.072z"/>
|
||||
<path fill="url(#Y)" d="M141.533-.854c27.55 3.965 51.703 9.73 77.595 14.359l.14-2.585c-24.47-4.307-47.714-8.466-73.526-12.102z"/>
|
||||
<path fill="#f6f6f6" d="M160.475-.948c16.969 3.27 38.852 7.36 58.278 11.039l-.233-.754C199.04 6.007 169.885.52 160.475-.948z"/>
|
||||
<path fill="url(#Z)" d="M170.438-.527c16.041 2.699 31.824 5.656 47.707 8.513l-.046.655-50.842-8.887z"/>
|
||||
<path fill="#f1f1f1" d="M177.5-2.585c.936.28 38.4 6.361 38.4 6.361l-.046-.655c-10.032-1.671-19.02-3.22-28.017-4.77l-10.617-.889z"/>
|
||||
<path fill="#f4f4f4" d="M187.229-1.135c9.147.894 17.799 1.143 27.502 2.76l.094-.608c-5.15-.664-10.008-1.294-14.92-1.824z"/>
|
||||
<path fill="url(#aa)" d="M113.47-.433c35.796 3.976 72.668 14.5 108.464 21.515l-.14 1.216c-36.046-7.417-68.99-16.951-109.868-22.497z"/>
|
||||
</g>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#ab)" d="M-.992-.606l.132 4.365s19.38 2.613 23.614 4.002c4.234 1.39 17.86 7.871 17.86 7.871l5.622-.231 7.014-2.925 4.7 3.145c.611-.051 1.486-.834 1.421-1.295l-4.437-2.996-1.38-.935-1.146-.562-4.513 2.315-7.273 1.123-24.58-14.616z"/>
|
||||
<path fill="url(#ac)" d="M-.398 10.558l31.431 4.42s6.244 1.053 7.227 1.848c.982.795 1.146.795 1.146.795l1.052-1.871-4.935-2.923S4.326 3.847.795 5.086c-3.531 1.24-1.193 5.472-1.193 5.472z"/>
|
||||
<path fill="url(#ad)" d="M3.142-.11C1.566-1.65 27.84 2.228 40.018 14.177c.716.703 2.1 1.023 1.82.488.597.261 1.636.914 1.521-.3.939.024 3.184 1.37 2.63-.815.471-.01.355-.175.71-.497.635.123 1.195.097 1.654-.133.964.276 1.669.108 1.885-.892.517-.198 1.212-.056 1.323-1.026 0 0 .992.066 1.157-.397.166-.463.364-11.178.364-11.178z"/>
|
||||
<path fill="#f5f5f5" d="M51.726-.342c1.482 2.673.554 11.435 1.588 11.51.543.42.954-.041 1.1-.133.11.531-.1 1.503.975 1.235-.103.514 1.06 1.82 1.79 1.08.042.178.855 1.513 1.7.99-.033.263-.372.739.19.796C69.452 4.604 80.76 1.876 91.313-1.334z"/>
|
||||
<path fill="#f4f4f4" d="M38.692 17.773s-1.344-1.836-8.08-2.748c-6.735-.912-33.98-4.677-33.98-4.677l.538-.304s31.735 4.42 33.91 4.7c2.175.281 7.425 1.687 7.881 2.206.456.519-.269.823-.269.823z"/>
|
||||
<path fill="url(#ae)" d="M64.89 22.479c1.526-.672 2.813-.263 5.619-.146 1.964.082 21.544 2.86 32.226 4.853 9.899 1.846 29.557 6.24 29.557 6.24l1.984-.596s-22.986-4.927-31.75-6.383c-8.764-1.455-27.01-4.42-32.504-4.717-3.096-.167-5.265-.045-5.265-.045s-.893.76.132.794"/>
|
||||
<path fill="url(#af)" d="M64.46-.276c-.806.994-4.303 6.386-8.732 11.774 4.366-4.703 8.757-9.262 13.427-12.187z"/>
|
||||
<path fill="#efefef" d="M62.987-.325c-3.268 3.06-5.699 7.167-8.88 10.88C56.25 6.824 56.574-1.324 56.82-.787c-.066.066 6.168.463 6.168.463z"/>
|
||||
<path fill="#ebebeb" d="M54.885 11.101c.78-.31 2.04-2.435 2.1-2.678-.184.343-1.65 2.36-2.1 2.678z"/>
|
||||
<path fill="#dedede" d="M59.763 12.193C62.913 9.112 73.055 2.7 73.075 2.8c-2.652 1.207-10.037 5.438-13.312 9.393z"/>
|
||||
<path fill="#f3f3f3" d="M86.949-.176c.346-.548-8.597 1.645-15.032 5.275 3.6-2.163 8.698-4.343 13.097-5.375z"/>
|
||||
<path fill="#f1f1f1" d="M82.058-.456C78.713.56 74.483 2.715 71.421 4.818c2.544-2.04 5.996-4.044 8.818-5.538z"/>
|
||||
<path fill="#efefef" d="M71.14 1.064c-4.405 2.76-8.8 6.233-12.965 10.12 3.93-4.195 9.302-8.433 12.965-10.12z"/>
|
||||
<path fill="#f3f3f3" d="M-.96 2.337c4.275.278 35.22 5.029 40.68 12.336.618.379.67 2.567-.743 1.631C29.515 10.03-.006 6.457-2.679 7.067z"/>
|
||||
<path fill="#ededed" d="M-.728 4.884C18.171 6.24 29.203 9.922 34.098 11.96 25.325 9.39 10.562 6.627-.76 6.273z"/>
|
||||
<path fill="#efefef" d="M48.716-.739c1.535 2.745 2.403 5.358 3.076 8.236-1.34-4.526-2.424-6.151-3.902-8.269z"/>
|
||||
<path fill="#ededed" d="M46.534-.904a48.533 48.533 0 0 1 4.134 9.426c-2.302-3.299-4.775-6.496-8.037-9.228z"/>
|
||||
<path fill="#f0f0f0" d="M40.547-.937c3.497 3.233 6.208 6.69 9.129 10.087-3.038-3.258-5.888-6.574-9.592-9.624z"/>
|
||||
<path fill="#efefef" d="M39.72 1.113c3.116 3.175 6.121 6.35 8.864 9.525.323.334-4.398-6.07-8.863-9.525z"/>
|
||||
<path fill="#eee" d="M23.647-.87c6.227 3.572 12.515 7.207 18.819 12.434C34.866 5.98 28.443 2.747 21.86-.805z"/>
|
||||
</g>
|
||||
<path fill="url(#ag)" fill-rule="evenodd" d="M214.31-.082l.07 1.426 1.216.912-.28 1.146.374.444-.14 1.287s.233 1.146.327 1.169c.093.023.889.374.889.374l1.286 2.386-.374.818.35.304v.819l-.14.678.655.608-.608 1.24 1.029 1.566.444 1.45-.701.819.655.654-.211 1.31 1.216 1.24-.28 1.239.35.842 1.006.608-.257 2.011-.281.748.257 2.9 1.193 3.134 17.119.398 4.162-33.934-27.712 1.03z"/>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#ah)" d="M235.779 31.419l6.477-32.67 3.602.257-5.45 34.915z"/>
|
||||
<path fill="#f3f3f3" d="M219.604 23.04l7.392-23.795.976-.017z"/>
|
||||
<path fill="url(#ai)" d="M857.938-2.854s-.5 7.188.187 9.563c.688 2.375 2.562 1.375 4.625 1.812 2.062.438 2.437 2.625 2.188 3.438-.25.812 2.687 7.062 2.687 7.062s4.75-18.125 4.938-20.375zm8.375 27.125L857 64.21s2.25 1.375 2.563 3c.312 1.625.5 6.937.5 6.937l1.375.25s1.625-2.25 1.812-.562c.187 1.687 0 10.875 0 10.875l10.188-41s-.5-2.375-.25-4.125-.063-6.438-.438-6.563-1.687 2.813-2.188 2c-.5-.812-1.5-7.875-2.125-8.437-.624-.563-2.125-2.313-2.125-2.313zm-2.836 64.05a1.407 1.407 0 0 0-.276.02l-4.861 20.948s1.501 5.128 3.357 5.658c1.856.53 7.955 5.037 7.955 5.037l5.569-21.566s-1.68 1.856-2.387-.266c-.707-2.121 1.77-4.772-.617-5.39-2.387-.619-4.775-.177-5.658-1.326-.829-1.078-1.734-3.087-3.082-3.116z" transform="scale(.26458)"/>
|
||||
<path fill="#f2f2f2" d="M240.076-.474l-6.118 28.343 5.49-28.442z"/>
|
||||
<path fill="#f6f6f6" d="M232.536 25.488l5.787-26.26.298.133-6.284 29.203z"/>
|
||||
<path fill="#f0f0f0" d="M230.684 22.743l5.754-23.912.232.199z"/>
|
||||
<path fill="#f7f7f7" d="M226.781 5.446l-6.826 24.403.244 2.32z"/>
|
||||
<path fill="#f4f4f4" d="M228.534 4.917l-6.25 22.754s5.29-14.519 6.25-22.754z"/>
|
||||
<path fill="#f7f7f7" d="M232.734-1.565c-.132.165-2.249 8.334-2.249 8.334l1.654-7.871z"/>
|
||||
<path fill="#f5f5f5" d="M216.368-.176c0 .094-.725 3.742-.725 3.742l1.52-4.023z"/>
|
||||
<path fill="#f7f7f7" d="M214.38 1.344l1.193-2.268.28.374-1.216 2.642zm4.49-1.59l-2.619 5.753.444 2.409 3.04-8.373-.958.281.14.023-.093-.21z"/>
|
||||
<path fill="#f4f4f4" d="M217 8.898l.444 1.847 4.91-12.044-1.215-.163z"/>
|
||||
<path fill="#f3f3f3" d="M218.566 13.435l.351 3.344 7.086-18.311-.842.117z"/>
|
||||
</g>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#aj)" d="M43.326 17.146c.04 0 4.762.57 6.184.893 1.422.322 6.664 1.463 7.4 1.562.736.1 3.812.53 3.812.53l-6.086-6.301-3.067-.604z"/>
|
||||
<path fill="#d6d6d6" d="M41.308 17.832c6.312-.615 11.274 1.936 19.058 2.795l-.24-.745c-7.995-.942-11.39-2.702-17.032-2.927z"/>
|
||||
<path fill="#e7e7e7" d="M51.461 14.095c.034.099.116 1.835-.248 2.083-.363.248-2.05.678-2.893.81-1.042.215-2.762.463-2.762.463-1.265.112-2.55-.761-3.77-.016l-.943.628s2.1-.215 2.877-.231c.778-.017 1.489.099 1.919.082.43-.016 1.752-.48 2.48-.529.728-.05 3.175-.562 3.555-.975.38-.414.166-2.762.166-2.762z"/>
|
||||
<path fill="#f4f4f4" d="M39.324 16.658c-.443.372-1.193 1.737-.281 1.918.297.05 1.438-.165 1.504-.265.067-.099.298-.248.298-.248.838-.006 1.35-.185 1.935-.777 0 0 .694.199.926.083 1.287-.032 2.55-.142 3.687-.893.116-.132.298-.53.298-.53 1.246-.359 1.984-.616 2.58-1.256.832-.103 1.476-.096 1.868-.794.378.708.793.862 1.472.76 1.181.346 3.137 2.118 3.556 2.779.325.573.855 1.244 1.703 1.687.64.987 2.579 3.19 3.191 3.274.381.506.51 1.514 1.555 1.025.548-.198 1.091-.4 1.273-.942 2.036-.746.956-1.522-.694-1.952.08-.039-1.407-.847-1.571-.942.013-.533-1.356-1.643-1.72-1.62-.246-.82-1.166-1.12-1.224-1.49-.246-.642-.556-1.328-.959-1.487-1.192-.642-1.581-1.155-2.447-1.44-.31-.3-.928-.577-.844-.876-.386-.352-.683-.81-1.157-1.008-.408-.206-.816-.19-1.224-.182-.674-.17-1.159.272-1.637.645-.541.483-1.13.626-1.736.694-.792-.032-1.406.37-2.051.695-.917.293-2.028.079-2.762.76-.381.764-1.158.885-2.034.844-.532-.294-1.277-.025-2.133-.248-.771.065-1.091.893-1.372 1.786z"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="D">
|
||||
<stop offset="0" stop-color="#e5e5e5"/>
|
||||
<stop offset="1" stop-color="#e5e5e5" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="C">
|
||||
<stop offset="0" stop-color="#f9f9f9"/>
|
||||
<stop offset="1" stop-color="#f3f3f3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="B">
|
||||
<stop offset="0" stop-color="#e9e9e9"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="A">
|
||||
<stop offset="0" stop-color="#f2f2f2"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="z">
|
||||
<stop offset="0" stop-color="#f4f4f4"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="y">
|
||||
<stop offset="0" stop-color="#efefef"/>
|
||||
<stop offset="1" stop-color="#efefef" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="x">
|
||||
<stop offset="0" stop-color="#d6d6d6"/>
|
||||
<stop offset="1" stop-color="#d6d6d6" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="w">
|
||||
<stop offset="0" stop-color="#f1f1f1"/>
|
||||
<stop offset="1" stop-color="#f1f1f1" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="v">
|
||||
<stop offset="0" stop-color="#f3f3f3"/>
|
||||
<stop offset="1" stop-color="#f3f3f3" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="u">
|
||||
<stop offset="0" stop-color="#ededed"/>
|
||||
<stop offset="1" stop-color="#ededed" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="t">
|
||||
<stop offset="0" stop-color="#f0f0f0"/>
|
||||
<stop offset="1" stop-color="#f0f0f0" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="s">
|
||||
<stop offset="0" stop-color="#f6f6f6"/>
|
||||
<stop offset="1" stop-color="#f5f5f5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="r">
|
||||
<stop offset="0" stop-color="#e9e9e9"/>
|
||||
<stop offset="1" stop-color="#f3f3f3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="q">
|
||||
<stop offset="0" stop-color="#e0e0e0"/>
|
||||
<stop offset="1" stop-color="#e0e0e0" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="p">
|
||||
<stop offset="0" stop-color="#ededed"/>
|
||||
<stop offset="1" stop-color="#e1e1e1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="o">
|
||||
<stop offset="0" stop-color="#ebebeb"/>
|
||||
<stop offset="1" stop-color="#e5e5e5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="n">
|
||||
<stop offset="0" stop-color="#f4f4f4"/>
|
||||
<stop offset="1" stop-color="#f4f4f4" stop-opacity=".997"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="m">
|
||||
<stop offset="0" stop-color="#d0d0d0"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="l">
|
||||
<stop offset="0" stop-color="#dadada"/>
|
||||
<stop offset="1" stop-color="#e9e9e9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="k">
|
||||
<stop offset="0" stop-color="#ececec"/>
|
||||
<stop offset=".514" stop-color="#f6f6f6"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="j">
|
||||
<stop offset="0" stop-color="#e8e8e8"/>
|
||||
<stop offset="1" stop-color="#f3f3f3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="i">
|
||||
<stop offset="0" stop-color="#f3f3f3"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="h">
|
||||
<stop offset="0" stop-color="#efefef"/>
|
||||
<stop offset=".396" stop-color="#ededed"/>
|
||||
<stop offset=".63" stop-color="#e8e8e8"/>
|
||||
<stop offset="1" stop-color="#dedede"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="g">
|
||||
<stop offset="0" stop-color="#cbcbcb"/>
|
||||
<stop offset=".517" stop-color="#dcdcdc"/>
|
||||
<stop offset=".865" stop-color="#eee"/>
|
||||
<stop offset="1" stop-color="#f0f0f0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="f">
|
||||
<stop offset="0" stop-color="#e6e6e6" stop-opacity=".997"/>
|
||||
<stop offset="1" stop-color="#dbdbdb"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="e">
|
||||
<stop offset="0" stop-color="#e1e1e1"/>
|
||||
<stop offset=".198" stop-color="#e4e4e4"/>
|
||||
<stop offset=".338" stop-color="#f5f5f5"/>
|
||||
<stop offset=".551" stop-color="#f4f4f4"/>
|
||||
<stop offset=".597" stop-color="#f2f2f2"/>
|
||||
<stop offset=".773" stop-color="#f6f6f6"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="d">
|
||||
<stop offset="0" stop-color="#cfcfcf"/>
|
||||
<stop offset="1" stop-color="#d0d0d0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="c">
|
||||
<stop offset="0" stop-color="#f2f2f2"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#e4e4e4"/>
|
||||
<stop offset=".504" stop-color="#e5e5e5"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#e6e6e6"/>
|
||||
<stop offset=".442" stop-color="#e7e7e7"/>
|
||||
<stop offset=".772" stop-color="#f1f1f1"/>
|
||||
<stop offset="1" stop-color="#f9f9f9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="ah" x1="241.181" x2="241.052" y1=".83" y2="29.29" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<linearGradient id="ai" x1="862.392" x2="864.333" y1="1.153" y2="114.025" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
<linearGradient id="ag" x1="231.389" x2="224.379" y1="13.086" y2="20.51" gradientUnits="userSpaceOnUse" xlink:href="#c"/>
|
||||
<linearGradient id="aj" x1="52.702" x2="52.47" y1="16.05" y2="18.382" gradientUnits="userSpaceOnUse" xlink:href="#d"/>
|
||||
<linearGradient id="O" x1="15.127" x2="103.297" y1="15.607" y2="31.128" gradientUnits="userSpaceOnUse" xlink:href="#e"/>
|
||||
<linearGradient id="P" x1="35.71" x2="36.996" y1="18.012" y2="18.177" gradientUnits="userSpaceOnUse" xlink:href="#f"/>
|
||||
<linearGradient id="L" x1="45.303" x2="45.624" y1="18.049" y2="26.029" gradientUnits="userSpaceOnUse" xlink:href="#g"/>
|
||||
<linearGradient id="M" x1="71.064" x2="72.457" y1="24.169" y2="21.973" gradientUnits="userSpaceOnUse" xlink:href="#h"/>
|
||||
<linearGradient id="ae" x1="66.829" x2="120.759" y1="22.094" y2="30.56" gradientUnits="userSpaceOnUse" xlink:href="#i"/>
|
||||
<linearGradient id="J" x1="65.523" x2="63.831" y1="23.532" y2="26.451" gradientUnits="userSpaceOnUse" xlink:href="#j"/>
|
||||
<linearGradient id="N" x1="95.817" x2="95.561" y1="25.922" y2="28.296" gradientUnits="userSpaceOnUse" xlink:href="#k"/>
|
||||
<linearGradient id="K" x1="33.045" x2="32.51" y1="15.633" y2="18.439" gradientUnits="userSpaceOnUse" xlink:href="#l"/>
|
||||
<linearGradient id="F" x1="33.342" x2="33.513" y1="17.978" y2="30.778" gradientUnits="userSpaceOnUse" xlink:href="#m"/>
|
||||
<linearGradient id="G" x1="34.162" x2="33.08" y1="18.797" y2="27.777" gradientUnits="userSpaceOnUse" xlink:href="#m"/>
|
||||
<filter id="H" width="1.115" height="1.269" x="-.057" y="-.135" color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur stdDeviation="1.33"/>
|
||||
</filter>
|
||||
<linearGradient id="ad" x1="44.713" x2="32.808" y1="13.097" y2="3.44" gradientUnits="userSpaceOnUse" xlink:href="#n"/>
|
||||
<linearGradient id="ac" x1="7.266" x2="7.419" y1="12.121" y2="9.176" gradientUnits="userSpaceOnUse" xlink:href="#o"/>
|
||||
<linearGradient id="ab" x1="9.677" x2="10.488" y1="4.024" y2=".745" gradientUnits="userSpaceOnUse" xlink:href="#p"/>
|
||||
<linearGradient id="af" x1="64.1" x2="62.561" y1="3.955" y2=".306" gradientUnits="userSpaceOnUse" xlink:href="#q"/>
|
||||
<linearGradient id="W" x1="79.435" x2="80.522" y1="2.238" y2="4.488" gradientUnits="userSpaceOnUse" xlink:href="#r"/>
|
||||
<linearGradient id="V" x1="216.854" x2="157.45" y1="10.693" y2="1.152" gradientUnits="userSpaceOnUse" xlink:href="#s"/>
|
||||
<linearGradient id="Y" x1="151.682" x2="248.454" y1="1.765" y2="13.926" gradientUnits="userSpaceOnUse" xlink:href="#t"/>
|
||||
<linearGradient id="X" x1="155.198" x2="222.595" y1="5.793" y2="18.882" gradientUnits="userSpaceOnUse" xlink:href="#u"/>
|
||||
<linearGradient id="Z" x1="167.257" x2="232.504" y1="4.057" y2="16.124" gradientUnits="userSpaceOnUse" xlink:href="#v"/>
|
||||
<linearGradient id="aa" x1="111.926" x2="220.942" y1="10.932" y2="22.839" gradientUnits="userSpaceOnUse" xlink:href="#w"/>
|
||||
<linearGradient id="S" x1="81.617" x2="81.449" y1="-7.073" y2="11.636" gradientUnits="userSpaceOnUse" xlink:href="#x"/>
|
||||
<linearGradient id="T" x1="93.149" x2="92.968" y1="13.259" y2="15.017" gradientUnits="userSpaceOnUse" xlink:href="#y"/>
|
||||
<linearGradient id="R" x1="176.25" x2="176.742" y1="18.815" y2="31.118" gradientUnits="userSpaceOnUse" xlink:href="#z"/>
|
||||
<linearGradient id="U" x1="93.015" x2="93.101" y1="19.511" y2="28.389" gradientUnits="userSpaceOnUse" xlink:href="#A"/>
|
||||
<linearGradient id="Q" x1="75.997" x2="75.848" y1="20.433" y2="25.46" gradientUnits="userSpaceOnUse" xlink:href="#B"/>
|
||||
<linearGradient id="E" x1="262.803" x2="263.049" y1="29.234" y2=".97" gradientUnits="userSpaceOnUse" xlink:href="#C"/>
|
||||
<linearGradient id="I" x1="243.28" x2="244.389" y1="10.403" y2="10.59" gradientUnits="userSpaceOnUse" xlink:href="#D"/>
|
||||
</defs>
|
||||
<path fill="url(#E)" d="M0 0h273.897v31.044H0z"/>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#F)" d="M-1.964 14.277l48.596 4.794 25.07 4.958 41.814 8.232-117.445 1.122z"/>
|
||||
<path fill="url(#G)" d="M-2.245 12.195c.748.234 40.937 5.578 40.937 5.578l9.016 5.04-3.228 13.096s-52.618-.982-52.478-1.216c.14-.234 5.753-22.498 5.753-22.498z" filter="url(#H)"/>
|
||||
<path fill="url(#I)" d="M245.302-1.003l1.753-.1-5.027 32.974-1.952-.264z"/>
|
||||
</g>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#J)" d="M63.49 26.81c1.564-.958 2.958-2.241 4.243-3.604l-2.976.083z"/>
|
||||
<path fill="url(#K)" d="M-.538 10.465S19.2 13.41 24.976 14.16c5.777.748 10.384 1.31 12.231 2.315 1.848 1.006-.187 1.193-.187 1.193s-3.59-.027-4.485.314c-.894.34-2.718.808-2.718.808l-31.781-4.513z"/>
|
||||
<path fill="url(#L)" d="M39.055 17.48c-1.497-.046-2.807.632-2.807.632s-2.806 3.905-2.455 4.49c.35.585 5.449 3.227 14.265 4.14 8.817.911 14.476.374 15.318-.14.842-.515 1.006-2.854 1.006-2.854l-.398-1.427-4.724-3.46-16.604-2.41z"/>
|
||||
<path fill="url(#M)" d="M64.757 23.289c-.773-.968-.1-1.703-.1-1.703 1.541.158 7.268.03 11.526 1.339l-4.828 2.15s-4.829-2.547-6.598-1.786z"/>
|
||||
<path fill="url(#N)" d="M73.819 23.173l.397-.661s24.308 3.307 29.104 4.233c4.795.926 22.853 4.994 22.853 4.994l-17.495-.43c-11.327-1.566-22.968-2.748-34.86-8.136z"/>
|
||||
<path fill="url(#O)" d="M-.561 14.627c.28.047 29.326 4.537 30.589 4.49 1.263-.046 1.75-.742 3.324-.866 1.002-.079 1.396.627 1.15.942-1.213 1.547-2.15 3.321-.078 4.555 2.727 1.623 10.236 2.678 14.92 3.274 8.28 1.052 12.392.52 13.798-.047 1.613-.65.906-1.614 1.69-2.62.385-.495 2.446-.827 3.43-.154.72.493 1.008 1.184 2.41 1.511.653.153 39.804 6.174 39.804 6.174l12.088 1.09c-.05.133-42.57-4.899-48.44-10.24-.861-.783-1.336 2.183-3.31 1.573-1.976-.61-2.157-3.1-5.925-1.83-1.501.505-.994 2.936-1.887 3.56-1.446 1.013-7.904 1.123-12.722.562-4.817-.561-14.41-2.143-15.715-3.788-.496-.624-.07-1.9.467-2.666 1.147-1.636.101-2.781-1.31-2.666-1.951.158-2.808 1.22-3.975 1.075-.925-.114-32.413-4.677-32.413-4.677z"/>
|
||||
<path fill="url(#P)" d="M34.264 21.586c1.322-2.828 4.29-3.308 4.192-4.118-.1-.81-2.026-.585-2.655-.453-.716.132-2.478.429-3.406.85 0 0 1.736-.414 2.183.397.446.81-.314 3.324-.314 3.324z"/>
|
||||
</g>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#Q)" d="M58.374 13.483c-1.059.827 1.786 5.027 1.786 5.027l3.406 3.307s5.887.132 8.533.496 45.045 6.383 54.438 9.36c9.393 2.976 15.697 4.75 15.697 4.75l3.695-11.459s-82.362-14.03-87.555-11.481z"/>
|
||||
<path fill="url(#R)" d="M222.382 20.13l2.448 16.67-40.626.41C146.56 31.804 88.95 12.102 64.624 19.8c-.916.629-1.258.465-1.24-.199-1.927.24-.602-.857-.33-1.29-1.123.427-.936-.215-1.373-.347-.562-.162-1-.415-.96-1.025-2.386.44-.823-.684-.859-1.257-.945.183-.505-.511-.612-.86 0 0 4.407-8.941 26.062-14.133 21.656-5.191 86.397-.734 137.07 19.441z"/>
|
||||
<path fill="url(#S)" d="M60.476 15.048S69.73 5.621 93.638 2.513C120.55-.985 189.4 18.557 189.399 18.558c0 0-69.553-17.635-94.311-14.782C71.47 6.498 60.476 15.048 60.476 15.048z"/>
|
||||
<path fill="#efefef" d="M85.219 6.63c17.384-4.36 55.57 1.9 65.154 3.928-9.226-1.908-46.83-9.643-65.154-3.929z"/>
|
||||
<path fill="#f1f1f1" d="M130.836 8.753c14.135 1.85 68.486 15.66 79.838 18.786-13.334-3.852-66.283-17.468-79.838-18.786z"/>
|
||||
<path fill="#f5f5f5" d="M82.249 8.936c10.572-1.518 25.094-1.26 28.84-1.19-3.184-.357-17.088-.764-28.84 1.19z"/>
|
||||
<path fill="#f7f7f7" d="M187.193 24.76c-10.46-3.523-42.856-12.108-50.205-13.427 8.32 1.188 41.811 9.916 50.205 13.428z"/>
|
||||
<path fill="#efefef" d="M96.771 9.547c23.108.926 55.544 7.174 82.352 16.007-20.863-7.287-56.35-16.843-82.352-16.007z"/>
|
||||
<path fill="#f0f0f0" d="M74.017 12.92c6.664-1.521 23.058-2.31 29.7-1.984-8.503-.463-20.974-.491-29.7 1.984zm-10.252 4.102c4.888-2.032 8.536-2.42 10.318-2.646-2.839.732-6.491 1.667-10.318 2.646z"/>
|
||||
<path fill="url(#T)" d="M78.515 13.913c28.778-.404 67.141 7.028 94.324 15.478-14.251-5.307-58.585-20.163-94.324-15.478z"/>
|
||||
<path fill="#f9f9f9" d="M80.542 16.124c8.207.12 22.163 1.425 33.068 2.666-4.842-.841-26.127-3.07-33.068-2.666z"/>
|
||||
<path fill="#f0f0f0" d="M65.481 18.37c2.714-.7 5.829-1.085 8.746-1.404-2.486.13-6.631.667-8.746 1.403z"/>
|
||||
<path fill="#ededed" d="M75.256 16.03c4.552-.583 18.219.044 25.117.749-4.907-.542-18.234-1.691-25.117-.748z"/>
|
||||
<path fill="url(#U)" d="M154.629 31.7s-38.107-10.88-71.187-12.582c-14.577-.75-18.904 1-18.904 1-.652.55.383.628 1.356.738-.308.42-.369.743.482.705.132-.297 15.931-.058 32.781 3.17 19.07 3.652 33.045 8.395 33.045 8.395z"/>
|
||||
<path fill="#f2f2f2" d="M73.538 19.932c9.594.067 19.773 1.398 28.806 2.745-4.654-.908-17.209-3.246-28.806-2.745z"/>
|
||||
</g>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#V)" d="M122.029-.948l98.97 22.077-3.04-23.527z"/>
|
||||
<path fill="url(#W)" d="M59.635 13.13l-.375 1.31s9.308-8.746 24.322-12.207c15.014-3.461 31.103-3.555 52.431.935 21.329 4.49 85.443 18.682 85.443 18.682l-2.58-5.358L132.16-1.102l-45.64-.794S62.913 5.999 59.635 13.13z"/>
|
||||
<path fill="#f8f8f8" d="M131.685-.696c30.86 4.82 58.639 11.489 87.838 17.306l-.234-.795c-28.318-5.697-54.562-11.6-85.126-17.072z"/>
|
||||
<path fill="url(#X)" d="M132.973.081c30.86 4.82 58.546 12.12 87.745 17.937l-.14-1.426c-28.318-5.696-54.562-11.6-85.126-17.072z"/>
|
||||
<path fill="url(#Y)" d="M141.533-.854c27.55 3.965 51.703 9.73 77.595 14.359l.14-2.585c-24.47-4.307-47.714-8.466-73.526-12.102z"/>
|
||||
<path fill="#f6f6f6" d="M160.475-.948c16.969 3.27 38.852 7.36 58.278 11.039l-.233-.754C199.04 6.007 169.885.52 160.475-.948z"/>
|
||||
<path fill="url(#Z)" d="M170.438-.527c16.041 2.699 31.824 5.656 47.707 8.513l-.046.655-50.842-8.887z"/>
|
||||
<path fill="#f1f1f1" d="M177.5-2.585c.936.28 38.4 6.361 38.4 6.361l-.046-.655c-10.032-1.671-19.02-3.22-28.017-4.77l-10.617-.889z"/>
|
||||
<path fill="#f4f4f4" d="M187.229-1.135c9.147.894 17.799 1.143 27.502 2.76l.094-.608c-5.15-.664-10.008-1.294-14.92-1.824z"/>
|
||||
<path fill="url(#aa)" d="M113.47-.433c35.796 3.976 72.668 14.5 108.464 21.515l-.14 1.216c-36.046-7.417-68.99-16.951-109.868-22.497z"/>
|
||||
</g>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#ab)" d="M-.992-.606l.132 4.365s19.38 2.613 23.614 4.002c4.234 1.39 17.86 7.871 17.86 7.871l5.622-.231 7.014-2.925 4.7 3.145c.611-.051 1.486-.834 1.421-1.295l-4.437-2.996-1.38-.935-1.146-.562-4.513 2.315-7.273 1.123-24.58-14.616z"/>
|
||||
<path fill="url(#ac)" d="M-.398 10.558l31.431 4.42s6.244 1.053 7.227 1.848c.982.795 1.146.795 1.146.795l1.052-1.871-4.935-2.923S4.326 3.847.795 5.086c-3.531 1.24-1.193 5.472-1.193 5.472z"/>
|
||||
<path fill="url(#ad)" d="M3.142-.11C1.566-1.65 27.84 2.228 40.018 14.177c.716.703 2.1 1.023 1.82.488.597.261 1.636.914 1.521-.3.939.024 3.184 1.37 2.63-.815.471-.01.355-.175.71-.497.635.123 1.195.097 1.654-.133.964.276 1.669.108 1.885-.892.517-.198 1.212-.056 1.323-1.026 0 0 .992.066 1.157-.397.166-.463.364-11.178.364-11.178z"/>
|
||||
<path fill="#f5f5f5" d="M51.726-.342c1.482 2.673.554 11.435 1.588 11.51.543.42.954-.041 1.1-.133.11.531-.1 1.503.975 1.235-.103.514 1.06 1.82 1.79 1.08.042.178.855 1.513 1.7.99-.033.263-.372.739.19.796C69.452 4.604 80.76 1.876 91.313-1.334z"/>
|
||||
<path fill="#f4f4f4" d="M38.692 17.773s-1.344-1.836-8.08-2.748c-6.735-.912-33.98-4.677-33.98-4.677l.538-.304s31.735 4.42 33.91 4.7c2.175.281 7.425 1.687 7.881 2.206.456.519-.269.823-.269.823z"/>
|
||||
<path fill="url(#ae)" d="M64.89 22.479c1.526-.672 2.813-.263 5.619-.146 1.964.082 21.544 2.86 32.226 4.853 9.899 1.846 29.557 6.24 29.557 6.24l1.984-.596s-22.986-4.927-31.75-6.383c-8.764-1.455-27.01-4.42-32.504-4.717-3.096-.167-5.265-.045-5.265-.045s-.893.76.132.794"/>
|
||||
<path fill="url(#af)" d="M64.46-.276c-.806.994-4.303 6.386-8.732 11.774 4.366-4.703 8.757-9.262 13.427-12.187z"/>
|
||||
<path fill="#efefef" d="M62.987-.325c-3.268 3.06-5.699 7.167-8.88 10.88C56.25 6.824 56.574-1.324 56.82-.787c-.066.066 6.168.463 6.168.463z"/>
|
||||
<path fill="#ebebeb" d="M54.885 11.101c.78-.31 2.04-2.435 2.1-2.678-.184.343-1.65 2.36-2.1 2.678z"/>
|
||||
<path fill="#dedede" d="M59.763 12.193C62.913 9.112 73.055 2.7 73.075 2.8c-2.652 1.207-10.037 5.438-13.312 9.393z"/>
|
||||
<path fill="#f3f3f3" d="M86.949-.176c.346-.548-8.597 1.645-15.032 5.275 3.6-2.163 8.698-4.343 13.097-5.375z"/>
|
||||
<path fill="#f1f1f1" d="M82.058-.456C78.713.56 74.483 2.715 71.421 4.818c2.544-2.04 5.996-4.044 8.818-5.538z"/>
|
||||
<path fill="#efefef" d="M71.14 1.064c-4.405 2.76-8.8 6.233-12.965 10.12 3.93-4.195 9.302-8.433 12.965-10.12z"/>
|
||||
<path fill="#f3f3f3" d="M-.96 2.337c4.275.278 35.22 5.029 40.68 12.336.618.379.67 2.567-.743 1.631C29.515 10.03-.006 6.457-2.679 7.067z"/>
|
||||
<path fill="#ededed" d="M-.728 4.884C18.171 6.24 29.203 9.922 34.098 11.96 25.325 9.39 10.562 6.627-.76 6.273z"/>
|
||||
<path fill="#efefef" d="M48.716-.739c1.535 2.745 2.403 5.358 3.076 8.236-1.34-4.526-2.424-6.151-3.902-8.269z"/>
|
||||
<path fill="#ededed" d="M46.534-.904a48.533 48.533 0 0 1 4.134 9.426c-2.302-3.299-4.775-6.496-8.037-9.228z"/>
|
||||
<path fill="#f0f0f0" d="M40.547-.937c3.497 3.233 6.208 6.69 9.129 10.087-3.038-3.258-5.888-6.574-9.592-9.624z"/>
|
||||
<path fill="#efefef" d="M39.72 1.113c3.116 3.175 6.121 6.35 8.864 9.525.323.334-4.398-6.07-8.863-9.525z"/>
|
||||
<path fill="#eee" d="M23.647-.87c6.227 3.572 12.515 7.207 18.819 12.434C34.866 5.98 28.443 2.747 21.86-.805z"/>
|
||||
</g>
|
||||
<path fill="url(#ag)" fill-rule="evenodd" d="M214.31-.082l.07 1.426 1.216.912-.28 1.146.374.444-.14 1.287s.233 1.146.327 1.169c.093.023.889.374.889.374l1.286 2.386-.374.818.35.304v.819l-.14.678.655.608-.608 1.24 1.029 1.566.444 1.45-.701.819.655.654-.211 1.31 1.216 1.24-.28 1.239.35.842 1.006.608-.257 2.011-.281.748.257 2.9 1.193 3.134 17.119.398 4.162-33.934-27.712 1.03z"/>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#ah)" d="M235.779 31.419l6.477-32.67 3.602.257-5.45 34.915z"/>
|
||||
<path fill="#f3f3f3" d="M219.604 23.04l7.392-23.795.976-.017z"/>
|
||||
<path fill="url(#ai)" d="M857.938-2.854s-.5 7.188.187 9.563c.688 2.375 2.562 1.375 4.625 1.812 2.062.438 2.437 2.625 2.188 3.438-.25.812 2.687 7.062 2.687 7.062s4.75-18.125 4.938-20.375zm8.375 27.125L857 64.21s2.25 1.375 2.563 3c.312 1.625.5 6.937.5 6.937l1.375.25s1.625-2.25 1.812-.562c.187 1.687 0 10.875 0 10.875l10.188-41s-.5-2.375-.25-4.125-.063-6.438-.438-6.563-1.687 2.813-2.188 2c-.5-.812-1.5-7.875-2.125-8.437-.624-.563-2.125-2.313-2.125-2.313zm-2.836 64.05a1.407 1.407 0 0 0-.276.02l-4.861 20.948s1.501 5.128 3.357 5.658c1.856.53 7.955 5.037 7.955 5.037l5.569-21.566s-1.68 1.856-2.387-.266c-.707-2.121 1.77-4.772-.617-5.39-2.387-.619-4.775-.177-5.658-1.326-.829-1.078-1.734-3.087-3.082-3.116z" transform="scale(.26458)"/>
|
||||
<path fill="#f2f2f2" d="M240.076-.474l-6.118 28.343 5.49-28.442z"/>
|
||||
<path fill="#f6f6f6" d="M232.536 25.488l5.787-26.26.298.133-6.284 29.203z"/>
|
||||
<path fill="#f0f0f0" d="M230.684 22.743l5.754-23.912.232.199z"/>
|
||||
<path fill="#f7f7f7" d="M226.781 5.446l-6.826 24.403.244 2.32z"/>
|
||||
<path fill="#f4f4f4" d="M228.534 4.917l-6.25 22.754s5.29-14.519 6.25-22.754z"/>
|
||||
<path fill="#f7f7f7" d="M232.734-1.565c-.132.165-2.249 8.334-2.249 8.334l1.654-7.871z"/>
|
||||
<path fill="#f5f5f5" d="M216.368-.176c0 .094-.725 3.742-.725 3.742l1.52-4.023z"/>
|
||||
<path fill="#f7f7f7" d="M214.38 1.344l1.193-2.268.28.374-1.216 2.642zm4.49-1.59l-2.619 5.753.444 2.409 3.04-8.373-.958.281.14.023-.093-.21z"/>
|
||||
<path fill="#f4f4f4" d="M217 8.898l.444 1.847 4.91-12.044-1.215-.163z"/>
|
||||
<path fill="#f3f3f3" d="M218.566 13.435l.351 3.344 7.086-18.311-.842.117z"/>
|
||||
</g>
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="url(#aj)" d="M43.326 17.146c.04 0 4.762.57 6.184.893 1.422.322 6.664 1.463 7.4 1.562.736.1 3.812.53 3.812.53l-6.086-6.301-3.067-.604z"/>
|
||||
<path fill="#d6d6d6" d="M41.308 17.832c6.312-.615 11.274 1.936 19.058 2.795l-.24-.745c-7.995-.942-11.39-2.702-17.032-2.927z"/>
|
||||
<path fill="#e7e7e7" d="M51.461 14.095c.034.099.116 1.835-.248 2.083-.363.248-2.05.678-2.893.81-1.042.215-2.762.463-2.762.463-1.265.112-2.55-.761-3.77-.016l-.943.628s2.1-.215 2.877-.231c.778-.017 1.489.099 1.919.082.43-.016 1.752-.48 2.48-.529.728-.05 3.175-.562 3.555-.975.38-.414.166-2.762.166-2.762z"/>
|
||||
<path fill="#f4f4f4" d="M39.324 16.658c-.443.372-1.193 1.737-.281 1.918.297.05 1.438-.165 1.504-.265.067-.099.298-.248.298-.248.838-.006 1.35-.185 1.935-.777 0 0 .694.199.926.083 1.287-.032 2.55-.142 3.687-.893.116-.132.298-.53.298-.53 1.246-.359 1.984-.616 2.58-1.256.832-.103 1.476-.096 1.868-.794.378.708.793.862 1.472.76 1.181.346 3.137 2.118 3.556 2.779.325.573.855 1.244 1.703 1.687.64.987 2.579 3.19 3.191 3.274.381.506.51 1.514 1.555 1.025.548-.198 1.091-.4 1.273-.942 2.036-.746.956-1.522-.694-1.952.08-.039-1.407-.847-1.571-.942.013-.533-1.356-1.643-1.72-1.62-.246-.82-1.166-1.12-1.224-1.49-.246-.642-.556-1.328-.959-1.487-1.192-.642-1.581-1.155-2.447-1.44-.31-.3-.928-.577-.844-.876-.386-.352-.683-.81-1.157-1.008-.408-.206-.816-.19-1.224-.182-.674-.17-1.159.272-1.637.645-.541.483-1.13.626-1.736.694-.792-.032-1.406.37-2.051.695-.917.293-2.028.079-2.762.76-.381.764-1.158.885-2.034.844-.532-.294-1.277-.025-2.133-.248-.771.065-1.091.893-1.372 1.786z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 21 KiB |
|
@ -1,22 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#d8eef8" stop-opacity=".996"/>
|
||||
<stop offset="1" stop-color="#75badf"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#fef2d3"/>
|
||||
<stop offset="1" stop-color="#fabd23"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="d" cx="2.698" cy="1.985" r=".942" fx="2.698" fy="1.985" gradientTransform="matrix(1.23922 .18503 -.09172 .61432 -.452 .228)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<radialGradient id="c" cx="1.852" cy=".952" r=".926" fx="1.852" fy=".952" gradientTransform="matrix(2 0 0 .71429 -1.852 .378)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
</defs>
|
||||
<path fill="url(#c)" fill-rule="evenodd" d="M.661.926v.794l.133.132.264.53h.265l1.19-.662V.926L2.25.661H.926z"/>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M1.455 1.72v.794l.397.264h1.455l.265-.264V1.72l-.265-.265H1.72z"/>
|
||||
<path fill="#fff" fill-rule="evenodd" d="M1.455 1.72c.36 1.327 2.086.807 2.117.794l-.265.264-.661.132-.265.265h-.264l-.53-.53z"/>
|
||||
<path fill="#a3a3a3" d="M1.852 2.646h.265v.265h-.265z"/>
|
||||
<path fill="#a3a3a3" d="M.794.53v.264H2.38V.529zm0 .264H.529v1.058h.265zm0 1.058V2.91h.264V1.852zm.794-.53v.265H3.44v-.264zm0 .265h-.265v1.059h.265zm.264 1.323v.794h.265V2.91z"/>
|
||||
<path fill="#a3a3a3" d="M1.588 2.646h.265v.265h-.265z"/>
|
||||
<path fill="#4e4e4e" d="M2.381.794v.529h.265v-.53zm1.059.793v1.059h.264V1.587zm0 1.059h-.794v.264h.794zm-.794.264H2.38v.265h.265zm-.265.265h-.264v.265h.264zm-1.323-.794v.265h.265V2.38zm.53.265v.264h.529v-.264h-.53z"/>
|
||||
<defs>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#d8eef8" stop-opacity=".996"/>
|
||||
<stop offset="1" stop-color="#75badf"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#fef2d3"/>
|
||||
<stop offset="1" stop-color="#fabd23"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="d" cx="2.698" cy="1.985" r=".942" fx="2.698" fy="1.985" gradientTransform="matrix(1.23922 .18503 -.09172 .61432 -.452 .228)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<radialGradient id="c" cx="1.852" cy=".952" r=".926" fx="1.852" fy=".952" gradientTransform="matrix(2 0 0 .71429 -1.852 .378)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
</defs>
|
||||
<path fill="url(#c)" fill-rule="evenodd" d="M.661.926v.794l.133.132.264.53h.265l1.19-.662V.926L2.25.661H.926z"/>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M1.455 1.72v.794l.397.264h1.455l.265-.264V1.72l-.265-.265H1.72z"/>
|
||||
<path fill="#fff" fill-rule="evenodd" d="M1.455 1.72c.36 1.327 2.086.807 2.117.794l-.265.264-.661.132-.265.265h-.264l-.53-.53z"/>
|
||||
<path fill="#a3a3a3" d="M1.852 2.646h.265v.265h-.265z"/>
|
||||
<path fill="#a3a3a3" d="M.794.53v.264H2.38V.529zm0 .264H.529v1.058h.265zm0 1.058V2.91h.264V1.852zm.794-.53v.265H3.44v-.264zm0 .265h-.265v1.059h.265zm.264 1.323v.794h.265V2.91z"/>
|
||||
<path fill="#a3a3a3" d="M1.588 2.646h.265v.265h-.265z"/>
|
||||
<path fill="#4e4e4e" d="M2.381.794v.529h.265v-.53zm1.059.793v1.059h.264V1.587zm0 1.059h-.794v.264h.794zm-.794.264H2.38v.265h.265zm-.265.265h-.264v.265h.264zm-1.323-.794v.265h.265V2.38zm.53.265v.264h.529v-.264h-.53z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -1,21 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<radialGradient id="b" cx="2.117" cy="1.852" r="1.521" fx="2.117" fy="1.852" gradientTransform="matrix(1.04348 0 0 1 -.092 0)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#f60f0f"/>
|
||||
<stop offset=".696" stop-color="#f97e54"/>
|
||||
<stop offset="1" stop-color="#f10000"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path fill="url(#b)" fill-rule="evenodd" d="M.794 1.323l.264-.53.53-.264c.264-.264.793-.264 1.058 0l.529.265.265.529c.264.264.264.794 0 1.058l-.265.53-.53.264c-.264.265-.793.265-1.058 0l-.529-.265-.264-.529c-.265-.264-.265-.794 0-1.058z"/>
|
||||
<path fill="#fff" d="M1.588 1.323h.265v.265h-.265z"/>
|
||||
<path fill="#fff" d="M1.852 1.587v.53h.529v-.53h-.264zM2.381 2.117h.265v.265h-.265z"/>
|
||||
<path fill="#fff" d="M2.381 1.323h.265v.265h-.265zM1.588 2.117h.265v.265h-.265z"/>
|
||||
<path fill="#faa" d="M1.587 1.058v.265h.265v-.265zm0 .265h-.264v.264h.264zm.794-.265v.265h.265v-.265zm.265.265v.264h.264v-.264zm-1.323.794v.264h.264v-.264zm.264.264v.265h.265V2.38zm1.059-.264v.264h.264v-.264zm0 .264H2.38v.265h.265z"/>
|
||||
<path fill="#ffb5b5" d="M1.852 1.323v.264h.53v-.264zm.53.264v.53h.264v-.53zm0 .53h-.53v.264h.53zm-.53 0v-.53h-.265v.53z"/>
|
||||
<path fill="#ffd5d5" d="M1.323 1.058v.265h.264v-.265zm1.323 0v.265h.264v-.265zM1.323 2.381v.265h.264V2.38zm1.323 0v.265h.264V2.38z"/>
|
||||
<path fill="#8b8b8b" d="M1.587.265v.264h.794V.265zm0 .264h-.529v.265h.53zm-.529.265H.794v.529h.264zm-.264.529H.529V2.38h.265zm0 1.058v.53h.264v-.53zm.264.53v.264h.53V2.91zm.53.264v.265h.264v-.265z"/>
|
||||
<path fill="#4e4e4e" d="M2.381.265v.264h.265V.265zm.265.264v.265h.529V.529zm.529.265v.529h.265v-.53zm.265.529V2.38h.264V1.323zm0 1.058h-.265v.53h.265zm-.265.53h-.53v.264h.53zm-.53.264h-.793v.265h.794z"/>
|
||||
<path fill="#fff" fill-rule="evenodd" d="M1.587 1.058l-.264.265.53.53-.53.528.264.265.53-.53.529.53.264-.265-.529-.529.53-.53-.265-.264-.53.53z"/>
|
||||
<defs>
|
||||
<radialGradient id="b" cx="2.117" cy="1.852" r="1.521" fx="2.117" fy="1.852" gradientTransform="matrix(1.04348 0 0 1 -.092 0)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#f60f0f"/>
|
||||
<stop offset=".696" stop-color="#f97e54"/>
|
||||
<stop offset="1" stop-color="#f10000"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path fill="url(#b)" fill-rule="evenodd" d="M.794 1.323l.264-.53.53-.264c.264-.264.793-.264 1.058 0l.529.265.265.529c.264.264.264.794 0 1.058l-.265.53-.53.264c-.264.265-.793.265-1.058 0l-.529-.265-.264-.529c-.265-.264-.265-.794 0-1.058z"/>
|
||||
<path fill="#fff" d="M1.588 1.323h.265v.265h-.265z"/>
|
||||
<path fill="#fff" d="M1.852 1.587v.53h.529v-.53h-.264zm.529.53h.265v.265h-.265z"/>
|
||||
<path fill="#fff" d="M2.381 1.323h.265v.265h-.265zm-.793.794h.265v.265h-.265z"/>
|
||||
<path fill="#faa" d="M1.587 1.058v.265h.265v-.265zm0 .265h-.264v.264h.264zm.794-.265v.265h.265v-.265zm.265.265v.264h.264v-.264zm-1.323.794v.264h.264v-.264zm.264.264v.265h.265V2.38zm1.059-.264v.264h.264v-.264zm0 .264H2.38v.265h.265z"/>
|
||||
<path fill="#ffb5b5" d="M1.852 1.323v.264h.53v-.264zm.53.264v.53h.264v-.53zm0 .53h-.53v.264h.53zm-.53 0v-.53h-.265v.53z"/>
|
||||
<path fill="#ffd5d5" d="M1.323 1.058v.265h.264v-.265zm1.323 0v.265h.264v-.265zM1.323 2.381v.265h.264V2.38zm1.323 0v.265h.264V2.38z"/>
|
||||
<path fill="#8b8b8b" d="M1.587.265v.264h.794V.265zm0 .264h-.529v.265h.53zm-.529.265H.794v.529h.264zm-.264.529H.529V2.38h.265zm0 1.058v.53h.264v-.53zm.264.53v.264h.53V2.91zm.53.264v.265h.264v-.265z"/>
|
||||
<path fill="#4e4e4e" d="M2.381.265v.264h.265V.265zm.265.264v.265h.529V.529zm.529.265v.529h.265v-.53zm.265.529V2.38h.264V1.323zm0 1.058h-.265v.53h.265zm-.265.53h-.53v.264h.53zm-.53.264h-.793v.265h.794z"/>
|
||||
<path fill="#fff" fill-rule="evenodd" d="M1.587 1.058l-.264.265.53.53-.53.528.264.265.53-.53.529.53.264-.265-.529-.529.53-.53-.265-.264-.53.53z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2 KiB |
|
@ -1,41 +1,41 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#fae7d1"/>
|
||||
<stop offset="1" stop-color="#efaf67"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#f9dccc"/>
|
||||
<stop offset="1" stop-color="#dd9873"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="c">
|
||||
<stop offset="0" stop-color="#faeca8"/>
|
||||
<stop offset=".213" stop-color="#fcf4b3"/>
|
||||
<stop offset=".299" stop-color="#f4d644"/>
|
||||
<stop offset=".484" stop-color="#faee8e"/>
|
||||
<stop offset="1" stop-color="#e4ba2f"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="f" x1="2.873" x2="3.241" y1="1.013" y2="1.373" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<linearGradient id="e" x1="1.147" x2="1.323" y1="2.716" y2="3.175" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
<linearGradient id="d" x1="1.587" x2="2.381" y1="1.587" y2="2.381" gradientUnits="userSpaceOnUse" xlink:href="#c"/>
|
||||
</defs>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M1.058 2.117L2.25.926l.794.794-1.19 1.19z"/>
|
||||
<path fill="url(#e)" fill-rule="evenodd" d="M1.19 2.249l-.396.132-.133.926.927-.132.132-.397z"/>
|
||||
<path fill="#4e4e4e" d="M.794 3.175v.265h.794v-.265zm.794-.265h.265v.265h-.265z"/>
|
||||
<path fill="#4e4e4e" d="M1.852 2.646h.265v.265h-.265zm.265-.265h.265v.265h-.265z"/>
|
||||
<path fill="#4e4e4e" d="M2.381 2.117h.265v.265h-.265zm.265-.265h.265v.265h-.265z"/>
|
||||
<path fill="url(#f)" fill-rule="evenodd" d="M2.249.926l.397-.397.397-.132.529.529-.132.397-.397.397z"/>
|
||||
<path fill="#4e4e4e" d="M2.91 1.587h.265v.265H2.91z"/>
|
||||
<path fill="#4e4e4e" d="M3.175 1.323h.265v.265h-.265zm.265-.265h.265v.265H3.44z"/>
|
||||
<path fill="#8b8b8b" d="M2.646.265v.264h.529V.265zm.529.264v.265h.265V.529zm.265.265v.264h.264V.794zM2.646.529H2.38v.265h.265zM2.38.794h-.264v.264h.264zm-.264.264h-.265v.265h.265zm-.265.265h-.264v.264h.264zm-.264.264h-.265v.265h.265zm-.265.265h-.265v.265h.265zm-.265.265H.794v.264h.264zm-.264.264H.529V3.44h.265z"/>
|
||||
<path fill="#a3a3a3" d="M2.91 3.175v.265H1.852v-.265z"/>
|
||||
<path fill="#e6e6e6" d="M2.91 3.175v.265h.53v-.265z"/>
|
||||
<path fill="#584013" d="M.794 2.91v.265h.264V2.91z"/>
|
||||
<path fill="#e89840" d="M1.058 2.117v.264h.265v-.264zm.265.264v.265h.265V2.38z"/>
|
||||
<path fill="#c26715" d="M1.588 2.646v.264h.264v-.264z"/>
|
||||
<path fill="#f4c2a7" d="M2.91.53v.264h.265V.529zm-.529.528v.265h.265v-.265z"/>
|
||||
<path fill="#dd9873" d="M3.175.794v.264h.265V.794zm-.53.529v.264h.265v-.264z"/>
|
||||
<path fill="#d49c5d" d="M1.058 2.91v.265h.265V2.91z"/>
|
||||
<path fill="#f6d4ad" d="M.794 2.646v.264h.264v-.264z"/>
|
||||
<defs>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#fae7d1"/>
|
||||
<stop offset="1" stop-color="#efaf67"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#f9dccc"/>
|
||||
<stop offset="1" stop-color="#dd9873"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="c">
|
||||
<stop offset="0" stop-color="#faeca8"/>
|
||||
<stop offset=".213" stop-color="#fcf4b3"/>
|
||||
<stop offset=".299" stop-color="#f4d644"/>
|
||||
<stop offset=".484" stop-color="#faee8e"/>
|
||||
<stop offset="1" stop-color="#e4ba2f"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="f" x1="2.873" x2="3.241" y1="1.013" y2="1.373" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<linearGradient id="e" x1="1.147" x2="1.323" y1="2.716" y2="3.175" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
<linearGradient id="d" x1="1.587" x2="2.381" y1="1.587" y2="2.381" gradientUnits="userSpaceOnUse" xlink:href="#c"/>
|
||||
</defs>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M1.058 2.117L2.25.926l.794.794-1.19 1.19z"/>
|
||||
<path fill="url(#e)" fill-rule="evenodd" d="M1.19 2.249l-.396.132-.133.926.927-.132.132-.397z"/>
|
||||
<path fill="#4e4e4e" d="M.794 3.175v.265h.794v-.265zm.794-.265h.265v.265h-.265z"/>
|
||||
<path fill="#4e4e4e" d="M1.852 2.646h.265v.265h-.265zm.265-.265h.265v.265h-.265z"/>
|
||||
<path fill="#4e4e4e" d="M2.381 2.117h.265v.265h-.265zm.265-.265h.265v.265h-.265z"/>
|
||||
<path fill="url(#f)" fill-rule="evenodd" d="M2.249.926l.397-.397.397-.132.529.529-.132.397-.397.397z"/>
|
||||
<path fill="#4e4e4e" d="M2.91 1.587h.265v.265H2.91z"/>
|
||||
<path fill="#4e4e4e" d="M3.175 1.323h.265v.265h-.265zm.265-.265h.265v.265H3.44z"/>
|
||||
<path fill="#8b8b8b" d="M2.646.265v.264h.529V.265zm.529.264v.265h.265V.529zm.265.265v.264h.264V.794zM2.646.529H2.38v.265h.265zM2.38.794h-.264v.264h.264zm-.264.264h-.265v.265h.265zm-.265.265h-.264v.264h.264zm-.264.264h-.265v.265h.265zm-.265.265h-.265v.265h.265zm-.265.265H.794v.264h.264zm-.264.264H.529V3.44h.265z"/>
|
||||
<path fill="#a3a3a3" d="M2.91 3.175v.265H1.852v-.265z"/>
|
||||
<path fill="#e6e6e6" d="M2.91 3.175v.265h.53v-.265z"/>
|
||||
<path fill="#584013" d="M.794 2.91v.265h.264V2.91z"/>
|
||||
<path fill="#e89840" d="M1.058 2.117v.264h.265v-.264zm.265.264v.265h.265V2.38z"/>
|
||||
<path fill="#c26715" d="M1.588 2.646v.264h.264v-.264z"/>
|
||||
<path fill="#f4c2a7" d="M2.91.53v.264h.265V.529zm-.529.528v.265h.265v-.265z"/>
|
||||
<path fill="#dd9873" d="M3.175.794v.264h.265V.794zm-.53.529v.264h.265v-.264z"/>
|
||||
<path fill="#d49c5d" d="M1.058 2.91v.265h.265V2.91z"/>
|
||||
<path fill="#f6d4ad" d="M.794 2.646v.264h.264v-.264z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.6 KiB |
|
@ -1,19 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#f6f9fe"/>
|
||||
<stop offset="1" stop-color="#60acf9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#9bc56a"/>
|
||||
<stop offset="1" stop-color="#3d801e" stop-opacity=".932"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="d" cx="26.167" cy="7.091" r="5" fx="26.167" fy="7.091" gradientTransform="matrix(.37042 0 0 .26458 -8.105 -.024)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<radialGradient id="c" cx="7.144" cy="1.587" r="1.521" fx="7.144" fy="1.587" gradientTransform="matrix(1.2174 0 0 .86957 -6.845 .207)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
</defs>
|
||||
<path fill="url(#c)" fill-rule="evenodd" d="M.794 1.323l.264-.53.53-.264c.264-.264.793-.264 1.058 0l.529.265.265.529c.264.264.264.794 0 1.058l-.265.53-.53.264c-.264.265-.793.265-1.057 0l-.53-.265-.264-.529c-.265-.264-.265-.794 0-1.058z"/>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M2.117.397l-.53.132-.529.265-.132.264c.046.343.422.658.579.749.157.09.194.223.182.256-.013.033-.67.376-.761.583l.132.264.53.265.264.132.794-.132.264-.132-.264-.133s-.24-.002-.273-.15c-.033-.15.008-.379-.277-.602-.14-.11-.252-.066-.285-.136-.033-.07.07-.116.029-.199-.042-.083-.236-.136-.22-.244.017-.107.203.037.207-.029.004-.066-.004-.24.112-.244.205-.237.183-.594.178-.91zM2.91.66c-.181.096-.506.083-.529.302-.014.141-.019.405.104.624.184.331.514.291.616.253.122-.047.29-.248.47-.253l-.131-.264-.265-.53z"/>
|
||||
<path fill="#8b8b8b" d="M1.588.265v.264h.793V.265zm0 .264h-.53v.265h.53zm-.53.265H.794v.529h.264zm-.264.529H.529V2.38h.265zm0 1.058v.53h.264v-.53zm.264.53v.264h.53V2.91zm.53.264v.265h.264v-.265z"/>
|
||||
<path fill="#4e4e4e" d="M2.381.265v.264h.265V.265zm.265.264v.265h.529V.529zm.529.265v.529h.265v-.53zm.265.529V2.38h.264V1.323zm0 1.058h-.265v.53h.265zm-.265.53h-.53v.264h.53zm-.53.264h-.793v.265h.794z"/>
|
||||
<defs>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#f6f9fe"/>
|
||||
<stop offset="1" stop-color="#60acf9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#9bc56a"/>
|
||||
<stop offset="1" stop-color="#3d801e" stop-opacity=".932"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="d" cx="26.167" cy="7.091" r="5" fx="26.167" fy="7.091" gradientTransform="matrix(.37042 0 0 .26458 -8.105 -.024)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<radialGradient id="c" cx="7.144" cy="1.587" r="1.521" fx="7.144" fy="1.587" gradientTransform="matrix(1.2174 0 0 .86957 -6.845 .207)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
</defs>
|
||||
<path fill="url(#c)" fill-rule="evenodd" d="M.794 1.323l.264-.53.53-.264c.264-.264.793-.264 1.058 0l.529.265.265.529c.264.264.264.794 0 1.058l-.265.53-.53.264c-.264.265-.793.265-1.057 0l-.53-.265-.264-.529c-.265-.264-.265-.794 0-1.058z"/>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M2.117.397l-.53.132-.529.265-.132.264c.046.343.422.658.579.749.157.09.194.223.182.256-.013.033-.67.376-.761.583l.132.264.53.265.264.132.794-.132.264-.132-.264-.133s-.24-.002-.273-.15c-.033-.15.008-.379-.277-.602-.14-.11-.252-.066-.285-.136-.033-.07.07-.116.029-.199-.042-.083-.236-.136-.22-.244.017-.107.203.037.207-.029.004-.066-.004-.24.112-.244.205-.237.183-.594.178-.91zM2.91.66c-.181.096-.506.083-.529.302-.014.141-.019.405.104.624a.513.513 0 0 0 .616.253c.122-.047.29-.248.47-.253l-.131-.264-.265-.53z"/>
|
||||
<path fill="#8b8b8b" d="M1.588.265v.264h.793V.265zm0 .264h-.53v.265h.53zm-.53.265H.794v.529h.264zm-.264.529H.529V2.38h.265zm0 1.058v.53h.264v-.53zm.264.53v.264h.53V2.91zm.53.264v.265h.264v-.265z"/>
|
||||
<path fill="#4e4e4e" d="M2.381.265v.264h.265V.265zm.265.264v.265h.529V.529zm.529.265v.529h.265v-.53zm.265.529V2.38h.264V1.323zm0 1.058h-.265v.53h.265zm-.265.53h-.53v.264h.53zm-.53.264h-.793v.265h.794z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2 KiB |
|
@ -1,17 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#b8d6f4"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="b" x1="1.852" x2="1.852" y1="1.587" y2="3.175" gradientTransform="scale(3.77953)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
</defs>
|
||||
<path fill="#8b8b8b" d="M.794.265v2.91h.264V.529h1.059v.53h.264V.264z"/>
|
||||
<path fill="url(#b)" d="M5 4v8h5V4H5z" transform="scale(.26458)"/>
|
||||
<path fill="#fabd23" d="M2.381.794v.264h.265V.794H2.38z"/>
|
||||
<path fill="#4e4e4e" d="M2.381.53v.264h.265V.529zm.265.264v.268l-.53-.004v.265h.794v1.852H.794v.265h2.381V1.058H2.91V.794z"/>
|
||||
<path fill="#fabd23" d="M1.323 2.646v.264h1.323v-.264H1.323z"/>
|
||||
<path fill="#538fc8" d="M1.058.794v.264h1.059V.794H1.058z"/>
|
||||
<path fill="#fff" d="M1.058.53v2.645h.265V.794h.794V.529zm1.059.793v.264h.529v1.588h.264V1.323z"/>
|
||||
<defs>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#b8d6f4"/>
|
||||
<stop offset="1" stop-color="#fff"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="b" x1="1.852" x2="1.852" y1="1.587" y2="3.175" gradientTransform="scale(3.77953)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
</defs>
|
||||
<path fill="#8b8b8b" d="M.794.265v2.91h.264V.529h1.059v.53h.264V.264z"/>
|
||||
<path fill="url(#b)" d="M5 4v8h5V4H5z" transform="scale(.26458)"/>
|
||||
<path fill="#fabd23" d="M2.381.794v.264h.265V.794H2.38z"/>
|
||||
<path fill="#4e4e4e" d="M2.381.53v.264h.265V.529zm.265.264v.268l-.53-.004v.265h.794v1.852H.794v.265h2.381V1.058H2.91V.794z"/>
|
||||
<path fill="#fabd23" d="M1.323 2.646v.264h1.323v-.264H1.323z"/>
|
||||
<path fill="#538fc8" d="M1.058.794v.264h1.059V.794H1.058z"/>
|
||||
<path fill="#fff" d="M1.058.53v2.645h.265V.794h.794V.529zm1.059.793v.264h.529v1.588h.264V1.323z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
|
@ -1,29 +1,29 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="c">
|
||||
<stop offset="0" stop-color="#172bb3"/>
|
||||
<stop offset=".804" stop-color="#b1d6e5"/>
|
||||
<stop offset="1" stop-color="#5c8dc7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#e4c19d"/>
|
||||
<stop offset="1" stop-color="#975f18" stop-opacity=".977"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#fff"/>
|
||||
<stop offset="1" stop-color="#bdd7f3"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="f" cx="12.249" cy="1.424" r=".728" fx="12.249" fy="1.424" gradientTransform="matrix(-.82724 -.02009 .02428 -.9997 12.12 3.422)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<radialGradient id="e" cx="2.888" cy="2.578" r=".562" fx="2.888" fy="2.578" gradientTransform="matrix(.47059 -.47059 .94118 .94118 -.875 1.579)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
<radialGradient id="d" cx="1.79" cy="1.499" r="1.224" fx="1.79" fy="1.499" gradientUnits="userSpaceOnUse" xlink:href="#c"/>
|
||||
</defs>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M.794 1.058c-.265.265-.265.794 0 1.059l.529.529 1.19.132.53-.529-.133-1.19-.529-.53c-.264-.264-.793-.264-1.058 0z"/>
|
||||
<path fill="url(#e)" fill-rule="evenodd" d="M2.91 2.117l.265.264.265.265c.264.264.264.264 0 .529-.265.265-.265.265-.53 0l-.264-.265-.132-.396.132-.133v-.264z"/>
|
||||
<path fill="url(#f)" fill-rule="evenodd" d="M2.117 2.117c-.265.264-.265.264-.53 0l-.264-.265c-.265-.265-.265-.265 0-.53l.265-.264c.264-.264.264-.264.529 0l.264.265c.265.264.265.264 0 .53z"/>
|
||||
<path fill="#4e4e4e" d="M2.381.53v.264h.265V.529zm.265.264v.264h.264V.794zm.264.264v1.323h.265V1.058zm.265 1.323v.265h.265V2.38zm.265.265v.529h.264v-.53zm0 .529h-.265v.265h.265zM1.587.794v.264h.53V.794zm0 .264h-.264v.265h.264zm-.264.265h-.265v.53h.265zm0 .53v.264h.264v-.265zm.264.793v.264h1.059v-.529H2.38v.265z"/>
|
||||
<path fill="#a3a3a3" d="M1.323.265v.264H2.38V.265zm0 .264h-.265v.265h.265zm-.265.265H.794v.264h.264zm-.264.264H.529v1.059h.265zm0 1.059v.264h.264v-.264zm.264.264v.265h.265V2.38zm.265.265v.264h.264v-.264zm.794-1.588v.265h.264v-.265zm.264.265v.53h.265v-.53zm0 .53h-.264v.264h.264zm-.264.264h-.53v.264h.53zm.529.793v.265h.264V2.91zm.264.265v.265h.265v-.265z"/>
|
||||
<path fill="#fff" fill-rule="evenodd" d="M1.69 1.267c-.153.038-.197.382-.197.382.148-.268.301-.19.317-.309.007-.052-.048-.091-.12-.073z"/>
|
||||
<path fill="#a3a3a3" d="M1.587 3.175v.265h.794v-.265z"/>
|
||||
<path fill="#e6e6e6" d="M1.058 3.175v.265h.53v-.265zm1.323 0v.265h.265v-.265z"/>
|
||||
<defs>
|
||||
<linearGradient id="c">
|
||||
<stop offset="0" stop-color="#172bb3"/>
|
||||
<stop offset=".804" stop-color="#b1d6e5"/>
|
||||
<stop offset="1" stop-color="#5c8dc7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#e4c19d"/>
|
||||
<stop offset="1" stop-color="#975f18" stop-opacity=".977"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#fff"/>
|
||||
<stop offset="1" stop-color="#bdd7f3"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="f" cx="12.249" cy="1.424" r=".728" fx="12.249" fy="1.424" gradientTransform="matrix(-.82724 -.02009 .02428 -.9997 12.12 3.422)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<radialGradient id="e" cx="2.888" cy="2.578" r=".562" fx="2.888" fy="2.578" gradientTransform="rotate(-45 1.469 1.846) scale(.66551 1.33104)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
<radialGradient id="d" cx="1.79" cy="1.499" r="1.224" fx="1.79" fy="1.499" gradientUnits="userSpaceOnUse" xlink:href="#c"/>
|
||||
</defs>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M.794 1.058c-.265.265-.265.794 0 1.059l.529.529 1.19.132.53-.529-.133-1.19-.529-.53c-.264-.264-.793-.264-1.058 0z"/>
|
||||
<path fill="url(#e)" fill-rule="evenodd" d="M2.91 2.117l.265.264.265.265c.264.264.264.264 0 .529-.265.265-.265.265-.53 0l-.264-.265-.132-.396.132-.133v-.264z"/>
|
||||
<path fill="url(#f)" fill-rule="evenodd" d="M2.117 2.117c-.265.264-.265.264-.53 0l-.264-.265c-.265-.265-.265-.265 0-.53l.265-.264c.264-.264.264-.264.529 0l.264.265c.265.264.265.264 0 .53z"/>
|
||||
<path fill="#4e4e4e" d="M2.381.53v.264h.265V.529zm.265.264v.264h.264V.794zm.264.264v1.323h.265V1.058zm.265 1.323v.265h.265V2.38zm.265.265v.529h.264v-.53zm0 .529h-.265v.265h.265zM1.587.794v.264h.53V.794zm0 .264h-.264v.265h.264zm-.264.265h-.265v.53h.265zm0 .53v.264h.264v-.265zm.264.793v.264h1.059v-.529H2.38v.265z"/>
|
||||
<path fill="#a3a3a3" d="M1.323.265v.264H2.38V.265zm0 .264h-.265v.265h.265zm-.265.265H.794v.264h.264zm-.264.264H.529v1.059h.265zm0 1.059v.264h.264v-.264zm.264.264v.265h.265V2.38zm.265.265v.264h.264v-.264zm.794-1.588v.265h.264v-.265zm.264.265v.53h.265v-.53zm0 .53h-.264v.264h.264zm-.264.264h-.53v.264h.53zm.529.793v.265h.264V2.91zm.264.265v.265h.265v-.265z"/>
|
||||
<path fill="#fff" fill-rule="evenodd" d="M1.69 1.267c-.153.038-.197.382-.197.382.148-.268.301-.19.317-.309.007-.052-.048-.091-.12-.073z"/>
|
||||
<path fill="#a3a3a3" d="M1.587 3.175v.265h.794v-.265z"/>
|
||||
<path fill="#e6e6e6" d="M1.058 3.175v.265h.53v-.265zm1.323 0v.265h.265v-.265z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.6 KiB |
|
@ -1,22 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#d8eef8" stop-opacity=".996"/>
|
||||
<stop offset="1" stop-color="#75badf"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#fef2d3"/>
|
||||
<stop offset="1" stop-color="#fabd23"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="c" cx="2.016" cy="2.35" r=".893" fx="2.016" fy="2.35" gradientTransform="matrix(.2963 .2963 -1.48148 1.48148 5.001 -1.962)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<radialGradient id="d" cx="2.646" cy="2.646" r=".628" fx="2.646" fy="2.646" gradientTransform="matrix(.42105 -.42105 .7071 .7071 -.34 1.889)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
</defs>
|
||||
<path fill="#e6e6e6" fill-rule="evenodd" d="M1.72 1.984l-.53-.529.265-.264.53.529z"/>
|
||||
<path fill="url(#c)" fill-rule="evenodd" d="M1.852 1.852l-.794.794c-.264.264-.264.264 0 .529.265.265.265.265.53 0l1.058-1.058-.53-.53z"/>
|
||||
<path fill="#e6e6e6" fill-rule="evenodd" d="M2.117 1.587l.529.53.529-.265.397-.397-.397-.397v.265H2.91v-.265h.265L2.778.661l-.397.397zM.661 1.19l.662-.66.53-.265-.266.529-.264.529-.265.264H.794z"/>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M2.117 2.646l.529.529c.264.265.264.265.529 0s.265-.265 0-.53l-.53-.528z"/>
|
||||
<path fill="#8b8b8b" d="M1.323.265v.264h.794V.265zm0 .264h-.265v.265h.265zm-.265.265H.794v.264h.264zm-.264.264H.529v.53h.265zM2.646.53v.265h.529V.529zm0 .265H2.38v.264h.265zm-.265.264h-.264v.53h.264zm-.264.53h-.265v.264h.265zm-.265.264h-.265v.265h.265zm-.265.265h-.264v.264h.264zm-.264.264h-.265v.265h.265zm-.265.265H.794v.529h.264zm2.117-1.588v.265h.53v-.265zm0 .265H2.91v.264h.265zm-.53.794v.264h.265v-.264zm.265.264v.265h.265V2.38z"/>
|
||||
<path fill="#fff" d="M1.323.53v.264h.264V.529zm0 .264h-.265v.529h.265zm1.323 0v.264h.264V.794zm0 .264H2.38v.53h.265z"/>
|
||||
<path fill="#4e4e4e" d="M1.587.53v.264h.265V.529zm0 .264h-.264v.529h.264zm0 .529v.264h.265v-.264zm0 .264h-.264v.265h.264zm-.264 0v-.264h-.265v.264zm-.265 0H.794v.265h.264zM2.91.794v.264h.265V.794zm0 .264h-.264v.265h.264zm.53.265v.264h.264v-.264zm0 .264h-.265v.265h.265zm-.265.265h-.53v-.265h-.528v.265h.264v.53h.265v-.265h.529zm-.794.53h-.264v.264h-.265v.264h.53zm0 .528v.265h.265V2.91zm.265.265v.265h.529v-.265zm.529 0h.265v-.53h-.265zM1.852 2.91h-.265v.265h.265zm-.265.265h-.529v.265h.53z"/>
|
||||
<defs>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#d8eef8" stop-opacity=".996"/>
|
||||
<stop offset="1" stop-color="#75badf"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#fef2d3"/>
|
||||
<stop offset="1" stop-color="#fabd23"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="c" cx="2.016" cy="2.35" r=".893" fx="2.016" fy="2.35" gradientTransform="matrix(.2963 .2963 -1.48149 1.48149 5.001 -1.962)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<radialGradient id="d" cx="2.646" cy="2.646" r=".628" fx="2.646" fy="2.646" gradientTransform="rotate(-45 2.11 1.355) scale(.59545 1)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
</defs>
|
||||
<path fill="#e6e6e6" fill-rule="evenodd" d="M1.72 1.984l-.53-.529.265-.264.53.529z"/>
|
||||
<path fill="url(#c)" fill-rule="evenodd" d="M1.852 1.852l-.794.794c-.264.264-.264.264 0 .529.265.265.265.265.53 0l1.058-1.058-.53-.53z"/>
|
||||
<path fill="#e6e6e6" fill-rule="evenodd" d="M2.117 1.587l.529.53.529-.265.397-.397-.397-.397v.265H2.91v-.265h.265L2.778.661l-.397.397zM.661 1.19l.662-.66.53-.265-.266.529-.264.529-.265.264H.794z"/>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M2.117 2.646l.529.529c.264.265.264.265.529 0s.265-.265 0-.53l-.53-.528z"/>
|
||||
<path fill="#8b8b8b" d="M1.323.265v.264h.794V.265zm0 .264h-.265v.265h.265zm-.265.265H.794v.264h.264zm-.264.264H.529v.53h.265zM2.646.53v.265h.529V.529zm0 .265H2.38v.264h.265zm-.265.264h-.264v.53h.264zm-.264.53h-.265v.264h.265zm-.265.264h-.265v.265h.265zm-.265.265h-.264v.264h.264zm-.264.264h-.265v.265h.265zm-.265.265H.794v.529h.264zm2.117-1.588v.265h.53v-.265zm0 .265H2.91v.264h.265zm-.53.794v.264h.265v-.264zm.265.264v.265h.265V2.38z"/>
|
||||
<path fill="#fff" d="M1.323.53v.264h.264V.529zm0 .264h-.265v.529h.265zm1.323 0v.264h.264V.794zm0 .264H2.38v.53h.265z"/>
|
||||
<path fill="#4e4e4e" d="M1.587.53v.264h.265V.529zm0 .264h-.264v.529h.264zm0 .529v.264h.265v-.264zm0 .264h-.264v.265h.264zm-.264 0v-.264h-.265v.264zm-.265 0H.794v.265h.264zM2.91.794v.264h.265V.794zm0 .264h-.264v.265h.264zm.53.265v.264h.264v-.264zm0 .264h-.265v.265h.265zm-.265.265h-.53v-.265h-.528v.265h.264v.53h.265v-.265h.529zm-.794.53h-.264v.264h-.265v.264h.53zm0 .528v.265h.265V2.91zm.265.265v.265h.529v-.265zm.529 0h.265v-.53h-.265zM1.852 2.91h-.265v.265h.265zm-.265.265h-.529v.265h.53z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#8ed3e0"/>
|
||||
<stop offset="1" stop-color="#3771c8"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="b" cx="6.879" cy="6.813" r="1.455" fx="6.879" fy="6.813" gradientTransform="matrix(1 0 0 .72727 -5.292 -3.103)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
</defs>
|
||||
<path fill="url(#b)" fill-rule="evenodd" d="M3.572 1.455L2.382 2.91h-.53L.794 1.852.66 1.455z"/>
|
||||
<path fill="#4e4e4e" d="M3.44 1.587v.265h.264v-.265zm0 .265h-.265v.265h.265zm-.265.265H2.91v.264h.265zm-.265.264h-.264v.265h.264zm-.264.265H2.38v.264h.265zm-.265.264h-.264v.265h.264z"/>
|
||||
<path fill="#a3a3a3" d="M.53 1.323v.53h.264v-.266h2.91v-.264zm.264.53v.264h.264v-.265zm.264.264v.264h.265v-.264zm.265.264v.265h.264V2.38zm.264.265v.264h.265v-.264zm.265.264v.265h.265V2.91z"/>
|
||||
<path fill="#5f5fd3" d="M3.175 1.587v.265h.265v-.265zm0 .265H2.91v.265h.265zm-.265.265h-.264v.264h.264zm-.264.264H2.38v.265h.265zm-.265.265h-.529v.264h.53z"/>
|
||||
<defs>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#8ed3e0"/>
|
||||
<stop offset="1" stop-color="#3771c8"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="b" cx="6.879" cy="6.813" r="1.455" fx="6.879" fy="6.813" gradientTransform="matrix(1 0 0 .72727 -5.292 -3.103)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
</defs>
|
||||
<path fill="url(#b)" fill-rule="evenodd" d="M3.572 1.455L2.382 2.91h-.53L.794 1.852.66 1.455z"/>
|
||||
<path fill="#4e4e4e" d="M3.44 1.587v.265h.264v-.265zm0 .265h-.265v.265h.265zm-.265.265H2.91v.264h.265zm-.265.264h-.264v.265h.264zm-.264.265H2.38v.264h.265zm-.265.264h-.264v.265h.264z"/>
|
||||
<path fill="#a3a3a3" d="M.53 1.323v.53h.264v-.266h2.91v-.264zm.264.53v.264h.264v-.265zm.264.264v.264h.265v-.264zm.265.264v.265h.264V2.38zm.264.265v.264h.265v-.264zm.265.264v.265h.265V2.91z"/>
|
||||
<path fill="#5f5fd3" d="M3.175 1.587v.265h.265v-.265zm0 .265H2.91v.265h.265zm-.265.265h-.264v.264h.264zm-.264.264H2.38v.265h.265zm-.265.265h-.529v.264h.53z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#8ed3e0"/>
|
||||
<stop offset="1" stop-color="#3771c8"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="b" cx="1.587" cy="1.852" r=".728" fx="1.587" fy="1.852" gradientTransform="matrix(1.81818 0 0 2.54545 -1.299 -3.127)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
</defs>
|
||||
<path fill="url(#b)" fill-rule="evenodd" d="M1.19.661l1.456 1.456L1.19 3.572z"/>
|
||||
<path fill="#4e4e4e" d="M1.323.53v.264h.264V.529zm.264.264v.264h.265V.794zm.265.264v.265h.265v-.265zm.265.265v.264h.264v-.264zm.264.264v.265h.265v-.265zm.265.265v.53h.264v-.53zm0 .53H2.38v.264h.265zm-.265.264h-.264v.264h.264zm-.264.264h-.265v.265h.265zm-.265.265h-.265v.265h.265zm-.265.265h-.529v.264h.53z"/>
|
||||
<path fill="#a3a3a3" d="M1.058.53v2.91h.265V.53z"/>
|
||||
<path fill="#5f5fd3" d="M1.323.794v.264h.264V.794zm.264.264v.265h.265v-.265zm.265.265v.264h.265v-.264zm.265.264v.265h.264v-.265zm.264.265v.53h.265v-.53zm0 .53h-.264v.264h.264zm-.264.264h-.265v.264h.265zm-.265.264h-.265v.265h.265zm-.265.265h-.264v.265h.264z"/>
|
||||
<defs>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#8ed3e0"/>
|
||||
<stop offset="1" stop-color="#3771c8"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="b" cx="1.587" cy="1.852" r=".728" fx="1.587" fy="1.852" gradientTransform="matrix(1.81818 0 0 2.54545 -1.299 -3.127)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
</defs>
|
||||
<path fill="url(#b)" fill-rule="evenodd" d="M1.19.661l1.456 1.456L1.19 3.572z"/>
|
||||
<path fill="#4e4e4e" d="M1.323.53v.264h.264V.529zm.264.264v.264h.265V.794zm.265.264v.265h.265v-.265zm.265.265v.264h.264v-.264zm.264.264v.265h.265v-.265zm.265.265v.53h.264v-.53zm0 .53H2.38v.264h.265zm-.265.264h-.264v.264h.264zm-.264.264h-.265v.265h.265zm-.265.265h-.265v.265h.265zm-.265.265h-.529v.264h.53z"/>
|
||||
<path fill="#a3a3a3" d="M1.058.53v2.91h.265V.53z"/>
|
||||
<path fill="#5f5fd3" d="M1.323.794v.264h.264V.794zm.264.264v.265h.265v-.265zm.265.265v.264h.265v-.264zm.265.264v.265h.264v-.265zm.264.265v.53h.265v-.53zm0 .53h-.264v.264h.264zm-.264.264h-.265v.264h.265zm-.265.264h-.265v.265h.265zm-.265.265h-.264v.265h.264z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#8ed3e0"/>
|
||||
<stop offset="1" stop-color="#3771c8"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="b" cx="1.879" cy="1.852" r=".728" fx="1.879" fy="1.852" gradientTransform="matrix(-1.45455 0 0 2.9091 4.85 -3.8)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
</defs>
|
||||
<path fill="url(#b)" fill-rule="evenodd" d="M2.778.661l-1.19 1.191-.133.265 1.588 1.455V.662z"/>
|
||||
<path fill="#4e4e4e" d="M2.91.53v2.91h-.264v.264h.529V.53zm-.264 2.91v-.265H2.38v.265zm-.265-.265V2.91h-.264v.265zm-.264-.265v-.264h-.265v.264zm-.265-.264V2.38h-.265v.265zm-.265-.265v-.264h-.264v.264z"/>
|
||||
<path fill="#a3a3a3" d="M2.646.53v.264h.264V.529zm0 .264H2.38v.264h.265zm-.265.264h-.264v.265h.264zm-.264.265h-.265v.264h.265zm-.265.264h-.265v.265h.265zm-.265.265h-.264v.265h.264z"/>
|
||||
<path fill="#5f5fd3" d="M1.587 2.117v.264h.265v-.264zm.265.264v.265h.265V2.38zm.265.265v.264h.264v-.264zm.264.264v.265h.265V2.91zm.265.265v.265h.264v-.265z"/>
|
||||
<defs>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#8ed3e0"/>
|
||||
<stop offset="1" stop-color="#3771c8"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="b" cx="1.879" cy="1.852" r=".728" fx="1.879" fy="1.852" gradientTransform="matrix(-1.45455 0 0 2.9091 4.85 -3.8)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
</defs>
|
||||
<path fill="url(#b)" fill-rule="evenodd" d="M2.778.661l-1.19 1.191-.133.265 1.588 1.455V.662z"/>
|
||||
<path fill="#4e4e4e" d="M2.91.53v2.91h-.264v.264h.529V.53zm-.264 2.91v-.265H2.38v.265zm-.265-.265V2.91h-.264v.265zm-.264-.265v-.264h-.265v.264zm-.265-.264V2.38h-.265v.265zm-.265-.265v-.264h-.264v.264z"/>
|
||||
<path fill="#a3a3a3" d="M2.646.53v.264h.264V.529zm0 .264H2.38v.264h.265zm-.265.264h-.264v.265h.264zm-.264.265h-.265v.264h.265zm-.265.264h-.265v.265h.265zm-.265.265h-.264v.265h.264z"/>
|
||||
<path fill="#5f5fd3" d="M1.587 2.117v.264h.265v-.264zm.265.264v.265h.265V2.38zm.265.265v.264h.264v-.264zm.264.264v.265h.265V2.91zm.265.265v.265h.264v-.265z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#8ed3e0"/>
|
||||
<stop offset="1" stop-color="#3771c8"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="b" cx="1.733" cy="1.852" r=".728" fx="1.733" fy="1.852" gradientTransform="matrix(0 -1.81818 2.54545 0 -3.127 5.268)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
</defs>
|
||||
<path fill="url(#b)" fill-rule="evenodd" d="M.661 2.778v-.264L1.984 1.19l1.588 1.587z"/>
|
||||
<path fill="#8b8b8b" d="M2.381 1.323v.265h.265v-.265zm.265.265v.264h.264v-.264zm.264.264v.265h.265v-.265zm.265.265v.264h.265v-.264zm.265.264v.265h.264V2.38z"/>
|
||||
<path fill="#a3a3a3" d="M1.852 1.058v.265h.53v-.265zm0 .265h-.264v.265h.264zm-.264.265h-.265v.264h.265zm-.265.264h-.265v.265h.265zm-.265.265H.794v.264h.264zm-.264.264H.529v.265h.265z"/>
|
||||
<path fill="#4e4e4e" d="M.53 2.91h3.174v-.264H.53z"/>
|
||||
<path fill="#5f5fd3" d="M2.117 1.323v.265h.264v-.265zm.264.265v.264h.265v-.264zm.265.264v.265h.264v-.265zm.264.265v.264h.265v-.264zm.265.264v.265h.265V2.38z"/>
|
||||
<defs>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#8ed3e0"/>
|
||||
<stop offset="1" stop-color="#3771c8"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="b" cx="1.733" cy="1.852" r=".728" fx="1.733" fy="1.852" gradientTransform="matrix(0 -1.81818 2.54545 0 -3.127 5.268)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
</defs>
|
||||
<path fill="url(#b)" fill-rule="evenodd" d="M.661 2.778v-.264L1.984 1.19l1.588 1.587z"/>
|
||||
<path fill="#8b8b8b" d="M2.381 1.323v.265h.265v-.265zm.265.265v.264h.264v-.264zm.264.264v.265h.265v-.265zm.265.265v.264h.265v-.264zm.265.264v.265h.264V2.38z"/>
|
||||
<path fill="#a3a3a3" d="M1.852 1.058v.265h.53v-.265zm0 .265h-.264v.265h.264zm-.264.265h-.265v.264h.265zm-.265.264h-.265v.265h.265zm-.265.265H.794v.264h.264zm-.264.264H.529v.265h.265z"/>
|
||||
<path fill="#4e4e4e" d="M.53 2.91h3.174v-.264H.53z"/>
|
||||
<path fill="#5f5fd3" d="M2.117 1.323v.265h.264v-.265zm.264.265v.264h.265v-.264zm.265.264v.265h.264v-.265zm.264.265v.264h.265v-.264zm.265.264v.265h.265V2.38z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -1,35 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<defs>
|
||||
<linearGradient id="c">
|
||||
<stop offset="0" stop-color="#fbeacf"/>
|
||||
<stop offset="1" stop-color="#f0bf7b"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#f9e0ba"/>
|
||||
<stop offset="1" stop-color="#de8a3d"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#dfedc7"/>
|
||||
<stop offset="1" stop-color="#89b92f"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="d" x1=".794" x2="3.175" y1="2.778" y2="2.778" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<linearGradient id="f" x1="1.587" x2="2.381" y1="1.058" y2="1.587" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
<radialGradient id="e" cx="1.984" cy="2.381" r=".397" fx="1.984" fy="1.984" gradientTransform="matrix(.33333 0 0 1.30283 1.323 -.469)" gradientUnits="userSpaceOnUse" xlink:href="#c"/>
|
||||
</defs>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M.661 3.307l.133-.661.264-.265c.53-.264 1.323-.264 1.852 0l.265.265.132.661z"/>
|
||||
<path fill="url(#e)" fill-rule="evenodd" d="M1.587 2.117v.264l.265.265h.265l.264-.265v-.264c-.264-.265-.529-.265-.793 0z"/>
|
||||
<path fill="url(#f)" fill-rule="evenodd" d="M1.323 1.058v.53l.264.264c.265.265.53.265.794 0l.265-.265v-.529L2.116.53h-.264z"/>
|
||||
<path fill="#4e4e4e" d="M2.646 1.058v.53h.264v-.53zM2.38 2.117v.264h.53v-.264zm.53.264v.265h.264V2.38zm.264.265v.529H.529v.265h2.91v-.795z"/>
|
||||
<path fill="#a3a3a3" d="M1.058 1.058v.53h.265v-.53zm.265.53v.264h.264v-.265zm-.265.529v.264h.53v-.264zm0 .264H.794v.265h.264zm-.264.265H.529v.529h.265z"/>
|
||||
<path fill="#768854" d="M1.587 2.381v.265h.265V2.38zm.265.265v.264h.265v-.264zm.265 0h.264V2.38h-.264z"/>
|
||||
<path fill="#a6774d" d="M2.381 1.587v.265h.265v-.265zm0 .265h-.793v.265h.793z"/>
|
||||
<path fill="#9a7b54" fill-rule="evenodd" d="M1.984.397v.132c0 .265-.396.794-.793.794l.132-.53.264-.264z"/>
|
||||
<path fill="#93642b" fill-rule="evenodd" d="M1.984.397v.132c0 .265.397.794.794.794l-.132-.53L2.38.53z"/>
|
||||
<path fill="#86735c" d="M1.587.265v.264h.794V.265zm0 .264h-.264v.265h.264zm-.264.265h-.265v.529h.265z"/>
|
||||
<path fill="#5a4934" d="M2.381.53v.264h.265V.529zm.265.264v.529h.264v-.53z"/>
|
||||
<path fill="#83b625" d="M1.323 2.91h.265v.265h-.265z"/>
|
||||
<path fill="#6d971f" d="M2.646 2.91h.265v.265h-.265z"/>
|
||||
<path fill="#cde3a8" d="M1.058 2.91h.265v.265h-.265z"/>
|
||||
<path fill="#a9cd69" d="M2.381 2.91h.265v.265h-.265z"/>
|
||||
<defs>
|
||||
<linearGradient id="c">
|
||||
<stop offset="0" stop-color="#fbeacf"/>
|
||||
<stop offset="1" stop-color="#f0bf7b"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#f9e0ba"/>
|
||||
<stop offset="1" stop-color="#de8a3d"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#dfedc7"/>
|
||||
<stop offset="1" stop-color="#89b92f"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="d" x1=".794" x2="3.175" y1="2.778" y2="2.778" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
||||
<linearGradient id="f" x1="1.587" x2="2.381" y1="1.058" y2="1.587" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
|
||||
<radialGradient id="e" cx="1.984" cy="2.381" r=".397" fx="1.984" fy="1.984" gradientTransform="matrix(.33333 0 0 1.30283 1.323 -.469)" gradientUnits="userSpaceOnUse" xlink:href="#c"/>
|
||||
</defs>
|
||||
<path fill="url(#d)" fill-rule="evenodd" d="M.661 3.307l.133-.661.264-.265c.53-.264 1.323-.264 1.852 0l.265.265.132.661z"/>
|
||||
<path fill="url(#e)" fill-rule="evenodd" d="M1.587 2.117v.264l.265.265h.265l.264-.265v-.264c-.264-.265-.529-.265-.793 0z"/>
|
||||
<path fill="url(#f)" fill-rule="evenodd" d="M1.323 1.058v.53l.264.264c.265.265.53.265.794 0l.265-.265v-.529L2.116.53h-.264z"/>
|
||||
<path fill="#4e4e4e" d="M2.646 1.058v.53h.264v-.53zM2.38 2.117v.264h.53v-.264zm.53.264v.265h.264V2.38zm.264.265v.529H.529v.265h2.91v-.795z"/>
|
||||
<path fill="#a3a3a3" d="M1.058 1.058v.53h.265v-.53zm.265.53v.264h.264v-.265zm-.265.529v.264h.53v-.264zm0 .264H.794v.265h.264zm-.264.265H.529v.529h.265z"/>
|
||||
<path fill="#768854" d="M1.587 2.381v.265h.265V2.38zm.265.265v.264h.265v-.264zm.265 0h.264V2.38h-.264z"/>
|
||||
<path fill="#a6774d" d="M2.381 1.587v.265h.265v-.265zm0 .265h-.793v.265h.793z"/>
|
||||
<path fill="#9a7b54" fill-rule="evenodd" d="M1.984.397v.132c0 .265-.396.794-.793.794l.132-.53.264-.264z"/>
|
||||
<path fill="#93642b" fill-rule="evenodd" d="M1.984.397v.132c0 .265.397.794.794.794l-.132-.53L2.38.53z"/>
|
||||
<path fill="#86735c" d="M1.587.265v.264h.794V.265zm0 .264h-.264v.265h.264zm-.264.265h-.265v.529h.265z"/>
|
||||
<path fill="#5a4934" d="M2.381.53v.264h.265V.529zm.265.264v.529h.264v-.53z"/>
|
||||
<path fill="#83b625" d="M1.323 2.91h.265v.265h-.265z"/>
|
||||
<path fill="#6d971f" d="M2.646 2.91h.265v.265h-.265z"/>
|
||||
<path fill="#cde3a8" d="M1.058 2.91h.265v.265h-.265z"/>
|
||||
<path fill="#a9cd69" d="M2.381 2.91h.265v.265h-.265z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.4 KiB |