Icons
Based on the official dormakaba iconset...
Preview


Code Sample
import { Icon } from '@dormakaba/digital-reactnative-visual'
<Icon
name='icon-news'
large
success
/>
Props
Name
Type
Description
name
string
name of the icon to display
*
boolean
change size using: xlarge
, large
, small
(default medium
)
*
boolean
set color using: success
, warning
, error
, info
, gray
, white
, highlight
(default textGray
)
size
integer
custom size
style
object
style override
Last updated