Skip to content

pantoken / formats/icons/src / PantokenIcon

介面: PantokenIcon

Beta(測試)

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

屬性

name

name: string

Beta(測試)

圖示名稱,不含 --instui-icon- 前綴(例如 arrow-left)。


dataUri

dataUri: string

Beta(測試)

IR 中儲存的 url('data:image/svg+xml;utf8,…') 值。


svg

svg: string

Beta(測試)

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

Beta(測試)

若已知,SVG 的 viewBox


bidirectional

bidirectional: boolean

Beta(測試)

圖示在從右到左(RTL)語境中是否會水平翻轉。


source?

optional source?: "custom" | "lucide"

Beta(測試)

字形來源。