icons #

Fuz includes a number of icons available as data that can be mounted with the Svg component. Only the ones you use are included in your bundle.

import Svg from '@fuzdev/fuz_ui/Svg.svelte'; import {icon_add} from '@fuzdev/fuz_ui/icons.js'; <Svg data={icon_add} />
  • action
  • action_local_call
  • action_remote_notification
  • action_request_response
  • add
  • arrow_left
  • arrow_right
  • backend
  • cancel
  • capability
  • chat
  • checkmark
  • checkmark_heavy
  • chevron_down
  • chevron_left
  • chevron_right
  • chevron_up
  • clear
  • close
  • connect
  • copy
  • create_directory
  • create_file
  • delete
  • desk
  • directory
  • disconnect
  • domain
  • double_chevron_left
  • double_chevron_right
  • download
  • drag
  • edit
  • error
  • external_link
  • file
  • heartbeat
  • idea
  • important
  • info
  • link
  • list
  • log
  • model
  • page
  • part
  • paste
  • pause
  • pin
  • ping
  • placeholder
  • play
  • preview
  • project
  • prompt
  • provider
  • refresh
  • remove
  • reset
  • response
  • restore
  • retry
  • send
  • session
  • settings
  • sort
  • space
  • stop
  • tab
  • terminal
  • thread
  • turn
  • unknown
  • upload
  • view
  • workspace
  • xmark
  • xmark_heavy