package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A simple way to construct feather icon svgs for use in jsoo.

A few helpful resources:

  • The external feather icons website: https://feathericons.com/
  • Our bonsai demo equivalent: https://bonsai:8548/
  • The code for the bonsai demo: ../../bonsai/examples/feather_icons
type t =
  1. | Activity
  2. | Corner_down_left
  3. | Shopping_bag
  4. | Airplay
  5. | Corner_down_right
  6. | List
  7. | Shopping_cart
  8. | Alert_circle
  9. | Corner_left_down
  10. | Loader
  11. | Shuffle
  12. | Alert_octagon
  13. | Corner_left_up
  14. | Lock
  15. | Sidebar
  16. | Alert_triangle
  17. | Corner_right_down
  18. | Log_in
  19. | Skip_back
  20. | Align_center
  21. | Corner_right_up
  22. | Log_out
  23. | Skip_forward
  24. | Align_justify
  25. | Corner_up_left
  26. | Mail
  27. | Slack
  28. | Align_left
  29. | Corner_up_right
  30. | Map_pin
  31. | Slash
  32. | Align_right
  33. | Cpu
  34. | Map
  35. | Sliders
  36. | Anchor
  37. | Credit_card
  38. | Maximize_2
  39. | Smartphone
  40. | Aperture
  41. | Crop
  42. | Maximize
  43. | Smile
  44. | Archive
  45. | Crosshair
  46. | Meh
  47. | Speaker
  48. | Arrow_down_circle
  49. | Database
  50. | Menu
  51. | Square
  52. | Arrow_down_left
  53. | Delete
  54. | Message_circle
  55. | Star
  56. | Arrow_down_right
  57. | Disc
  58. | Message_square
  59. | Stop_circle
  60. | Arrow_down
  61. | Divide_circle
  62. | Mic_off
  63. | Sunrise
  64. | Arrow_left_circle
  65. | Divide_square
  66. | Mic
  67. | Sunset
  68. | Arrow_left
  69. | Divide
  70. | Minimize_2
  71. | Sun
  72. | Arrow_right_circle
  73. | Dollar_sign
  74. | Minimize
  75. | Tablet
  76. | Arrow_right
  77. | Download_cloud
  78. | Minus_circle
  79. | Tag
  80. | Arrow_up_circle
  81. | Download
  82. | Minus_square
  83. | Target
  84. | Arrow_up_left
  85. | Dribbble
  86. | Minus
  87. | Terminal
  88. | Arrow_up_right
  89. | Droplet
  90. | Monitor
  91. | Thermometer
  92. | Arrow_up
  93. | Edit_2
  94. | Moon
  95. | Thumbs_down
  96. | At_sign
  97. | Edit_3
  98. | More_horizontal
  99. | Thumbs_up
  100. | Award
  101. | Edit
  102. | More_vertical
  103. | Toggle_left
  104. | Bar_chart_2
  105. | Mouse_pointer
  106. | Toggle_right
  107. | Bar_chart
  108. | Eye_off
  109. | Move
  110. | Tool
  111. | Battery_charging
  112. | Eye
  113. | Music
  114. | Trash_2
  115. | Battery
  116. | Facebook
  117. | Navigation_2
  118. | Trash
  119. | Bell_off
  120. | Fast_forward
  121. | Navigation
  122. | Trello
  123. | Bell
  124. | Feather
  125. | Octagon
  126. | Trending_down
  127. | Bluetooth
  128. | Figma
  129. | Package
  130. | Trending_up
  131. | Bold
  132. | File_minus
  133. | Paperclip
  134. | Triangle
  135. | Bookmark
  136. | File_plus
  137. | Pause_circle
  138. | Truck
  139. | Book_open
  140. | File
  141. | Pause
  142. | Tv
  143. | Book
  144. | File_text
  145. | Pen_tool
  146. | Twitch
  147. | Box
  148. | Film
  149. | Percent
  150. | Twitter
  151. | Briefcase
  152. | Filter
  153. | Phone_call
  154. | Type
  155. | Calendar
  156. | Flag
  157. | Phone_forwarded
  158. | Umbrella
  159. | Camera_off
  160. | Folder_minus
  161. | Phone_incoming
  162. | Underline
  163. | Camera
  164. | Folder_plus
  165. | Phone_missed
  166. | Unlock
  167. | Cast
  168. | Folder
  169. | Phone_off
  170. | Upload_cloud
  171. | Check_circle
  172. | Framer
  173. | Phone_outgoing
  174. | Upload
  175. | Check_square
  176. | Frown
  177. | Phone
  178. | User_check
  179. | Check
  180. | Gift
  181. | Pie_chart
  182. | User_minus
  183. | Chevron_down
  184. | Git_branch
  185. | Play_circle
  186. | User_plus
  187. | Chevron_left
  188. | Git_commit
  189. | Play
  190. | Users
  191. | Chevron_right
  192. | Github
  193. | Plus_circle
  194. | User
  195. | Chevrons_down
  196. | Gitlab
  197. | Plus_square
  198. | User_x
  199. | Chevrons_left
  200. | Git_merge
  201. | Plus
  202. | Video_off
  203. | Chevrons_right
  204. | Git_pull_request
  205. | Pocket
  206. | Video
  207. | Chevrons_up
  208. | Globe
  209. | Power
  210. | Voicemail
  211. | Chevron_up
  212. | Grid
  213. | Printer
  214. | Volume_1
  215. | Chrome
  216. | Hard_drive
  217. | Radio
  218. | Volume_2
  219. | Circle
  220. | Hash
  221. | Refresh_ccw
  222. | Volume
  223. | Clipboard
  224. | Headphones
  225. | Refresh_cw
  226. | Volume_x
  227. | Clock
  228. | Heart
  229. | Repeat
  230. | Watch
  231. | Cloud_drizzle
  232. | Help_circle
  233. | Rewind
  234. | Wifi_off
  235. | Cloud_lightning
  236. | Hexagon
  237. | Rotate_ccw
  238. | Wifi
  239. | Cloud_off
  240. | Home
  241. | Rotate_cw
  242. | Wind
  243. | Cloud_rain
  244. | Image
  245. | Rss
  246. | X_circle
  247. | Cloud_snow
  248. | Inbox
  249. | Save
  250. | X_octagon
  251. | Cloud
  252. | Info
  253. | Scissors
  254. | X_square
  255. | Codepen
  256. | Instagram
  257. | Search
  258. | X
  259. | Codesandbox
  260. | Italic
  261. | Send
  262. | Youtube
  263. | Code
  264. | Key
  265. | Server
  266. | Zap_off
  267. | Coffee
  268. | Layers
  269. | Settings
  270. | Zap
  271. | Columns
  272. | Layout
  273. | Share_2
  274. | Zoom_in
  275. | Command
  276. | Life_buoy
  277. | Share
  278. | Zoom_out
  279. | Compass
  280. | Shield_off
  281. | Copy
  282. | Linkedin
  283. | Shield
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val svg : ?size:[< Css_gen.Length.t ] -> ?stroke:[< Css_gen.Color.t ] -> ?fill:[< Css_gen.Color.t ] -> ?stroke_width:[< Css_gen.Length.t ] -> ?extra_attrs:Virtual_dom.Vdom.Attr.t list -> t -> Virtual_dom.Vdom.Node.t
val to_string : t -> string
OCaml

Innovation. Community. Security.