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

Functions

Link to this section Functions

Link to this function

activity(opts \\ [])

Specs

activity(keyword()) :: {:safe, list()}

Examples

iex> activity()
iex> activity(class: "h-6 w-6 text-gray-500")
Link to this function

airplay(opts \\ [])

Specs

airplay(keyword()) :: {:safe, list()}

Examples

iex> airplay()
iex> airplay(class: "h-6 w-6 text-gray-500")
Link to this function

alert_circle(opts \\ [])

Specs

alert_circle(keyword()) :: {:safe, list()}

Examples

iex> alert_circle()
iex> alert_circle(class: "h-6 w-6 text-gray-500")
Link to this function

alert_octagon(opts \\ [])

Specs

alert_octagon(keyword()) :: {:safe, list()}

Examples

iex> alert_octagon()
iex> alert_octagon(class: "h-6 w-6 text-gray-500")
Link to this function

alert_triangle(opts \\ [])

Specs

alert_triangle(keyword()) :: {:safe, list()}

Examples

iex> alert_triangle()
iex> alert_triangle(class: "h-6 w-6 text-gray-500")
Link to this function

align_center(opts \\ [])

Specs

align_center(keyword()) :: {:safe, list()}

Examples

iex> align_center()
iex> align_center(class: "h-6 w-6 text-gray-500")
Link to this function

align_justify(opts \\ [])

Specs

align_justify(keyword()) :: {:safe, list()}

Examples

iex> align_justify()
iex> align_justify(class: "h-6 w-6 text-gray-500")
Link to this function

align_left(opts \\ [])

Specs

align_left(keyword()) :: {:safe, list()}

Examples

iex> align_left()
iex> align_left(class: "h-6 w-6 text-gray-500")
Link to this function

align_right(opts \\ [])

Specs

align_right(keyword()) :: {:safe, list()}

Examples

iex> align_right()
iex> align_right(class: "h-6 w-6 text-gray-500")
Link to this function

anchor(opts \\ [])

Specs

anchor(keyword()) :: {:safe, list()}

Examples

iex> anchor()
iex> anchor(class: "h-6 w-6 text-gray-500")
Link to this function

aperture(opts \\ [])

Specs

aperture(keyword()) :: {:safe, list()}

Examples

iex> aperture()
iex> aperture(class: "h-6 w-6 text-gray-500")
Link to this function

archive(opts \\ [])

Specs

archive(keyword()) :: {:safe, list()}

Examples

iex> archive()
iex> archive(class: "h-6 w-6 text-gray-500")
Link to this function

arrow_down(opts \\ [])

Specs

arrow_down(keyword()) :: {:safe, list()}

Examples

iex> arrow_down()
iex> arrow_down(class: "h-6 w-6 text-gray-500")
Link to this function

arrow_down_circle(opts \\ [])

Specs

arrow_down_circle(keyword()) :: {:safe, list()}

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

arrow_down_left(keyword()) :: {:safe, list()}

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

arrow_down_right(keyword()) :: {:safe, list()}

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

arrow_left(keyword()) :: {:safe, list()}

Examples

iex> arrow_left()
iex> arrow_left(class: "h-6 w-6 text-gray-500")
Link to this function

arrow_left_circle(opts \\ [])

Specs

arrow_left_circle(keyword()) :: {:safe, list()}

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

arrow_right(keyword()) :: {:safe, list()}

Examples

iex> arrow_right()
iex> arrow_right(class: "h-6 w-6 text-gray-500")
Link to this function

arrow_right_circle(opts \\ [])

Specs

arrow_right_circle(keyword()) :: {:safe, list()}

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

arrow_up(keyword()) :: {:safe, list()}

Examples

iex> arrow_up()
iex> arrow_up(class: "h-6 w-6 text-gray-500")
Link to this function

arrow_up_circle(opts \\ [])

Specs

arrow_up_circle(keyword()) :: {:safe, list()}

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

arrow_up_left(keyword()) :: {:safe, list()}

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

arrow_up_right(keyword()) :: {:safe, list()}

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

at_sign(keyword()) :: {:safe, list()}

Examples

iex> at_sign()
iex> at_sign(class: "h-6 w-6 text-gray-500")
Link to this function

award(opts \\ [])

Specs

award(keyword()) :: {:safe, list()}

Examples

iex> award()
iex> award(class: "h-6 w-6 text-gray-500")
Link to this function

bar_chart(opts \\ [])

Specs

bar_chart(keyword()) :: {:safe, list()}

Examples

iex> bar_chart()
iex> bar_chart(class: "h-6 w-6 text-gray-500")
Link to this function

bar_chart_2(opts \\ [])

Specs

bar_chart_2(keyword()) :: {:safe, list()}

Examples

iex> bar_chart_2()
iex> bar_chart_2(class: "h-6 w-6 text-gray-500")
Link to this function

battery(opts \\ [])

Specs

battery(keyword()) :: {:safe, list()}

Examples

iex> battery()
iex> battery(class: "h-6 w-6 text-gray-500")
Link to this function

battery_charging(opts \\ [])

Specs

battery_charging(keyword()) :: {:safe, list()}

Examples

iex> battery_charging()
iex> battery_charging(class: "h-6 w-6 text-gray-500")
Link to this function

bell(opts \\ [])

Specs

bell(keyword()) :: {:safe, list()}

Examples

iex> bell()
iex> bell(class: "h-6 w-6 text-gray-500")
Link to this function

bell_off(opts \\ [])

Specs

bell_off(keyword()) :: {:safe, list()}

Examples

iex> bell_off()
iex> bell_off(class: "h-6 w-6 text-gray-500")
Link to this function

bluetooth(opts \\ [])

Specs

bluetooth(keyword()) :: {:safe, list()}

Examples

iex> bluetooth()
iex> bluetooth(class: "h-6 w-6 text-gray-500")
Link to this function

bold(opts \\ [])

Specs

bold(keyword()) :: {:safe, list()}

Examples

iex> bold()
iex> bold(class: "h-6 w-6 text-gray-500")
Link to this function

book(opts \\ [])

Specs

book(keyword()) :: {:safe, list()}

Examples

iex> book()
iex> book(class: "h-6 w-6 text-gray-500")
Link to this function

book_open(opts \\ [])

Specs

book_open(keyword()) :: {:safe, list()}

Examples

iex> book_open()
iex> book_open(class: "h-6 w-6 text-gray-500")
Link to this function

bookmark(opts \\ [])

Specs

bookmark(keyword()) :: {:safe, list()}

Examples

iex> bookmark()
iex> bookmark(class: "h-6 w-6 text-gray-500")
Link to this function

box(opts \\ [])

Specs

box(keyword()) :: {:safe, list()}

Examples

iex> box()
iex> box(class: "h-6 w-6 text-gray-500")
Link to this function

briefcase(opts \\ [])

Specs

briefcase(keyword()) :: {:safe, list()}

Examples

iex> briefcase()
iex> briefcase(class: "h-6 w-6 text-gray-500")
Link to this function

calendar(opts \\ [])

Specs

calendar(keyword()) :: {:safe, list()}

Examples

iex> calendar()
iex> calendar(class: "h-6 w-6 text-gray-500")
Link to this function

camera(opts \\ [])

Specs

camera(keyword()) :: {:safe, list()}

Examples

iex> camera()
iex> camera(class: "h-6 w-6 text-gray-500")
Link to this function

camera_off(opts \\ [])

Specs

camera_off(keyword()) :: {:safe, list()}

Examples

iex> camera_off()
iex> camera_off(class: "h-6 w-6 text-gray-500")
Link to this function

cast(opts \\ [])

Specs

cast(keyword()) :: {:safe, list()}

Examples

iex> cast()
iex> cast(class: "h-6 w-6 text-gray-500")
Link to this function

check(opts \\ [])

Specs

check(keyword()) :: {:safe, list()}

Examples

iex> check()
iex> check(class: "h-6 w-6 text-gray-500")
Link to this function

check_circle(opts \\ [])

Specs

check_circle(keyword()) :: {:safe, list()}

Examples

iex> check_circle()
iex> check_circle(class: "h-6 w-6 text-gray-500")
Link to this function

check_square(opts \\ [])

Specs

check_square(keyword()) :: {:safe, list()}

Examples

iex> check_square()
iex> check_square(class: "h-6 w-6 text-gray-500")
Link to this function

chevron_down(opts \\ [])

Specs

chevron_down(keyword()) :: {:safe, list()}

Examples

iex> chevron_down()
iex> chevron_down(class: "h-6 w-6 text-gray-500")
Link to this function

chevron_left(opts \\ [])

Specs

chevron_left(keyword()) :: {:safe, list()}

Examples

iex> chevron_left()
iex> chevron_left(class: "h-6 w-6 text-gray-500")
Link to this function

chevron_right(opts \\ [])

Specs

chevron_right(keyword()) :: {:safe, list()}

Examples

iex> chevron_right()
iex> chevron_right(class: "h-6 w-6 text-gray-500")
Link to this function

chevron_up(opts \\ [])

Specs

chevron_up(keyword()) :: {:safe, list()}

Examples

iex> chevron_up()
iex> chevron_up(class: "h-6 w-6 text-gray-500")
Link to this function

chevrons_down(opts \\ [])

Specs

chevrons_down(keyword()) :: {:safe, list()}

Examples

iex> chevrons_down()
iex> chevrons_down(class: "h-6 w-6 text-gray-500")
Link to this function

chevrons_left(opts \\ [])

Specs

chevrons_left(keyword()) :: {:safe, list()}

Examples

iex> chevrons_left()
iex> chevrons_left(class: "h-6 w-6 text-gray-500")
Link to this function

chevrons_right(opts \\ [])

Specs

chevrons_right(keyword()) :: {:safe, list()}

Examples

iex> chevrons_right()
iex> chevrons_right(class: "h-6 w-6 text-gray-500")
Link to this function

chevrons_up(opts \\ [])

Specs

chevrons_up(keyword()) :: {:safe, list()}

Examples

iex> chevrons_up()
iex> chevrons_up(class: "h-6 w-6 text-gray-500")
Link to this function

chrome(opts \\ [])

Specs

chrome(keyword()) :: {:safe, list()}

Examples

iex> chrome()
iex> chrome(class: "h-6 w-6 text-gray-500")
Link to this function

circle(opts \\ [])

Specs

circle(keyword()) :: {:safe, list()}

Examples

iex> circle()
iex> circle(class: "h-6 w-6 text-gray-500")
Link to this function

clipboard(opts \\ [])

Specs

clipboard(keyword()) :: {:safe, list()}

Examples

iex> clipboard()
iex> clipboard(class: "h-6 w-6 text-gray-500")
Link to this function

clock(opts \\ [])

Specs

clock(keyword()) :: {:safe, list()}

Examples

iex> clock()
iex> clock(class: "h-6 w-6 text-gray-500")
Link to this function

cloud(opts \\ [])

Specs

cloud(keyword()) :: {:safe, list()}

Examples

iex> cloud()
iex> cloud(class: "h-6 w-6 text-gray-500")
Link to this function

cloud_drizzle(opts \\ [])

Specs

cloud_drizzle(keyword()) :: {:safe, list()}

Examples

iex> cloud_drizzle()
iex> cloud_drizzle(class: "h-6 w-6 text-gray-500")
Link to this function

cloud_lightning(opts \\ [])

Specs

cloud_lightning(keyword()) :: {:safe, list()}

Examples

iex> cloud_lightning()
iex> cloud_lightning(class: "h-6 w-6 text-gray-500")
Link to this function

cloud_off(opts \\ [])

Specs

cloud_off(keyword()) :: {:safe, list()}

Examples

iex> cloud_off()
iex> cloud_off(class: "h-6 w-6 text-gray-500")
Link to this function

cloud_rain(opts \\ [])

Specs

cloud_rain(keyword()) :: {:safe, list()}

Examples

iex> cloud_rain()
iex> cloud_rain(class: "h-6 w-6 text-gray-500")
Link to this function

cloud_snow(opts \\ [])

Specs

cloud_snow(keyword()) :: {:safe, list()}

Examples

iex> cloud_snow()
iex> cloud_snow(class: "h-6 w-6 text-gray-500")
Link to this function

code(opts \\ [])

Specs

code(keyword()) :: {:safe, list()}

Examples

iex> code()
iex> code(class: "h-6 w-6 text-gray-500")
Link to this function

codepen(opts \\ [])

Specs

codepen(keyword()) :: {:safe, list()}

Examples

iex> codepen()
iex> codepen(class: "h-6 w-6 text-gray-500")
Link to this function

codesandbox(opts \\ [])

Specs

codesandbox(keyword()) :: {:safe, list()}

Examples

iex> codesandbox()
iex> codesandbox(class: "h-6 w-6 text-gray-500")
Link to this function

coffee(opts \\ [])

Specs

coffee(keyword()) :: {:safe, list()}

Examples

iex> coffee()
iex> coffee(class: "h-6 w-6 text-gray-500")
Link to this function

columns(opts \\ [])

Specs

columns(keyword()) :: {:safe, list()}

Examples

iex> columns()
iex> columns(class: "h-6 w-6 text-gray-500")
Link to this function

command(opts \\ [])

Specs

command(keyword()) :: {:safe, list()}

Examples

iex> command()
iex> command(class: "h-6 w-6 text-gray-500")
Link to this function

compass(opts \\ [])

Specs

compass(keyword()) :: {:safe, list()}

Examples

iex> compass()
iex> compass(class: "h-6 w-6 text-gray-500")
Link to this function

copy(opts \\ [])

Specs

copy(keyword()) :: {:safe, list()}

Examples

iex> copy()
iex> copy(class: "h-6 w-6 text-gray-500")
Link to this function

corner_down_left(opts \\ [])

Specs

corner_down_left(keyword()) :: {:safe, list()}

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

corner_down_right(keyword()) :: {:safe, list()}

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

corner_left_down(keyword()) :: {:safe, list()}

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

corner_left_up(keyword()) :: {:safe, list()}

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

corner_right_down(keyword()) :: {:safe, list()}

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

corner_right_up(keyword()) :: {:safe, list()}

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

corner_up_left(keyword()) :: {:safe, list()}

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

corner_up_right(keyword()) :: {:safe, list()}

Examples

iex> corner_up_right()
iex> corner_up_right(class: "h-6 w-6 text-gray-500")
Link to this function

cpu(opts \\ [])

Specs

cpu(keyword()) :: {:safe, list()}

Examples

iex> cpu()
iex> cpu(class: "h-6 w-6 text-gray-500")
Link to this function

credit_card(opts \\ [])

Specs

credit_card(keyword()) :: {:safe, list()}

Examples

iex> credit_card()
iex> credit_card(class: "h-6 w-6 text-gray-500")
Link to this function

crop(opts \\ [])

Specs

crop(keyword()) :: {:safe, list()}

Examples

iex> crop()
iex> crop(class: "h-6 w-6 text-gray-500")
Link to this function

crosshair(opts \\ [])

Specs

crosshair(keyword()) :: {:safe, list()}

Examples

iex> crosshair()
iex> crosshair(class: "h-6 w-6 text-gray-500")
Link to this function

database(opts \\ [])

Specs

database(keyword()) :: {:safe, list()}

Examples

iex> database()
iex> database(class: "h-6 w-6 text-gray-500")
Link to this function

delete(opts \\ [])

Specs

delete(keyword()) :: {:safe, list()}

Examples

iex> delete()
iex> delete(class: "h-6 w-6 text-gray-500")
Link to this function

disc(opts \\ [])

Specs

disc(keyword()) :: {:safe, list()}

Examples

iex> disc()
iex> disc(class: "h-6 w-6 text-gray-500")
Link to this function

divide(opts \\ [])

Specs

divide(keyword()) :: {:safe, list()}

Examples

iex> divide()
iex> divide(class: "h-6 w-6 text-gray-500")
Link to this function

divide_circle(opts \\ [])

Specs

divide_circle(keyword()) :: {:safe, list()}

Examples

iex> divide_circle()
iex> divide_circle(class: "h-6 w-6 text-gray-500")
Link to this function

divide_square(opts \\ [])

Specs

divide_square(keyword()) :: {:safe, list()}

Examples

iex> divide_square()
iex> divide_square(class: "h-6 w-6 text-gray-500")
Link to this function

dollar_sign(opts \\ [])

Specs

dollar_sign(keyword()) :: {:safe, list()}

Examples

iex> dollar_sign()
iex> dollar_sign(class: "h-6 w-6 text-gray-500")
Link to this function

download(opts \\ [])

Specs

download(keyword()) :: {:safe, list()}

Examples

iex> download()
iex> download(class: "h-6 w-6 text-gray-500")
Link to this function

download_cloud(opts \\ [])

Specs

download_cloud(keyword()) :: {:safe, list()}

Examples

iex> download_cloud()
iex> download_cloud(class: "h-6 w-6 text-gray-500")
Link to this function

dribbble(opts \\ [])

Specs

dribbble(keyword()) :: {:safe, list()}

Examples

iex> dribbble()
iex> dribbble(class: "h-6 w-6 text-gray-500")
Link to this function

droplet(opts \\ [])

Specs

droplet(keyword()) :: {:safe, list()}

Examples

iex> droplet()
iex> droplet(class: "h-6 w-6 text-gray-500")
Link to this function

edit(opts \\ [])

Specs

edit(keyword()) :: {:safe, list()}

Examples

iex> edit()
iex> edit(class: "h-6 w-6 text-gray-500")
Link to this function

edit_2(opts \\ [])

Specs

edit_2(keyword()) :: {:safe, list()}

Examples

iex> edit_2()
iex> edit_2(class: "h-6 w-6 text-gray-500")
Link to this function

edit_3(opts \\ [])

Specs

edit_3(keyword()) :: {:safe, list()}

Examples

iex> edit_3()
iex> edit_3(class: "h-6 w-6 text-gray-500")
Link to this function

external_link(opts \\ [])

Specs

external_link(keyword()) :: {:safe, list()}

Examples

iex> external_link()
iex> external_link(class: "h-6 w-6 text-gray-500")
Link to this function

eye(opts \\ [])

Specs

eye(keyword()) :: {:safe, list()}

Examples

iex> eye()
iex> eye(class: "h-6 w-6 text-gray-500")
Link to this function

eye_off(opts \\ [])

Specs

eye_off(keyword()) :: {:safe, list()}

Examples

iex> eye_off()
iex> eye_off(class: "h-6 w-6 text-gray-500")
Link to this function

facebook(opts \\ [])

Specs

facebook(keyword()) :: {:safe, list()}

Examples

iex> facebook()
iex> facebook(class: "h-6 w-6 text-gray-500")
Link to this function

fast_forward(opts \\ [])

Specs

fast_forward(keyword()) :: {:safe, list()}

Examples

iex> fast_forward()
iex> fast_forward(class: "h-6 w-6 text-gray-500")
Link to this function

feather(opts \\ [])

Specs

feather(keyword()) :: {:safe, list()}

Examples

iex> feather()
iex> feather(class: "h-6 w-6 text-gray-500")
Link to this function

figma(opts \\ [])

Specs

figma(keyword()) :: {:safe, list()}

Examples

iex> figma()
iex> figma(class: "h-6 w-6 text-gray-500")
Link to this function

file(opts \\ [])

Specs

file(keyword()) :: {:safe, list()}

Examples

iex> file()
iex> file(class: "h-6 w-6 text-gray-500")
Link to this function

file_minus(opts \\ [])

Specs

file_minus(keyword()) :: {:safe, list()}

Examples

iex> file_minus()
iex> file_minus(class: "h-6 w-6 text-gray-500")
Link to this function

file_plus(opts \\ [])

Specs

file_plus(keyword()) :: {:safe, list()}

Examples

iex> file_plus()
iex> file_plus(class: "h-6 w-6 text-gray-500")
Link to this function

file_text(opts \\ [])

Specs

file_text(keyword()) :: {:safe, list()}

Examples

iex> file_text()
iex> file_text(class: "h-6 w-6 text-gray-500")
Link to this function

film(opts \\ [])

Specs

film(keyword()) :: {:safe, list()}

Examples

iex> film()
iex> film(class: "h-6 w-6 text-gray-500")
Link to this function

filter(opts \\ [])

Specs

filter(keyword()) :: {:safe, list()}

Examples

iex> filter()
iex> filter(class: "h-6 w-6 text-gray-500")
Link to this function

flag(opts \\ [])

Specs

flag(keyword()) :: {:safe, list()}

Examples

iex> flag()
iex> flag(class: "h-6 w-6 text-gray-500")
Link to this function

folder(opts \\ [])

Specs

folder(keyword()) :: {:safe, list()}

Examples

iex> folder()
iex> folder(class: "h-6 w-6 text-gray-500")
Link to this function

folder_minus(opts \\ [])

Specs

folder_minus(keyword()) :: {:safe, list()}

Examples

iex> folder_minus()
iex> folder_minus(class: "h-6 w-6 text-gray-500")
Link to this function

folder_plus(opts \\ [])

Specs

folder_plus(keyword()) :: {:safe, list()}

Examples

iex> folder_plus()
iex> folder_plus(class: "h-6 w-6 text-gray-500")
Link to this function

framer(opts \\ [])

Specs

framer(keyword()) :: {:safe, list()}

Examples

iex> framer()
iex> framer(class: "h-6 w-6 text-gray-500")
Link to this function

frown(opts \\ [])

Specs

frown(keyword()) :: {:safe, list()}

Examples

iex> frown()
iex> frown(class: "h-6 w-6 text-gray-500")
Link to this function

gift(opts \\ [])

Specs

gift(keyword()) :: {:safe, list()}

Examples

iex> gift()
iex> gift(class: "h-6 w-6 text-gray-500")
Link to this function

git_branch(opts \\ [])

Specs

git_branch(keyword()) :: {:safe, list()}

Examples

iex> git_branch()
iex> git_branch(class: "h-6 w-6 text-gray-500")
Link to this function

git_commit(opts \\ [])

Specs

git_commit(keyword()) :: {:safe, list()}

Examples

iex> git_commit()
iex> git_commit(class: "h-6 w-6 text-gray-500")
Link to this function

git_merge(opts \\ [])

Specs

git_merge(keyword()) :: {:safe, list()}

Examples

iex> git_merge()
iex> git_merge(class: "h-6 w-6 text-gray-500")
Link to this function

git_pull_request(opts \\ [])

Specs

git_pull_request(keyword()) :: {:safe, list()}

Examples

iex> git_pull_request()
iex> git_pull_request(class: "h-6 w-6 text-gray-500")
Link to this function

github(opts \\ [])

Specs

github(keyword()) :: {:safe, list()}

Examples

iex> github()
iex> github(class: "h-6 w-6 text-gray-500")
Link to this function

gitlab(opts \\ [])

Specs

gitlab(keyword()) :: {:safe, list()}

Examples

iex> gitlab()
iex> gitlab(class: "h-6 w-6 text-gray-500")
Link to this function

globe(opts \\ [])

Specs

globe(keyword()) :: {:safe, list()}

Examples

iex> globe()
iex> globe(class: "h-6 w-6 text-gray-500")
Link to this function

grid(opts \\ [])

Specs

grid(keyword()) :: {:safe, list()}

Examples

iex> grid()
iex> grid(class: "h-6 w-6 text-gray-500")
Link to this function

hard_drive(opts \\ [])

Specs

hard_drive(keyword()) :: {:safe, list()}

Examples

iex> hard_drive()
iex> hard_drive(class: "h-6 w-6 text-gray-500")
Link to this function

hash(opts \\ [])

Specs

hash(keyword()) :: {:safe, list()}

Examples

iex> hash()
iex> hash(class: "h-6 w-6 text-gray-500")
Link to this function

headphones(opts \\ [])

Specs

headphones(keyword()) :: {:safe, list()}

Examples

iex> headphones()
iex> headphones(class: "h-6 w-6 text-gray-500")
Link to this function

heart(opts \\ [])

Specs

heart(keyword()) :: {:safe, list()}

Examples

iex> heart()
iex> heart(class: "h-6 w-6 text-gray-500")
Link to this function

help_circle(opts \\ [])

Specs

help_circle(keyword()) :: {:safe, list()}

Examples

iex> help_circle()
iex> help_circle(class: "h-6 w-6 text-gray-500")
Link to this function

hexagon(opts \\ [])

Specs

hexagon(keyword()) :: {:safe, list()}

Examples

iex> hexagon()
iex> hexagon(class: "h-6 w-6 text-gray-500")
Link to this function

home(opts \\ [])

Specs

home(keyword()) :: {:safe, list()}

Examples

iex> home()
iex> home(class: "h-6 w-6 text-gray-500")
Link to this function

image(opts \\ [])

Specs

image(keyword()) :: {:safe, list()}

Examples

iex> image()
iex> image(class: "h-6 w-6 text-gray-500")
Link to this function

inbox(opts \\ [])

Specs

inbox(keyword()) :: {:safe, list()}

Examples

iex> inbox()
iex> inbox(class: "h-6 w-6 text-gray-500")
Link to this function

info(opts \\ [])

Specs

info(keyword()) :: {:safe, list()}

Examples

iex> info()
iex> info(class: "h-6 w-6 text-gray-500")
Link to this function

instagram(opts \\ [])

Specs

instagram(keyword()) :: {:safe, list()}

Examples

iex> instagram()
iex> instagram(class: "h-6 w-6 text-gray-500")
Link to this function

italic(opts \\ [])

Specs

italic(keyword()) :: {:safe, list()}

Examples

iex> italic()
iex> italic(class: "h-6 w-6 text-gray-500")
Link to this function

key(opts \\ [])

Specs

key(keyword()) :: {:safe, list()}

Examples

iex> key()
iex> key(class: "h-6 w-6 text-gray-500")
Link to this function

layers(opts \\ [])

Specs

layers(keyword()) :: {:safe, list()}

Examples

iex> layers()
iex> layers(class: "h-6 w-6 text-gray-500")
Link to this function

layout(opts \\ [])

Specs

layout(keyword()) :: {:safe, list()}

Examples

iex> layout()
iex> layout(class: "h-6 w-6 text-gray-500")
Link to this function

life_buoy(opts \\ [])

Specs

life_buoy(keyword()) :: {:safe, list()}

Examples

iex> life_buoy()
iex> life_buoy(class: "h-6 w-6 text-gray-500")
Link to this function

link(opts \\ [])

Specs

link(keyword()) :: {:safe, list()}

Examples

iex> link()
iex> link(class: "h-6 w-6 text-gray-500")
Link to this function

linkedin(opts \\ [])

Specs

linkedin(keyword()) :: {:safe, list()}

Examples

iex> linkedin()
iex> linkedin(class: "h-6 w-6 text-gray-500")
Link to this function

list(opts \\ [])

Specs

list(keyword()) :: {:safe, list()}

Examples

iex> list()
iex> list(class: "h-6 w-6 text-gray-500")
Link to this function

loader(opts \\ [])

Specs

loader(keyword()) :: {:safe, list()}

Examples

iex> loader()
iex> loader(class: "h-6 w-6 text-gray-500")
Link to this function

lock(opts \\ [])

Specs

lock(keyword()) :: {:safe, list()}

Examples

iex> lock()
iex> lock(class: "h-6 w-6 text-gray-500")
Link to this function

log_in(opts \\ [])

Specs

log_in(keyword()) :: {:safe, list()}

Examples

iex> log_in()
iex> log_in(class: "h-6 w-6 text-gray-500")
Link to this function

log_out(opts \\ [])

Specs

log_out(keyword()) :: {:safe, list()}

Examples

iex> log_out()
iex> log_out(class: "h-6 w-6 text-gray-500")
Link to this function

mail(opts \\ [])

Specs

mail(keyword()) :: {:safe, list()}

Examples

iex> mail()
iex> mail(class: "h-6 w-6 text-gray-500")
Link to this function

map(opts \\ [])

Specs

map(keyword()) :: {:safe, list()}

Examples

iex> map()
iex> map(class: "h-6 w-6 text-gray-500")
Link to this function

map_pin(opts \\ [])

Specs

map_pin(keyword()) :: {:safe, list()}

Examples

iex> map_pin()
iex> map_pin(class: "h-6 w-6 text-gray-500")
Link to this function

maximize(opts \\ [])

Specs

maximize(keyword()) :: {:safe, list()}

Examples

iex> maximize()
iex> maximize(class: "h-6 w-6 text-gray-500")
Link to this function

maximize_2(opts \\ [])

Specs

maximize_2(keyword()) :: {:safe, list()}

Examples

iex> maximize_2()
iex> maximize_2(class: "h-6 w-6 text-gray-500")
Link to this function

meh(opts \\ [])

Specs

meh(keyword()) :: {:safe, list()}

Examples

iex> meh()
iex> meh(class: "h-6 w-6 text-gray-500")
Link to this function

message_circle(opts \\ [])

Specs

message_circle(keyword()) :: {:safe, list()}

Examples

iex> message_circle()
iex> message_circle(class: "h-6 w-6 text-gray-500")
Link to this function

message_square(opts \\ [])

Specs

message_square(keyword()) :: {:safe, list()}

Examples

iex> message_square()
iex> message_square(class: "h-6 w-6 text-gray-500")
Link to this function

mic(opts \\ [])

Specs

mic(keyword()) :: {:safe, list()}

Examples

iex> mic()
iex> mic(class: "h-6 w-6 text-gray-500")
Link to this function

mic_off(opts \\ [])

Specs

mic_off(keyword()) :: {:safe, list()}

Examples

iex> mic_off()
iex> mic_off(class: "h-6 w-6 text-gray-500")
Link to this function

minimize(opts \\ [])

Specs

minimize(keyword()) :: {:safe, list()}

Examples

iex> minimize()
iex> minimize(class: "h-6 w-6 text-gray-500")
Link to this function

minimize_2(opts \\ [])

Specs

minimize_2(keyword()) :: {:safe, list()}

Examples

iex> minimize_2()
iex> minimize_2(class: "h-6 w-6 text-gray-500")
Link to this function

minus(opts \\ [])

Specs

minus(keyword()) :: {:safe, list()}

Examples

iex> minus()
iex> minus(class: "h-6 w-6 text-gray-500")
Link to this function

minus_circle(opts \\ [])

Specs

minus_circle(keyword()) :: {:safe, list()}

Examples

iex> minus_circle()
iex> minus_circle(class: "h-6 w-6 text-gray-500")
Link to this function

minus_square(opts \\ [])

Specs

minus_square(keyword()) :: {:safe, list()}

Examples

iex> minus_square()
iex> minus_square(class: "h-6 w-6 text-gray-500")
Link to this function

monitor(opts \\ [])

Specs

monitor(keyword()) :: {:safe, list()}

Examples

iex> monitor()
iex> monitor(class: "h-6 w-6 text-gray-500")
Link to this function

moon(opts \\ [])

Specs

moon(keyword()) :: {:safe, list()}

Examples

iex> moon()
iex> moon(class: "h-6 w-6 text-gray-500")
Link to this function

more_horizontal(opts \\ [])

Specs

more_horizontal(keyword()) :: {:safe, list()}

Examples

iex> more_horizontal()
iex> more_horizontal(class: "h-6 w-6 text-gray-500")
Link to this function

more_vertical(opts \\ [])

Specs

more_vertical(keyword()) :: {:safe, list()}

Examples

iex> more_vertical()
iex> more_vertical(class: "h-6 w-6 text-gray-500")
Link to this function

mouse_pointer(opts \\ [])

Specs

mouse_pointer(keyword()) :: {:safe, list()}

Examples

iex> mouse_pointer()
iex> mouse_pointer(class: "h-6 w-6 text-gray-500")
Link to this function

move(opts \\ [])

Specs

move(keyword()) :: {:safe, list()}

Examples

iex> move()
iex> move(class: "h-6 w-6 text-gray-500")
Link to this function

music(opts \\ [])

Specs

music(keyword()) :: {:safe, list()}

Examples

iex> music()
iex> music(class: "h-6 w-6 text-gray-500")
Link to this function

octagon(opts \\ [])

Specs

octagon(keyword()) :: {:safe, list()}

Examples

iex> octagon()
iex> octagon(class: "h-6 w-6 text-gray-500")
Link to this function

package(opts \\ [])

Specs

package(keyword()) :: {:safe, list()}

Examples

iex> package()
iex> package(class: "h-6 w-6 text-gray-500")
Link to this function

paperclip(opts \\ [])

Specs

paperclip(keyword()) :: {:safe, list()}

Examples

iex> paperclip()
iex> paperclip(class: "h-6 w-6 text-gray-500")
Link to this function

pause(opts \\ [])

Specs

pause(keyword()) :: {:safe, list()}

Examples

iex> pause()
iex> pause(class: "h-6 w-6 text-gray-500")
Link to this function

pause_circle(opts \\ [])

Specs

pause_circle(keyword()) :: {:safe, list()}

Examples

iex> pause_circle()
iex> pause_circle(class: "h-6 w-6 text-gray-500")
Link to this function

pen_tool(opts \\ [])

Specs

pen_tool(keyword()) :: {:safe, list()}

Examples

iex> pen_tool()
iex> pen_tool(class: "h-6 w-6 text-gray-500")
Link to this function

percent(opts \\ [])

Specs

percent(keyword()) :: {:safe, list()}

Examples

iex> percent()
iex> percent(class: "h-6 w-6 text-gray-500")
Link to this function

phone(opts \\ [])

Specs

phone(keyword()) :: {:safe, list()}

Examples

iex> phone()
iex> phone(class: "h-6 w-6 text-gray-500")
Link to this function

phone_call(opts \\ [])

Specs

phone_call(keyword()) :: {:safe, list()}

Examples

iex> phone_call()
iex> phone_call(class: "h-6 w-6 text-gray-500")
Link to this function

phone_forwarded(opts \\ [])

Specs

phone_forwarded(keyword()) :: {:safe, list()}

Examples

iex> phone_forwarded()
iex> phone_forwarded(class: "h-6 w-6 text-gray-500")
Link to this function

phone_incoming(opts \\ [])

Specs

phone_incoming(keyword()) :: {:safe, list()}

Examples

iex> phone_incoming()
iex> phone_incoming(class: "h-6 w-6 text-gray-500")
Link to this function

phone_missed(opts \\ [])

Specs

phone_missed(keyword()) :: {:safe, list()}

Examples

iex> phone_missed()
iex> phone_missed(class: "h-6 w-6 text-gray-500")
Link to this function

phone_off(opts \\ [])

Specs

phone_off(keyword()) :: {:safe, list()}

Examples

iex> phone_off()
iex> phone_off(class: "h-6 w-6 text-gray-500")
Link to this function

phone_outgoing(opts \\ [])

Specs

phone_outgoing(keyword()) :: {:safe, list()}

Examples

iex> phone_outgoing()
iex> phone_outgoing(class: "h-6 w-6 text-gray-500")
Link to this function

pie_chart(opts \\ [])

Specs

pie_chart(keyword()) :: {:safe, list()}

Examples

iex> pie_chart()
iex> pie_chart(class: "h-6 w-6 text-gray-500")
Link to this function

play(opts \\ [])

Specs

play(keyword()) :: {:safe, list()}

Examples

iex> play()
iex> play(class: "h-6 w-6 text-gray-500")
Link to this function

play_circle(opts \\ [])

Specs

play_circle(keyword()) :: {:safe, list()}

Examples

iex> play_circle()
iex> play_circle(class: "h-6 w-6 text-gray-500")
Link to this function

plus(opts \\ [])

Specs

plus(keyword()) :: {:safe, list()}

Examples

iex> plus()
iex> plus(class: "h-6 w-6 text-gray-500")
Link to this function

plus_circle(opts \\ [])

Specs

plus_circle(keyword()) :: {:safe, list()}

Examples

iex> plus_circle()
iex> plus_circle(class: "h-6 w-6 text-gray-500")
Link to this function

plus_square(opts \\ [])

Specs

plus_square(keyword()) :: {:safe, list()}

Examples

iex> plus_square()
iex> plus_square(class: "h-6 w-6 text-gray-500")
Link to this function

pocket(opts \\ [])

Specs

pocket(keyword()) :: {:safe, list()}

Examples

iex> pocket()
iex> pocket(class: "h-6 w-6 text-gray-500")
Link to this function

power(opts \\ [])

Specs

power(keyword()) :: {:safe, list()}

Examples

iex> power()
iex> power(class: "h-6 w-6 text-gray-500")
Link to this function

printer(opts \\ [])

Specs

printer(keyword()) :: {:safe, list()}

Examples

iex> printer()
iex> printer(class: "h-6 w-6 text-gray-500")
Link to this function

radio(opts \\ [])

Specs

radio(keyword()) :: {:safe, list()}

Examples

iex> radio()
iex> radio(class: "h-6 w-6 text-gray-500")
Link to this function

refresh_ccw(opts \\ [])

Specs

refresh_ccw(keyword()) :: {:safe, list()}

Examples

iex> refresh_ccw()
iex> refresh_ccw(class: "h-6 w-6 text-gray-500")
Link to this function

refresh_cw(opts \\ [])

Specs

refresh_cw(keyword()) :: {:safe, list()}

Examples

iex> refresh_cw()
iex> refresh_cw(class: "h-6 w-6 text-gray-500")
Link to this function

repeat(opts \\ [])

Specs

repeat(keyword()) :: {:safe, list()}

Examples

iex> repeat()
iex> repeat(class: "h-6 w-6 text-gray-500")
Link to this function

rewind(opts \\ [])

Specs

rewind(keyword()) :: {:safe, list()}

Examples

iex> rewind()
iex> rewind(class: "h-6 w-6 text-gray-500")
Link to this function

rotate_ccw(opts \\ [])

Specs

rotate_ccw(keyword()) :: {:safe, list()}

Examples

iex> rotate_ccw()
iex> rotate_ccw(class: "h-6 w-6 text-gray-500")
Link to this function

rotate_cw(opts \\ [])

Specs

rotate_cw(keyword()) :: {:safe, list()}

Examples

iex> rotate_cw()
iex> rotate_cw(class: "h-6 w-6 text-gray-500")
Link to this function

rss(opts \\ [])

Specs

rss(keyword()) :: {:safe, list()}

Examples

iex> rss()
iex> rss(class: "h-6 w-6 text-gray-500")
Link to this function

save(opts \\ [])

Specs

save(keyword()) :: {:safe, list()}

Examples

iex> save()
iex> save(class: "h-6 w-6 text-gray-500")
Link to this function

scissors(opts \\ [])

Specs

scissors(keyword()) :: {:safe, list()}

Examples

iex> scissors()
iex> scissors(class: "h-6 w-6 text-gray-500")
Link to this function

search(opts \\ [])

Specs

search(keyword()) :: {:safe, list()}

Examples

iex> search()
iex> search(class: "h-6 w-6 text-gray-500")
Link to this function

send(opts \\ [])

Specs

send(keyword()) :: {:safe, list()}

Examples

iex> send()
iex> send(class: "h-6 w-6 text-gray-500")
Link to this function

server(opts \\ [])

Specs

server(keyword()) :: {:safe, list()}

Examples

iex> server()
iex> server(class: "h-6 w-6 text-gray-500")
Link to this function

settings(opts \\ [])

Specs

settings(keyword()) :: {:safe, list()}

Examples

iex> settings()
iex> settings(class: "h-6 w-6 text-gray-500")
Link to this function

share(opts \\ [])

Specs

share(keyword()) :: {:safe, list()}

Examples

iex> share()
iex> share(class: "h-6 w-6 text-gray-500")
Link to this function

share_2(opts \\ [])

Specs

share_2(keyword()) :: {:safe, list()}

Examples

iex> share_2()
iex> share_2(class: "h-6 w-6 text-gray-500")
Link to this function

shield(opts \\ [])

Specs

shield(keyword()) :: {:safe, list()}

Examples

iex> shield()
iex> shield(class: "h-6 w-6 text-gray-500")
Link to this function

shield_off(opts \\ [])

Specs

shield_off(keyword()) :: {:safe, list()}

Examples

iex> shield_off()
iex> shield_off(class: "h-6 w-6 text-gray-500")
Link to this function

shopping_bag(opts \\ [])

Specs

shopping_bag(keyword()) :: {:safe, list()}

Examples

iex> shopping_bag()
iex> shopping_bag(class: "h-6 w-6 text-gray-500")
Link to this function

shopping_cart(opts \\ [])

Specs

shopping_cart(keyword()) :: {:safe, list()}

Examples

iex> shopping_cart()
iex> shopping_cart(class: "h-6 w-6 text-gray-500")
Link to this function

shuffle(opts \\ [])

Specs

shuffle(keyword()) :: {:safe, list()}

Examples

iex> shuffle()
iex> shuffle(class: "h-6 w-6 text-gray-500")
Link to this function

sidebar(opts \\ [])

Specs

sidebar(keyword()) :: {:safe, list()}

Examples

iex> sidebar()
iex> sidebar(class: "h-6 w-6 text-gray-500")
Link to this function

skip_back(opts \\ [])

Specs

skip_back(keyword()) :: {:safe, list()}

Examples

iex> skip_back()
iex> skip_back(class: "h-6 w-6 text-gray-500")
Link to this function

skip_forward(opts \\ [])

Specs

skip_forward(keyword()) :: {:safe, list()}

Examples

iex> skip_forward()
iex> skip_forward(class: "h-6 w-6 text-gray-500")
Link to this function

slack(opts \\ [])

Specs

slack(keyword()) :: {:safe, list()}

Examples

iex> slack()
iex> slack(class: "h-6 w-6 text-gray-500")
Link to this function

slash(opts \\ [])

Specs

slash(keyword()) :: {:safe, list()}

Examples

iex> slash()
iex> slash(class: "h-6 w-6 text-gray-500")
Link to this function

sliders(opts \\ [])

Specs

sliders(keyword()) :: {:safe, list()}

Examples

iex> sliders()
iex> sliders(class: "h-6 w-6 text-gray-500")
Link to this function

smartphone(opts \\ [])

Specs

smartphone(keyword()) :: {:safe, list()}

Examples

iex> smartphone()
iex> smartphone(class: "h-6 w-6 text-gray-500")
Link to this function

smile(opts \\ [])

Specs

smile(keyword()) :: {:safe, list()}

Examples

iex> smile()
iex> smile(class: "h-6 w-6 text-gray-500")
Link to this function

speaker(opts \\ [])

Specs

speaker(keyword()) :: {:safe, list()}

Examples

iex> speaker()
iex> speaker(class: "h-6 w-6 text-gray-500")
Link to this function

square(opts \\ [])

Specs

square(keyword()) :: {:safe, list()}

Examples

iex> square()
iex> square(class: "h-6 w-6 text-gray-500")
Link to this function

star(opts \\ [])

Specs

star(keyword()) :: {:safe, list()}

Examples

iex> star()
iex> star(class: "h-6 w-6 text-gray-500")
Link to this function

stop_circle(opts \\ [])

Specs

stop_circle(keyword()) :: {:safe, list()}

Examples

iex> stop_circle()
iex> stop_circle(class: "h-6 w-6 text-gray-500")
Link to this function

sun(opts \\ [])

Specs

sun(keyword()) :: {:safe, list()}

Examples

iex> sun()
iex> sun(class: "h-6 w-6 text-gray-500")
Link to this function

sunrise(opts \\ [])

Specs

sunrise(keyword()) :: {:safe, list()}

Examples

iex> sunrise()
iex> sunrise(class: "h-6 w-6 text-gray-500")
Link to this function

sunset(opts \\ [])

Specs

sunset(keyword()) :: {:safe, list()}

Examples

iex> sunset()
iex> sunset(class: "h-6 w-6 text-gray-500")
Link to this function

tablet(opts \\ [])

Specs

tablet(keyword()) :: {:safe, list()}

Examples

iex> tablet()
iex> tablet(class: "h-6 w-6 text-gray-500")
Link to this function

tag(opts \\ [])

Specs

tag(keyword()) :: {:safe, list()}

Examples

iex> tag()
iex> tag(class: "h-6 w-6 text-gray-500")
Link to this function

target(opts \\ [])

Specs

target(keyword()) :: {:safe, list()}

Examples

iex> target()
iex> target(class: "h-6 w-6 text-gray-500")
Link to this function

terminal(opts \\ [])

Specs

terminal(keyword()) :: {:safe, list()}

Examples

iex> terminal()
iex> terminal(class: "h-6 w-6 text-gray-500")
Link to this function

thermometer(opts \\ [])

Specs

thermometer(keyword()) :: {:safe, list()}

Examples

iex> thermometer()
iex> thermometer(class: "h-6 w-6 text-gray-500")
Link to this function

thumbs_down(opts \\ [])

Specs

thumbs_down(keyword()) :: {:safe, list()}

Examples

iex> thumbs_down()
iex> thumbs_down(class: "h-6 w-6 text-gray-500")
Link to this function

thumbs_up(opts \\ [])

Specs

thumbs_up(keyword()) :: {:safe, list()}

Examples

iex> thumbs_up()
iex> thumbs_up(class: "h-6 w-6 text-gray-500")
Link to this function

toggle_left(opts \\ [])

Specs

toggle_left(keyword()) :: {:safe, list()}

Examples

iex> toggle_left()
iex> toggle_left(class: "h-6 w-6 text-gray-500")
Link to this function

toggle_right(opts \\ [])

Specs

toggle_right(keyword()) :: {:safe, list()}

Examples

iex> toggle_right()
iex> toggle_right(class: "h-6 w-6 text-gray-500")
Link to this function

tool(opts \\ [])

Specs

tool(keyword()) :: {:safe, list()}

Examples

iex> tool()
iex> tool(class: "h-6 w-6 text-gray-500")
Link to this function

trash(opts \\ [])

Specs

trash(keyword()) :: {:safe, list()}

Examples

iex> trash()
iex> trash(class: "h-6 w-6 text-gray-500")
Link to this function

trash_2(opts \\ [])

Specs

trash_2(keyword()) :: {:safe, list()}

Examples

iex> trash_2()
iex> trash_2(class: "h-6 w-6 text-gray-500")
Link to this function

trello(opts \\ [])

Specs

trello(keyword()) :: {:safe, list()}

Examples

iex> trello()
iex> trello(class: "h-6 w-6 text-gray-500")
Link to this function

triangle(opts \\ [])

Specs

triangle(keyword()) :: {:safe, list()}

Examples

iex> triangle()
iex> triangle(class: "h-6 w-6 text-gray-500")
Link to this function

truck(opts \\ [])

Specs

truck(keyword()) :: {:safe, list()}

Examples

iex> truck()
iex> truck(class: "h-6 w-6 text-gray-500")

Specs

tv(keyword()) :: {:safe, list()}

Examples

iex> tv()
iex> tv(class: "h-6 w-6 text-gray-500")
Link to this function

twitch(opts \\ [])

Specs

twitch(keyword()) :: {:safe, list()}

Examples

iex> twitch()
iex> twitch(class: "h-6 w-6 text-gray-500")
Link to this function

twitter(opts \\ [])

Specs

twitter(keyword()) :: {:safe, list()}

Examples

iex> twitter()
iex> twitter(class: "h-6 w-6 text-gray-500")
Link to this function

type(opts \\ [])

Specs

type(keyword()) :: {:safe, list()}

Examples

iex> type()
iex> type(class: "h-6 w-6 text-gray-500")
Link to this function

umbrella(opts \\ [])

Specs

umbrella(keyword()) :: {:safe, list()}

Examples

iex> umbrella()
iex> umbrella(class: "h-6 w-6 text-gray-500")
Link to this function

underline(opts \\ [])

Specs

underline(keyword()) :: {:safe, list()}

Examples

iex> underline()
iex> underline(class: "h-6 w-6 text-gray-500")
Link to this function

unlock(opts \\ [])

Specs

unlock(keyword()) :: {:safe, list()}

Examples

iex> unlock()
iex> unlock(class: "h-6 w-6 text-gray-500")
Link to this function

upload(opts \\ [])

Specs

upload(keyword()) :: {:safe, list()}

Examples

iex> upload()
iex> upload(class: "h-6 w-6 text-gray-500")
Link to this function

upload_cloud(opts \\ [])

Specs

upload_cloud(keyword()) :: {:safe, list()}

Examples

iex> upload_cloud()
iex> upload_cloud(class: "h-6 w-6 text-gray-500")
Link to this function

user(opts \\ [])

Specs

user(keyword()) :: {:safe, list()}

Examples

iex> user()
iex> user(class: "h-6 w-6 text-gray-500")
Link to this function

user_check(opts \\ [])

Specs

user_check(keyword()) :: {:safe, list()}

Examples

iex> user_check()
iex> user_check(class: "h-6 w-6 text-gray-500")
Link to this function

user_minus(opts \\ [])

Specs

user_minus(keyword()) :: {:safe, list()}

Examples

iex> user_minus()
iex> user_minus(class: "h-6 w-6 text-gray-500")
Link to this function

user_plus(opts \\ [])

Specs

user_plus(keyword()) :: {:safe, list()}

Examples

iex> user_plus()
iex> user_plus(class: "h-6 w-6 text-gray-500")
Link to this function

user_x(opts \\ [])

Specs

user_x(keyword()) :: {:safe, list()}

Examples

iex> user_x()
iex> user_x(class: "h-6 w-6 text-gray-500")
Link to this function

users(opts \\ [])

Specs

users(keyword()) :: {:safe, list()}

Examples

iex> users()
iex> users(class: "h-6 w-6 text-gray-500")
Link to this function

video(opts \\ [])

Specs

video(keyword()) :: {:safe, list()}

Examples

iex> video()
iex> video(class: "h-6 w-6 text-gray-500")
Link to this function

video_off(opts \\ [])

Specs

video_off(keyword()) :: {:safe, list()}

Examples

iex> video_off()
iex> video_off(class: "h-6 w-6 text-gray-500")
Link to this function

voicemail(opts \\ [])

Specs

voicemail(keyword()) :: {:safe, list()}

Examples

iex> voicemail()
iex> voicemail(class: "h-6 w-6 text-gray-500")
Link to this function

volume(opts \\ [])

Specs

volume(keyword()) :: {:safe, list()}

Examples

iex> volume()
iex> volume(class: "h-6 w-6 text-gray-500")
Link to this function

volume_1(opts \\ [])

Specs

volume_1(keyword()) :: {:safe, list()}

Examples

iex> volume_1()
iex> volume_1(class: "h-6 w-6 text-gray-500")
Link to this function

volume_2(opts \\ [])

Specs

volume_2(keyword()) :: {:safe, list()}

Examples

iex> volume_2()
iex> volume_2(class: "h-6 w-6 text-gray-500")
Link to this function

volume_x(opts \\ [])

Specs

volume_x(keyword()) :: {:safe, list()}

Examples

iex> volume_x()
iex> volume_x(class: "h-6 w-6 text-gray-500")
Link to this function

watch(opts \\ [])

Specs

watch(keyword()) :: {:safe, list()}

Examples

iex> watch()
iex> watch(class: "h-6 w-6 text-gray-500")
Link to this function

wifi(opts \\ [])

Specs

wifi(keyword()) :: {:safe, list()}

Examples

iex> wifi()
iex> wifi(class: "h-6 w-6 text-gray-500")
Link to this function

wifi_off(opts \\ [])

Specs

wifi_off(keyword()) :: {:safe, list()}

Examples

iex> wifi_off()
iex> wifi_off(class: "h-6 w-6 text-gray-500")
Link to this function

wind(opts \\ [])

Specs

wind(keyword()) :: {:safe, list()}

Examples

iex> wind()
iex> wind(class: "h-6 w-6 text-gray-500")

Specs

x(keyword()) :: {:safe, list()}

Examples

iex> x()
iex> x(class: "h-6 w-6 text-gray-500")
Link to this function

x_circle(opts \\ [])

Specs

x_circle(keyword()) :: {:safe, list()}

Examples

iex> x_circle()
iex> x_circle(class: "h-6 w-6 text-gray-500")
Link to this function

x_octagon(opts \\ [])

Specs

x_octagon(keyword()) :: {:safe, list()}

Examples

iex> x_octagon()
iex> x_octagon(class: "h-6 w-6 text-gray-500")
Link to this function

x_square(opts \\ [])

Specs

x_square(keyword()) :: {:safe, list()}

Examples

iex> x_square()
iex> x_square(class: "h-6 w-6 text-gray-500")
Link to this function

youtube(opts \\ [])

Specs

youtube(keyword()) :: {:safe, list()}

Examples

iex> youtube()
iex> youtube(class: "h-6 w-6 text-gray-500")
Link to this function

zap(opts \\ [])

Specs

zap(keyword()) :: {:safe, list()}

Examples

iex> zap()
iex> zap(class: "h-6 w-6 text-gray-500")
Link to this function

zap_off(opts \\ [])

Specs

zap_off(keyword()) :: {:safe, list()}

Examples

iex> zap_off()
iex> zap_off(class: "h-6 w-6 text-gray-500")
Link to this function

zoom_in(opts \\ [])

Specs

zoom_in(keyword()) :: {:safe, list()}

Examples

iex> zoom_in()
iex> zoom_in(class: "h-6 w-6 text-gray-500")
Link to this function

zoom_out(opts \\ [])

Specs

zoom_out(keyword()) :: {:safe, list()}

Examples

iex> zoom_out()
iex> zoom_out(class: "h-6 w-6 text-gray-500")