update loyalty icon place

This commit is contained in:
2025-12-10 21:22:22 +03:00
parent caa109fbcb
commit 63139eb20b
8 changed files with 33 additions and 23 deletions

View File

@@ -7,8 +7,8 @@ interface DescIcon1Type {
const DescIcon1 = ({ className, onClick,pathColor }: DescIcon1Type) => {
return (
<svg
width="22"
height="22"
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"

View File

@@ -7,8 +7,8 @@ interface DescIcon2Type {
const DescIcon2 = ({ className, onClick, pathColor }: DescIcon2Type) => {
return (
<svg
width="22"
height="22"
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"

View File

@@ -7,8 +7,8 @@ interface DescIcon3Type {
const DescIcon3 = ({ className, onClick, pathColor }: DescIcon3Type) => {
return (
<svg
width="22"
height="22"
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"