Documentation
¶
Overview ¶
Package trash is the trash-can glyph — destructive actions: delete, remove, discard. The commit button of a bulk delete and the mark a row carries while selected for deletion draw this same glyph, so importing this one package in both places is what keeps them from drifting apart.
Ref is WASM-safe (just the symbol id). Def() lives in svg.go behind //go:build !wasm.
Index ¶
Constants ¶
View Source
const Ref = svg.Icon("trash")
Ref is the symbol id, for markup: trash.Ref.Render(class), or href="#trash".
Variables ¶
This section is empty.
Functions ¶
func Def ¶
func Def() sprite.Definition
Def is the glyph geometry, for a consumer's IconSvg() sprite. FontAwesome Free 6 "trash-can" (solid), viewBox 0 0 448 512.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.