defmodule Flowbite.Icons do
@moduledoc """
Provides precompiled icon compiles from [flowbite.com/icons v1.1.0](https://flowbite.com/icons/).
Flowbite Icons are designed by [Evelyne Krall](https://twitter.com/EvelyneKrall) & [Robert Tanislav](https://twitter.com/roberttanislav) and interface coded by [Zoltán Szőgyényi](https://twitter.com/zoltanszogyenyi).
## Usage
Flowbite icons come in two styles – outline and solid.
Since not all icons are available in both styles, the style is prefixed to
the icon name: `solid_user` and `outline_user`.
```heex
```
You can also pass arbitrary HTML attributes to the components:
```heex
```
## Flowbite Icons License Attribution
MIT License
Copyright (c) 2023 Themesberg
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
use Phoenix.Component
@doc """
Renders the `outline_angle_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_angle_down(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_angle_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_angle_left(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_angle_right` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_angle_right(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_angle_top` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_angle_top(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_down_to_bracket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_down_to_bracket(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_down(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_left_to_bracket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_left_to_bracket(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_left(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_right_arrow_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_right_arrow_left(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_right_to_bracket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_right_to_bracket(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_right` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_right(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_sort_letters` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_sort_letters(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_up_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_up_down(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_up_from_bracket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_up_from_bracket(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_up(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrows_repeat_1` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrows_repeat_1(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrows_repeat` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrows_repeat(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_caret_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_caret_down(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_caret_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_caret_left(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_caret_right` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_caret_right(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_caret_sort` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_caret_sort(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_caret_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_caret_up(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chevron_double_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chevron_double_down(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chevron_double_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chevron_double_left(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chevron_double_right` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chevron_double_right(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chevron_double_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chevron_double_up(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chevron_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chevron_down(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chevron_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chevron_left(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chevron_right` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chevron_right(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chevron_sort` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chevron_sort(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chevron_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chevron_up(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_compress` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_compress(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_expand` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_expand(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_forward` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_forward(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_minimize` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_minimize(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_reply_all` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_reply_all(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_reply` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_reply(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_rotate` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_rotate(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_share_all` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_share_all(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_sort` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_sort(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_cart_plus_alt` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_cart_plus_alt(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_cart_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_cart_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_cart` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_cart(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_cash` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_cash(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_credit_card` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_credit_card(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_dollar` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_dollar(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_euro` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_euro(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_receipt` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_receipt(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_sale_percent` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_sale_percent(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_scale_balanced` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_scale_balanced(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_shopping_bag` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_shopping_bag(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_store` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_store(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_tag` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_tag(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_user_headset` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_user_headset(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_wallet` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_wallet(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_face_explode` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_face_explode(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_face_grin_stars` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_face_grin_stars(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_face_grin` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_face_grin(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_face_laugh` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_face_laugh(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_thumbs_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_thumbs_down(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_thumbs_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_thumbs_up(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_clipboard_check` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_clipboard_check(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_clipboard_list` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_clipboard_list(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_clipboard` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_clipboard(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_chart_bar` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_chart_bar(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_check` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_check(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_circle_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_circle_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_clone` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_clone(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_code` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_code(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_copy` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_copy(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_csv` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_csv(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_export` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_export(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_image` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_image(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_import` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_import(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_lines` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_lines(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_music` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_music(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_paste` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_paste(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_pdf` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_pdf(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_pen` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_pen(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_ppt` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_ppt(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_search` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_search(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_shield` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_shield(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_video` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_video(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_word` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_word(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file_zip` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file_zip(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_file` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_file(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_folder_duplicate` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_folder_duplicate(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_folder_open` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_folder_open(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_folder_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_folder_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_folder` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_folder(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_adjustments_horizontal` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_adjustments_horizontal(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_adjustments_vertical` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_adjustments_vertical(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_annotation` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_annotation(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_archive` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_archive(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_arrow_up_right_from_square` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_arrow_up_right_from_square(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_atom` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_atom(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_badge_check` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_badge_check(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_bars` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_bars(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_bell_active_alt` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_bell_active_alt(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_bell_active` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_bell_active(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_bell_ring` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_bell_ring(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_bell` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_bell(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_blender_phone` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_blender_phone(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_book_open` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_book_open(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_book` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_book(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_bookmark` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_bookmark(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_brain` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_brain(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_briefcase` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_briefcase(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_bug` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_bug(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_building` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_building(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_bullhorn` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_bullhorn(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_calendar_edit` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_calendar_edit(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_calendar_month` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_calendar_month(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_calendar_week` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_calendar_week(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chart_bars_3_from_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chart_bars_3_from_left(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chart_line_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chart_line_up(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chart_mixed_dollar` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chart_mixed_dollar(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chart_mixed` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chart_mixed(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chart_pie` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chart_pie(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_chart` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_chart(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_check_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_check_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_check` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_check(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_circle_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_circle_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_clock` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_clock(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_close` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_close(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_cloud_arrow_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_cloud_arrow_up(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_code_branch` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_code_branch(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_code_fork` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_code_fork(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_code_merge` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_code_merge(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_code_pull_request` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_code_pull_request(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_code` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_code(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_cog` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_cog(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_column` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_column(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_database` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_database(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_desktop_pc` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_desktop_pc(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_dna` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_dna(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_dots_horizontal` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_dots_horizontal(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_dots_vertical` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_dots_vertical(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_download` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_download(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_draw_square` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_draw_square(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_edit` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_edit(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_envelope_open` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_envelope_open(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_envelope` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_envelope(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_exclamation_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_exclamation_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_eye_slash` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_eye_slash(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_eye` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_eye(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_filter` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_filter(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_fingerprint` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_fingerprint(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_fire` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_fire(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_gift_box` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_gift_box(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_globe` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_globe(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_grid_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_grid_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_grid` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_grid(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_heart` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_heart(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_home` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_home(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_hourglass` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_hourglass(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_image` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_image(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_inbox_full` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_inbox_full(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_inbox` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_inbox(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_info_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_info_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_keyboard` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_keyboard(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_landmark` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_landmark(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_layers` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_layers(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_life_buoy` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_life_buoy(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_lightbulb` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_lightbulb(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_link` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_link(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_lock_open` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_lock_open(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_lock` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_lock(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_mail_box` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_mail_box(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_map_location` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_map_location(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_map_pin` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_map_pin(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_message_caption` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_message_caption(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_message_dots` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_message_dots(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_messages` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_messages(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_minus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_minus(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_mobile_phone` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_mobile_phone(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_newspapper` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_newspapper(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_palette` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_palette(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_paper_clip` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_paper_clip(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_papper_plane` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_papper_plane(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_pen_nib` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_pen_nib(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_pen` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_pen(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_phone` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_phone(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_printer` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_printer(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_question_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_question_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_rocket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_rocket(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_rule_combined` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_rule_combined(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_search` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_search(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_share_nodes` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_share_nodes(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_shield_check` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_shield_check(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_shield` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_shield(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_star_half_stroke` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_star_half_stroke(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_star_half` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_star_half(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_star` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_star(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_swatchbook` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_swatchbook(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_table_column` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_table_column(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_table_row` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_table_row(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_tablet` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_tablet(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_terminal` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_terminal(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_ticket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_ticket(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_trash_bin` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_trash_bin(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_truck` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_truck(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_upload` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_upload(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_volume_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_volume_down(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_volume_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_volume_up(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_wand_magic_sparkles` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_wand_magic_sparkles(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_window_restore` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_window_restore(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_window` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_window(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_x_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_x_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_zoom_in` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_zoom_in(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_zoom_out` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_zoom_out(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_backward_step` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_backward_step(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_camera_foto` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_camera_foto(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_captioning` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_captioning(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_circle_pause` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_circle_pause(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_clapperboard_play` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_clapperboard_play(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_computer_speaker` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_computer_speaker(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_forward_step` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_forward_step(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_headphones` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_headphones(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_list_music` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_list_music(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_microphone` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_microphone(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_play` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_play(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_rectangle_list` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_rectangle_list(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_shuffle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_shuffle(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_video_camera` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_video_camera(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_align_center` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_align_center(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_letter_bold` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_letter_bold(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_letter_italic` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_letter_italic(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_letter_underline` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_letter_underline(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_list` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_list(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_ordored_list` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_ordored_list(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_quote` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_quote(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_adress_book` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_adress_book(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_profile_card` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_profile_card(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_user_add` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_user_add(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_user_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_user_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_user_edit` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_user_edit(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_user_remove` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_user_remove(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_user_settings` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_user_settings(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_user` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_user(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_users_group` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_users_group(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_users` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_users(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_moon` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_moon(assigns) do
~H"""
"""
end
@doc """
Renders the `outline_sun` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def outline_sun(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_angle_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_angle_down(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_angle_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_angle_left(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_angle_right` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_angle_right(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_angle_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_angle_up(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_down_to_braket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_down_to_braket(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_down(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_left(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_right_from_bracket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_right_from_bracket(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_right_to_bracket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_right_to_bracket(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_right` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_right(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_sort_letters` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_sort_letters(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_up_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_up_down(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_up_from_bracket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_up_from_bracket(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_up(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrows_repeat_1` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrows_repeat_1(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrows_repeat` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrows_repeat(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_caret_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_caret_down(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_caret_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_caret_left(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_caret_right` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_caret_right(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_caret_sort` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_caret_sort(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_caret_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_caret_up(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chevron_double_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chevron_double_down(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chevron_double_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chevron_double_left(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chevron_double_right` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chevron_double_right(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chevron_double_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chevron_double_up(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chevron_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chevron_down(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chevron_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chevron_left(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chevron_right` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chevron_right(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chevron_sort` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chevron_sort(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chevron_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chevron_up(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_compress` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_compress(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_cotate` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_cotate(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_expand` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_expand(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_forward` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_forward(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_minimize` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_minimize(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_reply_all` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_reply_all(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_reply` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_reply(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_share_all` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_share_all(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_sort_horizontal` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_sort_horizontal(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_sort_vertical` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_sort_vertical(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_apple` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_apple(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_css` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_css(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_discord` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_discord(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_dribbble` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_dribbble(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_dropbox` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_dropbox(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_facebook` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_facebook(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_flowbite` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_flowbite(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_github` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_github(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_google` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_google(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_html` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_html(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_linkedin` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_linkedin(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_npm` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_npm(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_react` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_react(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_stackoverflow` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_stackoverflow(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_tailwind` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_tailwind(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_twitter` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_twitter(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_vue` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_vue(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_youtube` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_youtube(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_bag` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_bag(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_cart_plus_alt` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_cart_plus_alt(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_cart_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_cart_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_cash` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_cash(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_credit_card` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_credit_card(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_dollar` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_dollar(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_euro` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_euro(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_receipt` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_receipt(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_sale_percent` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_sale_percent(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_scale_balance` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_scale_balance(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_shopping_cart` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_shopping_cart(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_store` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_store(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_tag` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_tag(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_user_headset` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_user_headset(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_wallet` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_wallet(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_face_grin` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_face_grin(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_face_laugh` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_face_laugh(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_face_mind_blow` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_face_mind_blow(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_face_star_struck` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_face_star_struck(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_thumbs_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_thumbs_down(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_thumbs_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_thumbs_up(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_clipboard_check` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_clipboard_check(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_clipboard_list` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_clipboard_list(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_clipboard` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_clipboard(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_copy` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_copy(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_video` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_video(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_chart_bar` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_chart_bar(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_check` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_check(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_clone` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_clone(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_code` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_code(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_copy` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_copy(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_csv` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_csv(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_export` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_export(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_image` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_image(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_import` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_import(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_lines` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_lines(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_music` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_music(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_paste` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_paste(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_pdf` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_pdf(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_pen` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_pen(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_powerpoint` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_powerpoint(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_search` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_search(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_shield` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_shield(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_wordpress` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_wordpress(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file_zipper` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file_zipper(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_file` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_file(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_folder_duplicate` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_folder_duplicate(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_folder_open` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_folder_open(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_folder_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_folder_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_folder` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_folder(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_adjustments_horizontal` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_adjustments_horizontal(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_adjustments_vertical` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_adjustments_vertical(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_annotation` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_annotation(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_archive` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_archive(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_arrow_up_right_square` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_arrow_up_right_square(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_atom` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_atom(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_badge_check` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_badge_check(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_bars` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_bars(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_bell_active_alt` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_bell_active_alt(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_bell_active` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_bell_active(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_bell_ring` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_bell_ring(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_bell` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_bell(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_blender_phone` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_blender_phone(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_book` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_book(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_bookmark` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_bookmark(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_brain` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_brain(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_briefcase` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_briefcase(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_bug` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_bug(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_building` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_building(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_bullhorn` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_bullhorn(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_calendar_edit` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_calendar_edit(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_calendar_month` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_calendar_month(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_calendar_week` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_calendar_week(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chart_bars_3_from_left` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chart_bars_3_from_left(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chart_line_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chart_line_down(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chart_line_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chart_line_up(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chart_mixed_dollar` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chart_mixed_dollar(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chart_mixed` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chart_mixed(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chart_pie` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chart_pie(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_chart` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_chart(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_check_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_check_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_check` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_check(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_circle_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_circle_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_clock` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_clock(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_close_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_close_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_close` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_close(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_cloud_arrow_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_cloud_arrow_up(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_code_branch` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_code_branch(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_code_fork` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_code_fork(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_code_merge` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_code_merge(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_code_pull_request` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_code_pull_request(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_code` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_code(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_column` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_column(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_database` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_database(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_desktop_pc` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_desktop_pc(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_dna` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_dna(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_dots_horizontal` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_dots_horizontal(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_dots_vertical` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_dots_vertical(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_download` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_download(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_draw_square` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_draw_square(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_envelope_open` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_envelope_open(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_envelope` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_envelope(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_exclamation_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_exclamation_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_eye_slash` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_eye_slash(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_eye` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_eye(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_filter` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_filter(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_fingerprint` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_fingerprint(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_fire` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_fire(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_gear` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_gear(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_gift_box` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_gift_box(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_globe` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_globe(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_grid_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_grid_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_grid` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_grid(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_heart` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_heart(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_home` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_home(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_hourglass` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_hourglass(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_image` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_image(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_inbox_full` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_inbox_full(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_inbox` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_inbox(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_info_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_info_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_keyboard` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_keyboard(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_landmark` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_landmark(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_layers` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_layers(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_life_buoy` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_life_buoy(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_lightbulb` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_lightbulb(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_link` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_link(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_lock_open` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_lock_open(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_lock` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_lock(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_mail_box` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_mail_box(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_map_pin_alt` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_map_pin_alt(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_map_pin` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_map_pin(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_message_caption` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_message_caption(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_messages` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_messages(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_minus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_minus(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_mobile_phone` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_mobile_phone(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_newspaper` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_newspaper(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_open_book` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_open_book(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_pallete` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_pallete(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_papper_clip` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_papper_clip(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_papper_plane` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_papper_plane(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_pen_nib` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_pen_nib(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_pen_to_square` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_pen_to_square(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_pen` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_pen(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_phone` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_phone(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_printer` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_printer(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_question_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_question_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_restore_window` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_restore_window(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_rocket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_rocket(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_ruler_combined` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_ruler_combined(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_search` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_search(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_share_nodes` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_share_nodes(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_shield_check` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_shield_check(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_shield` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_shield(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_star_half_stroke` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_star_half_stroke(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_star_half` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_star_half(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_star` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_star(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_swatchbook` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_swatchbook(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_table_column` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_table_column(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_table` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_table(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_tablet` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_tablet(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_terminal` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_terminal(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_ticket` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_ticket(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_trash_bin` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_trash_bin(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_truck` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_truck(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_upload` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_upload(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_volume_down` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_volume_down(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_volume_up` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_volume_up(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_wand_sparkles` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_wand_sparkles(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_window` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_window(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_zoom_in` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_zoom_in(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_zoom_out` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_zoom_out(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_backward_step` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_backward_step(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_camera_foto` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_camera_foto(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_captioning` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_captioning(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_circle_pause` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_circle_pause(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_clapperboard_play` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_clapperboard_play(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_computer_speaker` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_computer_speaker(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_forward_step` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_forward_step(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_headphones` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_headphones(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_list_music` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_list_music(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_microphone` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_microphone(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_pause` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_pause(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_play` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_play(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_rectangle_list` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_rectangle_list(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_shuffle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_shuffle(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_video_camera` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_video_camera(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_bold` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_bold(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_italic` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_italic(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_list_ordored` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_list_ordored(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_list` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_list(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_quote` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_quote(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_text_center` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_text_center(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_underline` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_underline(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_address_card` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_address_card(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_adress_book` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_adress_book(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_user_circle` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_user_circle(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_user_edit` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_user_edit(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_user_group` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_user_group(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_user_plus` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_user_plus(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_user_remove` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_user_remove(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_user_settings` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_user_settings(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_user` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_user(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_users` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_users(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_moon` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_moon(assigns) do
~H"""
"""
end
@doc """
Renders the `solid_sun` icon.
You may also pass arbitrary HTML attributes to be applied to the svg tag.
## Examples
```heex
```
"""
attr :rest, :global,
doc: "the arbitrary HTML attributes for the svg container",
include: ~w(fill stroke stroke-width)
def solid_sun(assigns) do
~H"""
"""
end
end