Feathericons (Feathericons v0.2.0)
Provides functions for every Feathericon.
Credits go to https://github.com/mveytsman/heroicons_elixir, which was simply adapted for serving Feather icons instead of Heroicons.
Examples
iex> Feathericons.loader(class: "w-4 h-4")
{:safe,
[
"<svg",
[
[32, "xmlns", 61, 34, "http://www.w3.org/2000/svg", 34],
[32, "viewBox", 61, 34, "0 0 20 20", 34],
[32, "fill", 61, 34, "currentColor", 34],
[32, "class", 61, 34, "w-4 h-4", 34]
],
">",
"<line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line></svg>"
]}
iex> Feathericons.loader(class: "w-4 h-4", title: "Loading...")
{:safe,
[
"<svg",
[
[32, "xmlns", 61, 34, "http://www.w3.org/2000/svg", 34],
[32, "viewBox", 61, 34, "0 0 20 20", 34],
[32, "fill", 61, 34, "currentColor", 34],
[32, "class", 61, 34, "w-4 h-4", 34]
],
">",
["<title>", "Loading...", "</title>"],
"<line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line></svg>"
]}
Link to this section Summary
Link to this section Functions
Link to this function
activity(opts \\ [])
Specs
Examples
iex> activity()
iex> activity(class: "h-6 w-6 text-gray-500")
Link to this function
airplay(opts \\ [])
Specs
Examples
iex> airplay()
iex> airplay(class: "h-6 w-6 text-gray-500")
Link to this function
alert_circle(opts \\ [])
Specs
Examples
iex> alert_circle()
iex> alert_circle(class: "h-6 w-6 text-gray-500")
Link to this function
alert_octagon(opts \\ [])
Specs
Examples
iex> alert_octagon()
iex> alert_octagon(class: "h-6 w-6 text-gray-500")
Link to this function
alert_triangle(opts \\ [])
Specs
Examples
iex> alert_triangle()
iex> alert_triangle(class: "h-6 w-6 text-gray-500")
Link to this function
align_center(opts \\ [])
Specs
Examples
iex> align_center()
iex> align_center(class: "h-6 w-6 text-gray-500")
Link to this function
align_justify(opts \\ [])
Specs
Examples
iex> align_justify()
iex> align_justify(class: "h-6 w-6 text-gray-500")
Link to this function
align_left(opts \\ [])
Specs
Examples
iex> align_left()
iex> align_left(class: "h-6 w-6 text-gray-500")
Link to this function
align_right(opts \\ [])
Specs
Examples
iex> align_right()
iex> align_right(class: "h-6 w-6 text-gray-500")
Link to this function
anchor(opts \\ [])
Specs
Examples
iex> anchor()
iex> anchor(class: "h-6 w-6 text-gray-500")
Link to this function
aperture(opts \\ [])
Specs
Examples
iex> aperture()
iex> aperture(class: "h-6 w-6 text-gray-500")
Link to this function
archive(opts \\ [])
Specs
Examples
iex> archive()
iex> archive(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_down(opts \\ [])
Specs
Examples
iex> arrow_down()
iex> arrow_down(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_down_circle(opts \\ [])
Specs
Examples
iex> arrow_down_circle()
iex> arrow_down_circle(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_down_left(opts \\ [])
Specs
Examples
iex> arrow_down_left()
iex> arrow_down_left(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_down_right(opts \\ [])
Specs
Examples
iex> arrow_down_right()
iex> arrow_down_right(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_left(opts \\ [])
Specs
Examples
iex> arrow_left()
iex> arrow_left(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_left_circle(opts \\ [])
Specs
Examples
iex> arrow_left_circle()
iex> arrow_left_circle(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_right(opts \\ [])
Specs
Examples
iex> arrow_right()
iex> arrow_right(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_right_circle(opts \\ [])
Specs
Examples
iex> arrow_right_circle()
iex> arrow_right_circle(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_up(opts \\ [])
Specs
Examples
iex> arrow_up()
iex> arrow_up(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_up_circle(opts \\ [])
Specs
Examples
iex> arrow_up_circle()
iex> arrow_up_circle(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_up_left(opts \\ [])
Specs
Examples
iex> arrow_up_left()
iex> arrow_up_left(class: "h-6 w-6 text-gray-500")
Link to this function
arrow_up_right(opts \\ [])
Specs
Examples
iex> arrow_up_right()
iex> arrow_up_right(class: "h-6 w-6 text-gray-500")
Link to this function
at_sign(opts \\ [])
Specs
Examples
iex> at_sign()
iex> at_sign(class: "h-6 w-6 text-gray-500")
Link to this function
award(opts \\ [])
Specs
Examples
iex> award()
iex> award(class: "h-6 w-6 text-gray-500")
Link to this function
bar_chart(opts \\ [])
Specs
Examples
iex> bar_chart()
iex> bar_chart(class: "h-6 w-6 text-gray-500")
Link to this function
bar_chart_2(opts \\ [])
Specs
Examples
iex> bar_chart_2()
iex> bar_chart_2(class: "h-6 w-6 text-gray-500")
Link to this function
battery(opts \\ [])
Specs
Examples
iex> battery()
iex> battery(class: "h-6 w-6 text-gray-500")
Link to this function
battery_charging(opts \\ [])
Specs
Examples
iex> battery_charging()
iex> battery_charging(class: "h-6 w-6 text-gray-500")
Link to this function
bell(opts \\ [])
Specs
Examples
iex> bell()
iex> bell(class: "h-6 w-6 text-gray-500")
Link to this function
bell_off(opts \\ [])
Specs
Examples
iex> bell_off()
iex> bell_off(class: "h-6 w-6 text-gray-500")
Link to this function
bluetooth(opts \\ [])
Specs
Examples
iex> bluetooth()
iex> bluetooth(class: "h-6 w-6 text-gray-500")
Link to this function
bold(opts \\ [])
Specs
Examples
iex> bold()
iex> bold(class: "h-6 w-6 text-gray-500")
Link to this function
book(opts \\ [])
Specs
Examples
iex> book()
iex> book(class: "h-6 w-6 text-gray-500")
Link to this function
book_open(opts \\ [])
Specs
Examples
iex> book_open()
iex> book_open(class: "h-6 w-6 text-gray-500")
Link to this function
bookmark(opts \\ [])
Specs
Examples
iex> bookmark()
iex> bookmark(class: "h-6 w-6 text-gray-500")
Link to this function
box(opts \\ [])
Specs
Examples
iex> box()
iex> box(class: "h-6 w-6 text-gray-500")
Link to this function
briefcase(opts \\ [])
Specs
Examples
iex> briefcase()
iex> briefcase(class: "h-6 w-6 text-gray-500")
Link to this function
calendar(opts \\ [])
Specs
Examples
iex> calendar()
iex> calendar(class: "h-6 w-6 text-gray-500")
Link to this function
camera(opts \\ [])
Specs
Examples
iex> camera()
iex> camera(class: "h-6 w-6 text-gray-500")
Link to this function
camera_off(opts \\ [])
Specs
Examples
iex> camera_off()
iex> camera_off(class: "h-6 w-6 text-gray-500")
Link to this function
cast(opts \\ [])
Specs
Examples
iex> cast()
iex> cast(class: "h-6 w-6 text-gray-500")
Link to this function
check(opts \\ [])
Specs
Examples
iex> check()
iex> check(class: "h-6 w-6 text-gray-500")
Link to this function
check_circle(opts \\ [])
Specs
Examples
iex> check_circle()
iex> check_circle(class: "h-6 w-6 text-gray-500")
Link to this function
check_square(opts \\ [])
Specs
Examples
iex> check_square()
iex> check_square(class: "h-6 w-6 text-gray-500")
Link to this function
chevron_down(opts \\ [])
Specs
Examples
iex> chevron_down()
iex> chevron_down(class: "h-6 w-6 text-gray-500")
Link to this function
chevron_left(opts \\ [])
Specs
Examples
iex> chevron_left()
iex> chevron_left(class: "h-6 w-6 text-gray-500")
Link to this function
chevron_right(opts \\ [])
Specs
Examples
iex> chevron_right()
iex> chevron_right(class: "h-6 w-6 text-gray-500")
Link to this function
chevron_up(opts \\ [])
Specs
Examples
iex> chevron_up()
iex> chevron_up(class: "h-6 w-6 text-gray-500")
Link to this function
chevrons_down(opts \\ [])
Specs
Examples
iex> chevrons_down()
iex> chevrons_down(class: "h-6 w-6 text-gray-500")
Link to this function
chevrons_left(opts \\ [])
Specs
Examples
iex> chevrons_left()
iex> chevrons_left(class: "h-6 w-6 text-gray-500")
Link to this function
chevrons_right(opts \\ [])
Specs
Examples
iex> chevrons_right()
iex> chevrons_right(class: "h-6 w-6 text-gray-500")
Link to this function
chevrons_up(opts \\ [])
Specs
Examples
iex> chevrons_up()
iex> chevrons_up(class: "h-6 w-6 text-gray-500")
Link to this function
chrome(opts \\ [])
Specs
Examples
iex> chrome()
iex> chrome(class: "h-6 w-6 text-gray-500")
Link to this function
circle(opts \\ [])
Specs
Examples
iex> circle()
iex> circle(class: "h-6 w-6 text-gray-500")
Link to this function
clipboard(opts \\ [])
Specs
Examples
iex> clipboard()
iex> clipboard(class: "h-6 w-6 text-gray-500")
Link to this function
clock(opts \\ [])
Specs
Examples
iex> clock()
iex> clock(class: "h-6 w-6 text-gray-500")
Link to this function
cloud(opts \\ [])
Specs
Examples
iex> cloud()
iex> cloud(class: "h-6 w-6 text-gray-500")
Link to this function
cloud_drizzle(opts \\ [])
Specs
Examples
iex> cloud_drizzle()
iex> cloud_drizzle(class: "h-6 w-6 text-gray-500")
Link to this function
cloud_lightning(opts \\ [])
Specs
Examples
iex> cloud_lightning()
iex> cloud_lightning(class: "h-6 w-6 text-gray-500")
Link to this function
cloud_off(opts \\ [])
Specs
Examples
iex> cloud_off()
iex> cloud_off(class: "h-6 w-6 text-gray-500")
Link to this function
cloud_rain(opts \\ [])
Specs
Examples
iex> cloud_rain()
iex> cloud_rain(class: "h-6 w-6 text-gray-500")
Link to this function
cloud_snow(opts \\ [])
Specs
Examples
iex> cloud_snow()
iex> cloud_snow(class: "h-6 w-6 text-gray-500")
Link to this function
code(opts \\ [])
Specs
Examples
iex> code()
iex> code(class: "h-6 w-6 text-gray-500")
Link to this function
codepen(opts \\ [])
Specs
Examples
iex> codepen()
iex> codepen(class: "h-6 w-6 text-gray-500")
Link to this function
codesandbox(opts \\ [])
Specs
Examples
iex> codesandbox()
iex> codesandbox(class: "h-6 w-6 text-gray-500")
Link to this function
coffee(opts \\ [])
Specs
Examples
iex> coffee()
iex> coffee(class: "h-6 w-6 text-gray-500")
Link to this function
columns(opts \\ [])
Specs
Examples
iex> columns()
iex> columns(class: "h-6 w-6 text-gray-500")
Link to this function
command(opts \\ [])
Specs
Examples
iex> command()
iex> command(class: "h-6 w-6 text-gray-500")
Link to this function
compass(opts \\ [])
Specs
Examples
iex> compass()
iex> compass(class: "h-6 w-6 text-gray-500")
Link to this function
copy(opts \\ [])
Specs
Examples
iex> copy()
iex> copy(class: "h-6 w-6 text-gray-500")
Link to this function
corner_down_left(opts \\ [])
Specs
Examples
iex> corner_down_left()
iex> corner_down_left(class: "h-6 w-6 text-gray-500")
Link to this function
corner_down_right(opts \\ [])
Specs
Examples
iex> corner_down_right()
iex> corner_down_right(class: "h-6 w-6 text-gray-500")
Link to this function
corner_left_down(opts \\ [])
Specs
Examples
iex> corner_left_down()
iex> corner_left_down(class: "h-6 w-6 text-gray-500")
Link to this function
corner_left_up(opts \\ [])
Specs
Examples
iex> corner_left_up()
iex> corner_left_up(class: "h-6 w-6 text-gray-500")
Link to this function
corner_right_down(opts \\ [])
Specs
Examples
iex> corner_right_down()
iex> corner_right_down(class: "h-6 w-6 text-gray-500")
Link to this function
corner_right_up(opts \\ [])
Specs
Examples
iex> corner_right_up()
iex> corner_right_up(class: "h-6 w-6 text-gray-500")
Link to this function
corner_up_left(opts \\ [])
Specs
Examples
iex> corner_up_left()
iex> corner_up_left(class: "h-6 w-6 text-gray-500")
Link to this function
corner_up_right(opts \\ [])
Specs
Examples
iex> corner_up_right()
iex> corner_up_right(class: "h-6 w-6 text-gray-500")
Link to this function
cpu(opts \\ [])
Specs
Examples
iex> cpu()
iex> cpu(class: "h-6 w-6 text-gray-500")
Link to this function
credit_card(opts \\ [])
Specs
Examples
iex> credit_card()
iex> credit_card(class: "h-6 w-6 text-gray-500")
Link to this function
crop(opts \\ [])
Specs
Examples
iex> crop()
iex> crop(class: "h-6 w-6 text-gray-500")
Link to this function
crosshair(opts \\ [])
Specs
Examples
iex> crosshair()
iex> crosshair(class: "h-6 w-6 text-gray-500")
Link to this function
database(opts \\ [])
Specs
Examples
iex> database()
iex> database(class: "h-6 w-6 text-gray-500")
Link to this function
delete(opts \\ [])
Specs
Examples
iex> delete()
iex> delete(class: "h-6 w-6 text-gray-500")
Link to this function
disc(opts \\ [])
Specs
Examples
iex> disc()
iex> disc(class: "h-6 w-6 text-gray-500")
Link to this function
divide(opts \\ [])
Specs
Examples
iex> divide()
iex> divide(class: "h-6 w-6 text-gray-500")
Link to this function
divide_circle(opts \\ [])
Specs
Examples
iex> divide_circle()
iex> divide_circle(class: "h-6 w-6 text-gray-500")
Link to this function
divide_square(opts \\ [])
Specs
Examples
iex> divide_square()
iex> divide_square(class: "h-6 w-6 text-gray-500")
Link to this function
dollar_sign(opts \\ [])
Specs
Examples
iex> dollar_sign()
iex> dollar_sign(class: "h-6 w-6 text-gray-500")
Link to this function
download(opts \\ [])
Specs
Examples
iex> download()
iex> download(class: "h-6 w-6 text-gray-500")
Link to this function
download_cloud(opts \\ [])
Specs
Examples
iex> download_cloud()
iex> download_cloud(class: "h-6 w-6 text-gray-500")
Link to this function
dribbble(opts \\ [])
Specs
Examples
iex> dribbble()
iex> dribbble(class: "h-6 w-6 text-gray-500")
Link to this function
droplet(opts \\ [])
Specs
Examples
iex> droplet()
iex> droplet(class: "h-6 w-6 text-gray-500")
Link to this function
edit(opts \\ [])
Specs
Examples
iex> edit()
iex> edit(class: "h-6 w-6 text-gray-500")
Link to this function
edit_2(opts \\ [])
Specs
Examples
iex> edit_2()
iex> edit_2(class: "h-6 w-6 text-gray-500")
Link to this function
edit_3(opts \\ [])
Specs
Examples
iex> edit_3()
iex> edit_3(class: "h-6 w-6 text-gray-500")
Link to this function
external_link(opts \\ [])
Specs
Examples
iex> external_link()
iex> external_link(class: "h-6 w-6 text-gray-500")
Link to this function
eye(opts \\ [])
Specs
Examples
iex> eye()
iex> eye(class: "h-6 w-6 text-gray-500")
Link to this function
eye_off(opts \\ [])
Specs
Examples
iex> eye_off()
iex> eye_off(class: "h-6 w-6 text-gray-500")
Link to this function
facebook(opts \\ [])
Specs
Examples
iex> facebook()
iex> facebook(class: "h-6 w-6 text-gray-500")
Link to this function
fast_forward(opts \\ [])
Specs
Examples
iex> fast_forward()
iex> fast_forward(class: "h-6 w-6 text-gray-500")
Link to this function
feather(opts \\ [])
Specs
Examples
iex> feather()
iex> feather(class: "h-6 w-6 text-gray-500")
Link to this function
figma(opts \\ [])
Specs
Examples
iex> figma()
iex> figma(class: "h-6 w-6 text-gray-500")
Link to this function
file(opts \\ [])
Specs
Examples
iex> file()
iex> file(class: "h-6 w-6 text-gray-500")
Link to this function
file_minus(opts \\ [])
Specs
Examples
iex> file_minus()
iex> file_minus(class: "h-6 w-6 text-gray-500")
Link to this function
file_plus(opts \\ [])
Specs
Examples
iex> file_plus()
iex> file_plus(class: "h-6 w-6 text-gray-500")
Link to this function
file_text(opts \\ [])
Specs
Examples
iex> file_text()
iex> file_text(class: "h-6 w-6 text-gray-500")
Link to this function
film(opts \\ [])
Specs
Examples
iex> film()
iex> film(class: "h-6 w-6 text-gray-500")
Link to this function
filter(opts \\ [])
Specs
Examples
iex> filter()
iex> filter(class: "h-6 w-6 text-gray-500")
Link to this function
flag(opts \\ [])
Specs
Examples
iex> flag()
iex> flag(class: "h-6 w-6 text-gray-500")
Link to this function
folder(opts \\ [])
Specs
Examples
iex> folder()
iex> folder(class: "h-6 w-6 text-gray-500")
Link to this function
folder_minus(opts \\ [])
Specs
Examples
iex> folder_minus()
iex> folder_minus(class: "h-6 w-6 text-gray-500")
Link to this function
folder_plus(opts \\ [])
Specs
Examples
iex> folder_plus()
iex> folder_plus(class: "h-6 w-6 text-gray-500")
Link to this function
framer(opts \\ [])
Specs
Examples
iex> framer()
iex> framer(class: "h-6 w-6 text-gray-500")
Link to this function
frown(opts \\ [])
Specs
Examples
iex> frown()
iex> frown(class: "h-6 w-6 text-gray-500")
Link to this function
gift(opts \\ [])
Specs
Examples
iex> gift()
iex> gift(class: "h-6 w-6 text-gray-500")
Link to this function
git_branch(opts \\ [])
Specs
Examples
iex> git_branch()
iex> git_branch(class: "h-6 w-6 text-gray-500")
Link to this function
git_commit(opts \\ [])
Specs
Examples
iex> git_commit()
iex> git_commit(class: "h-6 w-6 text-gray-500")
Link to this function
git_merge(opts \\ [])
Specs
Examples
iex> git_merge()
iex> git_merge(class: "h-6 w-6 text-gray-500")
Link to this function
git_pull_request(opts \\ [])
Specs
Examples
iex> git_pull_request()
iex> git_pull_request(class: "h-6 w-6 text-gray-500")
Link to this function
github(opts \\ [])
Specs
Examples
iex> github()
iex> github(class: "h-6 w-6 text-gray-500")
Link to this function
gitlab(opts \\ [])
Specs
Examples
iex> gitlab()
iex> gitlab(class: "h-6 w-6 text-gray-500")
Link to this function
globe(opts \\ [])
Specs
Examples
iex> globe()
iex> globe(class: "h-6 w-6 text-gray-500")
Link to this function
grid(opts \\ [])
Specs
Examples
iex> grid()
iex> grid(class: "h-6 w-6 text-gray-500")
Link to this function
hard_drive(opts \\ [])
Specs
Examples
iex> hard_drive()
iex> hard_drive(class: "h-6 w-6 text-gray-500")
Link to this function
hash(opts \\ [])
Specs
Examples
iex> hash()
iex> hash(class: "h-6 w-6 text-gray-500")
Link to this function
headphones(opts \\ [])
Specs
Examples
iex> headphones()
iex> headphones(class: "h-6 w-6 text-gray-500")
Link to this function
heart(opts \\ [])
Specs
Examples
iex> heart()
iex> heart(class: "h-6 w-6 text-gray-500")
Link to this function
help_circle(opts \\ [])
Specs
Examples
iex> help_circle()
iex> help_circle(class: "h-6 w-6 text-gray-500")
Link to this function
hexagon(opts \\ [])
Specs
Examples
iex> hexagon()
iex> hexagon(class: "h-6 w-6 text-gray-500")
Link to this function
home(opts \\ [])
Specs
Examples
iex> home()
iex> home(class: "h-6 w-6 text-gray-500")
Link to this function
image(opts \\ [])
Specs
Examples
iex> image()
iex> image(class: "h-6 w-6 text-gray-500")
Link to this function
inbox(opts \\ [])
Specs
Examples
iex> inbox()
iex> inbox(class: "h-6 w-6 text-gray-500")
Link to this function
info(opts \\ [])
Specs
Examples
iex> info()
iex> info(class: "h-6 w-6 text-gray-500")
Link to this function
instagram(opts \\ [])
Specs
Examples
iex> instagram()
iex> instagram(class: "h-6 w-6 text-gray-500")
Link to this function
italic(opts \\ [])
Specs
Examples
iex> italic()
iex> italic(class: "h-6 w-6 text-gray-500")
Link to this function
key(opts \\ [])
Specs
Examples
iex> key()
iex> key(class: "h-6 w-6 text-gray-500")
Link to this function
layers(opts \\ [])
Specs
Examples
iex> layers()
iex> layers(class: "h-6 w-6 text-gray-500")
Link to this function
layout(opts \\ [])
Specs
Examples
iex> layout()
iex> layout(class: "h-6 w-6 text-gray-500")
Link to this function
life_buoy(opts \\ [])
Specs
Examples
iex> life_buoy()
iex> life_buoy(class: "h-6 w-6 text-gray-500")
Link to this function
link(opts \\ [])
Specs
Examples
iex> link()
iex> link(class: "h-6 w-6 text-gray-500")
Link to this function
link_2(opts \\ [])
Specs
Examples
iex> link_2()
iex> link_2(class: "h-6 w-6 text-gray-500")
Link to this function
linkedin(opts \\ [])
Specs
Examples
iex> linkedin()
iex> linkedin(class: "h-6 w-6 text-gray-500")
Link to this function
list(opts \\ [])
Specs
Examples
iex> list()
iex> list(class: "h-6 w-6 text-gray-500")
Link to this function
loader(opts \\ [])
Specs
Examples
iex> loader()
iex> loader(class: "h-6 w-6 text-gray-500")
Link to this function
lock(opts \\ [])
Specs
Examples
iex> lock()
iex> lock(class: "h-6 w-6 text-gray-500")
Link to this function
log_in(opts \\ [])
Specs
Examples
iex> log_in()
iex> log_in(class: "h-6 w-6 text-gray-500")
Link to this function
log_out(opts \\ [])
Specs
Examples
iex> log_out()
iex> log_out(class: "h-6 w-6 text-gray-500")
Link to this function
mail(opts \\ [])
Specs
Examples
iex> mail()
iex> mail(class: "h-6 w-6 text-gray-500")
Link to this function
map(opts \\ [])
Specs
Examples
iex> map()
iex> map(class: "h-6 w-6 text-gray-500")
Link to this function
map_pin(opts \\ [])
Specs
Examples
iex> map_pin()
iex> map_pin(class: "h-6 w-6 text-gray-500")
Link to this function
maximize(opts \\ [])
Specs
Examples
iex> maximize()
iex> maximize(class: "h-6 w-6 text-gray-500")
Link to this function
maximize_2(opts \\ [])
Specs
Examples
iex> maximize_2()
iex> maximize_2(class: "h-6 w-6 text-gray-500")
Link to this function
meh(opts \\ [])
Specs
Examples
iex> meh()
iex> meh(class: "h-6 w-6 text-gray-500")
Link to this function
message_circle(opts \\ [])
Specs
Examples
iex> message_circle()
iex> message_circle(class: "h-6 w-6 text-gray-500")
Link to this function
message_square(opts \\ [])
Specs
Examples
iex> message_square()
iex> message_square(class: "h-6 w-6 text-gray-500")
Link to this function
mic(opts \\ [])
Specs
Examples
iex> mic()
iex> mic(class: "h-6 w-6 text-gray-500")
Link to this function
mic_off(opts \\ [])
Specs
Examples
iex> mic_off()
iex> mic_off(class: "h-6 w-6 text-gray-500")
Link to this function
minimize(opts \\ [])
Specs
Examples
iex> minimize()
iex> minimize(class: "h-6 w-6 text-gray-500")
Link to this function
minimize_2(opts \\ [])
Specs
Examples
iex> minimize_2()
iex> minimize_2(class: "h-6 w-6 text-gray-500")
Link to this function
minus(opts \\ [])
Specs
Examples
iex> minus()
iex> minus(class: "h-6 w-6 text-gray-500")
Link to this function
minus_circle(opts \\ [])
Specs
Examples
iex> minus_circle()
iex> minus_circle(class: "h-6 w-6 text-gray-500")
Link to this function
minus_square(opts \\ [])
Specs
Examples
iex> minus_square()
iex> minus_square(class: "h-6 w-6 text-gray-500")
Link to this function
monitor(opts \\ [])
Specs
Examples
iex> monitor()
iex> monitor(class: "h-6 w-6 text-gray-500")
Link to this function
moon(opts \\ [])
Specs
Examples
iex> moon()
iex> moon(class: "h-6 w-6 text-gray-500")
Link to this function
more_horizontal(opts \\ [])
Specs
Examples
iex> more_horizontal()
iex> more_horizontal(class: "h-6 w-6 text-gray-500")
Link to this function
more_vertical(opts \\ [])
Specs
Examples
iex> more_vertical()
iex> more_vertical(class: "h-6 w-6 text-gray-500")
Link to this function
mouse_pointer(opts \\ [])
Specs
Examples
iex> mouse_pointer()
iex> mouse_pointer(class: "h-6 w-6 text-gray-500")
Link to this function
move(opts \\ [])
Specs
Examples
iex> move()
iex> move(class: "h-6 w-6 text-gray-500")
Link to this function
music(opts \\ [])
Specs
Examples
iex> music()
iex> music(class: "h-6 w-6 text-gray-500")
Link to this function
octagon(opts \\ [])
Specs
Examples
iex> octagon()
iex> octagon(class: "h-6 w-6 text-gray-500")
Link to this function
package(opts \\ [])
Specs
Examples
iex> package()
iex> package(class: "h-6 w-6 text-gray-500")
Link to this function
paperclip(opts \\ [])
Specs
Examples
iex> paperclip()
iex> paperclip(class: "h-6 w-6 text-gray-500")
Link to this function
pause(opts \\ [])
Specs
Examples
iex> pause()
iex> pause(class: "h-6 w-6 text-gray-500")
Link to this function
pause_circle(opts \\ [])
Specs
Examples
iex> pause_circle()
iex> pause_circle(class: "h-6 w-6 text-gray-500")
Link to this function
pen_tool(opts \\ [])
Specs
Examples
iex> pen_tool()
iex> pen_tool(class: "h-6 w-6 text-gray-500")
Link to this function
percent(opts \\ [])
Specs
Examples
iex> percent()
iex> percent(class: "h-6 w-6 text-gray-500")
Link to this function
phone(opts \\ [])
Specs
Examples
iex> phone()
iex> phone(class: "h-6 w-6 text-gray-500")
Link to this function
phone_call(opts \\ [])
Specs
Examples
iex> phone_call()
iex> phone_call(class: "h-6 w-6 text-gray-500")
Link to this function
phone_forwarded(opts \\ [])
Specs
Examples
iex> phone_forwarded()
iex> phone_forwarded(class: "h-6 w-6 text-gray-500")
Link to this function
phone_incoming(opts \\ [])
Specs
Examples
iex> phone_incoming()
iex> phone_incoming(class: "h-6 w-6 text-gray-500")
Link to this function
phone_missed(opts \\ [])
Specs
Examples
iex> phone_missed()
iex> phone_missed(class: "h-6 w-6 text-gray-500")
Link to this function
phone_off(opts \\ [])
Specs
Examples
iex> phone_off()
iex> phone_off(class: "h-6 w-6 text-gray-500")
Link to this function
phone_outgoing(opts \\ [])
Specs
Examples
iex> phone_outgoing()
iex> phone_outgoing(class: "h-6 w-6 text-gray-500")
Link to this function
pie_chart(opts \\ [])
Specs
Examples
iex> pie_chart()
iex> pie_chart(class: "h-6 w-6 text-gray-500")
Link to this function
play(opts \\ [])
Specs
Examples
iex> play()
iex> play(class: "h-6 w-6 text-gray-500")
Link to this function
play_circle(opts \\ [])
Specs
Examples
iex> play_circle()
iex> play_circle(class: "h-6 w-6 text-gray-500")
Link to this function
plus(opts \\ [])
Specs
Examples
iex> plus()
iex> plus(class: "h-6 w-6 text-gray-500")
Link to this function
plus_circle(opts \\ [])
Specs
Examples
iex> plus_circle()
iex> plus_circle(class: "h-6 w-6 text-gray-500")
Link to this function
plus_square(opts \\ [])
Specs
Examples
iex> plus_square()
iex> plus_square(class: "h-6 w-6 text-gray-500")
Link to this function
pocket(opts \\ [])
Specs
Examples
iex> pocket()
iex> pocket(class: "h-6 w-6 text-gray-500")
Link to this function
power(opts \\ [])
Specs
Examples
iex> power()
iex> power(class: "h-6 w-6 text-gray-500")
Link to this function
printer(opts \\ [])
Specs
Examples
iex> printer()
iex> printer(class: "h-6 w-6 text-gray-500")
Link to this function
radio(opts \\ [])
Specs
Examples
iex> radio()
iex> radio(class: "h-6 w-6 text-gray-500")
Link to this function
refresh_ccw(opts \\ [])
Specs
Examples
iex> refresh_ccw()
iex> refresh_ccw(class: "h-6 w-6 text-gray-500")
Link to this function
refresh_cw(opts \\ [])
Specs
Examples
iex> refresh_cw()
iex> refresh_cw(class: "h-6 w-6 text-gray-500")
Link to this function
repeat(opts \\ [])
Specs
Examples
iex> repeat()
iex> repeat(class: "h-6 w-6 text-gray-500")
Link to this function
rewind(opts \\ [])
Specs
Examples
iex> rewind()
iex> rewind(class: "h-6 w-6 text-gray-500")
Link to this function
rotate_ccw(opts \\ [])
Specs
Examples
iex> rotate_ccw()
iex> rotate_ccw(class: "h-6 w-6 text-gray-500")
Link to this function
rotate_cw(opts \\ [])
Specs
Examples
iex> rotate_cw()
iex> rotate_cw(class: "h-6 w-6 text-gray-500")
Link to this function
rss(opts \\ [])
Specs
Examples
iex> rss()
iex> rss(class: "h-6 w-6 text-gray-500")
Link to this function
save(opts \\ [])
Specs
Examples
iex> save()
iex> save(class: "h-6 w-6 text-gray-500")
Link to this function
scissors(opts \\ [])
Specs
Examples
iex> scissors()
iex> scissors(class: "h-6 w-6 text-gray-500")
Link to this function
search(opts \\ [])
Specs
Examples
iex> search()
iex> search(class: "h-6 w-6 text-gray-500")
Link to this function
send(opts \\ [])
Specs
Examples
iex> send()
iex> send(class: "h-6 w-6 text-gray-500")
Link to this function
server(opts \\ [])
Specs
Examples
iex> server()
iex> server(class: "h-6 w-6 text-gray-500")
Link to this function
settings(opts \\ [])
Specs
Examples
iex> settings()
iex> settings(class: "h-6 w-6 text-gray-500")
Link to this function
shield(opts \\ [])
Specs
Examples
iex> shield()
iex> shield(class: "h-6 w-6 text-gray-500")
Link to this function
shield_off(opts \\ [])
Specs
Examples
iex> shield_off()
iex> shield_off(class: "h-6 w-6 text-gray-500")
Link to this function
shopping_bag(opts \\ [])
Specs
Examples
iex> shopping_bag()
iex> shopping_bag(class: "h-6 w-6 text-gray-500")
Link to this function
shopping_cart(opts \\ [])
Specs
Examples
iex> shopping_cart()
iex> shopping_cart(class: "h-6 w-6 text-gray-500")
Link to this function
shuffle(opts \\ [])
Specs
Examples
iex> shuffle()
iex> shuffle(class: "h-6 w-6 text-gray-500")
Link to this function
sidebar(opts \\ [])
Specs
Examples
iex> sidebar()
iex> sidebar(class: "h-6 w-6 text-gray-500")
Link to this function
skip_back(opts \\ [])
Specs
Examples
iex> skip_back()
iex> skip_back(class: "h-6 w-6 text-gray-500")
Link to this function
skip_forward(opts \\ [])
Specs
Examples
iex> skip_forward()
iex> skip_forward(class: "h-6 w-6 text-gray-500")
Link to this function
slack(opts \\ [])
Specs
Examples
iex> slack()
iex> slack(class: "h-6 w-6 text-gray-500")
Link to this function
slash(opts \\ [])
Specs
Examples
iex> slash()
iex> slash(class: "h-6 w-6 text-gray-500")
Link to this function
sliders(opts \\ [])
Specs
Examples
iex> sliders()
iex> sliders(class: "h-6 w-6 text-gray-500")
Link to this function
smartphone(opts \\ [])
Specs
Examples
iex> smartphone()
iex> smartphone(class: "h-6 w-6 text-gray-500")
Link to this function
smile(opts \\ [])
Specs
Examples
iex> smile()
iex> smile(class: "h-6 w-6 text-gray-500")
Link to this function
speaker(opts \\ [])
Specs
Examples
iex> speaker()
iex> speaker(class: "h-6 w-6 text-gray-500")
Link to this function
square(opts \\ [])
Specs
Examples
iex> square()
iex> square(class: "h-6 w-6 text-gray-500")
Link to this function
star(opts \\ [])
Specs
Examples
iex> star()
iex> star(class: "h-6 w-6 text-gray-500")
Link to this function
stop_circle(opts \\ [])
Specs
Examples
iex> stop_circle()
iex> stop_circle(class: "h-6 w-6 text-gray-500")
Link to this function
sun(opts \\ [])
Specs
Examples
iex> sun()
iex> sun(class: "h-6 w-6 text-gray-500")
Link to this function
sunrise(opts \\ [])
Specs
Examples
iex> sunrise()
iex> sunrise(class: "h-6 w-6 text-gray-500")
Link to this function
sunset(opts \\ [])
Specs
Examples
iex> sunset()
iex> sunset(class: "h-6 w-6 text-gray-500")
Link to this function
tablet(opts \\ [])
Specs
Examples
iex> tablet()
iex> tablet(class: "h-6 w-6 text-gray-500")
Link to this function
tag(opts \\ [])
Specs
Examples
iex> tag()
iex> tag(class: "h-6 w-6 text-gray-500")
Link to this function
target(opts \\ [])
Specs
Examples
iex> target()
iex> target(class: "h-6 w-6 text-gray-500")
Link to this function
terminal(opts \\ [])
Specs
Examples
iex> terminal()
iex> terminal(class: "h-6 w-6 text-gray-500")
Link to this function
thermometer(opts \\ [])
Specs
Examples
iex> thermometer()
iex> thermometer(class: "h-6 w-6 text-gray-500")
Link to this function
thumbs_down(opts \\ [])
Specs
Examples
iex> thumbs_down()
iex> thumbs_down(class: "h-6 w-6 text-gray-500")
Link to this function
thumbs_up(opts \\ [])
Specs
Examples
iex> thumbs_up()
iex> thumbs_up(class: "h-6 w-6 text-gray-500")
Link to this function
toggle_left(opts \\ [])
Specs
Examples
iex> toggle_left()
iex> toggle_left(class: "h-6 w-6 text-gray-500")
Link to this function
toggle_right(opts \\ [])
Specs
Examples
iex> toggle_right()
iex> toggle_right(class: "h-6 w-6 text-gray-500")
Link to this function
tool(opts \\ [])
Specs
Examples
iex> tool()
iex> tool(class: "h-6 w-6 text-gray-500")
Link to this function
trash(opts \\ [])
Specs
Examples
iex> trash()
iex> trash(class: "h-6 w-6 text-gray-500")
Link to this function
trash_2(opts \\ [])
Specs
Examples
iex> trash_2()
iex> trash_2(class: "h-6 w-6 text-gray-500")
Link to this function
trello(opts \\ [])
Specs
Examples
iex> trello()
iex> trello(class: "h-6 w-6 text-gray-500")
Link to this function
trending_down(opts \\ [])
Specs
Examples
iex> trending_down()
iex> trending_down(class: "h-6 w-6 text-gray-500")
Link to this function
trending_up(opts \\ [])
Specs
Examples
iex> trending_up()
iex> trending_up(class: "h-6 w-6 text-gray-500")
Link to this function
triangle(opts \\ [])
Specs
Examples
iex> triangle()
iex> triangle(class: "h-6 w-6 text-gray-500")
Link to this function
truck(opts \\ [])
Specs
Examples
iex> truck()
iex> truck(class: "h-6 w-6 text-gray-500")
Link to this function
tv(opts \\ [])
Specs
Examples
iex> tv()
iex> tv(class: "h-6 w-6 text-gray-500")
Link to this function
twitch(opts \\ [])
Specs
Examples
iex> twitch()
iex> twitch(class: "h-6 w-6 text-gray-500")
Link to this function
twitter(opts \\ [])
Specs
Examples
iex> twitter()
iex> twitter(class: "h-6 w-6 text-gray-500")
Link to this function
type(opts \\ [])
Specs
Examples
iex> type()
iex> type(class: "h-6 w-6 text-gray-500")
Link to this function
umbrella(opts \\ [])
Specs
Examples
iex> umbrella()
iex> umbrella(class: "h-6 w-6 text-gray-500")
Link to this function
underline(opts \\ [])
Specs
Examples
iex> underline()
iex> underline(class: "h-6 w-6 text-gray-500")
Link to this function
unlock(opts \\ [])
Specs
Examples
iex> unlock()
iex> unlock(class: "h-6 w-6 text-gray-500")
Link to this function
upload(opts \\ [])
Specs
Examples
iex> upload()
iex> upload(class: "h-6 w-6 text-gray-500")
Link to this function
upload_cloud(opts \\ [])
Specs
Examples
iex> upload_cloud()
iex> upload_cloud(class: "h-6 w-6 text-gray-500")
Link to this function
user(opts \\ [])
Specs
Examples
iex> user()
iex> user(class: "h-6 w-6 text-gray-500")
Link to this function
user_check(opts \\ [])
Specs
Examples
iex> user_check()
iex> user_check(class: "h-6 w-6 text-gray-500")
Link to this function
user_minus(opts \\ [])
Specs
Examples
iex> user_minus()
iex> user_minus(class: "h-6 w-6 text-gray-500")
Link to this function
user_plus(opts \\ [])
Specs
Examples
iex> user_plus()
iex> user_plus(class: "h-6 w-6 text-gray-500")
Link to this function
user_x(opts \\ [])
Specs
Examples
iex> user_x()
iex> user_x(class: "h-6 w-6 text-gray-500")
Link to this function
users(opts \\ [])
Specs
Examples
iex> users()
iex> users(class: "h-6 w-6 text-gray-500")
Link to this function
video(opts \\ [])
Specs
Examples
iex> video()
iex> video(class: "h-6 w-6 text-gray-500")
Link to this function
video_off(opts \\ [])
Specs
Examples
iex> video_off()
iex> video_off(class: "h-6 w-6 text-gray-500")
Link to this function
voicemail(opts \\ [])
Specs
Examples
iex> voicemail()
iex> voicemail(class: "h-6 w-6 text-gray-500")
Link to this function
volume(opts \\ [])
Specs
Examples
iex> volume()
iex> volume(class: "h-6 w-6 text-gray-500")
Link to this function
volume_1(opts \\ [])
Specs
Examples
iex> volume_1()
iex> volume_1(class: "h-6 w-6 text-gray-500")
Link to this function
volume_2(opts \\ [])
Specs
Examples
iex> volume_2()
iex> volume_2(class: "h-6 w-6 text-gray-500")
Link to this function
volume_x(opts \\ [])
Specs
Examples
iex> volume_x()
iex> volume_x(class: "h-6 w-6 text-gray-500")
Link to this function
watch(opts \\ [])
Specs
Examples
iex> watch()
iex> watch(class: "h-6 w-6 text-gray-500")
Link to this function
wifi(opts \\ [])
Specs
Examples
iex> wifi()
iex> wifi(class: "h-6 w-6 text-gray-500")
Link to this function
wifi_off(opts \\ [])
Specs
Examples
iex> wifi_off()
iex> wifi_off(class: "h-6 w-6 text-gray-500")
Link to this function
wind(opts \\ [])
Specs
Examples
iex> wind()
iex> wind(class: "h-6 w-6 text-gray-500")
Link to this function
x(opts \\ [])
Specs
Examples
iex> x()
iex> x(class: "h-6 w-6 text-gray-500")
Link to this function
x_circle(opts \\ [])
Specs
Examples
iex> x_circle()
iex> x_circle(class: "h-6 w-6 text-gray-500")
Link to this function
x_octagon(opts \\ [])
Specs
Examples
iex> x_octagon()
iex> x_octagon(class: "h-6 w-6 text-gray-500")
Link to this function
x_square(opts \\ [])
Specs
Examples
iex> x_square()
iex> x_square(class: "h-6 w-6 text-gray-500")
Link to this function
youtube(opts \\ [])
Specs
Examples
iex> youtube()
iex> youtube(class: "h-6 w-6 text-gray-500")
Link to this function
zap(opts \\ [])
Specs
Examples
iex> zap()
iex> zap(class: "h-6 w-6 text-gray-500")
Link to this function
zap_off(opts \\ [])
Specs
Examples
iex> zap_off()
iex> zap_off(class: "h-6 w-6 text-gray-500")
Link to this function
zoom_in(opts \\ [])
Specs
Examples
iex> zoom_in()
iex> zoom_in(class: "h-6 w-6 text-gray-500")
Link to this function
zoom_out(opts \\ [])
Specs
Examples
iex> zoom_out()
iex> zoom_out(class: "h-6 w-6 text-gray-500")