The default prefix for all icons.For example, if you set the prefix to heroicons, you can render icons from the heroicons icon set
using the following syntax:
This value is a map of http request options to be passed to the underlying Guzzle client
for all requests to the Iconify API.For example, you can set the timeout option to set a custom timeout.
Copy
'request_options' => [ 'timeout' => 10,],
See the Guzzle documentation about the request options
for more information.