Browse Source

favicon. logo

pull/2/head
김지은 1 year ago
parent
commit
52835ec1eb
  1. BIN
      public/favicon.ico
  2. 11
      public/index.html
  3. 63
      src/assets/css/custom.css
  4. BIN
      src/assets/images/logo/favicon.ico
  5. BIN
      src/assets/images/logo/favicon/android-chrome-192x192.png
  6. BIN
      src/assets/images/logo/favicon/android-chrome-512x512.png
  7. BIN
      src/assets/images/logo/favicon/apple-touch-icon.png
  8. 9
      src/assets/images/logo/favicon/browserconfig.xml
  9. BIN
      src/assets/images/logo/favicon/favicon-16x16.png
  10. BIN
      src/assets/images/logo/favicon/favicon-32x32.png
  11. BIN
      src/assets/images/logo/favicon/favicon.ico
  12. BIN
      src/assets/images/logo/favicon/mstile-150x150.png
  13. 175
      src/assets/images/logo/favicon/safari-pinned-tab.svg
  14. 19
      src/assets/images/logo/favicon/site.webmanifest
  15. 48
      src/assets/images/logo/kac_logo.svg
  16. 43
      src/assets/images/logo/kac_logo_ icon.svg
  17. 48
      src/assets/images/logo/kac_logo_wh.svg

BIN
public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

11
public/index.html

@ -76,7 +76,16 @@
href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css"
crossorigin="" crossorigin=""
/> />
<title>Drone Control System</title> <!-- ico 추후 확인 -->
<!-- <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/logo/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/logo/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/logo/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/logo/favicon/site.webmanifest">
<link rel="mask-icon" href="/assets/images/logo/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff"> -->
<title>드론교통관리(UTM) 시스템</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

63
src/assets/css/custom.css

@ -76,21 +76,24 @@ button{border:0;background:transparent;}
/*레이아웃*/ /*레이아웃*/
.pal-container{background:#ddd;height:100vh;position:relative;} .pal-container{background:#ddd;height:100vh;position:relative;}
.map{width:calc(100% - 80px);position:absolute;right:0;} .map{width:calc(100% - 80px);position:absolute;right:0;}
.left-layer{width:350px;height:100vh;background:#10163A;position:absolute;left:80px;color:#fff;z-index: 999;padding:14px;overflow: auto;} .left-layer{width:350px;height:100vh;background:#ddd;position:absolute;left:80px;color:#fff;z-index: 999;padding:14px;overflow: auto;}
.right-layer{width:350px;height:100vh;background:#10163A;position:absolute;right:-350px;color:#fff;z-index: 999;padding:14px;transition: 0.5s ease;-webkit-transition: 0.5s ease;overflow:auto;} .right-layer{width:350px;height:100vh;background:#ddd;position:absolute;right:-350px;color:#fff;z-index: 999;padding:14px;transition: 0.5s ease;-webkit-transition: 0.5s ease;overflow:auto;}
.right-layer.active{right:0px;transition: 0.5s ease;-webkit-transition: 0.5s ease;} .right-layer.active{right:0px;transition: 0.5s ease;-webkit-transition: 0.5s ease;}
.right-layer-btn{width:40px;height:40px;position:absolute;right:0px;top:50%;transform: translateY(-50%);border:0;background:#7367f0;border-top-left-radius:5px;border-bottom-left-radius:5px;transition: 0.5s ease;-webkit-transition: 0.5s ease;} .right-layer-btn{width:40px;height:40px;position:absolute;right:0px;top:50%;transform: translateY(-50%);border:0;background:#7367f0;border-top-left-radius:5px;border-bottom-left-radius:5px;transition: 0.5s ease;-webkit-transition: 0.5s ease;}
.right-layer-btn svg{color:#fff;} .right-layer-btn svg{color:#fff;}
.right-menu.active .right-layer-btn{right:350px;transition: 0.5s ease;-webkit-transition: 0.5s ease;} .right-menu.active .right-layer-btn{right:350px;transition: 0.5s ease;-webkit-transition: 0.5s ease;}
.layer-content + .layer-content{margin-top:14px;} .layer-content + .layer-content{margin-top:14px;}
.right-menu{position: absolute;right:0;height: 100vh;} .right-menu{position: absolute;right:0;height: 100vh;}
.dark-layout .left-layer{background:#10163A;}
.dark-layout .right-layer{background:#10163A;}
/*버튼 기본css*/ /*버튼 기본css*/
.btn{font-size:0.825rem;font-weight:400;} .btn{font-size:0.825rem;font-weight:400;}
/*레이어 상세정보-상단타이틀*/ /*레이어 상세정보-상단타이틀*/
.layer-ti{display:flex;margin-bottom:10px;} .layer-ti{display:flex;margin-bottom:10px;}
.layer-ti h4{flex:1;color:#bbb;font-weight:500;font-size:1rem;} .layer-ti h4{flex:1;color:#555;font-weight:500;font-size:1rem;}
.dark-layout .layer-ti h4{color:#bbb;}
.btn-icon{background:transparent;color:#bbb;border: 0;padding:0;margin-top: -3px;} .btn-icon{background:transparent;color:#bbb;border: 0;padding:0;margin-top: -3px;}
.layer-ti .badge{font-weight:500;font-size:13px;} .layer-ti .badge{font-weight:500;font-size:13px;}
@ -150,7 +153,8 @@ button{border:0;background:transparent;}
.layer-content-list dl dt .list-right-txt{text-align: right;} .layer-content-list dl dt .list-right-txt{text-align: right;}
/*레이어 상세정보-드론상세정보*/ /*레이어 상세정보-드론상세정보*/
.layer-content-box{background:#283046;border-radius: 5px;color:#bbb; border: 1px solid #404656;} .layer-content-box{background:#fff;border-radius: 5px;color:#bbb; border: 1px solid #ddd;}
.dark-layout .layer-content-box{background:#283046;border: 1px solid #404656;}
.layer-content-box .drone-ti{display:flex;align-items: center;font-weight:500; color: #f8c023;padding:10px;} .layer-content-box .drone-ti{display:flex;align-items: center;font-weight:500; color: #f8c023;padding:10px;}
.layer-content-box .drone-ti img{margin-right:6px;} .layer-content-box .drone-ti img{margin-right:6px;}
.layer-content-box .drone-img img{width:100%;} .layer-content-box .drone-img img{width:100%;}
@ -217,8 +221,10 @@ button{border:0;background:transparent;}
.layer-switch-list .custom-switch .custom-control-label:after{top:2px;} .layer-switch-list .custom-switch .custom-control-label:after{top:2px;}
.map-btn .btn-group, .btn-group-vertical{width:100%;} .map-btn .btn-group, .btn-group-vertical{width:100%;}
.map-btn button:hover{box-shadow:none!important;} .map-btn button:hover{box-shadow:none!important;}
.map-btn button{color:#bbb!important;background:#283046!important;border-color:rgba(34, 41, 47, 0.08) !important;} .map-btn button{color:#555!important;background:#fff!important;border-color:#ddd!important;}
.map-btn button:focus{color:#7367f0;background:#7367f0!important;color:#fff!important;border-color:rgba(34, 41, 47, 0.08) !important} .map-btn button:focus{color:#7367f0;background:#7367f0!important;color:#fff!important;border-color:rgba(34, 41, 47, 0.08) !important}
.dark-layout .map-btn button{color:#bbb!important;background:#283046!important;border-color:rgba(34, 41, 47, 0.08) !important;}
.dark-layout .map-btn button:focus{color:#7367f0;background:#7367f0!important;color:#fff!important;border-color:rgba(34, 41, 47, 0.08) !important}
.map-btn .btn-primary{background:#7367f0!important;color:#fff!important;} .map-btn .btn-primary{background:#7367f0!important;color:#fff!important;}
/* .map-btn .btn-group > .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):first-child, /* .map-btn .btn-group > .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):first-child,
.map-btn .btn-group > .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):first-of-type{border-left-color:transparent!important;} .map-btn .btn-group > .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):first-of-type{border-left-color:transparent!important;}
@ -227,7 +233,8 @@ button{border:0;background:transparent;}
h1.logo{width:50px;height:50px;margin:0px auto 60px auto;text-align:center;} h1.logo{width:50px;height:50px;margin:0px auto 60px auto;text-align:center;}
h1.logo img{width:100%;} h1.logo img{width:100%;}
h1.logo span{display:block;color:#f4f4f4;font-weight:bold;letter-spacing:2px;font-size:0.9375rem;} h1.logo span{display:block;color:#f4f4f4;font-weight:bold;letter-spacing:2px;font-size:0.9375rem;}
.left-menu{width:80px;height:100vh;background:#283046;padding-top:20px;position:fixed;} .left-menu{width:80px;height:100vh;background:#ddd;padding-top:20px;position:fixed;}
.dark-layout .left-menu{background:#283046;}
.left-menu-nav, .left-menu-footer{color:#bbb;} .left-menu-nav, .left-menu-footer{color:#bbb;}
.left-menu-nav li, .left-menu-footer li{margin-top:20px;text-align:center;} .left-menu-nav li, .left-menu-footer li{margin-top:20px;text-align:center;}
.left-menu-footer{position:absolute;bottom:20px;left:50%;transform: translateX(-50%);} .left-menu-footer{position:absolute;bottom:20px;left:50%;transform: translateX(-50%);}
@ -272,22 +279,40 @@ h1.logo span{display:block;color:#f4f4f4;font-weight:bold;letter-spacing:2px;fon
.layer-content-list dl.notice-list dt div.list-ti{display:flex;} .layer-content-list dl.notice-list dt div.list-ti{display:flex;}
.layer-content-list dl.notice-list dt div.list-txt{margin-top:8px;} .layer-content-list dl.notice-list dt div.list-txt{margin-top:8px;}
/*로그인*/ /*로그인*/
.login{display:flex;height:100vh;color:#bbb;position:relative;} .login{display:flex;height:100vh;color:#555;position:relative;}
.login-logo{position:absolute;top:80px;left:100px;color:#bbb;font-weight:bold;font-size:1.8rem;width: 100%;} .login-logo{position:absolute;top:80px;left:100px;color:#555;font-weight:bold;font-size:1.8rem;width: 100%;}
.login-img, .login-form {display: flex;align-items: center;justify-content: center;} .login-img, .login-form {display: flex;align-items: center;justify-content: center;}
.login-img{flex:1.2;background:#161d31;} .login-img{flex:1.2;background:#fff;}
.login-form{background:#283046;width:100%;flex:0.8;flex-direction: column;} .login-form{background:#fff;width:100%;flex:0.8;flex-direction: column;}
.login-form form{width:100%;padding:0 120px;} .login-form form{width:100%;padding:0 120px;}
.login-form .form-control{background:transparent;border:1px solid #404656;} .login-form .form-control{background:transparent}
.login-form .form-control:focus{border-color:#7367f0;border-right:1px solid #7367f0;} .login-form .form-control:focus{border-color:#7367f0;border-right:1px solid #7367f0;}
.login-form .form-label-group > label{color:#bbb;} /* .login-form .form-label-group > label{color:#bbb;}
.login-form .form-control-position svg{color:#bbb;} .login-form .form-control-position svg{color:#bbb;}
.login-form .form-control::placeholder{color:#bbb;} .login-form .form-control::placeholder{color:#bbb;}
.login-form .vx-checkbox-con .vx-checkbox{border-color: #404656;} .login-form .vx-checkbox-con .vx-checkbox{border-color: #404656;} */
.login-txt{width:100%;margin-bottom:20px;} .login-txt{width:100%;margin-bottom:20px;}
.login-txt h2{color:#f4f4f4;font-family: "Montserrat", serif;font-size:1.8rem;font-weight:bold;text-align: center;} .login-txt h2{color:#555;font-family: "Montserrat", serif;font-size:1.8rem;font-weight:bold;text-align: center;}
.login-txt p{color:#bbb;font-family: "Montserrat", serif;font-size:1.125rem;font-weight:normal;text-align: center;margin-top:20px;} .login-txt p{color:#555;font-family: "Montserrat", serif;font-size:1.125rem;font-weight:normal;text-align: center;margin-top:20px;}
.full-btn button{width:100%;margin-bottom:10px;}
.login-link{margin-top:10px;}
.dark-layout .login{display:flex;height:100vh;color:#bbb;position:relative;}
.dark-layout .login-logo{position:absolute;top:80px;left:100px;color:#bbb;font-weight:bold;font-size:1.8rem;width: 100%;}
.dark-layout .login-img, .login-form {display: flex;align-items: center;justify-content: center;}
.dark-layout .login-img{flex:1.2;background:#161d31;}
.dark-layout .login-form{background:#283046;width:100%;flex:0.8;flex-direction: column;}
.dark-layout .login-form form{width:100%;padding:0 120px;}
.dark-layout .login-form .form-control{background:transparent;border:1px solid #404656;}
.dark-layout .login-form .form-control:focus{border-color:#7367f0;border-right:1px solid #7367f0;}
.dark-layout .login-form .form-label-group > label{color:#bbb;}
.dark-layout .login-form .form-control-position svg{color:#bbb;}
.dark-layout .login-form .form-control::placeholder{color:#bbb;}
.dark-layout .login-form .vx-checkbox-con .vx-checkbox{border-color: #404656;}
.dark-layout .login-txt{width:100%;margin-bottom:20px;}
.dark-layout .login-txt h2{color:#f4f4f4;font-family: "Montserrat", serif;font-size:1.8rem;font-weight:bold;text-align: center;}
.dark-layout .login-txt p{color:#bbb;font-family: "Montserrat", serif;font-size:1.125rem;font-weight:normal;text-align: center;margin-top:20px;}
.full-btn button{width:100%;margin-bottom:10px;} .full-btn button{width:100%;margin-bottom:10px;}
.login-link{margin-top:10px;} .login-link{margin-top:10px;}
@media screen and (max-width:1280px){ @media screen and (max-width:1280px){
@ -844,8 +869,10 @@ background-size: 75% auto;
.main-data-test{left:450px!important;transition: 0.5s ease;-webkit-transition: 0.5s ease;} .main-data-test{left:450px!important;transition: 0.5s ease;-webkit-transition: 0.5s ease;}
.main-data{position:absolute;z-index: 999;top:10px;left:150px;display:flex;font-size:0.875rem;} .main-data{position:absolute;z-index: 999;top:10px;left:150px;display:flex;font-size:0.875rem;}
.main-data-box + .main-data-box{margin-left:20px;} .main-data-box + .main-data-box{margin-left:20px;}
.main-data-box .card{min-height:88px;margin:0;padding:10px 12px; background: #10163A;} .main-data-box .card{min-height:88px;margin:0;padding:10px 12px; background:#fff;}
.box-ti{color: #f4f4f4;font-weight: 500;} .dark-layout .main-data-box .card{background: #10163A;}
.box-ti{color: #555;font-weight: 500;}
.dark-layout .box-ti{color: #f4f4f4;}
.data-box-header{display:flex;;align-items:center;justify-content: space-between;} .data-box-header{display:flex;;align-items:center;justify-content: space-between;}
.data-box-header svg{color:#fff;} .data-box-header svg{color:#fff;}
.data-list-box{display:flex;margin:10px 0 4px 0;} .data-list-box{display:flex;margin:10px 0 4px 0;}

BIN
src/assets/images/logo/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
src/assets/images/logo/favicon/android-chrome-192x192.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
src/assets/images/logo/favicon/android-chrome-512x512.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
src/assets/images/logo/favicon/apple-touch-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

9
src/assets/images/logo/favicon/browserconfig.xml

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
src/assets/images/logo/favicon/favicon-16x16.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

BIN
src/assets/images/logo/favicon/favicon-32x32.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/assets/images/logo/favicon/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
src/assets/images/logo/favicon/mstile-150x150.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

175
src/assets/images/logo/favicon/safari-pinned-tab.svg

@ -0,0 +1,175 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="2002.000000pt" height="2002.000000pt" viewBox="0 0 2002.000000 2002.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,2002.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M18156 13203 c-1 -1 -42 -5 -91 -8 -151 -10 -295 -24 -395 -40 -14
-2 -56 -9 -95 -15 -38 -6 -88 -15 -110 -20 -22 -5 -56 -12 -75 -15 -19 -3 -43
-8 -52 -11 -9 -3 -25 -7 -35 -9 -110 -22 -424 -119 -474 -145 -11 -6 -30 -13
-41 -15 -11 -3 -50 -18 -85 -35 -36 -16 -71 -30 -78 -30 -22 0 -155 -61 -295
-136 -99 -53 -264 -155 -268 -166 -2 -4 -8 -8 -13 -8 -12 0 -188 -137 -273
-213 -175 -156 -305 -301 -450 -502 -47 -66 -90 -125 -95 -130 -4 -6 -10 -15
-12 -20 -2 -6 -20 -36 -39 -68 -60 -100 -99 -169 -137 -247 -21 -41 -40 -77
-43 -80 -7 -7 -29 -43 -37 -60 -4 -8 -9 -17 -12 -20 -3 -3 -24 -31 -45 -64
-45 -65 -216 -246 -234 -246 -7 0 -12 -4 -12 -9 0 -14 -187 -134 -274 -175
-104 -49 -241 -94 -371 -122 -11 -2 -37 -6 -59 -9 -53 -7 -100 -16 -103 -19
-7 -6 2674 1 2697 8 14 4 39 9 56 11 17 3 43 9 58 15 14 5 26 8 26 5 0 -2 29
9 65 25 66 30 206 120 236 153 9 9 21 17 27 17 6 0 12 3 14 8 2 4 30 29 63 57
33 27 105 95 160 151 92 93 165 157 239 209 16 11 41 31 57 43 16 13 29 20 29
15 0 -4 4 -3 8 3 14 21 301 174 327 174 2 0 16 5 32 12 15 6 30 12 33 13 3 1
37 11 75 23 97 29 179 50 228 57 23 4 44 8 47 10 4 2 26 7 51 10 24 3 60 8 79
10 84 12 204 18 320 18 120 0 265 -9 279 -17 3 -2 32 -7 64 -10 32 -4 65 -10
74 -13 8 -3 22 -7 31 -8 10 -1 31 -5 47 -9 17 -4 64 -16 105 -26 41 -10 87
-23 103 -29 15 -6 27 -9 27 -6 0 2 17 -3 37 -11 20 -9 45 -17 55 -19 9 -2 32
-10 50 -18 18 -8 60 -24 93 -37 33 -13 95 -40 139 -62 43 -21 80 -37 81 -36 2
2 6 100 9 218 4 118 9 285 12 370 2 85 6 218 9 295 2 77 4 140 5 140 2 0 11
324 13 484 l2 165 -55 13 c-30 7 -71 18 -90 23 -32 9 -48 13 -115 25 -11 2
-31 7 -45 10 -37 9 -119 25 -175 35 -27 5 -61 11 -75 14 -63 11 -208 34 -260
40 -19 3 -53 7 -75 10 -22 3 -65 8 -95 11 -30 3 -68 8 -85 10 -33 4 -155 14
-244 20 -31 2 -56 5 -56 6 0 2 -486 4 -489 2z"/>
<path d="M1119 12940 c0 -14 -1 -389 -1 -834 0 -445 -5 -825 -10 -845 -5 -20
-11 -47 -14 -61 -8 -38 -59 -144 -95 -196 -52 -75 -152 -170 -243 -229 -46
-30 -86 -55 -89 -55 -3 0 -35 -14 -72 -31 -36 -17 -75 -32 -86 -34 -10 -2 -24
-7 -29 -10 -5 -3 -18 -8 -27 -10 -10 -2 -45 -10 -78 -19 -67 -17 -86 -21 -198
-37 -42 -6 -77 -12 -77 -14 0 -7 2467 -1 2526 6 92 11 135 18 143 24 4 2 20 6
35 9 86 16 219 71 307 128 153 98 251 243 288 421 15 76 17 174 16 948 l0 863
-1148 1 -1147 0 -1 -25z"/>
<path d="M4851 12960 c-6 -4 -401 -658 -460 -763 -13 -23 -28 -43 -32 -45 -5
-2 -9 -8 -9 -14 0 -7 -86 -154 -151 -258 -5 -8 -38 -64 -74 -125 -35 -60 -68
-115 -72 -120 -4 -6 -19 -30 -32 -55 -13 -25 -29 -52 -36 -60 -6 -8 -47 -75
-91 -148 -111 -187 -133 -224 -146 -249 -6 -13 -15 -23 -20 -23 -4 0 -8 -7 -8
-15 0 -36 -179 -229 -290 -313 -73 -56 -230 -142 -280 -155 -14 -4 -27 -7 -30
-8 -3 0 -12 -5 -20 -9 -9 -5 -36 -11 -60 -15 -25 -4 -51 -10 -59 -15 -17 -9
2124 -6 2159 4 14 3 41 9 60 12 19 3 43 7 52 10 9 3 26 7 37 9 44 10 57 14
101 30 25 9 52 18 60 20 46 10 227 96 295 139 30 20 60 36 65 36 6 0 10 5 10
10 0 6 5 10 11 10 6 0 16 6 24 13 7 6 25 21 41 32 88 63 231 201 301 290 26
33 51 65 56 70 4 6 48 66 97 135 49 69 93 130 98 135 5 6 17 24 28 40 10 17
21 32 24 35 5 5 239 331 270 377 21 31 182 256 192 268 5 6 30 42 57 80 27 39
55 77 63 86 7 9 18 23 23 31 6 9 42 60 80 113 39 54 75 104 80 113 11 17 118
165 164 227 16 22 32 47 36 55 5 13 -152 15 -1301 15 -718 0 -1309 -2 -1313
-5z"/>
<path d="M9305 12945 c-7 -11 -27 -65 -45 -120 -18 -55 -35 -104 -39 -110 -3
-5 -6 -14 -7 -20 -1 -5 -32 -93 -67 -195 -36 -102 -68 -193 -71 -202 -3 -10
-9 -26 -13 -35 -3 -10 -7 -22 -9 -28 -1 -5 -28 -82 -59 -170 -31 -88 -58 -167
-60 -175 -2 -8 -16 -46 -30 -85 -14 -38 -28 -77 -30 -85 -3 -12 -48 -142 -141
-408 -74 -212 -292 -442 -539 -569 -101 -53 -267 -115 -345 -130 -14 -3 -68
-13 -120 -22 -52 -9 -90 -20 -85 -23 14 -8 2204 -3 2235 5 26 7 61 15 95 21
44 9 152 49 217 82 167 84 306 211 399 364 18 30 37 58 42 61 5 3 9 10 9 15 0
5 12 36 28 69 15 33 37 89 49 125 12 36 26 74 31 85 5 11 20 56 35 100 14 44
30 89 34 100 5 11 14 33 20 49 14 34 23 27 44 -34 26 -74 84 -240 111 -317 60
-169 52 -339 -20 -456 -79 -126 -247 -220 -454 -252 -19 -3 -51 -9 -70 -14
-19 -4 447 -7 1035 -6 589 1 1081 5 1095 8 14 4 36 9 50 12 41 8 161 47 184
59 135 73 232 187 251 296 3 18 8 36 10 40 7 11 7 141 0 185 -10 67 -27 135
-47 189 -10 28 -32 92 -49 141 -17 50 -34 99 -39 110 -5 11 -20 53 -34 93 -14
39 -38 105 -53 145 -15 39 -28 74 -28 77 0 3 -11 34 -24 70 -13 36 -34 94 -46
130 -13 36 -55 153 -93 260 -39 107 -76 213 -83 235 -7 22 -16 45 -19 50 -4 6
-12 30 -20 55 -7 25 -17 49 -22 55 -4 5 -8 17 -8 27 0 10 -4 26 -9 36 -5 9
-19 42 -30 72 l-21 55 -1567 0 c-1555 0 -1566 0 -1578 -20z"/>
<path d="M7605 10570 c-19 -8 -19 -9 3 -9 12 -1 22 4 22 9 0 6 -1 10 -2 9 -2
0 -12 -4 -23 -9z"/>
<path d="M80 9700 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 -4
-4 -4 -10z"/>
<path d="M190 9700 c-82 -5 -83 -5 -35 -12 47 -7 71 -11 130 -23 14 -3 37 -7
53 -10 65 -13 201 -59 277 -94 244 -113 395 -272 476 -501 l23 -65 2 -998 c1
-549 5 -1001 8 -1005 4 -3 520 -6 1147 -7 1004 0 1140 2 1143 15 7 27 1 2065
-6 2076 -4 6 -10 26 -13 45 -15 90 -85 225 -158 305 -66 72 -180 151 -265 184
-31 12 -66 26 -77 30 -23 10 -52 19 -87 26 -98 20 -158 30 -185 29 -18 0 -33
3 -33 8 0 4 -5 5 -12 1 -10 -6 -155 -9 -184 -3 -5 1 -13 0 -19 -1 -12 -2 -188
-2 -195 1 -3 1 -9 0 -15 -1 -30 -6 -65 -5 -65 3 0 4 -6 5 -12 1 -10 -7 -144
-9 -174 -3 -5 1 -13 0 -19 -1 -12 -2 -188 -2 -195 1 -3 1 -9 0 -15 -1 -30 -6
-65 -5 -65 3 0 4 -6 5 -12 1 -10 -7 -144 -9 -174 -3 -5 1 -13 0 -19 -1 -12 -2
-188 -2 -195 1 -3 1 -9 0 -15 -1 -30 -6 -65 -5 -65 3 0 4 -6 5 -12 1 -10 -7
-144 -9 -174 -3 -5 1 -13 0 -19 -1 -12 -2 -188 -2 -195 1 -3 1 -9 0 -15 -1
-30 -6 -65 -5 -65 3 0 4 -6 5 -12 1 -10 -7 -144 -9 -174 -3 -5 1 -13 0 -19 -1
-19 -4 -162 -3 -171 1 -5 2 -47 2 -94 -1z"/>
<path d="M3090 9703 c0 -5 -33 -8 -72 -7 -40 2 -68 1 -63 -1 6 -2 48 -15 95
-29 88 -28 231 -100 297 -150 56 -43 179 -171 207 -214 13 -20 56 -93 97 -162
40 -69 106 -180 146 -248 40 -68 73 -127 73 -133 0 -5 5 -9 10 -9 6 0 10 -4
10 -9 0 -10 147 -264 181 -313 11 -15 19 -30 19 -33 0 -3 23 -42 50 -86 28
-44 50 -83 50 -85 0 -2 12 -23 27 -47 15 -23 33 -53 40 -67 7 -14 21 -38 32
-55 10 -16 41 -68 68 -115 27 -47 100 -170 161 -274 62 -103 112 -191 112
-193 0 -3 9 -17 19 -31 19 -27 207 -345 244 -414 12 -21 23 -38 26 -39 35 -6
4574 -2 4578 5 5 7 24 72 74 251 11 39 22 77 24 85 2 8 4 15 5 15 1 0 3 7 5
15 1 8 28 105 60 215 31 110 58 207 60 215 2 8 4 16 5 18 2 1 3 5 4 10 8 28
31 110 52 183 13 47 26 94 29 105 2 10 18 66 35 124 17 58 33 115 36 127 2 12
8 33 13 45 5 13 9 25 9 28 0 3 3 12 5 20 7 22 38 133 42 150 1 8 22 80 45 160
23 80 44 153 45 163 2 9 6 21 9 26 3 4 8 33 12 62 3 30 8 58 11 62 3 4 7 27 9
50 3 23 6 53 8 67 13 96 -44 242 -127 325 -44 43 -121 96 -147 100 -3 0 -14 6
-25 12 -16 9 -64 25 -120 39 -54 14 -135 25 -205 29 -47 2 -87 5 -90 6 -3 1
-9 0 -15 -1 -30 -6 -65 -5 -65 3 0 4 -6 5 -12 1 -10 -7 -144 -9 -174 -3 -5 1
-13 0 -19 -1 -12 -2 -188 -2 -195 1 -3 1 -9 0 -15 -1 -30 -6 -65 -5 -65 3 0 4
-6 5 -12 1 -10 -7 -144 -9 -174 -3 -5 1 -13 0 -19 -1 -12 -2 -188 -2 -195 1
-3 1 -9 0 -15 -1 -30 -6 -65 -5 -65 3 0 4 -6 5 -12 1 -10 -7 -144 -9 -174 -3
-5 1 -13 0 -19 -1 -25 -5 -195 -1 -204 5 -6 3 -11 2 -11 -4 0 -6 -11 -6 -29
-1 -16 4 -32 6 -35 2 -8 -7 -173 -5 -185 3 -5 3 -12 2 -14 -2 -5 -7 -66 -9
-142 -3 -44 3 -109 1 -104 -4 2 -2 27 -7 54 -10 28 -3 61 -8 75 -11 14 -2 50
-10 80 -16 30 -6 64 -15 75 -20 11 -4 38 -16 60 -25 22 -10 42 -18 45 -18 3
-1 26 -16 51 -33 98 -68 141 -148 141 -258 0 -38 -5 -83 -11 -100 -7 -16 -12
-30 -11 -30 1 0 -13 -34 -31 -75 -17 -41 -35 -86 -39 -100 -5 -14 -47 -137
-95 -275 -47 -137 -107 -311 -132 -385 -25 -74 -56 -163 -69 -197 -13 -35 -21
-63 -17 -63 3 0 1 -6 -4 -12 -8 -10 -59 -151 -68 -188 -1 -3 -4 -12 -8 -20 -3
-8 -35 -100 -70 -205 -36 -104 -69 -200 -74 -212 -9 -25 20 -65 -318 427 -33
47 -61 87 -64 90 -4 3 -10 13 -16 22 -15 25 -197 292 -204 298 -3 3 -10 13
-16 22 -10 17 -121 179 -250 364 -34 50 -87 127 -117 170 -126 183 -170 237
-307 374 -116 115 -247 219 -356 280 -219 124 -439 194 -643 205 -45 2 -86 6
-91 9 -4 3 -11 2 -15 -1 -6 -6 -143 -8 -172 -2 -5 1 -13 0 -19 -1 -12 -2 -188
-2 -195 1 -3 1 -9 0 -15 -1 -30 -6 -65 -5 -65 3 0 4 -6 5 -12 1 -10 -7 -144
-9 -174 -3 -5 1 -13 0 -19 -1 -12 -2 -188 -2 -195 1 -3 1 -9 0 -15 -1 -30 -6
-65 -5 -65 3 0 4 -6 5 -12 1 -10 -7 -144 -9 -174 -3 -5 1 -13 0 -19 -1 -12 -2
-188 -2 -195 1 -3 1 -9 0 -15 -1 -30 -6 -65 -5 -65 3 0 4 -6 5 -12 1 -10 -7
-144 -9 -174 -3 -5 1 -13 0 -19 -1 -22 -5 -226 0 -235 5 -6 4 -10 2 -10 -2z"/>
<path d="M10681 9701 c-7 -4 -24 -6 -38 -3 -18 3 -24 1 -19 -7 4 -6 10 -10 14
-7 14 8 177 -18 272 -44 25 -7 50 -13 55 -14 6 -1 15 -4 20 -7 6 -4 28 -12 50
-19 48 -15 209 -99 213 -111 2 -5 9 -9 16 -9 21 0 153 -133 188 -190 48 -79
55 -97 103 -270 2 -8 13 -46 25 -85 12 -38 23 -77 25 -85 2 -8 4 -15 5 -15 1
0 3 -7 5 -15 2 -8 18 -62 35 -120 17 -58 35 -118 40 -135 4 -16 40 -138 80
-270 78 -262 99 -332 105 -355 2 -8 4 -16 5 -17 2 -2 3 -6 4 -10 13 -49 28
-101 33 -113 4 -8 8 -19 9 -25 1 -5 3 -12 4 -15 1 -3 3 -12 5 -20 2 -8 17 -60
35 -115 17 -55 32 -107 34 -115 2 -8 16 -55 31 -105 15 -49 30 -103 35 -120 5
-16 18 -61 30 -100 12 -38 28 -94 36 -124 8 -30 19 -60 24 -65 6 -8 375 -11
1207 -10 659 1 1201 2 1205 3 7 1 -23 86 -35 97 -4 4 -7 18 -7 30 0 13 -4 26
-10 29 -5 3 -10 15 -10 26 0 10 -4 27 -10 37 -9 17 -86 229 -196 542 -30 85
-64 179 -74 208 -41 107 -60 161 -110 302 -29 80 -65 181 -82 225 -16 44 -31
87 -33 96 -2 9 -15 45 -28 80 -14 35 -47 125 -72 199 -26 74 -53 149 -60 165
-8 17 -26 66 -41 110 -28 83 -73 175 -86 175 -5 0 -8 6 -8 14 0 23 -135 142
-207 182 -37 21 -69 42 -71 46 -2 4 -9 8 -15 8 -7 0 -47 14 -89 30 -69 27
-218 68 -273 75 -11 2 -40 6 -65 10 -25 4 -56 9 -70 11 -14 2 -83 6 -153 9
-70 3 -131 6 -135 6 -4 1 -11 0 -17 -1 -12 -2 -188 -2 -195 1 -3 1 -9 0 -15
-1 -30 -6 -65 -5 -65 3 0 4 -6 5 -12 1 -10 -7 -144 -9 -174 -3 -5 1 -13 0 -19
-1 -12 -2 -188 -2 -195 1 -3 1 -9 0 -15 -1 -30 -6 -65 -5 -65 3 0 4 -6 5 -12
1 -10 -7 -144 -9 -174 -3 -5 1 -13 0 -19 -1 -12 -2 -188 -2 -195 1 -3 1 -9 0
-15 -1 -30 -6 -65 -5 -65 3 0 4 -6 5 -12 1 -10 -7 -144 -9 -174 -3 -5 1 -13 0
-19 -1 -22 -4 -197 -2 -202 3 -3 3 -16 2 -29 -3 -14 -6 -26 -6 -29 1 -4 5 -12
6 -18 2 -12 -7 -184 -6 -196 2 -4 2 -13 0 -20 -4z"/>
<path d="M16168 9704 c-6 -5 -389 -9 -1836 -18 -254 -1 -465 -6 -469 -9 -5 -6
18 -11 39 -9 5 1 95 -17 159 -33 82 -19 186 -50 197 -58 6 -5 12 -6 12 -2 0 4
11 0 25 -9 13 -9 31 -16 39 -16 23 0 200 -94 268 -143 89 -64 190 -165 218
-218 7 -13 16 -26 20 -29 13 -9 70 -140 70 -160 0 -11 4 -28 10 -38 8 -14 53
-140 64 -177 2 -5 8 -23 15 -40 6 -16 17 -43 23 -60 14 -38 160 -328 167 -335
4 -3 24 -34 46 -70 45 -75 136 -203 147 -208 5 -2 8 -10 8 -18 0 -8 4 -14 8
-14 4 0 26 -24 47 -52 64 -85 312 -326 425 -414 109 -84 236 -174 245 -174 3
0 11 -5 18 -10 25 -21 86 -58 106 -65 11 -3 27 -12 33 -19 12 -11 302 -156
313 -156 3 0 24 -8 48 -19 23 -10 69 -29 102 -41 33 -12 72 -27 87 -32 15 -6
28 -9 30 -7 2 1 14 -4 28 -11 13 -7 47 -19 75 -27 61 -17 92 -26 170 -48 58
-16 138 -35 240 -56 120 -25 246 -46 325 -54 19 -2 55 -6 80 -9 266 -34 744
-39 1030 -11 19 2 62 6 95 9 33 4 78 9 100 11 22 2 51 6 65 9 14 2 48 7 75 10
28 3 73 10 100 15 28 5 57 9 65 9 8 0 29 3 45 7 123 24 189 37 210 41 36 6 71
13 103 21 15 3 37 7 50 7 12 1 22 4 22 7 0 3 6 6 13 6 6 0 72 15 144 33 l132
34 -4 170 c-3 94 -8 254 -11 356 -3 102 -7 232 -8 290 -2 58 -7 204 -11 325
-4 121 -8 265 -10 320 -2 55 -4 130 -4 167 l-1 68 -68 -25 c-69 -25 -254 -83
-282 -89 -8 -2 -22 -6 -30 -9 -25 -10 -183 -49 -211 -52 -15 -1 -31 -5 -36 -8
-5 -3 -32 -9 -59 -13 -27 -3 -58 -8 -69 -11 -11 -2 -39 -6 -61 -8 -23 -2 -55
-7 -70 -10 -142 -26 -544 -21 -699 9 -16 4 -46 9 -65 12 -54 9 -203 44 -225
54 -11 5 -38 14 -60 21 -107 32 -310 141 -435 233 -88 65 -108 84 -245 221
-130 130 -147 148 -240 260 -28 33 -61 73 -75 89 -87 103 -164 175 -217 201
-32 16 -62 30 -68 31 -5 1 -44 9 -85 17 -41 9 -109 19 -150 22 -41 4 -78 9
-82 12 -5 2 -8 0 -8 -5 0 -6 -14 -7 -32 -3 -39 8 -190 6 -213 -3 -9 -3 -13 -2
-10 4 7 11 2 14 -7 4z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

19
src/assets/images/logo/favicon/site.webmanifest

@ -0,0 +1,19 @@
{
"name": "\ub4dc\ub860\uad50\ud1b5\uad00\ub9ac",
"short_name": "\ub4dc\ub860\uad50\ud1b5\uad00\ub9ac",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

48
src/assets/images/logo/kac_logo.svg

@ -0,0 +1,48 @@
<svg width="247" height="35" viewBox="0 0 247 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4172 19.104H0.826172C6.61017 19.473 6.70317 23.237 6.70317 23.237V33.523H18.9192V23.237C18.9182 19.104 14.4172 19.104 14.4172 19.104Z" fill="#901700"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M100.47 25.442C99.4586 25.442 98.6335 25.349 97.8065 25.165C93.5805 24.34 91.7445 20.666 90.4595 19.656C89.4495 18.922 87.1525 19.104 86.3265 19.104L73.5605 19.197C73.7455 19.197 74.0186 19.197 74.2036 19.197C75.3966 19.381 78.9785 19.931 79.9895 22.687C79.9895 22.871 80.0815 23.054 80.1735 23.237V23.33C82.6525 30.768 89.8176 34.441 98.2645 34.441C101.39 34.441 104.878 33.798 107.174 33.156L106.899 24.157C104.604 24.982 102.675 25.442 100.47 25.442Z" fill="#901700"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9182 10.4721V1.74707H6.70317V10.4721C6.70317 10.4721 6.61017 14.1461 0.826172 14.5131H13.8652C13.8652 14.5131 18.9182 14.6971 18.9182 10.4721Z" fill="#901700"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.3671 14.5131C27.3671 14.5131 31.5001 14.5131 34.2551 10.4721L40.5011 1.74707H26.5411L20.4791 11.8501C20.4791 11.8501 18.9191 14.3291 16.1621 14.5131H27.3671Z" fill="#901700"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.6516 14.5131H66.6726C66.6726 14.5131 71.3566 14.6981 70.0706 10.4721L66.9486 1.74707H50.2336L47.2026 10.4721C47.2026 10.4721 46.1006 14.1461 40.6816 14.5131H52.1616C52.1616 14.5131 56.2946 14.8811 57.7636 10.4721L58.4066 8.63607H58.4986L59.1416 10.4721C59.1416 10.4721 60.8876 14.2371 55.6516 14.5131Z" fill="#901700"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.8876 14.513C81.5506 14.513 87.3365 14.513 87.3365 14.513C87.5195 14.513 87.7036 14.513 88.1626 14.513C89.6326 14.328 89.9995 14.328 92.1125 12.492C93.3065 11.115 95.1426 9.73604 97.8976 9.18604C98.7246 9.00104 99.7335 8.91004 100.654 8.91004C102.582 8.91004 105.246 9.64404 106.898 10.564C106.898 9.82904 107.173 2.11404 107.173 1.65504C105.888 1.28804 102.031 0.462036 98.5396 0.462036C94.9576 0.462036 91.8355 1.10504 89.1735 2.29804H89.0806C88.0706 2.75804 83.6615 4.41104 80.7235 10.196C78.7025 14.328 74.5705 14.512 73.5605 14.512H78.2446H78.8876V14.513Z" fill="#901700"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.8757 19.1041C50.6917 19.1041 50.6007 19.1041 50.4157 19.1041H39.1217C44.2647 19.1041 43.1617 21.7671 43.1617 21.7671L42.7947 22.6871L39.8567 31.2271L34.3447 23.2371C31.2217 18.8301 27.2737 19.1041 27.2737 19.1041H16.3457C19.0097 19.6561 19.9257 21.6761 19.9257 21.6761L26.9057 33.5231H39.0277H51.1507H51.2427L54.1807 23.1451C54.1807 23.1451 54.2737 22.8711 54.2737 22.5941L54.3647 22.2261C54.3647 22.2261 55.0997 19.2891 50.8757 19.1041Z" fill="#901700"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M74.0193 21.768L78.2453 33.524H65.3873L61.8973 21.768C61.8973 21.768 61.0713 19.105 56.1133 19.105H68.2353C68.2353 19.105 72.9183 19.013 74.0193 21.768Z" fill="#901700"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.297 27.5551H120.768V29.6661L122.33 27.5551H124.074L122.053 30.0331L124.258 32.8811H122.42L120.768 30.4001V32.8811H119.297V27.5551Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M127.286 28.472C128.206 28.472 128.481 29.299 128.481 30.218C128.481 31.044 128.206 31.87 127.286 31.87V32.974C129.033 32.974 129.951 31.87 129.951 30.218C129.951 28.472 129.033 27.463 127.286 27.463V28.472ZM126.093 30.218C126.093 29.299 126.46 28.472 127.285 28.472V27.463C125.542 27.463 124.623 28.472 124.623 30.218C124.623 31.87 125.542 32.974 127.285 32.974V31.87C126.46 31.87 126.093 31.044 126.093 30.218Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M132.889 28.5631C133.257 28.5631 133.532 28.7481 133.532 29.1151C133.532 29.5751 133.258 29.6661 132.889 29.7581V30.8621C133.074 30.9541 133.257 31.2281 133.44 31.8711L133.716 32.8821H135.186L134.725 31.4121C134.452 30.7691 134.452 30.4011 133.992 30.2191C134.635 30.0341 135.002 29.5761 135.002 28.8411C135.002 27.9221 134.175 27.5561 133.258 27.5561H132.89V28.5631H132.889ZM132.155 28.5631H132.522C132.615 28.5631 132.706 28.5631 132.889 28.5631V27.5541H130.684V32.8801H132.155V30.7681H132.431C132.615 30.7681 132.705 30.7691 132.889 30.8621V29.7581C132.705 29.7581 132.615 29.7571 132.522 29.7571H132.155V28.5631Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M135.828 27.5551H139.592V28.5631H137.206V29.6661H139.409V30.6771H137.206V31.8701H139.684V32.8811H135.828V27.5551Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M143.634 30.6771H142.899V31.6871H143.911L144.37 32.8811H145.932L143.819 27.5551H142.9V28.6571H142.993L143.634 30.6771ZM142.899 30.6771H142.256L142.899 28.6561V27.5541H142.074L140.053 32.8801H141.522L141.981 31.6861L142.899 31.6871V30.6771Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M151.9 30.6771H151.166V31.6871H152.177L152.636 32.8811H154.197L152.086 27.5551H151.167V28.6571H151.259L151.9 30.6771ZM151.166 30.6771H150.523L151.166 28.6561V27.5541H150.339L148.318 32.8801H149.788L150.246 31.6861L151.166 31.6871V30.6771Z" fill="#5C5A5A"/>
<path d="M156.217 27.5551H154.748V32.8811H156.217V27.5551Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M159.339 28.5631C159.704 28.5631 160.073 28.7481 160.073 29.1151C160.073 29.5751 159.704 29.6661 159.339 29.7581V30.8621C159.613 30.9541 159.704 31.2281 159.889 31.8711L160.257 32.8821H161.726L161.175 31.4121C160.9 30.7691 160.9 30.4011 160.441 30.2191C161.175 30.0341 161.452 29.5761 161.452 28.8411C161.452 27.9221 160.718 27.5561 159.798 27.5561H159.34V28.5631H159.339ZM158.604 28.5631H158.971C159.155 28.5631 159.246 28.5631 159.339 28.5631V27.5541H157.227V32.8801H158.604V30.7681H158.971C159.062 30.7681 159.246 30.7691 159.339 30.8621V29.7581C159.246 29.7581 159.154 29.7571 158.971 29.7571H158.604V28.5631Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M164.297 28.5631C164.664 28.6561 164.94 28.8391 164.94 29.2981C164.94 29.6651 164.665 29.9411 164.297 29.9411V30.9531C165.584 30.9531 166.318 30.3091 166.318 29.2991C166.318 28.1971 165.675 27.6461 164.297 27.5551V28.5631ZM163.654 28.5631H164.021C164.114 28.5631 164.206 28.5631 164.297 28.5631V27.5551C164.205 27.5551 164.113 27.5541 163.929 27.5541H162.277V32.8801H163.654V30.9521H164.206H164.298V29.9401C164.206 29.9401 164.114 30.0321 164.022 30.0321H163.655L163.654 28.5631Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.441 28.472C170.358 28.472 170.726 29.299 170.726 30.218C170.726 31.044 170.358 31.87 169.441 31.87V32.974C171.184 32.974 172.103 31.87 172.103 30.218C172.103 28.472 171.184 27.463 169.441 27.463V28.472ZM168.247 30.218C168.247 29.299 168.614 28.472 169.441 28.472V27.463C167.695 27.463 166.777 28.472 166.777 30.218C166.777 31.87 167.695 32.974 169.441 32.974V31.87C168.614 31.87 168.247 31.044 168.247 30.218Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M175.044 28.5631C175.409 28.5631 175.777 28.7481 175.777 29.1151C175.777 29.5751 175.409 29.6661 175.044 29.7581V30.8621C175.227 30.9541 175.409 31.2281 175.594 31.8711L175.96 32.8821H177.431L176.88 31.4121C176.604 30.7691 176.604 30.4011 176.145 30.2191C176.789 30.0341 177.156 29.5761 177.156 28.8411C177.156 27.9221 176.422 27.5561 175.41 27.5561H175.045V28.5631H175.044ZM174.309 28.5631H174.675C174.767 28.5631 174.951 28.5631 175.044 28.5631V27.5541H172.932V32.8801H174.309V30.7681H174.583C174.767 30.7681 174.951 30.7691 175.044 30.8621V29.7581C174.951 29.7581 174.767 29.7571 174.675 29.7571H174.309V28.5631Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M178.808 28.5631H177.523V27.5551H181.564V28.5631H180.186V32.8811H178.808V28.5631Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M182.115 31.504C182.482 31.779 183.034 31.87 183.585 31.87C184.043 31.87 184.504 31.779 184.504 31.411C184.504 30.4 181.932 31.044 181.932 29.115C181.932 27.829 183.217 27.463 184.32 27.463C184.779 27.463 185.331 27.555 185.698 27.646L185.606 28.749C185.239 28.564 184.779 28.473 184.412 28.473C184.044 28.473 183.401 28.565 183.401 29.025C183.401 29.85 185.973 29.3 185.973 31.229C185.973 32.606 184.779 32.975 183.585 32.975C183.126 32.975 182.482 32.882 182.022 32.698L182.115 31.504Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M193.594 32.696C193.136 32.789 192.676 32.973 192.032 32.973C190.564 32.973 188.91 32.238 188.91 30.217C188.91 28.38 190.195 27.462 191.94 27.462C192.492 27.462 193.044 27.554 193.593 27.737L193.41 28.839C192.95 28.655 192.584 28.471 192.031 28.471C191.021 28.471 190.379 29.205 190.379 30.217C190.379 31.227 191.114 31.869 192.123 31.869C192.675 31.869 193.135 31.778 193.501 31.595L193.594 32.696Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M196.718 28.472C197.544 28.472 197.912 29.299 197.912 30.218C197.912 31.044 197.544 31.87 196.718 31.87V32.974C198.463 32.974 199.381 31.87 199.381 30.218C199.381 28.472 198.463 27.463 196.718 27.463V28.472ZM195.523 30.218C195.523 29.299 195.799 28.472 196.718 28.472V27.463C194.973 27.463 194.055 28.472 194.055 30.218C194.055 31.87 194.973 32.974 196.718 32.974V31.87C195.799 31.87 195.523 31.044 195.523 30.218Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M202.228 28.5631C202.595 28.5631 202.961 28.7481 202.961 29.1151C202.961 29.5751 202.595 29.6661 202.228 29.7581V30.8621C202.503 30.9541 202.595 31.2281 202.871 31.8711L203.146 32.8821H204.616L204.065 31.4121C203.789 30.7691 203.789 30.4011 203.33 30.2191C204.065 30.0341 204.34 29.5761 204.34 28.8411C204.34 27.9221 203.605 27.5561 202.688 27.5561H202.229L202.228 28.5631ZM201.493 28.5631H201.861C202.045 28.5631 202.135 28.5631 202.228 28.5631V27.5541H200.115V32.8801H201.493V30.7681H201.861C201.953 30.7681 202.135 30.7691 202.228 30.8621V29.7581C202.135 29.7581 202.044 29.7571 201.861 29.7571H201.493V28.5631Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M207.186 28.5631C207.554 28.6561 207.829 28.8391 207.829 29.2981C207.829 29.6651 207.555 29.9411 207.186 29.9411V30.9531C208.473 30.9531 209.207 30.3091 209.207 29.2991C209.207 28.1971 208.564 27.6461 207.186 27.5551V28.5631ZM206.543 28.5631H206.911C207.002 28.5631 207.095 28.5631 207.186 28.5631L207.185 27.5541C207.093 27.5541 207.001 27.5541 206.818 27.5541H205.166V32.8801H206.543V30.9521H207.094L207.186 30.9531V29.9401C207.094 29.9401 207.002 30.0321 206.912 30.0321H206.544L206.543 28.5631Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M212.33 28.472C213.249 28.472 213.616 29.299 213.616 30.218C213.616 31.044 213.249 31.87 212.33 31.87V32.974C214.076 32.974 214.993 31.87 214.993 30.218C214.993 28.472 214.168 27.463 212.33 27.463V28.472ZM211.135 30.218C211.135 29.299 211.504 28.472 212.33 28.472V27.463C210.585 27.463 209.666 28.472 209.666 30.218C209.666 31.87 210.585 32.974 212.33 32.974V31.87C211.504 31.87 211.135 31.044 211.135 30.218Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.931 28.5631C218.298 28.5631 218.665 28.7481 218.665 29.1151C218.665 29.5751 218.298 29.6661 217.931 29.7581V30.8621C218.115 30.9541 218.298 31.2281 218.481 31.8711L218.85 32.8821H220.318L219.768 31.4121C219.493 30.7691 219.493 30.4011 219.033 30.2191C219.676 30.0341 220.043 29.5761 220.043 28.8411C220.043 27.9221 219.309 27.5561 218.299 27.5561H217.932V28.5631H217.931ZM217.196 28.5631H217.565C217.656 28.5631 217.838 28.5631 217.931 28.5631V27.5541H215.818V32.8801H217.196V30.7681H217.472C217.656 30.7681 217.838 30.7691 217.931 30.8621V29.7581C217.838 29.7581 217.656 29.7571 217.565 29.7571H217.196V28.5631Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M223.992 30.6771H223.349V31.6871H224.359L224.727 32.8811H226.289L224.268 27.5551H223.349V28.6571L223.992 30.6771ZM223.349 30.6771H222.706L223.349 28.6561V27.5551L222.522 27.5541L220.502 32.8801H221.879L222.339 31.6861L223.349 31.6871V30.6771Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M227.209 28.5631H225.922V27.5551H229.963V28.5631H228.678V32.8811H227.209V28.5631Z" fill="#5C5A5A"/>
<path d="M232.074 27.5551H230.605V32.8811H232.074V27.5551Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M235.565 28.472C236.484 28.472 236.758 29.299 236.758 30.218C236.758 31.044 236.484 31.87 235.565 31.87V32.974C237.31 32.974 238.228 31.87 238.228 30.218C238.228 28.472 237.31 27.463 235.565 27.463V28.472ZM234.372 30.218C234.372 29.299 234.738 28.472 235.565 28.472V27.463C233.82 27.463 232.902 28.472 232.902 30.218C232.902 31.87 233.82 32.974 235.565 32.974V31.87C234.738 31.87 234.372 31.044 234.372 30.218Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M239.055 27.5551H240.891L242.729 31.1371L242.636 27.5551H244.014V32.8811H242.176L240.34 29.2061V32.8811H239.055V27.5551Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M158.054 13.3191V11.2071C158.054 11.2071 156.769 11.2071 156.4 11.2071C156.492 10.8401 156.769 9.82906 156.86 7.44106V4.68506H156.676H140.513V6.70606C140.513 6.70606 153.094 6.70606 153.461 6.70606C153.461 6.98106 153.461 8.35806 153.461 8.35806C153.461 8.35806 153.461 8.35806 153.461 8.54306C153.461 9.09306 153.37 10.4711 152.728 11.2061C152.635 11.2061 139.5 11.2061 139.5 11.2061V13.3181C139.5 13.3181 146.573 13.3181 146.849 13.3181C146.849 13.5021 146.849 14.6961 146.849 15.6141H140.328V15.7981V17.7261C140.328 17.7261 153.185 17.7261 153.553 17.7261C153.553 18.0021 153.553 22.9621 153.553 22.9621H156.951V15.6141H150.245C150.245 14.6961 150.245 13.5021 150.245 13.3181C150.523 13.3191 158.054 13.3191 158.054 13.3191Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M170.453 14.328V16.441C172.749 16.441 174.585 17.543 174.585 18.921C174.585 20.298 172.749 21.4 170.453 21.4V23.604C174.494 23.604 177.891 21.492 177.891 19.011C177.891 16.441 174.494 14.328 170.453 14.328ZM170.453 14.328C166.32 14.328 163.014 16.441 163.014 19.013C163.014 21.493 166.321 23.606 170.453 23.606V21.402C168.157 21.402 166.32 20.299 166.32 18.923C166.32 17.544 168.157 16.443 170.453 16.443V14.328Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M193.044 14.328V16.441C195.339 16.441 197.177 17.543 197.177 18.921C197.177 20.298 195.339 21.4 193.044 21.4V23.604C197.177 23.604 200.482 21.492 200.482 19.011C200.483 16.441 197.177 14.328 193.044 14.328ZM193.044 14.328C188.91 14.328 185.605 16.441 185.605 19.013C185.605 21.493 188.911 23.606 193.044 23.606V21.402C190.747 21.402 188.91 20.299 188.91 18.923C188.91 17.544 190.747 16.443 193.044 16.443V14.328Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M178.441 11.574C178.534 11.115 178.901 9.92099 178.901 7.44099V4.31799H178.716H162.46V6.43099C162.46 6.43099 175.135 6.43099 175.409 6.43099C175.409 6.70599 175.409 8.26699 175.409 8.26699C175.409 8.26699 175.409 8.45099 175.409 8.63499C175.409 9.27799 175.317 10.564 174.675 11.573C174.583 11.573 171.094 11.573 170.819 11.573C170.819 11.206 170.819 11.299 170.819 8.44999H167.329C167.329 11.299 167.329 11.206 167.329 11.573C167.054 11.573 161.268 11.573 161.268 11.573V13.594H180.186V11.573C180.186 11.573 178.808 11.574 178.441 11.574Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M214.81 14.328V16.441C217.014 16.441 218.851 17.543 218.851 18.921C218.851 20.298 217.014 21.4 214.81 21.4V23.604C218.851 23.604 222.157 21.492 222.157 19.011C222.157 16.441 218.851 14.328 214.81 14.328ZM214.81 14.328C210.677 14.328 207.371 16.441 207.371 19.013C207.371 21.493 210.678 23.606 214.81 23.606V21.402C212.513 21.402 210.677 20.299 210.677 18.923C210.677 17.544 212.513 16.443 214.81 16.443V14.328Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M222.708 11.574C222.893 11.115 223.258 9.92099 223.258 7.44099V4.31799H223.075H206.819V6.43099C206.819 6.43099 219.494 6.43099 219.769 6.43099C219.769 6.70599 219.769 8.26699 219.769 8.26699C219.769 8.26699 219.769 8.45099 219.769 8.63499C219.769 9.27799 219.676 10.564 219.034 11.573C218.851 11.573 215.453 11.573 215.084 11.573C215.084 11.206 215.084 11.299 215.084 8.44999H211.595C211.688 11.299 211.688 11.206 211.688 11.573C211.321 11.573 205.535 11.573 205.535 11.573V13.594H224.545V11.573C224.543 11.574 223.075 11.574 222.708 11.574Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M189.646 5.146V7.075C191.023 7.075 192.125 7.994 192.125 9.187C192.125 10.472 191.023 11.392 189.646 11.392V13.595C192.769 13.595 195.431 11.758 195.431 9.371C195.431 7.074 192.769 5.146 189.646 5.146ZM189.646 5.146C186.432 5.238 183.859 7.075 183.859 9.372C183.859 11.759 186.432 13.596 189.646 13.596V11.392C188.268 11.392 187.167 10.473 187.167 9.188C187.167 7.995 188.269 7.076 189.646 7.076V5.146Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M191.298 4.41102C191.298 4.13602 191.298 2.84802 191.298 2.84802H191.115H187.992C187.992 2.84802 187.992 4.13502 187.992 4.41102C187.717 4.41102 183.584 4.41102 183.584 4.41102V6.33902H195.798V4.41102C195.798 4.41102 191.574 4.41102 191.298 4.41102Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M244.014 9.82907C244.014 9.55307 244.014 4.22607 244.014 4.22607H243.83H240.707V22.2261H244.014C244.014 22.2261 244.014 12.3071 244.014 12.0341C244.288 12.0341 246.402 12.0341 246.402 12.0341V9.82907C246.402 9.82907 244.289 9.82907 244.014 9.82907Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M230.514 8.26805V4.22705H233.911H234.095V8.26805C234.095 15.9831 239.33 18.647 239.33 18.647V20.667C239.33 20.667 235.196 20.3001 232.351 15.8921C229.688 20.3911 225.83 20.7601 225.83 20.7601V18.6481C225.831 18.6461 230.514 16.166 230.514 8.26805Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.042 4.96103C130.042 4.96103 125.818 4.96103 125.543 4.96103C125.543 4.68603 125.543 3.40002 125.543 3.40002H125.451H123.889V7.16603C125.266 7.16603 126.278 8.35903 126.278 9.82903C126.278 11.207 125.266 12.4 123.889 12.4V14.512C127.012 14.512 129.492 12.4 129.492 9.92002C129.492 8.81802 128.941 7.90003 128.206 6.98203H130.042V4.96103ZM123.889 3.40002H122.237C122.237 3.40002 122.237 4.68503 122.237 4.96103C121.961 4.96103 117.92 4.96103 117.92 4.96103V6.98203H119.666C118.839 7.90103 118.379 8.81903 118.379 9.92002C118.379 12.399 120.859 14.512 123.89 14.512V12.4C122.604 12.4 121.502 11.207 121.502 9.82903C121.502 8.35903 122.604 7.16603 123.89 7.16603V3.40002H123.889Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.787 20.8511C122.787 20.4831 122.787 15.7061 122.787 15.7061H119.297V22.9631H135.095C135.095 22.9631 135.095 22.0441 135.095 20.8511C135.095 20.8511 122.971 20.8511 122.787 20.8511Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M137.573 9.64501V7.62501C137.573 7.62501 135.369 7.62501 135.094 7.62501C135.094 7.25901 135.094 4.41101 135.094 4.41101H134.909H131.695V17.36H135.093C135.093 14.971 135.093 9.73601 135.093 9.64401C135.369 9.64501 135.369 9.64501 137.573 9.64501Z" fill="#5C5A5A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M203.238 8.81907V6.79807C203.238 6.79807 201.034 6.79807 200.759 6.79807C200.759 6.43107 200.759 3.76807 200.759 3.76807H197.544C197.544 3.76807 197.453 14.9711 197.453 14.5121H200.759C200.759 11.8491 200.759 9.37007 200.759 8.81907C201.034 8.81907 203.238 8.81907 203.238 8.81907Z" fill="#5C5A5A"/>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

43
src/assets/images/logo/kac_logo_ icon.svg

@ -0,0 +1,43 @@
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M63.875 126.75C98.5999 126.75 126.75 98.5999 126.75 63.875C126.75 29.1501 98.5999 1 63.875 1C29.1501 1 1 29.1501 1 63.875C1 98.5999 29.1501 126.75 63.875 126.75Z" fill="#901700" stroke="#901700" stroke-width="0.582"/>
<path d="M13.3029 48.496L12.9069 50.154L10.3659 49.549L10.3619 49.567L12.4579 52.046L11.9809 54.044L9.63089 51.054L5.71289 52.74L6.21689 50.627L9.50589 49.365L9.50989 49.347L6.68189 48.673L7.07789 47.015L13.3029 48.496Z" fill="white"/>
<path d="M8.28332 58.0149C9.38832 58.0889 10.2953 58.5639 10.2243 59.5969C10.1533 60.6299 9.19332 60.9799 8.08732 60.9039C7.03432 60.8339 6.07532 60.3549 6.14432 59.3219C6.21432 58.2889 7.23032 57.9429 8.28332 58.0149ZM8.40032 56.2569C6.37132 56.1199 5.02332 57.1519 4.88232 59.2359C4.74132 61.3219 5.93732 62.5229 7.96832 62.6619C10.0173 62.7989 11.3433 61.7869 11.4863 59.6829C11.6283 57.5779 10.4493 56.3959 8.40032 56.2569Z" fill="white"/>
<path d="M10.2068 67.392L10.2478 67.839C10.3088 68.487 10.2538 69.091 9.65981 69.146C8.93881 69.214 8.85681 68.521 8.80581 67.974L8.76281 67.527L10.2068 67.392ZM4.88281 66.175L5.04081 67.872L7.56081 67.638L7.59381 67.995C7.65281 68.624 7.39881 68.868 6.33381 69.317L5.21881 69.79L5.38281 71.56L7.06081 70.779C7.80681 70.386 8.28781 70.306 8.38081 69.744H8.40081C8.66881 70.547 9.27181 70.896 10.1218 70.816C11.2158 70.714 11.6418 69.746 11.5358 68.613L11.2548 65.584L4.88281 66.175Z" fill="white"/>
<path d="M12.216 73.4661L13.279 77.8511L12.101 78.1341L11.443 75.4091L10.16 75.7181L10.783 78.2941L9.60705 78.5791L8.98405 76.0031L7.57605 76.3451L8.26005 79.1691L7.08405 79.4521L5.99805 74.9721L12.216 73.4661Z" fill="white"/>
<path d="M12.0294 85.55L11.4144 84.068L14.0414 83.871L14.0494 83.887L12.0294 85.55ZM8.02539 82.627L8.68939 84.229L10.1444 84.17L11.0664 86.387L9.98839 87.352L10.7074 89.079L15.6684 84.347L14.8674 82.417L8.02539 82.627Z" fill="white"/>
<path d="M19.5176 98.087L18.5386 96.816L21.0246 95.943L21.0366 95.959L19.5176 98.087ZM14.8926 96.302L15.9496 97.675L17.3406 97.241L18.8056 99.145L18.0146 100.356L19.1556 101.836L22.7196 95.979L21.4466 94.323L14.8926 96.302Z" fill="white"/>
<path d="M26.0745 99.769L27.2835 100.972L22.7715 105.509L21.5625 104.308L26.0745 99.769Z" fill="white"/>
<path d="M29.5538 103.103L31.9578 104.968C32.8558 105.665 33.2738 106.638 32.5988 107.507C32.0778 108.181 31.4098 108.382 30.6398 108.028L30.6278 108.044C30.9738 108.495 30.7038 108.903 30.4798 109.714L29.9058 111.474L28.5018 110.384L28.9198 109.245C29.3178 108.163 29.3128 107.811 28.8128 107.423L28.5318 107.204L26.9808 109.204L25.6328 108.159L29.5538 103.103ZM29.2708 106.248L29.6258 106.523C30.0618 106.861 30.6218 107.273 31.0668 106.701C31.4318 106.23 31.0278 105.779 30.5138 105.379L30.1588 105.104L29.2708 106.248Z" fill="white"/>
<path d="M36.8104 109.65L37.1934 109.865C37.7054 110.154 38.0074 110.568 37.6874 111.135C37.3594 111.717 36.8474 111.672 36.3374 111.383L35.9524 111.166L36.8104 109.65ZM32.7734 113.33L34.2594 114.168L35.3594 112.221L35.9334 112.545C37.3224 113.328 38.5234 113.123 39.1584 111.996C39.8674 110.744 39.3924 109.719 37.6934 108.758L35.9204 107.758L32.7734 113.33Z" fill="white"/>
<path d="M42.8368 114.82C43.2258 113.781 43.9388 113.05 44.9088 113.414C45.8788 113.778 45.9378 114.797 45.5498 115.836C45.1788 116.824 44.4458 117.606 43.4758 117.242C42.5058 116.878 42.4658 115.808 42.8368 114.82ZM41.1888 114.203C40.4738 116.109 41.0758 117.695 43.0328 118.428C44.9898 119.161 46.4838 118.36 47.1988 116.453C47.9178 114.529 47.3278 112.969 45.3528 112.228C43.3778 111.49 41.9078 112.281 41.1888 114.203Z" fill="white"/>
<path d="M50.9278 114.14L53.9118 114.736C55.0268 114.959 55.8338 115.642 55.6188 116.72C55.4528 117.558 54.9448 118.036 54.0988 118.064L54.0948 118.082C54.6048 118.334 54.5458 118.816 54.7078 119.645L54.9788 121.475L53.2348 121.127L53.1018 119.922C52.9748 118.776 52.8128 118.463 52.1918 118.338L51.8418 118.27L51.3478 120.75L49.6738 120.416L50.9278 114.14ZM52.0798 117.082L52.5188 117.17C53.0578 117.277 53.7458 117.395 53.8878 116.686C54.0028 116.102 53.4408 115.877 52.8018 115.75L52.3628 115.662L52.0798 117.082Z" fill="white"/>
<path d="M59.6775 116.765L58.1035 116.675L58.1755 115.413L63.0255 115.686L62.9555 116.95L61.3815 116.86L61.0905 121.985L59.3875 121.889L59.6775 116.765Z" fill="white"/>
<path d="M65.9992 120.445C66.4562 120.648 67.0832 120.781 67.7882 120.724C68.3272 120.681 68.8292 120.529 68.7882 120.017C68.6922 118.829 65.7372 119.822 65.5502 117.501C65.4272 115.966 66.8922 115.425 68.1712 115.321C68.7822 115.272 69.3942 115.315 69.8332 115.426L69.8312 116.75C69.3762 116.584 68.8742 116.533 68.3902 116.572C67.9622 116.605 67.2512 116.701 67.2962 117.258C67.3802 118.291 70.3392 117.354 70.5252 119.654C70.6602 121.308 69.3062 121.869 67.8902 121.982C67.2962 122.031 66.5482 122 65.9662 121.863L65.9992 120.445Z" fill="white"/>
<path d="M84.6454 118.07C84.2194 118.336 83.7494 118.634 82.9204 118.904C81.3014 119.435 79.1584 119.228 78.4064 116.927C77.7154 114.81 78.8494 113.273 80.8534 112.616C81.4724 112.413 82.1194 112.356 82.7594 112.341L83.0604 113.698C82.4434 113.581 81.8924 113.608 81.3334 113.79C80.1834 114.167 79.7084 115.247 80.0794 116.38C80.4704 117.573 81.5504 118.021 82.7354 117.634C83.2664 117.46 83.7604 117.144 84.1494 116.823L84.6454 118.07Z" fill="white"/>
<path d="M87.8881 113.287C87.3781 112.303 87.3161 111.283 88.2361 110.807C89.1561 110.331 89.9511 110.971 90.4631 111.955C90.9471 112.891 91.0351 113.961 90.1151 114.437C89.1951 114.912 88.3741 114.222 87.8881 113.287ZM86.3261 114.097C87.2621 115.904 88.8421 116.521 90.6971 115.56C92.5521 114.599 92.9611 112.953 92.0251 111.146C91.0801 109.322 89.5251 108.712 87.6541 109.683C85.7811 110.652 85.3821 112.273 86.3261 114.097Z" fill="white"/>
<path d="M94.8947 106.785L95.2537 106.517C95.7767 106.128 96.3197 105.861 96.6757 106.339C97.1077 106.921 96.5607 107.351 96.1187 107.679L95.7577 107.947L94.8947 106.785ZM96.6197 111.966L97.9887 110.948L96.4787 108.917L96.7657 108.704C97.2737 108.327 97.6157 108.417 98.5507 109.093L99.5327 109.8L100.961 108.739L99.4217 107.714C98.6987 107.28 98.3807 106.911 97.8517 107.122L97.8397 107.106C98.3887 106.46 98.3727 105.762 97.8627 105.079C97.2087 104.196 96.1577 104.337 95.2457 105.015L92.8027 106.829L96.6197 111.966Z" fill="white"/>
<path d="M101.056 101.599L101.367 101.288C101.781 100.872 102.262 100.69 102.722 101.151C103.195 101.624 103.013 102.104 102.599 102.518L102.286 102.829L101.056 101.599ZM103.519 106.474L104.724 105.267L103.142 103.685L103.609 103.22C104.738 102.091 104.861 100.878 103.947 99.9639C102.929 98.9459 101.814 99.1279 100.433 100.509L98.9941 101.948L103.519 106.474Z" fill="white"/>
<path d="M107.653 97.185C106.758 96.531 106.245 95.646 106.856 94.81C107.467 93.972 108.465 94.191 109.362 94.845C110.214 95.466 110.77 96.382 110.159 97.22C109.547 98.056 108.504 97.806 107.653 97.185ZM106.616 98.607C108.261 99.806 109.948 99.654 111.18 97.964C112.412 96.276 112.043 94.622 110.399 93.423C108.741 92.212 107.077 92.36 105.835 94.064C104.593 95.768 104.957 97.396 106.616 98.607Z" fill="white"/>
<path d="M111.031 88.238L111.236 87.838C111.531 87.258 111.898 86.775 112.429 87.047C113.075 87.375 112.775 88.004 112.527 88.494L112.322 88.894L111.031 88.238ZM114.882 92.111L115.655 90.591L113.399 89.443L113.563 89.125C113.848 88.561 114.194 88.49 115.333 88.678L116.528 88.875L117.335 87.291L115.501 87.057C114.659 86.989 114.21 86.801 113.831 87.225L113.813 87.217C114.016 86.395 113.692 85.778 112.932 85.391C111.952 84.891 111.075 85.483 110.559 86.496L109.178 89.209L114.882 92.111Z" fill="white"/>
<path d="M113.188 80.218L113.826 78.228L120.673 77.832L120.103 79.613L118.656 79.65L117.924 81.937L119.07 82.833L118.543 84.483L113.188 80.218ZM114.764 79.627L114.757 79.645L116.891 81.194L117.379 79.667L114.764 79.627Z" fill="white"/>
<path d="M116.354 73.15L116.088 74.705L114.842 74.492L115.658 69.703L116.906 69.916L116.64 71.469L121.701 72.332L121.414 74.014L116.354 73.15Z" fill="white"/>
<path d="M115.867 67.0131L115.959 65.3101L122.35 65.6561L122.258 67.3591L115.867 67.0131Z" fill="white"/>
<path d="M119.131 60.398C118.026 60.484 117.061 60.146 116.979 59.113C116.899 58.082 117.797 57.597 118.905 57.509C119.956 57.427 120.975 57.759 121.055 58.792C121.137 59.826 120.182 60.314 119.131 60.398ZM119.27 62.152C121.297 61.992 122.481 60.777 122.317 58.693C122.153 56.609 120.796 55.595 118.766 55.755C116.719 55.915 115.553 57.11 115.719 59.212C115.883 61.316 117.223 62.314 119.27 62.152Z" fill="white"/>
<path d="M115.111 53.2809L114.582 51.1739L118.268 48.0159L118.264 47.9979L114.057 49.0839L113.676 47.5719L119.881 46.0129L120.399 48.0659L116.704 51.3019L116.708 51.3199L120.935 50.2009L121.318 51.7209L115.111 53.2809Z" fill="white"/>
<path d="M19.7102 30.496C19.6402 30.709 19.5212 30.924 19.3552 31.137C19.1812 31.358 18.9942 31.533 18.7942 31.662C18.5972 31.791 18.4292 31.803 18.2942 31.697C18.1632 31.593 18.1342 31.429 18.2082 31.201C18.2802 30.974 18.4032 30.75 18.5792 30.527C18.7452 30.314 18.9272 30.15 19.1242 30.035C19.3192 29.92 19.4852 29.914 19.6202 30.021C19.7512 30.123 19.7812 30.281 19.7102 30.496ZM16.6932 27.336L14.9922 29.502L15.7172 30.072L17.4182 27.904L16.6932 27.336ZM18.4602 27.201L15.2982 31.23L16.0502 31.822L19.2142 27.793L18.4602 27.201ZM21.1772 25.619L20.5112 26.469L18.6262 24.989L17.8642 25.962L22.5402 29.632L23.3022 28.659L21.3822 27.151L22.0482 26.303L21.1772 25.619ZM19.2012 28.9C18.7212 29.074 18.2672 29.431 17.8442 29.972C17.4422 30.484 17.2052 31.003 17.1332 31.529C17.0612 32.052 17.1882 32.445 17.5162 32.703C17.8302 32.949 18.2352 32.976 18.7312 32.783C19.2252 32.59 19.6722 32.24 20.0712 31.732C20.4972 31.191 20.7372 30.666 20.7942 30.156C20.8512 29.646 20.7242 29.269 20.4152 29.025C20.0852 28.767 19.6812 28.726 19.2012 28.9ZM24.2182 29.06L21.2712 32.814L20.3062 32.058L19.4882 33.101L21.2482 34.484L25.0162 29.685L24.2182 29.06Z" fill="white"/>
<path d="M35.2649 16.552L35.8759 17.572L38.1049 16.234L39.5599 18.66L38.4859 19.305L37.5759 17.789L33.3029 20.355L32.7559 19.445L34.7559 18.246L34.1429 17.226L31.3869 18.882L30.8419 17.974L35.6679 15.076C35.5919 14.842 35.4959 14.57 35.3809 14.258C35.2659 13.947 35.1519 13.672 35.0369 13.434L30.6759 16.053L30.1309 15.145L35.6679 11.819C35.9299 12.257 36.1559 12.762 36.3479 13.335C36.5369 13.909 36.6569 14.282 36.7029 14.454L37.7929 13.8L38.3379 14.708L35.2649 16.552Z" fill="white"/>
<path d="M56.1268 7.16804C56.0938 7.80504 56.0758 8.13304 56.0738 8.15204L54.8588 8.36904C54.8588 8.34604 54.8668 8.15004 54.8788 7.78504C54.8928 7.42204 54.8848 7.06004 54.8588 6.70304L49.8608 7.60104L49.6728 6.55804L56.0298 5.41504C56.1268 5.94704 56.1588 6.53104 56.1268 7.16804ZM49.5728 10.836L49.3848 9.79504L52.2228 9.28304L51.9958 8.02304L53.2668 7.79404L53.4938 9.05404L57.3648 8.35904L57.5528 9.40204L49.5728 10.836ZM56.5488 12.933C56.0568 13.347 55.2828 13.648 54.2308 13.837C53.1858 14.025 52.3578 14.011 51.7488 13.796C51.1398 13.581 50.7898 13.232 50.7038 12.749C50.6158 12.265 50.8208 11.821 51.3148 11.417C51.8108 11.013 52.5808 10.716 53.6278 10.528C54.6808 10.339 55.5108 10.346 56.1178 10.553C56.7248 10.758 57.0728 11.104 57.1608 11.586C57.2458 12.072 57.0428 12.521 56.5488 12.933ZM55.1938 11.404C54.8418 11.345 54.3808 11.367 53.8068 11.47C53.2248 11.575 52.7838 11.716 52.4768 11.892C52.1718 12.068 52.0388 12.269 52.0808 12.492C52.1258 12.746 52.3228 12.902 52.6688 12.957C53.0168 13.014 53.4798 12.99 54.0618 12.885C54.6358 12.783 55.0778 12.643 55.3858 12.469C55.6938 12.295 55.8268 12.082 55.7808 11.828C55.7408 11.603 55.5448 11.462 55.1938 11.404Z" fill="white"/>
<path d="M74.2891 13.121C73.9471 13.174 73.5371 13.156 73.0601 13.064C72.5541 12.966 72.1461 12.828 71.8411 12.646C71.5341 12.466 71.4001 12.283 71.4351 12.095C71.4721 11.902 71.6641 11.784 72.0091 11.741C72.3571 11.698 72.7791 11.723 73.2801 11.819C73.7621 11.913 74.1551 12.044 74.4561 12.214C74.7591 12.386 74.8921 12.568 74.8541 12.761C74.8191 12.947 74.6311 13.068 74.2891 13.121ZM74.3751 5.82798L71.6681 5.30798L71.5021 6.17698L74.2071 6.69698L74.3751 5.82798ZM75.3151 7.28498L70.2661 6.31598L70.0961 7.19298L75.1471 8.16198L75.3151 7.28498ZM78.0221 8.62998L76.9631 8.42698L77.3381 6.47198L76.1351 6.24198L75.1991 11.109L76.4041 11.341L76.7611 9.47598L77.8201 9.67898L78.0221 8.62998ZM74.1961 8.59498C73.8271 8.28798 73.2921 8.06998 72.5921 7.93498C71.9141 7.80598 71.3341 7.81198 70.8461 7.95598C70.3601 8.10098 70.0801 8.35098 70.0121 8.70598C69.9461 9.05598 70.1121 9.39498 70.5121 9.72198C70.9121 10.049 71.4421 10.275 72.0981 10.402C72.8051 10.537 73.3891 10.527 73.8501 10.367C74.3131 10.209 74.5791 9.94898 74.6491 9.58798C74.7171 9.23198 74.5651 8.89998 74.1961 8.59498ZM75.6591 11.802C75.1791 11.407 74.4521 11.116 73.4811 10.929C72.5201 10.745 71.7351 10.738 71.1201 10.908C70.5071 11.078 70.1571 11.385 70.0711 11.824C69.9891 12.258 70.1961 12.683 70.6961 13.097C71.1941 13.511 71.9171 13.81 72.8641 13.992C73.8431 14.18 74.6301 14.18 75.2291 13.992C75.8291 13.803 76.1701 13.488 76.2541 13.049C76.3381 12.613 76.1391 12.199 75.6591 11.802ZM73.0431 9.60698C72.8521 9.65198 72.5941 9.64398 72.2751 9.58198C71.9491 9.51898 71.6971 9.43198 71.5231 9.31998C71.3471 9.20898 71.2711 9.08598 71.2961 8.95298C71.3211 8.81998 71.4371 8.73598 71.6421 8.69698C71.8471 8.65798 72.1111 8.66998 72.4371 8.73198C72.7571 8.79298 73.0001 8.87698 73.1641 8.98398C73.3281 9.08898 73.3961 9.20898 73.3711 9.34098C73.3461 9.47298 73.2371 9.56398 73.0431 9.60698Z" fill="white"/>
<path d="M95.8099 16.931C95.3609 17.384 95.1279 17.617 95.1149 17.628L94.0639 16.98C94.0819 16.962 94.2159 16.822 94.4679 16.56C94.7219 16.296 94.9559 16.023 95.1749 15.74L90.8549 13.074L91.4099 12.172L96.9079 15.563C96.6239 16.023 96.2569 16.48 95.8099 16.931ZM88.4799 15.291L89.0369 14.389L91.4919 15.903L92.1639 14.813L93.2619 15.491L92.5899 16.581L95.9379 18.647L95.3829 19.547L88.4799 15.291ZM92.2769 21.509C91.6339 21.486 90.8569 21.195 89.9469 20.634C89.0429 20.075 88.4349 19.513 88.1249 18.946C87.8149 18.379 87.7889 17.885 88.0469 17.467C88.3049 17.049 88.7519 16.856 89.3909 16.885C90.0299 16.914 90.8009 17.207 91.7049 17.766C92.6149 18.327 93.2279 18.887 93.5429 19.446C93.8589 20.007 93.8889 20.495 93.6309 20.913C93.3729 21.331 92.9209 21.531 92.2769 21.509ZM92.2879 19.464C92.0649 19.185 91.7059 18.894 91.2099 18.587C90.7079 18.276 90.2839 18.087 89.9389 18.015C89.5939 17.943 89.3609 18.003 89.2419 18.197C89.1069 18.416 89.1499 18.662 89.3709 18.937C89.5919 19.208 89.9529 19.501 90.4549 19.81C90.9529 20.117 91.3749 20.308 91.7209 20.384C92.0669 20.46 92.3069 20.39 92.4439 20.169C92.5619 19.976 92.5089 19.742 92.2879 19.464Z" fill="white"/>
<path d="M105.202 32.564C105.147 32.179 105.141 31.724 105.184 31.197C105.225 30.672 105.354 30.183 105.567 29.734C105.104 29.855 104.596 29.875 104.047 29.793C103.496 29.711 103.057 29.6 102.725 29.459L102.807 28.246C103.295 28.469 103.916 28.601 104.67 28.644C105.426 28.685 106.201 28.402 106.996 27.794L108.519 26.632L109.314 27.671L107.791 28.835C106.994 29.442 106.535 30.108 106.414 30.837C106.293 31.564 106.268 32.159 106.336 32.624L105.202 32.564ZM108.545 33.117L105.557 35.398L104.807 34.418L111.252 29.496L112.002 30.478L109.467 32.412L110.166 33.328L109.244 34.033L108.545 33.117Z" fill="white"/>
<path d="M63.877 112.17C90.5496 112.17 112.172 90.5475 112.172 63.875C112.172 37.2024 90.5496 15.58 63.877 15.58C37.2044 15.58 15.582 37.2024 15.582 63.875C15.582 90.5475 37.2044 112.17 63.877 112.17Z" fill="white" stroke="#901700" stroke-width="0.582"/>
<path d="M63.8973 109.137C88.8843 109.137 109.14 88.881 109.14 63.894C109.14 38.907 88.8843 18.651 63.8973 18.651C38.9103 18.651 18.6543 38.907 18.6543 63.894C18.6543 88.881 38.9103 109.137 63.8973 109.137Z" fill="white" stroke="#901700" stroke-width="0.6737"/>
<path d="M33.9469 66.2589H24.1309C28.3319 66.5299 28.3849 69.2119 28.3849 69.2119V76.7039H37.2129V69.2119C37.2119 66.2219 33.9469 66.2589 33.9469 66.2589Z" fill="#901700"/>
<path d="M96.2891 70.8279C95.6051 70.8279 94.9551 70.7559 94.3531 70.6109C91.3511 70.0329 89.9801 67.3879 89.0401 66.6849C88.3081 66.1359 86.6771 66.2689 86.1011 66.2589L76.8651 66.2999C76.8421 66.2999 76.8281 66.2999 76.8281 66.2999C76.9881 66.3059 77.1411 66.3159 77.2891 66.3289C78.1601 66.4309 80.7581 66.8779 81.4731 68.8369C81.5141 68.9779 81.5571 69.1159 81.6021 69.2529C81.6081 69.2729 81.6141 69.2899 81.6181 69.3099V69.3059C83.4091 74.6949 88.5811 77.3469 94.7391 77.3469C96.9831 77.3469 99.5181 76.8759 101.167 76.4079L100.938 69.9219C99.3211 70.4919 97.9091 70.8279 96.2891 70.8279Z" fill="#901700"/>
<path d="M37.2111 60.007V53.708L28.3831 53.71V59.987C28.3831 59.987 28.3301 62.635 24.1191 62.932H33.5881C33.5881 62.932 37.2111 63.091 37.2111 60.007Z" fill="#901700"/>
<path d="M43.3672 62.9329C43.3672 62.9329 46.3222 62.9369 48.3062 59.9879L52.8272 53.7109H42.7792L38.3512 60.9749C38.3512 60.9749 37.2472 62.7909 35.2402 62.9339H43.3672V62.9329Z" fill="#901700"/>
<path d="M63.8351 62.921H71.8511C71.8511 62.921 75.2181 63.034 74.2901 59.987L72.0631 53.71H59.9081L57.6991 59.989C57.6991 59.989 56.9081 62.688 52.9551 62.932H61.3121C61.3121 62.932 64.2891 63.207 65.3471 59.987L65.8041 58.651H65.8701L66.3111 59.987C66.3111 59.987 67.5801 62.72 63.8351 62.921Z" fill="#901700"/>
<path d="M80.7247 62.933C82.6267 62.933 86.8127 62.933 86.8127 62.933C86.9667 62.929 87.0937 62.953 87.4007 62.931C88.4927 62.829 88.7677 62.786 90.2367 61.456C91.1527 60.454 92.4637 59.462 94.4497 59.079C95.0707 58.933 95.7467 58.854 96.4517 58.854C97.8597 58.854 99.7777 59.415 100.938 60.098C100.938 59.557 101.167 53.93 101.167 53.618C100.253 53.368 97.4697 52.757 94.9007 52.757C92.3457 52.757 90.0487 53.21 88.1037 54.066L88.1017 54.062C87.3307 54.408 84.1547 55.617 82.0507 59.824C80.5467 62.83 77.5447 62.916 76.8438 62.933H80.2027H80.7247Z" fill="#901700"/>
<path d="M60.3353 66.2769C60.2413 66.2729 60.1473 66.2709 60.0463 66.2709H51.8553C55.5433 66.2709 54.7933 68.1499 54.7933 68.1499L54.5373 68.8769L52.3833 75.0159L48.3653 69.2129C46.1463 66.0819 43.2853 66.2599 43.2853 66.2599H35.4043C37.3063 66.6549 37.9743 68.1369 37.9743 68.1369L43.0093 76.7049H51.7883L51.7843 76.7189H60.5793L60.5813 76.7049H60.6323L62.7673 69.1839L62.9023 68.4959C62.9023 68.4959 63.3923 66.4019 60.3353 66.2769Z" fill="#901700"/>
<path d="M77.1597 68.1499L80.2147 76.7179H70.9587L68.3337 68.1549C68.3337 68.1549 67.7537 66.2699 64.1777 66.2699H73.0157C73.0157 66.2699 76.3707 66.1599 77.1597 68.1499Z" fill="#901700"/>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

48
src/assets/images/logo/kac_logo_wh.svg

@ -0,0 +1,48 @@
<svg width="247" height="35" viewBox="0 0 247 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4172 19.104H0.826172C6.61017 19.473 6.70317 23.237 6.70317 23.237V33.523H18.9192V23.237C18.9182 19.104 14.4172 19.104 14.4172 19.104Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M100.47 25.442C99.4586 25.442 98.6335 25.349 97.8065 25.165C93.5805 24.34 91.7445 20.666 90.4595 19.656C89.4495 18.922 87.1525 19.104 86.3265 19.104L73.5605 19.197C73.7455 19.197 74.0186 19.197 74.2036 19.197C75.3966 19.381 78.9785 19.931 79.9895 22.687C79.9895 22.871 80.0815 23.054 80.1735 23.237V23.33C82.6525 30.768 89.8176 34.441 98.2645 34.441C101.39 34.441 104.878 33.798 107.174 33.156L106.899 24.157C104.604 24.982 102.675 25.442 100.47 25.442Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9182 10.4721V1.74707H6.70317V10.4721C6.70317 10.4721 6.61017 14.1461 0.826172 14.5131H13.8652C13.8652 14.5131 18.9182 14.6971 18.9182 10.4721Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.3671 14.5131C27.3671 14.5131 31.5001 14.5131 34.2551 10.4721L40.5011 1.74707H26.5411L20.4791 11.8501C20.4791 11.8501 18.9191 14.3291 16.1621 14.5131H27.3671Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.6516 14.5131H66.6726C66.6726 14.5131 71.3566 14.6981 70.0706 10.4721L66.9486 1.74707H50.2336L47.2026 10.4721C47.2026 10.4721 46.1006 14.1461 40.6816 14.5131H52.1616C52.1616 14.5131 56.2946 14.8811 57.7636 10.4721L58.4066 8.63607H58.4986L59.1416 10.4721C59.1416 10.4721 60.8876 14.2371 55.6516 14.5131Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.8876 14.513C81.5506 14.513 87.3365 14.513 87.3365 14.513C87.5195 14.513 87.7036 14.513 88.1626 14.513C89.6326 14.328 89.9995 14.328 92.1125 12.492C93.3065 11.115 95.1426 9.73604 97.8976 9.18604C98.7246 9.00104 99.7335 8.91004 100.654 8.91004C102.582 8.91004 105.246 9.64404 106.898 10.564C106.898 9.82904 107.173 2.11404 107.173 1.65504C105.888 1.28804 102.031 0.462036 98.5396 0.462036C94.9576 0.462036 91.8355 1.10504 89.1735 2.29804H89.0806C88.0706 2.75804 83.6615 4.41104 80.7235 10.196C78.7025 14.328 74.5705 14.512 73.5605 14.512H78.2446H78.8876V14.513Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.8757 19.1041C50.6917 19.1041 50.6007 19.1041 50.4157 19.1041H39.1217C44.2647 19.1041 43.1617 21.7671 43.1617 21.7671L42.7947 22.6871L39.8567 31.2271L34.3447 23.2371C31.2217 18.8301 27.2737 19.1041 27.2737 19.1041H16.3457C19.0097 19.6561 19.9257 21.6761 19.9257 21.6761L26.9057 33.5231H39.0277H51.1507H51.2427L54.1807 23.1451C54.1807 23.1451 54.2737 22.8711 54.2737 22.5941L54.3647 22.2261C54.3647 22.2261 55.0997 19.2891 50.8757 19.1041Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M74.0193 21.768L78.2453 33.524H65.3873L61.8973 21.768C61.8973 21.768 61.0713 19.105 56.1133 19.105H68.2353C68.2353 19.105 72.9183 19.013 74.0193 21.768Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.297 27.5551H120.768V29.6661L122.33 27.5551H124.074L122.053 30.0331L124.258 32.8811H122.42L120.768 30.4001V32.8811H119.297V27.5551Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M127.286 28.472C128.206 28.472 128.481 29.299 128.481 30.218C128.481 31.044 128.206 31.87 127.286 31.87V32.974C129.033 32.974 129.951 31.87 129.951 30.218C129.951 28.472 129.033 27.463 127.286 27.463V28.472ZM126.093 30.218C126.093 29.299 126.46 28.472 127.285 28.472V27.463C125.542 27.463 124.623 28.472 124.623 30.218C124.623 31.87 125.542 32.974 127.285 32.974V31.87C126.46 31.87 126.093 31.044 126.093 30.218Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M132.889 28.5631C133.257 28.5631 133.532 28.7481 133.532 29.1151C133.532 29.5751 133.258 29.6661 132.889 29.7581V30.8621C133.074 30.9541 133.257 31.2281 133.44 31.8711L133.716 32.8821H135.186L134.725 31.4121C134.452 30.7691 134.452 30.4011 133.992 30.2191C134.635 30.0341 135.002 29.5761 135.002 28.8411C135.002 27.9221 134.175 27.5561 133.258 27.5561H132.89V28.5631H132.889ZM132.155 28.5631H132.522C132.615 28.5631 132.706 28.5631 132.889 28.5631V27.5541H130.684V32.8801H132.155V30.7681H132.431C132.615 30.7681 132.705 30.7691 132.889 30.8621V29.7581C132.705 29.7581 132.615 29.7571 132.522 29.7571H132.155V28.5631Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M135.828 27.5551H139.592V28.5631H137.206V29.6661H139.409V30.6771H137.206V31.8701H139.684V32.8811H135.828V27.5551Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M143.634 30.6771H142.899V31.6871H143.911L144.37 32.8811H145.932L143.819 27.5551H142.9V28.6571H142.993L143.634 30.6771ZM142.899 30.6771H142.256L142.899 28.6561V27.5541H142.074L140.053 32.8801H141.522L141.981 31.6861L142.899 31.6871V30.6771Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M151.9 30.6771H151.166V31.6871H152.177L152.636 32.8811H154.197L152.086 27.5551H151.167V28.6571H151.259L151.9 30.6771ZM151.166 30.6771H150.523L151.166 28.6561V27.5541H150.339L148.318 32.8801H149.788L150.246 31.6861L151.166 31.6871V30.6771Z" fill="white"/>
<path d="M156.217 27.5551H154.748V32.8811H156.217V27.5551Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M159.339 28.5631C159.704 28.5631 160.073 28.7481 160.073 29.1151C160.073 29.5751 159.704 29.6661 159.339 29.7581V30.8621C159.613 30.9541 159.704 31.2281 159.889 31.8711L160.257 32.8821H161.726L161.175 31.4121C160.9 30.7691 160.9 30.4011 160.441 30.2191C161.175 30.0341 161.452 29.5761 161.452 28.8411C161.452 27.9221 160.718 27.5561 159.798 27.5561H159.34V28.5631H159.339ZM158.604 28.5631H158.971C159.155 28.5631 159.246 28.5631 159.339 28.5631V27.5541H157.227V32.8801H158.604V30.7681H158.971C159.062 30.7681 159.246 30.7691 159.339 30.8621V29.7581C159.246 29.7581 159.154 29.7571 158.971 29.7571H158.604V28.5631Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M164.297 28.5631C164.664 28.6561 164.94 28.8391 164.94 29.2981C164.94 29.6651 164.665 29.9411 164.297 29.9411V30.9531C165.584 30.9531 166.318 30.3091 166.318 29.2991C166.318 28.1971 165.675 27.6461 164.297 27.5551V28.5631ZM163.654 28.5631H164.021C164.114 28.5631 164.206 28.5631 164.297 28.5631V27.5551C164.205 27.5551 164.113 27.5541 163.929 27.5541H162.277V32.8801H163.654V30.9521H164.206H164.298V29.9401C164.206 29.9401 164.114 30.0321 164.022 30.0321H163.655L163.654 28.5631Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.441 28.472C170.358 28.472 170.726 29.299 170.726 30.218C170.726 31.044 170.358 31.87 169.441 31.87V32.974C171.184 32.974 172.103 31.87 172.103 30.218C172.103 28.472 171.184 27.463 169.441 27.463V28.472ZM168.247 30.218C168.247 29.299 168.614 28.472 169.441 28.472V27.463C167.695 27.463 166.777 28.472 166.777 30.218C166.777 31.87 167.695 32.974 169.441 32.974V31.87C168.614 31.87 168.247 31.044 168.247 30.218Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M175.044 28.5631C175.409 28.5631 175.777 28.7481 175.777 29.1151C175.777 29.5751 175.409 29.6661 175.044 29.7581V30.8621C175.227 30.9541 175.409 31.2281 175.594 31.8711L175.96 32.8821H177.431L176.88 31.4121C176.604 30.7691 176.604 30.4011 176.145 30.2191C176.789 30.0341 177.156 29.5761 177.156 28.8411C177.156 27.9221 176.422 27.5561 175.41 27.5561H175.045V28.5631H175.044ZM174.309 28.5631H174.675C174.767 28.5631 174.951 28.5631 175.044 28.5631V27.5541H172.932V32.8801H174.309V30.7681H174.583C174.767 30.7681 174.951 30.7691 175.044 30.8621V29.7581C174.951 29.7581 174.767 29.7571 174.675 29.7571H174.309V28.5631Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M178.808 28.5631H177.523V27.5551H181.564V28.5631H180.186V32.8811H178.808V28.5631Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M182.115 31.504C182.482 31.779 183.034 31.87 183.585 31.87C184.043 31.87 184.504 31.779 184.504 31.411C184.504 30.4 181.932 31.044 181.932 29.115C181.932 27.829 183.217 27.463 184.32 27.463C184.779 27.463 185.331 27.555 185.698 27.646L185.606 28.749C185.239 28.564 184.779 28.473 184.412 28.473C184.044 28.473 183.401 28.565 183.401 29.025C183.401 29.85 185.973 29.3 185.973 31.229C185.973 32.606 184.779 32.975 183.585 32.975C183.126 32.975 182.482 32.882 182.022 32.698L182.115 31.504Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M193.594 32.696C193.136 32.789 192.676 32.973 192.032 32.973C190.564 32.973 188.91 32.238 188.91 30.217C188.91 28.38 190.195 27.462 191.94 27.462C192.492 27.462 193.044 27.554 193.593 27.737L193.41 28.839C192.95 28.655 192.584 28.471 192.031 28.471C191.021 28.471 190.379 29.205 190.379 30.217C190.379 31.227 191.114 31.869 192.123 31.869C192.675 31.869 193.135 31.778 193.501 31.595L193.594 32.696Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M196.718 28.472C197.544 28.472 197.912 29.299 197.912 30.218C197.912 31.044 197.544 31.87 196.718 31.87V32.974C198.463 32.974 199.381 31.87 199.381 30.218C199.381 28.472 198.463 27.463 196.718 27.463V28.472ZM195.523 30.218C195.523 29.299 195.799 28.472 196.718 28.472V27.463C194.973 27.463 194.055 28.472 194.055 30.218C194.055 31.87 194.973 32.974 196.718 32.974V31.87C195.799 31.87 195.523 31.044 195.523 30.218Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M202.228 28.5631C202.595 28.5631 202.961 28.7481 202.961 29.1151C202.961 29.5751 202.595 29.6661 202.228 29.7581V30.8621C202.503 30.9541 202.595 31.2281 202.871 31.8711L203.146 32.8821H204.616L204.065 31.4121C203.789 30.7691 203.789 30.4011 203.33 30.2191C204.065 30.0341 204.34 29.5761 204.34 28.8411C204.34 27.9221 203.605 27.5561 202.688 27.5561H202.229L202.228 28.5631ZM201.493 28.5631H201.861C202.045 28.5631 202.135 28.5631 202.228 28.5631V27.5541H200.115V32.8801H201.493V30.7681H201.861C201.953 30.7681 202.135 30.7691 202.228 30.8621V29.7581C202.135 29.7581 202.044 29.7571 201.861 29.7571H201.493V28.5631Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M207.186 28.5631C207.554 28.6561 207.829 28.8391 207.829 29.2981C207.829 29.6651 207.555 29.9411 207.186 29.9411V30.9531C208.473 30.9531 209.207 30.3091 209.207 29.2991C209.207 28.1971 208.564 27.6461 207.186 27.5551V28.5631ZM206.543 28.5631H206.911C207.002 28.5631 207.095 28.5631 207.186 28.5631L207.185 27.5541C207.093 27.5541 207.001 27.5541 206.818 27.5541H205.166V32.8801H206.543V30.9521H207.094L207.186 30.9531V29.9401C207.094 29.9401 207.002 30.0321 206.912 30.0321H206.544L206.543 28.5631Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M212.33 28.472C213.249 28.472 213.616 29.299 213.616 30.218C213.616 31.044 213.249 31.87 212.33 31.87V32.974C214.076 32.974 214.993 31.87 214.993 30.218C214.993 28.472 214.168 27.463 212.33 27.463V28.472ZM211.135 30.218C211.135 29.299 211.504 28.472 212.33 28.472V27.463C210.585 27.463 209.666 28.472 209.666 30.218C209.666 31.87 210.585 32.974 212.33 32.974V31.87C211.504 31.87 211.135 31.044 211.135 30.218Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.931 28.5631C218.298 28.5631 218.665 28.7481 218.665 29.1151C218.665 29.5751 218.298 29.6661 217.931 29.7581V30.8621C218.115 30.9541 218.298 31.2281 218.481 31.8711L218.85 32.8821H220.318L219.768 31.4121C219.493 30.7691 219.493 30.4011 219.033 30.2191C219.676 30.0341 220.043 29.5761 220.043 28.8411C220.043 27.9221 219.309 27.5561 218.299 27.5561H217.932V28.5631H217.931ZM217.196 28.5631H217.565C217.656 28.5631 217.838 28.5631 217.931 28.5631V27.5541H215.818V32.8801H217.196V30.7681H217.472C217.656 30.7681 217.838 30.7691 217.931 30.8621V29.7581C217.838 29.7581 217.656 29.7571 217.565 29.7571H217.196V28.5631Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M223.992 30.6771H223.349V31.6871H224.359L224.727 32.8811H226.289L224.268 27.5551H223.349V28.6571L223.992 30.6771ZM223.349 30.6771H222.706L223.349 28.6561V27.5551L222.522 27.5541L220.502 32.8801H221.879L222.339 31.6861L223.349 31.6871V30.6771Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M227.209 28.5631H225.922V27.5551H229.963V28.5631H228.678V32.8811H227.209V28.5631Z" fill="white"/>
<path d="M232.074 27.5551H230.605V32.8811H232.074V27.5551Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M235.565 28.472C236.484 28.472 236.758 29.299 236.758 30.218C236.758 31.044 236.484 31.87 235.565 31.87V32.974C237.31 32.974 238.228 31.87 238.228 30.218C238.228 28.472 237.31 27.463 235.565 27.463V28.472ZM234.372 30.218C234.372 29.299 234.738 28.472 235.565 28.472V27.463C233.82 27.463 232.902 28.472 232.902 30.218C232.902 31.87 233.82 32.974 235.565 32.974V31.87C234.738 31.87 234.372 31.044 234.372 30.218Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M239.055 27.5551H240.891L242.729 31.1371L242.636 27.5551H244.014V32.8811H242.176L240.34 29.2061V32.8811H239.055V27.5551Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M158.054 13.3191V11.2071C158.054 11.2071 156.769 11.2071 156.4 11.2071C156.492 10.8401 156.769 9.82906 156.86 7.44106V4.68506H156.676H140.513V6.70606C140.513 6.70606 153.094 6.70606 153.461 6.70606C153.461 6.98106 153.461 8.35806 153.461 8.35806C153.461 8.35806 153.461 8.35806 153.461 8.54306C153.461 9.09306 153.37 10.4711 152.728 11.2061C152.635 11.2061 139.5 11.2061 139.5 11.2061V13.3181C139.5 13.3181 146.573 13.3181 146.849 13.3181C146.849 13.5021 146.849 14.6961 146.849 15.6141H140.328V15.7981V17.7261C140.328 17.7261 153.185 17.7261 153.553 17.7261C153.553 18.0021 153.553 22.9621 153.553 22.9621H156.951V15.6141H150.245C150.245 14.6961 150.245 13.5021 150.245 13.3181C150.523 13.3191 158.054 13.3191 158.054 13.3191Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M170.453 14.328V16.441C172.749 16.441 174.585 17.543 174.585 18.921C174.585 20.298 172.749 21.4 170.453 21.4V23.604C174.494 23.604 177.891 21.492 177.891 19.011C177.891 16.441 174.494 14.328 170.453 14.328ZM170.453 14.328C166.32 14.328 163.014 16.441 163.014 19.013C163.014 21.493 166.321 23.606 170.453 23.606V21.402C168.157 21.402 166.32 20.299 166.32 18.923C166.32 17.544 168.157 16.443 170.453 16.443V14.328Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M193.044 14.328V16.441C195.339 16.441 197.177 17.543 197.177 18.921C197.177 20.298 195.339 21.4 193.044 21.4V23.604C197.177 23.604 200.482 21.492 200.482 19.011C200.483 16.441 197.177 14.328 193.044 14.328ZM193.044 14.328C188.91 14.328 185.605 16.441 185.605 19.013C185.605 21.493 188.911 23.606 193.044 23.606V21.402C190.747 21.402 188.91 20.299 188.91 18.923C188.91 17.544 190.747 16.443 193.044 16.443V14.328Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M178.441 11.574C178.534 11.115 178.901 9.92099 178.901 7.44099V4.31799H178.716H162.46V6.43099C162.46 6.43099 175.135 6.43099 175.409 6.43099C175.409 6.70599 175.409 8.26699 175.409 8.26699C175.409 8.26699 175.409 8.45099 175.409 8.63499C175.409 9.27799 175.317 10.564 174.675 11.573C174.583 11.573 171.094 11.573 170.819 11.573C170.819 11.206 170.819 11.299 170.819 8.44999H167.329C167.329 11.299 167.329 11.206 167.329 11.573C167.054 11.573 161.268 11.573 161.268 11.573V13.594H180.186V11.573C180.186 11.573 178.808 11.574 178.441 11.574Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M214.81 14.328V16.441C217.014 16.441 218.851 17.543 218.851 18.921C218.851 20.298 217.014 21.4 214.81 21.4V23.604C218.851 23.604 222.157 21.492 222.157 19.011C222.157 16.441 218.851 14.328 214.81 14.328ZM214.81 14.328C210.677 14.328 207.371 16.441 207.371 19.013C207.371 21.493 210.678 23.606 214.81 23.606V21.402C212.513 21.402 210.677 20.299 210.677 18.923C210.677 17.544 212.513 16.443 214.81 16.443V14.328Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M222.708 11.574C222.893 11.115 223.258 9.92099 223.258 7.44099V4.31799H223.075H206.819V6.43099C206.819 6.43099 219.494 6.43099 219.769 6.43099C219.769 6.70599 219.769 8.26699 219.769 8.26699C219.769 8.26699 219.769 8.45099 219.769 8.63499C219.769 9.27799 219.676 10.564 219.034 11.573C218.851 11.573 215.453 11.573 215.084 11.573C215.084 11.206 215.084 11.299 215.084 8.44999H211.595C211.688 11.299 211.688 11.206 211.688 11.573C211.321 11.573 205.535 11.573 205.535 11.573V13.594H224.545V11.573C224.543 11.574 223.075 11.574 222.708 11.574Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M189.646 5.146V7.075C191.023 7.075 192.125 7.994 192.125 9.187C192.125 10.472 191.023 11.392 189.646 11.392V13.595C192.769 13.595 195.431 11.758 195.431 9.371C195.431 7.074 192.769 5.146 189.646 5.146ZM189.646 5.146C186.432 5.238 183.859 7.075 183.859 9.372C183.859 11.759 186.432 13.596 189.646 13.596V11.392C188.268 11.392 187.167 10.473 187.167 9.188C187.167 7.995 188.269 7.076 189.646 7.076V5.146Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M191.298 4.41102C191.298 4.13602 191.298 2.84802 191.298 2.84802H191.115H187.992C187.992 2.84802 187.992 4.13502 187.992 4.41102C187.717 4.41102 183.584 4.41102 183.584 4.41102V6.33902H195.798V4.41102C195.798 4.41102 191.574 4.41102 191.298 4.41102Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M244.014 9.82907C244.014 9.55307 244.014 4.22607 244.014 4.22607H243.83H240.707V22.2261H244.014C244.014 22.2261 244.014 12.3071 244.014 12.0341C244.288 12.0341 246.402 12.0341 246.402 12.0341V9.82907C246.402 9.82907 244.289 9.82907 244.014 9.82907Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M230.514 8.26805V4.22705H233.911H234.095V8.26805C234.095 15.9831 239.33 18.647 239.33 18.647V20.667C239.33 20.667 235.196 20.3001 232.351 15.8921C229.688 20.3911 225.83 20.7601 225.83 20.7601V18.6481C225.831 18.6461 230.514 16.166 230.514 8.26805Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.042 4.96103C130.042 4.96103 125.818 4.96103 125.543 4.96103C125.543 4.68603 125.543 3.40002 125.543 3.40002H125.451H123.889V7.16603C125.266 7.16603 126.278 8.35903 126.278 9.82903C126.278 11.207 125.266 12.4 123.889 12.4V14.512C127.012 14.512 129.492 12.4 129.492 9.92002C129.492 8.81802 128.941 7.90003 128.206 6.98203H130.042V4.96103ZM123.889 3.40002H122.237C122.237 3.40002 122.237 4.68503 122.237 4.96103C121.961 4.96103 117.92 4.96103 117.92 4.96103V6.98203H119.666C118.839 7.90103 118.379 8.81903 118.379 9.92002C118.379 12.399 120.859 14.512 123.89 14.512V12.4C122.604 12.4 121.502 11.207 121.502 9.82903C121.502 8.35903 122.604 7.16603 123.89 7.16603V3.40002H123.889Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.787 20.8511C122.787 20.4831 122.787 15.7061 122.787 15.7061H119.297V22.9631H135.095C135.095 22.9631 135.095 22.0441 135.095 20.8511C135.095 20.8511 122.971 20.8511 122.787 20.8511Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M137.573 9.64501V7.62501C137.573 7.62501 135.369 7.62501 135.094 7.62501C135.094 7.25901 135.094 4.41101 135.094 4.41101H134.909H131.695V17.36H135.093C135.093 14.971 135.093 9.73601 135.093 9.64401C135.369 9.64501 135.369 9.64501 137.573 9.64501Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M203.238 8.81907V6.79807C203.238 6.79807 201.034 6.79807 200.759 6.79807C200.759 6.43107 200.759 3.76807 200.759 3.76807H197.544C197.544 3.76807 197.453 14.9711 197.453 14.5121H200.759C200.759 11.8491 200.759 9.37007 200.759 8.81907C201.034 8.81907 203.238 8.81907 203.238 8.81907Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

Loading…
Cancel
Save