admin/components/icons/CoinIcon.tsx
alisaza e1eaf5eff5 feat: initial ghabilee-admin backoffice app
Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js
app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
2026-09-05 13:12:59 +03:30

34 lines
2.7 KiB
XML

export default function CoinIcon({ className = 'size-4' }) {
return (
<svg
className={className}
fill="none"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M7.22659 9.02647H6.22659C5.45992 9.02647 4.83992 8.38647 4.83992 7.59314C4.83992 7.31981 5.06659 7.09314 5.33992 7.09314C5.61325 7.09314 5.83992 7.31981 5.83992 7.59314C5.83992 7.83314 6.01325 8.02647 6.22659 8.02647H7.22659C7.37992 8.02647 7.49992 7.88647 7.49992 7.71314C7.49992 7.4798 7.45992 7.46647 7.30659 7.41314L5.69992 6.85314C5.11992 6.65314 4.83325 6.24647 4.83325 5.61314C4.83325 4.89314 5.40659 4.2998 6.10659 4.2998H7.10659C7.87325 4.2998 8.49325 4.93981 8.49325 5.73314C8.49325 6.00647 8.26658 6.23314 7.99325 6.23314C7.71992 6.23314 7.49325 6.00647 7.49325 5.73314C7.49325 5.49314 7.31992 5.2998 7.10659 5.2998H6.10659C5.95325 5.2998 5.83325 5.4398 5.83325 5.61314C5.83325 5.84647 5.87325 5.8598 6.02659 5.91314L7.63325 6.47314C8.21325 6.6798 8.49325 7.08647 8.49325 7.71314C8.49992 8.4398 7.92659 9.02647 7.22659 9.02647Z"
fill="currentColor"
/>
<path
d="M6.66675 9.55974C6.39341 9.55974 6.16675 9.33307 6.16675 9.05974V8.56641C6.16675 8.29307 6.39341 8.06641 6.66675 8.06641C6.94008 8.06641 7.16675 8.29307 7.16675 8.56641V9.05974C7.16675 9.33974 6.94008 9.55974 6.66675 9.55974Z"
fill="currentColor"
/>
<path
d="M6.66675 5.29344C6.39341 5.29344 6.16675 5.06677 6.16675 4.79344V4.27344C6.16675 4.0001 6.39341 3.77344 6.66675 3.77344C6.94008 3.77344 7.16675 4.0001 7.16675 4.27344V4.79344C7.16675 5.06677 6.94008 5.29344 6.66675 5.29344Z"
fill="currentColor"
/>
<path
d="M6.65992 12.4805C3.44658 12.4805 0.833252 9.86715 0.833252 6.65381C0.833252 3.44048 3.44658 0.827148 6.65992 0.827148C9.87325 0.827148 12.4866 3.44048 12.4866 6.65381C12.4866 9.86715 9.86658 12.4805 6.65992 12.4805ZM6.65992 1.83382C3.99992 1.83382 1.83325 4.00048 1.83325 6.66048C1.83325 9.32048 3.99992 11.4805 6.65992 11.4805C9.31992 11.4805 11.4866 9.31381 11.4866 6.65381C11.4866 3.99381 9.31992 1.83382 6.65992 1.83382Z"
fill="currentColor"
/>
<path
d="M11.3466 15.1469C10.1133 15.1469 8.95327 14.5469 8.23993 13.5335C8.07993 13.3069 8.13327 12.9935 8.35993 12.8335C8.5866 12.6735 8.89993 12.7269 9.05993 12.9535C9.5866 13.7002 10.4399 14.1402 11.3466 14.1402C12.8933 14.1402 14.1466 12.8869 14.1466 11.3402C14.1466 10.4402 13.7066 9.58686 12.9733 9.06019C12.7466 8.90019 12.6999 8.58685 12.8599 8.36019C13.0199 8.13352 13.3333 8.08685 13.5599 8.24685C14.5533 8.96019 15.1466 10.1135 15.1466 11.3402C15.1466 13.4469 13.4466 15.1469 11.3466 15.1469Z"
fill="currentColor"
/>
</svg>
)
}