Skip to content

pantoken / formats/icons/src / PantokenIcon

इंटरफेस: PantokenIcon

बीटा

A pantoken icon, derived from an <image> token.

प्रॉपर्टीज

name

name: string

बीटा

आइकन का नाम, --instui-icon- उपसर्ग के बिना (उदा. arrow-left).


dataUri

dataUri: string

बीटा

url('data:image/svg+xml;utf8,…') मान, जैसा IR में संग्रहीत है।


svg

svg: string

बीटा

The decoded inline SVG markup, stripped of <script> elements and event-handler attributes. Originates from the vendored IR (pinned upstream). Safe for trusted injection contexts; consumers should not treat this as safe for injection into attacker-controlled HTML.


viewBox?

optional viewBox?: string

बीटा

SVG viewBox, जब ज्ञात हो।


bidirectional

bidirectional: boolean

बीटा

क्या आइकन दाएँ-से-बाएँ संदर्भों में क्षैतिज रूप से उलटता है।


source?

optional source?: "custom" | "lucide"

बीटा

ग्लिफ का मूल।