Intentwise Primitives
Icons
Curated design-system icon registry. Render by name with the Icon primitive; color inherits from the surrounding text token.
Icon
53 icons in the registry. Use <Icon name="β¦" size={β¦} />; color inherits from currentColor (set an iw-* text token on a parent).
dollar-sign
percent
hash
calculator
trending-up
trending-down
bar-chart
line-chart
pie-chart
activity
filter
filter-alt
search
plus
minus
check
x
chevron-up
chevron-down
chevron-left
chevron-right
arrow-up
arrow-down
arrow-left
arrow-right
eye
eye-off
pencil
trash
copy
download
upload
external-link
settings
bell
user
calendar
clock
info
alert-triangle
alert-circle
check-circle
help-circle
star
refresh
loader
more-horizontal
more-vertical
menu
message
map-pin
package
cart
Show code
import { Icon } from '@intentwise/primitives';
<Icon name="filter" size={20} />
<Icon name="download" aria-label="Download" />