Toman Icon
The Toman currency symbol (تومان), as a standalone icon component you can size and color like any lucide icon.
Last updated January 1, 1980
CreditsUnchangedPublished
Copied from Digikala.
Overview
Installation
Usage
import { TomanIcon } from "@/components/ui/toman-icon"
export function Example() {
return <TomanIcon className="size-4" />
}Examples
Sizes
Inline with an Amount
In a Badge
RTL
The icon has no directional geometry, so it just needs to sit on the correct side of the amount — before it in RTL, after it in LTR. The amount itself stays dir="ltr" since digits always read left-to-right.