This commit is contained in:
hamid zarghami
2026-02-15 11:08:28 +03:30
parent c5c932dda6
commit c58330cfbd
3 changed files with 40 additions and 2 deletions
+38
View File
@@ -0,0 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="314.19 250.9 232.51 57.53">
<defs>
<style>
.cls-1 {
font-family: Roboto-Regular, Roboto;
font-size: 50.42px;
}
.cls-1, .cls-2 {
fill: #231f20;
}
.cls-3 {
fill: #000;
}
.cls-3, .cls-2 {
stroke-width: 0px;
}
</style>
</defs>
<polygon class="cls-2" points="453.41 265.34 464.36 295.35 469.19 295.35 455.48 259.5 451.34 259.5 437.65 295.35 442.52 295.35 453.41 265.34"/>
<polygon class="cls-2" points="530.91 265.34 541.86 295.35 546.7 295.35 532.98 259.5 528.85 259.5 515.16 295.35 520.03 295.35 530.91 265.34"/>
<path class="cls-2" d="M382.18,279.33h-12.14v-3.81h12.14v3.81Z"/>
<g>
<text class="cls-1" transform="translate(392.71 295.91) scale(1.15 1)"><tspan x="0" y="0">K</tspan></text>
<text class="cls-1" transform="translate(475.71 295.91) scale(1.15 1)"><tspan x="0" y="0">L</tspan></text>
</g>
<path class="cls-3" d="M328.76,295.36v-3.71c.56-.04,1.06-.1,1.56-.1,4.19,0,8.39.05,12.58,0,7.74-.07,13.98-6.26,14.04-13.87.06-7.76-6.05-14.02-13.88-14.18-3.38-.07-6.76-.01-10.36-.01v19.78h-3.96v-23.45c.14-.1.23-.23.32-.23,5.51.05,11.05-.24,16.52.25,7.93.71,14.46,7.77,15.18,15.73.78,8.55-4.24,16.49-12.09,18.94-1.62.51-3.36.86-5.06.9-4.59.13-9.19.05-13.79.05-.33,0-.67-.07-1.08-.12Z"/>
<path class="cls-3" d="M326.53,285.37c.6.07,1.09.18,1.57.18,4.77.01,9.54.05,14.31,0,4.94-.05,8.49-3.5,8.43-8.11-.06-4.61-3.66-7.95-8.61-7.96-2.4,0-4.81,0-7.41,0v-4.07c3.86.24,7.76.01,11.45.81,5.51,1.19,9.11,6.9,8.49,12.4-.68,6-5.24,10.61-11.11,10.77-6.78.19-13.56.05-20.34.05-.16,0-.32-.09-.55-.16"/>
<path class="cls-3" d="M319.41,295.5h-5.09v-1.66c0-.55.11-.97.34-1.25.23-.28.57-.42,1.01-.42.24,0,.45.07.63.2.18.14.32.32.42.55.08-.27.22-.49.44-.65.22-.16.47-.24.77-.24.46,0,.82.15,1.08.44s.39.71.39,1.25v1.77ZM316.49,294.83v-1.01c0-.29-.07-.53-.22-.7-.15-.18-.35-.26-.6-.26-.28,0-.48.08-.61.24-.13.16-.19.41-.19.74v.99h1.62ZM317.03,294.83h1.83v-1.11c0-.31-.08-.56-.24-.74-.16-.18-.39-.27-.67-.27-.61,0-.92.33-.92,1v1.12Z"/>
<path class="cls-3" d="M316.88,289.24l-2.55-1.33v-.76l3.19,1.75h1.9v.67h-1.9l-3.19,1.75v-.77l2.55-1.32Z"/>
<path class="cls-3" d="M319.29,284.05h-5.1v-1.44c0-.44.1-.84.29-1.18.2-.34.48-.6.84-.79.36-.19.78-.28,1.25-.28h.33c.48,0,.9.09,1.27.28s.64.45.83.8c.19.34.29.75.3,1.2v1.41ZM314.74,283.38h4v-.71c0-.52-.16-.92-.48-1.21-.32-.29-.78-.43-1.38-.43h-.3c-.58,0-1.03.14-1.35.41-.32.27-.48.66-.49,1.16v.79Z"/>
<path class="cls-3" d="M319.29,269.97v.68l-3.93,2.57h3.93v.68h-5.1v-.68l3.95-2.58h-3.95v-.67h5.1Z"/>
<path class="cls-3" d="M316.92,262.01l.65.62h1.72v.67h-5.1v-.67h2.52l-2.52-2.27v-.81l2.25,2.01,2.85-2.17v.81l-2.37,1.81Z"/>
<polygon class="cls-3" points="315.02 277.24 319.29 275.68 319.29 274.99 314.19 276.95 314.19 277.54 319.29 279.48 319.29 278.79 315.02 277.24"/>
<polygon class="cls-3" points="315.02 266.69 319.29 265.13 319.29 264.44 314.19 266.39 314.19 266.98 319.29 268.93 319.29 268.24 315.02 266.69"/>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

+1 -1
View File
@@ -1,5 +1,5 @@
import { type FC } from 'react'
import LogoImage from '../../assets/images/logo.png'
import LogoImage from '../../assets/images/logo.svg'
import LogoSmallImage from '../../assets/images/logo-small.png'
import { useAuthStore } from './store/AuthStore'
import LoginStep1 from './components/LoginStep1'
+1 -1
View File
@@ -1,5 +1,5 @@
import { type FC, useEffect } from 'react'
import LogoImage from '../assets/images/logo.png'
import LogoImage from '../assets/images/logo.svg'
import LogoSmall from '../assets/images/logo-small.png'
import { useTranslation } from 'react-i18next'
import { DocumentText, Home2, Logout, People, Setting2, TicketDiscount, Calendar, Security, Card, SecurityUser, TruckFast, Element3, Star1, NotificationBing, SmsEdit } from 'iconsax-react'