12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <svg width="100%" height="100%" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
- <rect id="decreasing_graph" x="0" y="0" width="32" height="32" style="fill:none;"/>
- <clipPath id="_clip1">
- <rect x="0" y="0" width="32" height="32"/>
- </clipPath>
- <g clip-path="url(#_clip1)">
- <g id="outline">
- <path d="M30,0c0.53,0 1.039,0.211 1.414,0.586c0.375,0.375 0.586,0.884 0.586,1.414l0,28c0,0.53 -0.211,1.039 -0.586,1.414c-0.375,0.375 -0.884,0.586 -1.414,0.586l-28,0c-0.53,0 -1.039,-0.211 -1.414,-0.586c-0.375,-0.375 -0.586,-0.884 -0.586,-1.414l0,-28c0,-0.53 0.211,-1.039 0.586,-1.414c0.375,-0.375 0.884,-0.586 1.414,-0.586l28,0Z" style="fill-rule:nonzero;"/>
- </g>
- <g id="emoji">
- <rect x="2" y="2" width="28" height="28" style="fill:#fff;"/>
- <g>
- <rect x="8" y="4" width="1" height="24" style="fill:#e6e6e6;"/>
- <rect x="12" y="4" width="1" height="24" style="fill:#e6e6e6;"/>
- <rect x="16" y="4" width="1" height="24" style="fill:#e6e6e6;"/>
- <rect x="20" y="4" width="1" height="24" style="fill:#e6e6e6;"/>
- <rect x="24" y="4" width="1" height="24" style="fill:#e6e6e6;"/>
- <path d="M28,8l0,-1l-24,0l0,1l24,0Z" style="fill:#e6e6e6;"/>
- <path d="M28,12l0,-1l-24,0l0,1l24,0Z" style="fill:#e6e6e6;"/>
- <path d="M28,16l0,-1l-24,0l0,1l24,0Z" style="fill:#e6e6e6;"/>
- <path d="M28,20l0,-1l-24,0l0,1l24,0Z" style="fill:#e6e6e6;"/>
- <path d="M28,24l0,-1l-24,0l0,1l24,0Z" style="fill:#e6e6e6;"/>
- </g>
- <g>
- <rect x="4" y="4" width="1" height="24" style="fill:#b3b3b3;"/>
- <path d="M28,28l0,-1l-24,0l0,1l24,0Z" style="fill:#b3b3b3;"/>
- </g>
- <path d="M10,12.586l3,-3l15.707,15.707l-1.414,1.414l-14.293,-14.293l-3,3l-5.707,-5.707l1.414,-1.414l4.293,4.293Z" style="fill:#334cec;fill-rule:nonzero;"/>
- </g>
- </g>
- </svg>
|