no message

main
이범준 2 months ago
parent a239d8d323
commit 6aa661501e

@ -11,10 +11,10 @@
</parent> </parent>
<groupId>cokr.xit.app</groupId> <groupId>cokr.xit.app</groupId>
<artifactId>fims-java</artifactId> <artifactId>fims-java-rent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<name>fims-java</name> <name>fims-java-rent</name>
<description>과태료통합관리시스템java</description> <description>과태료통합관리시스템java-rent</description>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>

@ -1,80 +0,0 @@
package cokr.xit.base;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpServletResponseWrapper;
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Component;
@Component
@Order(-10001)
public class ResponseHeaderFilter implements Filter {
public ResponseHeaderFilter() {}
@Override
public void destroy() {}
@Override
public void init(FilterConfig filterConfig) {}
@Override
public void doFilter(ServletRequest request, ServletResponse response,
FilterChain chain) throws IOException, ServletException {
chain.doFilter(request, new HttpServletResponseWrapper((HttpServletResponse) response) {
@Override
public void addCookie(Cookie cookie) {
if(cookie.getValue().equals("") && cookie.getMaxAge() == 0) {
cookie.setValue("null");
}
cookie.setHttpOnly(true);
super.addCookie(cookie);
}
@Override
public void setContentType(String type) {
if(type.equals("text/css")
|| type.equals("application/javascript")
|| type.equals("image/svg+xml")
|| type.equals("text/html")) {
type = type+";charset=UTF-8";
}
super.setContentType(type);
}
@Override
public void setHeader(String name, String value) {
if(name.equalsIgnoreCase("X-Xss-Protection")) {
if(super.containsHeader("Content-Type")) {
if(super.getContentType() != null) {
if(super.getContentType().startsWith("application/json")) {
return;
}
}
}
}
super.setHeader(name, value);
return;
}
});
}
}

@ -1,20 +0,0 @@
package cokr.xit.base;
import org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory;
import org.springframework.boot.web.server.MimeMappings;
import org.springframework.boot.web.server.WebServerFactoryCustomizer;
import org.springframework.context.annotation.Configuration;
@Configuration
public class ServletCustomizer implements WebServerFactoryCustomizer<TomcatServletWebServerFactory> {
@Override
public void customize(TomcatServletWebServerFactory factory) {
MimeMappings mappings = new MimeMappings(MimeMappings.DEFAULT);
mappings.add("woff", "font/woff");
mappings.add("woff2", "font/woff2");
mappings.add("otf", "font/otf");
mappings.add("ico", "image/x-icon");
factory.setMimeMappings(mappings);
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

@ -1,9 +0,0 @@
<svg viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_895_21" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="6" y="3" width="7" height="7">
<rect x="6.25" y="3.96387" width="6.03586" height="6.03586" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_895_21)">
<path d="M10.7759 8.99366L10.4238 8.64157L10.8199 8.23918H9.76988V7.73619H10.8199L10.4238 7.3338L10.7759 6.98171L11.7818 7.98769L10.7759 8.99366ZM8.8645 6.73022L10.5244 5.76196V5.22125H10.4615L8.8645 6.14549L7.31153 5.22125H7.25494V5.77454L8.8645 6.73022ZM7.2235 8.23918C7.09357 8.23918 6.98249 8.19307 6.89027 8.10086C6.79806 8.00864 6.75195 7.89757 6.75195 7.76763V5.18981C6.75195 5.05987 6.79806 4.9488 6.89027 4.85658C6.98249 4.76437 7.09357 4.71826 7.2235 4.71826H10.5558C10.6857 4.71826 10.7968 4.76437 10.889 4.85658C10.9812 4.9488 11.0274 5.05987 11.0274 5.18981V6.50387C10.9854 6.49549 10.9435 6.4892 10.9016 6.48501C10.8597 6.48082 10.8178 6.47872 10.7759 6.47872C10.3651 6.47872 10.0109 6.62647 9.7133 6.92198C9.4157 7.21748 9.2669 7.57272 9.2669 7.98769C9.2669 8.0296 9.26899 8.07152 9.27318 8.11343C9.27737 8.15535 9.28366 8.19726 9.29204 8.23918H7.2235Z" fill="#606060"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 8.384H1.14398C1.01243 8.384 0.902163 8.34069 0.813173 8.25407C0.724183 8.16745 0.679688 8.06012 0.679688 7.93208C0.679688 7.80404 0.724183 7.69671 0.813173 7.61009C0.902163 7.52347 1.01243 7.48016 1.14398 7.48016H6V8.384ZM7.17984 4H6.79801C6.57811 4 6.39014 4.07595 6.23408 4.22784C6.07803 4.37973 6 4.5627 6 4.77673V6.84002C5.99668 6.8369 5.99337 6.83374 5.99008 6.83053C5.85466 6.69873 5.78695 6.53867 5.78695 6.35037V2.28313C5.78695 2.09483 5.85466 1.93478 5.99008 1.80297C6.1255 1.67116 6.28994 1.60526 6.4834 1.60526C6.67686 1.60526 6.8413 1.67116 6.97672 1.80297C7.11213 1.93478 7.17984 2.09483 7.17984 2.28313V4ZM4.16191 7.02825C4.35537 7.02825 4.51981 6.96234 4.65523 6.83053C4.79065 6.69873 4.85836 6.53867 4.85836 6.35037V3.63888C4.85836 3.45058 4.79065 3.29053 4.65523 3.15872C4.51981 3.02691 4.35537 2.96101 4.16191 2.96101C3.96846 2.96101 3.80402 3.02691 3.6686 3.15872C3.53318 3.29053 3.46547 3.45058 3.46547 3.63888V6.35037C3.46547 6.53867 3.53318 6.69873 3.6686 6.83053C3.80402 6.96234 3.96846 7.02825 4.16191 7.02825ZM1.84043 7.02825C2.03389 7.02825 2.19833 6.96234 2.33375 6.83053C2.46917 6.69873 2.53688 6.53867 2.53688 6.35037V0.927385C2.53688 0.739087 2.46917 0.579034 2.33375 0.447225C2.19833 0.315416 2.03389 0.249512 1.84043 0.249512C1.64697 0.249512 1.48253 0.315416 1.34711 0.447225C1.21169 0.579034 1.14398 0.739087 1.14398 0.927385V6.35037C1.14398 6.53867 1.21169 6.69873 1.34711 6.83053C1.48253 6.96234 1.64697 7.02825 1.84043 7.02825Z" fill="#606060"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

@ -1,7 +0,0 @@
<svg viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.7898 8.07127V13.5404L0.208984 13.9997V7.61523L1.7898 8.07127Z" fill="#606060"/>
<path d="M7.33245 11.3364H1.91274C1.55575 11.3364 1.26367 11.0431 1.26367 10.6847C1.26367 10.3262 1.55575 10.0329 1.91274 10.0329H6.91056L9.50683 4.27443C9.65612 3.94528 10.0391 3.80189 10.3668 3.94854C10.6946 4.09845 10.8374 4.48299 10.6914 4.81214L7.92311 10.9551C7.81925 11.1898 7.58559 11.3397 7.33245 11.3397V11.3364Z" fill="#606060"/>
<path d="M11.3436 6.13483L6.747 5.07785C6.37004 4.99117 5.99486 5.22945 5.90901 5.61006L5.48577 7.48641C5.39992 7.86702 5.63592 8.24584 6.01288 8.33252L10.6094 9.3895C10.9864 9.47619 11.3616 9.23791 11.4474 8.8573L11.8707 6.98095C11.9565 6.60033 11.7205 6.22152 11.3436 6.13483Z" fill="#606060"/>
<path d="M17.6797 5.10235L17.0623 4.93772L14.1528 8.62773L16.6347 9.28168L17.6797 5.10235Z" fill="#606060"/>
<path d="M17.3567 2.96698L4.72019 0.176343C4.49889 0.128044 4.27758 0.262209 4.22502 0.476874L2.93593 5.97228C2.88613 6.18695 3.02445 6.40161 3.24575 6.4526L13.2819 8.66901C13.4396 8.70389 13.6028 8.64754 13.7024 8.52143L14.0011 8.14308L17.2516 4.03494L17.5946 3.60024C17.7772 3.36948 17.6527 3.03138 17.3594 2.96698H17.3567Z" fill="#606060"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

@ -1,9 +0,0 @@
<svg viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.14286 11.8886H0.678571C0.486309 11.8886 0.325149 11.8253 0.19509 11.6987C0.06503 11.5721 0 11.4152 0 11.2281C0 11.041 0.06503 10.8841 0.19509 10.7575C0.325149 10.6309 0.486309 10.5676 0.678571 10.5676H8.14286V11.8886ZM9.5 5.28367H9.10417C8.83981 5.28367 8.6135 5.37529 8.42524 5.55852C8.23699 5.74176 8.14286 5.96203 8.14286 6.21934V9.85436C8.00172 9.80721 7.87449 9.72849 7.76116 9.61819C7.56324 9.42555 7.46429 9.19163 7.46429 8.91643V2.97214C7.46429 2.69694 7.56324 2.46303 7.76116 2.27039C7.95908 2.07775 8.1994 1.98143 8.48214 1.98143C8.76488 1.98143 9.00521 2.07775 9.20312 2.27039C9.40104 2.46303 9.5 2.69694 9.5 2.97214V5.28367ZM5.08929 9.90714C5.37202 9.90714 5.61235 9.81082 5.81027 9.61819C6.00818 9.42555 6.10714 9.19163 6.10714 8.91643V4.95357C6.10714 4.67837 6.00818 4.44445 5.81027 4.25182C5.61235 4.05918 5.37202 3.96286 5.08929 3.96286C4.80655 3.96286 4.56622 4.05918 4.3683 4.25182C4.17039 4.44445 4.07143 4.67837 4.07143 4.95357V8.91643C4.07143 9.19163 4.17039 9.42555 4.3683 9.61819C4.56622 9.81082 4.80655 9.90714 5.08929 9.90714ZM1.69643 9.90714C1.97917 9.90714 2.21949 9.81082 2.41741 9.61819C2.61533 9.42555 2.71429 9.19163 2.71429 8.91643V0.990714C2.71429 0.715516 2.61533 0.481597 2.41741 0.288958C2.21949 0.0963194 1.97917 0 1.69643 0C1.41369 0 1.17336 0.0963194 0.975446 0.288958C0.77753 0.481597 0.678571 0.715516 0.678571 0.990714V8.91643C0.678571 9.19163 0.77753 9.42555 0.975446 9.61819C1.17336 9.81082 1.41369 9.90714 1.69643 9.90714Z" fill="#606060"/>
<mask id="mask0_638_983" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="7" y="5" width="10" height="10">
<rect x="7.23828" y="5.42871" width="9.5" height="8.82143" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_638_983)">
<path d="M12.4397 10.5044C12.5359 10.5044 12.6164 10.474 12.6815 10.4134C12.7465 10.3527 12.779 10.2775 12.779 10.1877V9.23773C12.779 9.14801 12.7465 9.0728 12.6815 9.0121C12.6164 8.95141 12.5359 8.92106 12.4397 8.92106H11.4219V8.60439H12.4397C12.5359 8.60439 12.6164 8.57405 12.6815 8.51335C12.7465 8.45266 12.779 8.37745 12.779 8.28773C12.779 8.19801 12.7465 8.1228 12.6815 8.0621C12.6164 8.00141 12.5359 7.97106 12.4397 7.97106H12.1004C12.1004 7.88134 12.0679 7.80613 12.0029 7.74544C11.9379 7.68474 11.8573 7.65439 11.7612 7.65439C11.665 7.65439 11.5844 7.68474 11.5194 7.74544C11.4544 7.80613 11.4219 7.88134 11.4219 7.97106H11.0826C10.9865 7.97106 10.9059 8.00141 10.8408 8.0621C10.7758 8.1228 10.7433 8.19801 10.7433 8.28773V9.23773C10.7433 9.32745 10.7758 9.40266 10.8408 9.46335C10.9059 9.52405 10.9865 9.55439 11.0826 9.55439H12.1004V9.87106H11.0826C10.9865 9.87106 10.9059 9.90141 10.8408 9.9621C10.7758 10.0228 10.7433 10.098 10.7433 10.1877C10.7433 10.2775 10.7758 10.3527 10.8408 10.4134C10.9059 10.474 10.9865 10.5044 11.0826 10.5044H11.4219C11.4219 10.5941 11.4544 10.6693 11.5194 10.73C11.5844 10.7907 11.665 10.8211 11.7612 10.8211C11.8573 10.8211 11.9379 10.7907 12.0029 10.73C12.0679 10.6693 12.1004 10.5941 12.1004 10.5044H12.4397ZM9.72545 12.0877C9.53884 12.0877 9.37909 12.0257 9.24621 11.9017C9.11332 11.7777 9.04688 11.6286 9.04688 11.4544V6.38773C9.04688 6.21356 9.11332 6.06446 9.24621 5.94044C9.37909 5.81641 9.53884 5.75439 9.72545 5.75439H12.1598C12.2503 5.75439 12.3365 5.77023 12.4185 5.80189C12.5005 5.83356 12.5726 5.87842 12.6348 5.93648L14.2804 7.47231C14.3426 7.53037 14.3906 7.59766 14.4246 7.67419C14.4585 7.75071 14.4754 7.8312 14.4754 7.91564V11.4544C14.4754 11.6286 14.409 11.7777 14.2761 11.9017C14.1432 12.0257 13.9835 12.0877 13.7969 12.0877H9.72545Z" fill="#606060"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.6 KiB

@ -1,9 +0,0 @@
<svg viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_638_947" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="9" y="8" width="8" height="8">
<rect x="9.43359" y="8.3335" width="7.20987" height="7.5" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_638_947)">
<path d="M10.936 14.584V13.959H11.4167L12.01 11.9043C12.05 11.7689 12.1239 11.6608 12.2315 11.5801C12.3392 11.4993 12.4581 11.459 12.5883 11.459H13.4895C13.6197 11.459 13.7386 11.4993 13.8463 11.5801C13.9539 11.6608 14.0278 11.7689 14.0678 11.9043L14.6611 13.959H15.1418V14.584H10.936ZM12.7385 10.834V9.27148H13.3393V10.834H12.7385ZM14.5259 11.6074L14.0978 11.1621L15.1643 10.0605L15.5849 10.498L14.5259 11.6074ZM14.8414 13.0215V12.3965H16.3434V13.0215H14.8414ZM11.5519 11.6074L10.4929 10.498L10.9135 10.0605L11.9799 11.1621L11.5519 11.6074ZM9.73438 13.0215V12.3965H11.2364V13.0215H9.73438Z" fill="#606060"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2644 0.833333V6.66667C12.2644 6.90278 12.3484 7.10069 12.5163 7.26042C12.6842 7.42014 12.8922 7.5 13.1404 7.5C13.3886 7.5 13.5967 7.42014 13.7646 7.26042C13.9325 7.10069 14.0165 6.90278 14.0165 6.66667V0.833333C14.0165 0.597222 13.9325 0.399306 13.7646 0.239583C13.5967 0.0798611 13.3886 0 13.1404 0C12.8922 0 12.6842 0.0798611 12.5163 0.239583C12.3484 0.399306 12.2644 0.597222 12.2644 0.833333ZM0 0.833333V12.5C0 12.7361 0.0839528 12.934 0.251858 13.0937C0.419764 13.2535 0.627821 13.3333 0.876029 13.3333C1.12424 13.3333 1.33229 13.2535 1.5002 13.0937C1.66811 12.934 1.75206 12.7361 1.75206 12.5V0.833333C1.75206 0.597222 1.66811 0.399306 1.5002 0.239583C1.33229 0.0798611 1.12424 0 0.876029 0C0.627821 0 0.419764 0.0798611 0.251858 0.239583C0.0839528 0.399306 0 0.597222 0 0.833333ZM6.1322 0.833333V2.5C6.1322 2.73611 6.21616 2.93403 6.38406 3.09375C6.55197 3.25347 6.76002 3.33333 7.00823 3.33333C7.25644 3.33333 7.4645 3.25347 7.6324 3.09375C7.80031 2.93403 7.88426 2.73611 7.88426 2.5V0.833333C7.88426 0.597222 7.80031 0.399306 7.6324 0.239583C7.4645 0.0798611 7.25644 0 7.00823 0C6.76002 0 6.55197 0.0798611 6.38406 0.239583C6.21616 0.399306 6.1322 0.597222 6.1322 0.833333ZM6.1322 5.83333V7.5C6.1322 7.73611 6.21616 7.93403 6.38406 8.09375C6.55197 8.25347 6.76002 8.33333 7.00823 8.33333C7.25644 8.33333 7.4645 8.25347 7.6324 8.09375C7.80031 7.93403 7.88426 7.73611 7.88426 7.5V5.83333C7.88426 5.59722 7.80031 5.3993 7.6324 5.23958C7.4645 5.07986 7.25644 5 7.00823 5C6.76002 5 6.55197 5.07986 6.38406 5.23958C6.21616 5.3993 6.1322 5.59722 6.1322 5.83333ZM6.1322 10.8333V12.5C6.1322 12.7361 6.21616 12.934 6.38406 13.0937C6.55197 13.2535 6.76002 13.3333 7.00823 13.3333C7.25644 13.3333 7.4645 13.2535 7.6324 13.0937C7.80031 12.934 7.88426 12.7361 7.88426 12.5V10.8333C7.88426 10.5972 7.80031 10.3993 7.6324 10.2396C7.4645 10.0799 7.25644 10 7.00823 10C6.76002 10 6.55197 10.0799 6.38406 10.2396C6.21616 10.3993 6.1322 10.5972 6.1322 10.8333Z" fill="#606060"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

@ -1,8 +0,0 @@
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_638_970" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16">
<rect width="16" height="16" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_638_970)">
<path d="M8.33333 7.9665C8.65556 7.61095 8.90278 7.20539 9.075 6.74984C9.24722 6.29428 9.33333 5.82206 9.33333 5.33317C9.33333 4.84428 9.24722 4.37206 9.075 3.9165C8.90278 3.46095 8.65556 3.05539 8.33333 2.69984C9 2.78873 9.55556 3.08317 10 3.58317C10.4444 4.08317 10.6667 4.6665 10.6667 5.33317C10.6667 5.99984 10.4444 6.58317 10 7.08317C9.55556 7.58317 9 7.87762 8.33333 7.9665ZM11.6833 13.3332C11.7833 13.2554 11.8611 13.1582 11.9167 13.0415C11.9722 12.9248 12 12.7943 12 12.6498V11.3332C12 10.9332 11.9111 10.5526 11.7333 10.1915C11.5556 9.83039 11.3222 9.51095 11.0333 9.23317C11.6 9.43317 12.125 9.6915 12.6083 10.0082C13.0917 10.3248 13.3333 10.7665 13.3333 11.3332V12.6665C13.3333 12.8554 13.2694 13.0137 13.1417 13.1415C13.0139 13.2693 12.8556 13.3332 12.6667 13.3332H11.6833ZM14 8.6665C13.8111 8.6665 13.6528 8.60262 13.525 8.47484C13.3972 8.34706 13.3333 8.18873 13.3333 7.99984V7.33317H12.6667C12.4778 7.33317 12.3194 7.26928 12.1917 7.1415C12.0639 7.01373 12 6.85539 12 6.6665C12 6.47762 12.0639 6.31928 12.1917 6.1915C12.3194 6.06373 12.4778 5.99984 12.6667 5.99984H13.3333V5.33317C13.3333 5.14428 13.3972 4.98595 13.525 4.85817C13.6528 4.73039 13.8111 4.6665 14 4.6665C14.1889 4.6665 14.3472 4.73039 14.475 4.85817C14.6028 4.98595 14.6667 5.14428 14.6667 5.33317V5.99984H15.3333C15.5222 5.99984 15.6806 6.06373 15.8083 6.1915C15.9361 6.31928 16 6.47762 16 6.6665C16 6.85539 15.9361 7.01373 15.8083 7.1415C15.6806 7.26928 15.5222 7.33317 15.3333 7.33317H14.6667V7.99984C14.6667 8.18873 14.6028 8.34706 14.475 8.47484C14.3472 8.60262 14.1889 8.6665 14 8.6665ZM5.33333 7.99984C4.6 7.99984 3.97222 7.73873 3.45 7.2165C2.92778 6.69428 2.66667 6.0665 2.66667 5.33317C2.66667 4.59984 2.92778 3.97206 3.45 3.44984C3.97222 2.92762 4.6 2.6665 5.33333 2.6665C6.06667 2.6665 6.69444 2.92762 7.21667 3.44984C7.73889 3.97206 8 4.59984 8 5.33317C8 6.0665 7.73889 6.69428 7.21667 7.2165C6.69444 7.73873 6.06667 7.99984 5.33333 7.99984ZM0.666667 13.3332C0.477778 13.3332 0.319444 13.2693 0.191667 13.1415C0.0638889 13.0137 0 12.8554 0 12.6665V11.4665C0 11.0887 0.0972222 10.7415 0.291667 10.4248C0.486111 10.1082 0.744444 9.8665 1.06667 9.69984C1.75556 9.35539 2.45556 9.09706 3.16667 8.92484C3.87778 8.75261 4.6 8.6665 5.33333 8.6665C6.06667 8.6665 6.78889 8.75261 7.5 8.92484C8.21111 9.09706 8.91111 9.35539 9.6 9.69984C9.92222 9.8665 10.1806 10.1082 10.375 10.4248C10.5694 10.7415 10.6667 11.0887 10.6667 11.4665V12.6665C10.6667 12.8554 10.6028 13.0137 10.475 13.1415C10.3472 13.2693 10.1889 13.3332 10 13.3332H0.666667Z" fill="#606060"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

@ -1,8 +0,0 @@
<svg viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_638_967" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18">
<rect width="18" height="18" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_638_967)">
<path d="M13.25 9.5C12.2125 9.5 11.3281 9.13438 10.5969 8.40313C9.86562 7.67188 9.5 6.7875 9.5 5.75C9.5 4.725 9.8625 3.84375 10.5875 3.10625C11.3125 2.36875 12.2 2 13.25 2C14.2875 2 15.1719 2.36562 15.9031 3.09687C16.6344 3.82812 17 4.7125 17 5.75C17 6.7875 16.6344 7.67188 15.9031 8.40313C15.1719 9.13438 14.2875 9.5 13.25 9.5ZM12.875 6.125C12.875 6.225 12.9125 6.3125 12.9875 6.3875C13.0625 6.4625 13.15 6.5 13.25 6.5C13.35 6.5 13.4375 6.4625 13.5125 6.3875C13.5875 6.3125 13.625 6.225 13.625 6.125V3.875C13.625 3.775 13.5875 3.6875 13.5125 3.6125C13.4375 3.5375 13.35 3.5 13.25 3.5C13.15 3.5 13.0625 3.5375 12.9875 3.6125C12.9125 3.6875 12.875 3.775 12.875 3.875V6.125ZM13.25 8C13.35 8 13.4375 7.9625 13.5125 7.8875C13.5875 7.8125 13.625 7.725 13.625 7.625C13.625 7.525 13.5875 7.4375 13.5125 7.3625C13.4375 7.2875 13.35 7.25 13.25 7.25C13.15 7.25 13.0625 7.2875 12.9875 7.3625C12.9125 7.4375 12.875 7.525 12.875 7.625C12.875 7.725 12.9125 7.8125 12.9875 7.8875C13.0625 7.9625 13.15 8 13.25 8ZM5.375 12.5C5.6875 12.5 5.95312 12.3906 6.17187 12.1719C6.39062 11.9531 6.5 11.6875 6.5 11.375C6.5 11.0625 6.39062 10.7969 6.17187 10.5781C5.95312 10.3594 5.6875 10.25 5.375 10.25C5.0625 10.25 4.79687 10.3594 4.57812 10.5781C4.35937 10.7969 4.25 11.0625 4.25 11.375C4.25 11.6875 4.35937 11.9531 4.57812 12.1719C4.79687 12.3906 5.0625 12.5 5.375 12.5ZM2.75 16.25C2.5375 16.25 2.35937 16.1781 2.21562 16.0344C2.07187 15.8906 2 15.7125 2 15.5V9.5L3.575 5C3.65 4.775 3.78437 4.59375 3.97812 4.45625C4.17187 4.31875 4.3875 4.25 4.625 4.25H8.225C8.15 4.4875 8.09375 4.73125 8.05625 4.98125C8.01875 5.23125 8 5.4875 8 5.75H4.8875L4.1 8H8.50625C8.79375 8.6 9.18125 9.12188 9.66875 9.56563C10.1562 10.0094 10.7 10.3625 11.3 10.625C11.2 10.725 11.125 10.8406 11.075 10.9719C11.025 11.1031 11 11.2375 11 11.375C11 11.6875 11.1094 11.9531 11.3281 12.1719C11.5469 12.3906 11.8125 12.5 12.125 12.5C12.4375 12.5 12.7031 12.3906 12.9219 12.1719C13.1406 11.9531 13.25 11.6875 13.25 11.375C13.25 11.3125 13.2469 11.25 13.2406 11.1875C13.2344 11.125 13.2187 11.0625 13.1937 11C13.5937 11.0125 13.9875 10.975 14.375 10.8875C14.7625 10.8 15.1375 10.6687 15.5 10.4937V15.5C15.5 15.7125 15.4281 15.8906 15.2844 16.0344C15.1406 16.1781 14.9625 16.25 14.75 16.25H14C13.7875 16.25 13.6094 16.1781 13.4656 16.0344C13.3219 15.8906 13.25 15.7125 13.25 15.5V14.75H4.25V15.5C4.25 15.7125 4.17812 15.8906 4.03437 16.0344C3.89062 16.1781 3.7125 16.25 3.5 16.25H2.75Z" fill="#606060"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

@ -1,9 +0,0 @@
<svg viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.69218 6.88938H9.23065C8.97681 6.88938 8.7595 6.97735 8.57873 7.1533C8.39797 7.32924 8.30758 7.54075 8.30758 7.78783V10.6538C8.16359 10.6057 8.03379 10.5254 7.91817 10.4129C7.71625 10.2163 7.61528 9.97767 7.61528 9.6969V3.63237C7.61528 3.3516 7.71625 3.11295 7.91817 2.91641C8.12009 2.71988 8.36528 2.62161 8.65373 2.62161C8.94219 2.62161 9.18738 2.71988 9.3893 2.91641C9.59122 3.11295 9.69218 3.3516 9.69218 3.63237V6.88938ZM8.30758 11.3815V12.7292H0.692299C0.496147 12.7292 0.331727 12.6646 0.199036 12.5354C0.0663456 12.4063 0 12.2463 0 12.0553C0 11.8644 0.0663456 11.7044 0.199036 11.5752C0.331727 11.4461 0.496147 11.3815 0.692299 11.3815H8.30758ZM5.19224 10.7077C5.4807 10.7077 5.72589 10.6094 5.92781 10.4129C6.12973 10.2163 6.23069 9.97767 6.23069 9.6969V5.65388C6.23069 5.37311 6.12973 5.13446 5.92781 4.93793C5.72589 4.74139 5.4807 4.64312 5.19224 4.64312C4.90378 4.64312 4.65859 4.74139 4.45667 4.93793C4.25475 5.13446 4.15379 5.37311 4.15379 5.65388V9.6969C4.15379 9.97767 4.25475 10.2163 4.45667 10.4129C4.65859 10.6094 4.90378 10.7077 5.19224 10.7077ZM1.73075 10.7077C2.0192 10.7077 2.26439 10.6094 2.46631 10.4129C2.66823 10.2163 2.76919 9.97767 2.76919 9.6969V1.61085C2.76919 1.33009 2.66823 1.09144 2.46631 0.894902C2.26439 0.698366 2.0192 0.600098 1.73075 0.600098C1.44229 0.600098 1.1971 0.698366 0.995179 0.894902C0.793259 1.09144 0.692299 1.33009 0.692299 1.61085V9.6969C0.692299 9.97767 0.793259 10.2163 0.995179 10.4129C1.1971 10.6094 1.44229 10.7077 1.73075 10.7077Z" fill="#606060"/>
<mask id="mask0_638_976" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="9">
<rect x="8.30859" y="6.69238" width="8.30758" height="8.30758" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_638_976)">
<path d="M12.3478 8.76936V10.154C12.3478 10.252 12.3809 10.3342 12.4473 10.4006C12.5136 10.4669 12.5958 10.5001 12.6939 10.5001C12.792 10.5001 12.8742 10.4669 12.9405 10.4006C13.0069 10.3342 13.0401 10.252 13.0401 10.154V8.76936C13.0401 8.67129 13.0069 8.58908 12.9405 8.52273C12.8742 8.45639 12.792 8.42321 12.6939 8.42321C12.5958 8.42321 12.5136 8.45639 12.4473 8.52273C12.3809 8.58908 12.3478 8.67129 12.3478 8.76936ZM12.6939 11.8847C12.792 11.8847 12.8742 11.8515 12.9405 11.7852C13.0069 11.7188 13.0401 11.6366 13.0401 11.5386C13.0401 11.4405 13.0069 11.3583 12.9405 11.2919C12.8742 11.2256 12.792 11.1924 12.6939 11.1924C12.5958 11.1924 12.5136 11.2256 12.4473 11.2919C12.3809 11.3583 12.3478 11.4405 12.3478 11.5386C12.3478 11.6366 12.3809 11.7188 12.4473 11.7852C12.5136 11.8515 12.5958 11.8847 12.6939 11.8847ZM9.23242 13.4683V8.07706C9.23242 7.88668 9.30021 7.7237 9.43578 7.58813C9.57136 7.45255 9.73434 7.38477 9.92472 7.38477H15.4631C15.6535 7.38477 15.8165 7.45255 15.952 7.58813C16.0876 7.7237 16.1554 7.88668 16.1554 8.07706V12.2309C16.1554 12.4212 16.0876 12.5842 15.952 12.7198C15.8165 12.8554 15.6535 12.9232 15.4631 12.9232H10.617L9.82088 13.7193C9.71126 13.8289 9.58578 13.8534 9.44444 13.7929C9.30309 13.7323 9.23242 13.6241 9.23242 13.4683Z" fill="#606060"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

@ -1,3 +0,0 @@
<svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.68333 2.55867L12.05 0.192C12.1833 0.0586667 12.3389 -0.00522222 12.5167 0.000333333C12.6944 0.00588889 12.85 0.0753333 12.9833 0.208667C13.1056 0.342 13.1667 0.497556 13.1667 0.675333C13.1667 0.853111 13.1056 1.00867 12.9833 1.142L10.1667 3.97533C10.0333 4.10867 9.87778 4.17533 9.7 4.17533C9.52222 4.17533 9.36667 4.10867 9.23333 3.97533L7.8 2.542C7.67778 2.41978 7.61667 2.26422 7.61667 2.07533C7.61667 1.88644 7.67778 1.73089 7.8 1.60867C7.92222 1.48644 8.07778 1.42533 8.26667 1.42533C8.45556 1.42533 8.61111 1.48644 8.73333 1.60867L9.68333 2.55867ZM0.666667 3.10867C0.477778 3.10867 0.319444 3.04478 0.191667 2.917C0.0638889 2.78922 0 2.63089 0 2.442C0 2.25311 0.0638889 2.09478 0.191667 1.967C0.319444 1.83922 0.477778 1.77533 0.666667 1.77533H5.33333C5.52222 1.77533 5.68056 1.83922 5.80833 1.967C5.93611 2.09478 6 2.25311 6 2.442C6 2.63089 5.93611 2.78922 5.80833 2.917C5.68056 3.04478 5.52222 3.10867 5.33333 3.10867H0.666667ZM10 8.70867L8.73333 9.97533C8.61111 10.0976 8.45556 10.1587 8.26667 10.1587C8.07778 10.1587 7.92222 10.0976 7.8 9.97533C7.67778 9.85311 7.61667 9.69756 7.61667 9.50867C7.61667 9.31978 7.67778 9.16422 7.8 9.042L9.06667 7.77533L7.8 6.50867C7.67778 6.38644 7.61667 6.23089 7.61667 6.042C7.61667 5.85311 7.67778 5.69756 7.8 5.57533C7.92222 5.45311 8.07778 5.392 8.26667 5.392C8.45556 5.392 8.61111 5.45311 8.73333 5.57533L10 6.842L11.2667 5.57533C11.3889 5.45311 11.5444 5.392 11.7333 5.392C11.9222 5.392 12.0778 5.45311 12.2 5.57533C12.3222 5.69756 12.3833 5.85311 12.3833 6.042C12.3833 6.23089 12.3222 6.38644 12.2 6.50867L10.9333 7.77533L12.2 9.042C12.3222 9.16422 12.3833 9.31978 12.3833 9.50867C12.3833 9.69756 12.3222 9.85311 12.2 9.97533C12.0778 10.0976 11.9222 10.1587 11.7333 10.1587C11.5444 10.1587 11.3889 10.0976 11.2667 9.97533L10 8.70867ZM0.666667 8.442C0.477778 8.442 0.319444 8.37811 0.191667 8.25033C0.0638889 8.12256 0 7.96422 0 7.77533C0 7.58644 0.0638889 7.42811 0.191667 7.30033C0.319444 7.17256 0.477778 7.10867 0.666667 7.10867H5.33333C5.52222 7.10867 5.68056 7.17256 5.80833 7.30033C5.93611 7.42811 6 7.58644 6 7.77533C6 7.96422 5.93611 8.12256 5.80833 8.25033C5.68056 8.37811 5.52222 8.442 5.33333 8.442H0.666667Z" fill="#606060"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

@ -1,13 +0,0 @@
<svg viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.781663 3.87128V6.54964L0 6.7746V3.64795L0.781663 3.87128Z" fill="#606060"/>
<path d="M3.5223 5.46989H0.842428C0.665909 5.46989 0.521484 5.32626 0.521484 5.1507C0.521484 4.97515 0.665909 4.83151 0.842428 4.83151H3.31369L4.59746 2.01145C4.67128 1.85026 4.86064 1.78003 5.02271 1.85185C5.18479 1.92527 5.2554 2.11359 5.18318 2.27478L3.81436 5.28317C3.76301 5.39808 3.64747 5.47149 3.5223 5.47149V5.46989Z" fill="#606060"/>
<path d="M5.50683 2.92213L3.23398 2.4045C3.04759 2.36205 2.86207 2.47874 2.81962 2.66514L2.61035 3.58403C2.5679 3.77043 2.68459 3.95595 2.87098 3.9984L5.14383 4.51603C5.33023 4.55848 5.51575 4.44179 5.5582 4.25539L5.76747 3.33649C5.80992 3.1501 5.69323 2.96458 5.50683 2.92213Z" fill="#606060"/>
<path d="M8.63731 2.41759L8.332 2.33696L6.89334 4.14406L8.12057 4.46432L8.63731 2.41759Z" fill="#606060"/>
<path d="M8.47937 1.37147L2.23103 0.00481863C2.1216 -0.0188349 2.01217 0.0468693 1.98618 0.151996L1.34877 2.84324C1.32414 2.94837 1.39254 3.05349 1.50196 3.07846L6.46452 4.16389C6.54249 4.18098 6.62319 4.15338 6.67244 4.09162L6.82016 3.90633L8.42739 1.89447L8.597 1.68159C8.68728 1.56858 8.62573 1.403 8.48073 1.37147H8.47937Z" fill="#606060"/>
<path d="M10.1911 7.18686H18V4.06396H11.8807L10.1911 7.18686Z" fill="#606060"/>
<path d="M0.000746727 13.2656H10.3381C10.4365 13.5154 10.5816 13.7417 10.7617 13.9361H0.000746727V13.2656Z" fill="#606060"/>
<path d="M18 13.2656V13.9361H13.8737C14.0539 13.7417 14.1973 13.5154 14.2974 13.2656H18Z" fill="#606060"/>
<path d="M7.4325 9.31026H6.43012C6.79705 8.45536 7.6193 7.85693 8.57831 7.85693H18V12.5572H14.4441C14.4441 12.5304 14.4475 12.5036 14.4475 12.4767C14.4475 11.2933 13.4935 10.3345 12.316 10.3345C11.1385 10.3345 10.1845 11.2933 10.1845 12.4767C10.1845 12.5036 10.1878 12.5304 10.1878 12.5572H6.22498V10.3579H7.43083V9.31026H7.4325Z" fill="#606060"/>
<path d="M12.3173 11.1294C13.0578 11.1294 13.6582 11.7329 13.6582 12.4771C13.6582 12.5039 13.6532 12.5308 13.6515 12.5576H10.983C10.983 12.5308 10.9763 12.5039 10.9763 12.4771C10.9763 11.7329 11.5767 11.1294 12.3173 11.1294Z" fill="#606060"/>
<path d="M12.3173 11.1294C13.0578 11.1294 13.6582 11.7329 13.6582 12.4771C13.6582 12.7721 13.5631 13.0437 13.403 13.265C13.1595 13.6036 12.7642 13.8232 12.3173 13.8232C11.8703 13.8232 11.475 13.6019 11.2315 13.265C11.0714 13.0437 10.9763 12.7705 10.9763 12.4771C10.9763 11.7329 11.5767 11.1294 12.3173 11.1294Z" fill="#606060"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

@ -1,4 +0,0 @@
<svg viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.36933 13.3039C3.58507 13.5184 3.83888 13.6256 4.13076 13.6256H11.0978C11.3897 13.6256 11.6435 13.5184 11.8593 13.3039C12.075 13.0894 12.1829 12.8371 12.1829 12.5469C12.1829 12.4207 12.1543 12.2883 12.0972 12.1495C12.0401 12.0107 11.9671 11.8972 11.8783 11.8089L11.4215 11.3547H13.7057C14.1245 11.3547 14.483 11.2064 14.7813 10.9099C15.0795 10.6135 15.2286 10.257 15.2286 9.84071V8.32675C15.2286 8.11228 15.1556 7.9325 15.0097 7.78741C14.8638 7.64232 14.6829 7.56978 14.4672 7.56978C14.2514 7.56978 14.0706 7.64232 13.9247 7.78741C13.7787 7.9325 13.7057 8.11228 13.7057 8.32675V9.84071H1.52286V1.51396H6.85287C7.06861 1.51396 7.24945 1.44141 7.39539 1.29632C7.54133 1.15124 7.6143 0.971455 7.6143 0.756978C7.6143 0.542501 7.54133 0.362718 7.39539 0.217631C7.24945 0.0725437 7.06861 0 6.85287 0H1.52286C1.10407 0 0.745567 0.148241 0.44734 0.444724C0.149113 0.741207 0 1.09762 0 1.51396V9.84071C0 10.257 0.149113 10.6135 0.44734 10.9099C0.745567 11.2064 1.10407 11.3547 1.52286 11.3547H3.80715L3.35029 11.8089C3.26146 11.8972 3.18849 12.0139 3.13138 12.159C3.07428 12.304 3.04572 12.4334 3.04572 12.5469C3.04572 12.8371 3.15359 13.0894 3.36933 13.3039Z" fill="#606060"/>
<path d="M14.6277 6.54585L14.1134 6.03155L14.692 5.44378H13.1583V4.70906H14.692L14.1134 4.12129L14.6277 3.60699L16.0971 5.07642L14.6277 6.54585ZM11.8358 3.23964L14.2604 1.82531V1.03549H14.1685L11.8358 2.38553L9.56737 1.03549H9.48471V1.84368L11.8358 3.23964ZM9.43879 5.44378C9.24899 5.44378 9.08674 5.37643 8.95205 5.24173C8.81735 5.10703 8.75 4.94478 8.75 4.75498V0.989575C8.75 0.799774 8.81735 0.637525 8.95205 0.502827C9.08674 0.36813 9.24899 0.300781 9.43879 0.300781H14.3063C14.4961 0.300781 14.6583 0.36813 14.793 0.502827C14.9277 0.637525 14.9951 0.799774 14.9951 0.989575V2.90901C14.9338 2.89677 14.8726 2.88759 14.8114 2.88146C14.7502 2.87534 14.6889 2.87228 14.6277 2.87228C14.0277 2.87228 13.5103 3.0881 13.0756 3.51975C12.6409 3.95139 12.4236 4.47028 12.4236 5.07642C12.4236 5.13765 12.4266 5.19887 12.4328 5.2601C12.4389 5.32132 12.4481 5.38255 12.4603 5.44378H9.43879Z" fill="#606060"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

@ -1,3 +0,0 @@
<svg viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.2 12.8991L1.36 14.7534C1.10667 15.0087 0.816667 15.0658 0.49 14.9247C0.163333 14.7836 0 14.5317 0 14.1689V1.61239C0 1.16898 0.156667 0.789399 0.47 0.473639C0.783333 0.15788 1.16 0 1.6 0H14.4C14.84 0 15.2167 0.15788 15.53 0.473639C15.8433 0.789399 16 1.16898 16 1.61239V11.2867C16 11.7301 15.8433 12.1097 15.53 12.4255C15.2167 12.7412 14.84 12.8991 14.4 12.8991H3.2ZM8 7.57823L9.52 9.11C9.66667 9.2578 9.85333 9.3317 10.08 9.3317C10.3067 9.3317 10.4933 9.2578 10.64 9.11C10.7867 8.9622 10.86 8.77408 10.86 8.54566C10.86 8.31724 10.7867 8.12913 10.64 7.98133L9.12 6.44956L10.64 4.91779C10.7867 4.76998 10.86 4.58187 10.86 4.35345C10.86 4.12503 10.7867 3.93692 10.64 3.78911C10.4933 3.64131 10.3067 3.56741 10.08 3.56741C9.85333 3.56741 9.66667 3.64131 9.52 3.78911L8 5.32088L6.48 3.78911C6.33333 3.64131 6.14667 3.56741 5.92 3.56741C5.69333 3.56741 5.50667 3.64131 5.36 3.78911C5.21333 3.93692 5.14 4.12503 5.14 4.35345C5.14 4.58187 5.21333 4.76998 5.36 4.91779L6.88 6.44956L5.36 7.98133C5.21333 8.12913 5.14 8.31724 5.14 8.54566C5.14 8.77408 5.21333 8.9622 5.36 9.11C5.50667 9.2578 5.69333 9.3317 5.92 9.3317C6.14667 9.3317 6.33333 9.2578 6.48 9.11L8 7.57823Z" fill="#606060"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

@ -1,8 +0,0 @@
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_638_998" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16">
<rect width="16" height="16" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_638_998)">
<path d="M7.06667 8.83317L5.63333 7.39984C5.51111 7.27762 5.35556 7.2165 5.16667 7.2165C4.97778 7.2165 4.82222 7.27762 4.7 7.39984C4.57778 7.52206 4.51667 7.67761 4.51667 7.8665C4.51667 8.05539 4.57778 8.21095 4.7 8.33317L6.6 10.2332C6.73333 10.3665 6.88889 10.4332 7.06667 10.4332C7.24444 10.4332 7.4 10.3665 7.53333 10.2332L11.3 6.4665C11.4222 6.34428 11.4833 6.18873 11.4833 5.99984C11.4833 5.81095 11.4222 5.65539 11.3 5.53317C11.1778 5.41095 11.0222 5.34984 10.8333 5.34984C10.6444 5.34984 10.4889 5.41095 10.3667 5.53317L7.06667 8.83317ZM3.33333 13.9998C2.96667 13.9998 2.65278 13.8693 2.39167 13.6082C2.13056 13.3471 2 13.0332 2 12.6665V3.33317C2 2.9665 2.13056 2.65261 2.39167 2.3915C2.65278 2.13039 2.96667 1.99984 3.33333 1.99984H6.13333C6.27778 1.59984 6.51944 1.27762 6.85833 1.03317C7.19722 0.788726 7.57778 0.666504 8 0.666504C8.42222 0.666504 8.80278 0.788726 9.14167 1.03317C9.48056 1.27762 9.72222 1.59984 9.86667 1.99984H12.6667C13.0333 1.99984 13.3472 2.13039 13.6083 2.3915C13.8694 2.65261 14 2.9665 14 3.33317V12.6665C14 13.0332 13.8694 13.3471 13.6083 13.6082C13.3472 13.8693 13.0333 13.9998 12.6667 13.9998H3.33333ZM8 2.83317C8.14444 2.83317 8.26389 2.78595 8.35833 2.6915C8.45278 2.59706 8.5 2.47761 8.5 2.33317C8.5 2.18873 8.45278 2.06928 8.35833 1.97484C8.26389 1.88039 8.14444 1.83317 8 1.83317C7.85556 1.83317 7.73611 1.88039 7.64167 1.97484C7.54722 2.06928 7.5 2.18873 7.5 2.33317C7.5 2.47761 7.54722 2.59706 7.64167 2.6915C7.73611 2.78595 7.85556 2.83317 8 2.83317Z" fill="#606060"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

Loading…
Cancel
Save