# RichTextSymbol

Represents a symbol to be rendered inline with text. Used in `RichText`.

## Constructors

RichTextSymbol(source)→[RichTextSymbol](https://cuttle.xyz/learn/reference/RichTextSymbol)

Constructs a RichTextSymbol object from a `source`.

`source`

`string`

Currently this can only be a URL pointing to an SVG file. The URL must start with `"https://assets.cuttle.xyz"` and the geometry in the file should work as a `CompoundPath`. Other source types may be added in the future. The source URL can be picked with the "Emoji" parameter type.

## Properties

.sourcestring

URL pointing to a SVG file.