UIIcon
Name
Type
Default
Description
Example
import {UIIcon} from 'writer'
render($$) {
const el = $$('div')
return el.append(
$$(UIIcon, {
name: 'space-rocket-flying-regular',
size: 20,
color: '#000'
})
)
}