alias
alias
alias
alias
alias
alias
alias
alias
alias
module FontAwesome.Brand exposing (..)
{-|
# Icons as Html
@docs fiveHundredPX, adn, amazon, android, angellist, apple, behance, behance_square, bitbucket, bitbucket_square, bitcoin, black_tie, bluetooth, bluetooth_b, btc, buysellads, cc_amex, cc_diners_club, cc_discover, cc_jcb, cc_mastercard, cc_paypal, cc_stripe, cc_visa, chrome, codepen, codiepie, connectdevelop, contao, css3, dashcube, delicious, deviantart, digg, dribbble, dropbox, drupal, edge, empire, envira, expeditedssl, fa, facebook, facebook_f, facebook_official, facebook_square, firefox, first_order, flickr, font_awesome, fonticons, fort_awesome, forumbee, foursquare, ge, get_pocket, gg, gg_circle, git, git_square, github, github_alt, github_square, gitlab, gittip, glide, glide_g, google, google_plus, google_plus_circle, google_plus_official, google_plus_square, google_wallet, gratipay, hacker_news, houzz, html5, instagram, internet_explorer, ioxhost, joomla, jsfiddle, lastfm, lastfm_square, leanpub, linkedin, linkedin_square, linux, maxcdn, meanpath, medium, mixcloud, modx, odnoklassniki, odnoklassniki_square, opencart, openid, opera, optin_monster, pagelines, paypal, pied_piper, pied_piper_alt, pied_piper_pp, pinterest, pinterest_p, pinterest_square, product_hunt, qq, ra, rebel, reddit, reddit_alien, reddit_square, renren, resistance, safari, scribd, sellsy, share_alt, share_alt_square, shirtsinbulk, simplybuilt, skyatlas, skype, slack, slideshare, snapchat, snapchat_ghost, snapchat_square, soundcloud, spotify, stack_exchange, stack_overflow, steam, steam_square, stumbleupon, stumbleupon_circle, tencent_weibo, themeisle, trello, tripadvisor, tumblr, tumblr_square, twitch, twitter, twitter_square, usb, viacoin, viadeo, viadeo_square, vimeo, vimeo_square, vine, vk, wechat, weibo, weixin, whatsapp, wikipedia_w, windows, wordpress, wpbeginner, wpforms, xing, xing_square, y_combinator, y_combinator_square, yahoo, yc, yc_square, yelp, yoast, youtube, youtube_play, youtube_square
-}
import FontAwesome.Brand.Class as C
import FontAwesome.Util exposing (icon)
import Html exposing (Html)
{-|-}
fiveHundredPX : Html msg
fiveHundredPX = C.fiveHundredPX |> icon
{-|-}
adn : Html msg
adn = C.adn |> icon
{-|-}
amazon : Html msg
amazon = C.amazon |> icon
{-|-}
android : Html msg
android = C.android |> icon
{-|-}
angellist : Html msg
angellist = C.angellist |> icon
{-|-}
apple : Html msg
apple = C.apple |> icon
{-|-}
behance : Html msg
behance = C.behance |> icon
{-|-}
behance_square : Html msg
behance_square = C.behance_square |> icon
{-|-}
bitbucket : Html msg
bitbucket = C.bitbucket |> icon
{-|-}
bitbucket_square : Html msg
bitbucket_square = C.bitbucket_square |> icon
{-| alias -}
bitcoin : Html msg
bitcoin = C.bitcoin |> icon
{-|-}
black_tie : Html msg
black_tie = C.black_tie |> icon
{-|-}
bluetooth : Html msg
bluetooth = C.bluetooth |> icon
{-|-}
bluetooth_b : Html msg
bluetooth_b = C.bluetooth_b |> icon
{-|-}
btc : Html msg
btc = C.btc |> icon
{-|-}
buysellads : Html msg
buysellads = C.buysellads |> icon
{-|-}
cc_amex : Html msg
cc_amex = C.cc_amex |> icon
{-|-}
cc_diners_club : Html msg
cc_diners_club = C.cc_diners_club |> icon
{-|-}
cc_discover : Html msg
cc_discover = C.cc_discover |> icon
{-|-}
cc_jcb : Html msg
cc_jcb = C.cc_jcb |> icon
{-|-}
cc_mastercard : Html msg
cc_mastercard = C.cc_mastercard |> icon
{-|-}
cc_paypal : Html msg
cc_paypal = C.cc_paypal |> icon
{-|-}
cc_stripe : Html msg
cc_stripe = C.cc_stripe |> icon
{-|-}
cc_visa : Html msg
cc_visa = C.cc_visa |> icon
{-|-}
chrome : Html msg
chrome = C.chrome |> icon
{-|-}
codepen : Html msg
codepen = C.codepen |> icon
{-|-}
codiepie : Html msg
codiepie = C.codiepie |> icon
{-|-}
connectdevelop : Html msg
connectdevelop = C.connectdevelop |> icon
{-|-}
contao : Html msg
contao = C.contao |> icon
{-|-}
css3 : Html msg
css3 = C.css3 |> icon
{-|-}
dashcube : Html msg
dashcube = C.dashcube |> icon
{-|-}
delicious : Html msg
delicious = C.delicious |> icon
{-|-}
deviantart : Html msg
deviantart = C.deviantart |> icon
{-|-}
digg : Html msg
digg = C.digg |> icon
{-|-}
dribbble : Html msg
dribbble = C.dribbble |> icon
{-|-}
dropbox : Html msg
dropbox = C.dropbox |> icon
{-|-}
drupal : Html msg
drupal = C.drupal |> icon
{-|-}
edge : Html msg
edge = C.edge |> icon
{-|-}
empire : Html msg
empire = C.empire |> icon
{-|-}
envira : Html msg
envira = C.envira |> icon
{-|-}
expeditedssl : Html msg
expeditedssl = C.expeditedssl |> icon
{-| alias -}
fa : Html msg
fa = C.fa |> icon
{-|-}
facebook : Html msg
facebook = C.facebook |> icon
{-| alias -}
facebook_f : Html msg
facebook_f = C.facebook_f |> icon
{-|-}
facebook_official : Html msg
facebook_official = C.facebook_official |> icon
{-|-}
facebook_square : Html msg
facebook_square = C.facebook_square |> icon
{-|-}
firefox : Html msg
firefox = C.firefox |> icon
{-|-}
first_order : Html msg
first_order = C.first_order |> icon
{-|-}
flickr : Html msg
flickr = C.flickr |> icon
{-|-}
font_awesome : Html msg
font_awesome = C.font_awesome |> icon
{-|-}
fonticons : Html msg
fonticons = C.fonticons |> icon
{-|-}
fort_awesome : Html msg
fort_awesome = C.fort_awesome |> icon
{-|-}
forumbee : Html msg
forumbee = C.forumbee |> icon
{-|-}
foursquare : Html msg
foursquare = C.foursquare |> icon
{-| alias -}
ge : Html msg
ge = C.ge |> icon
{-|-}
get_pocket : Html msg
get_pocket = C.get_pocket |> icon
{-|-}
gg : Html msg
gg = C.gg |> icon
{-|-}
gg_circle : Html msg
gg_circle = C.gg_circle |> icon
{-|-}
git : Html msg
git = C.git |> icon
{-|-}
git_square : Html msg
git_square = C.git_square |> icon
{-|-}
github : Html msg
github = C.github |> icon
{-|-}
github_alt : Html msg
github_alt = C.github_alt |> icon
{-|-}
github_square : Html msg
github_square = C.github_square |> icon
{-|-}
gitlab : Html msg
gitlab = C.gitlab |> icon
{-| alias -}
gittip : Html msg
gittip = C.gittip |> icon
{-|-}
glide : Html msg
glide = C.glide |> icon
{-|-}
glide_g : Html msg
glide_g = C.glide_g |> icon
{-|-}
google : Html msg
google = C.google |> icon
{-|-}
google_plus : Html msg
google_plus = C.google_plus |> icon
{-| alias -}
google_plus_circle : Html msg
google_plus_circle = C.google_plus_circle |> icon
{-|-}
google_plus_official : Html msg
google_plus_official = C.google_plus_official |> icon
{-|-}
google_plus_square : Html msg
google_plus_square = C.google_plus_square |> icon
{-|-}
google_wallet : Html msg
google_wallet = C.google_wallet |> icon
{-|-}
gratipay : Html msg
gratipay = C.gratipay |> icon
{-|-}
hacker_news : Html msg
hacker_news = C.hacker_news |> icon
{-|-}
houzz : Html msg
houzz = C.houzz |> icon
{-|-}
html5 : Html msg
html5 = C.html5 |> icon
{-|-}
instagram : Html msg
instagram = C.instagram |> icon
{-|-}
internet_explorer : Html msg
internet_explorer = C.internet_explorer |> icon
{-|-}
ioxhost : Html msg
ioxhost = C.ioxhost |> icon
{-|-}
joomla : Html msg
joomla = C.joomla |> icon
{-|-}
jsfiddle : Html msg
jsfiddle = C.jsfiddle |> icon
{-|-}
lastfm : Html msg
lastfm = C.lastfm |> icon
{-|-}
lastfm_square : Html msg
lastfm_square = C.lastfm_square |> icon
{-|-}
leanpub : Html msg
leanpub = C.leanpub |> icon
{-|-}
linkedin : Html msg
linkedin = C.linkedin |> icon
{-|-}
linkedin_square : Html msg
linkedin_square = C.linkedin_square |> icon
{-|-}
linux : Html msg
linux = C.linux |> icon
{-|-}
maxcdn : Html msg
maxcdn = C.maxcdn |> icon
{-|-}
meanpath : Html msg
meanpath = C.meanpath |> icon
{-|-}
medium : Html msg
medium = C.medium |> icon
{-|-}
mixcloud : Html msg
mixcloud = C.mixcloud |> icon
{-|-}
modx : Html msg
modx = C.modx |> icon
{-|-}
odnoklassniki : Html msg
odnoklassniki = C.odnoklassniki |> icon
{-|-}
odnoklassniki_square : Html msg
odnoklassniki_square = C.odnoklassniki_square |> icon
{-|-}
opencart : Html msg
opencart = C.opencart |> icon
{-|-}
openid : Html msg
openid = C.openid |> icon
{-|-}
opera : Html msg
opera = C.opera |> icon
{-|-}
optin_monster : Html msg
optin_monster = C.optin_monster |> icon
{-|-}
pagelines : Html msg
pagelines = C.pagelines |> icon
{-|-}
paypal : Html msg
paypal = C.paypal |> icon
{-|-}
pied_piper : Html msg
pied_piper = C.pied_piper |> icon
{-|-}
pied_piper_alt : Html msg
pied_piper_alt = C.pied_piper_alt |> icon
{-|-}
pied_piper_pp : Html msg
pied_piper_pp = C.pied_piper_pp |> icon
{-|-}
pinterest : Html msg
pinterest = C.pinterest |> icon
{-|-}
pinterest_p : Html msg
pinterest_p = C.pinterest_p |> icon
{-|-}
pinterest_square : Html msg
pinterest_square = C.pinterest_square |> icon
{-|-}
product_hunt : Html msg
product_hunt = C.product_hunt |> icon
{-|-}
qq : Html msg
qq = C.qq |> icon
{-| alias -}
ra : Html msg
ra = C.ra |> icon
{-|-}
rebel : Html msg
rebel = C.rebel |> icon
{-|-}
reddit : Html msg
reddit = C.reddit |> icon
{-|-}
reddit_alien : Html msg
reddit_alien = C.reddit_alien |> icon
{-|-}
reddit_square : Html msg
reddit_square = C.reddit_square |> icon
{-|-}
renren : Html msg
renren = C.renren |> icon
{-| alias -}
resistance : Html msg
resistance = C.resistance |> icon
{-|-}
safari : Html msg
safari = C.safari |> icon
{-|-}
scribd : Html msg
scribd = C.scribd |> icon
{-|-}
sellsy : Html msg
sellsy = C.sellsy |> icon
{-|-}
share_alt : Html msg
share_alt = C.share_alt |> icon
{-|-}
share_alt_square : Html msg
share_alt_square = C.share_alt_square |> icon
{-|-}
shirtsinbulk : Html msg
shirtsinbulk = C.shirtsinbulk |> icon
{-|-}
simplybuilt : Html msg
simplybuilt = C.simplybuilt |> icon
{-|-}
skyatlas : Html msg
skyatlas = C.skyatlas |> icon
{-|-}
skype : Html msg
skype = C.skype |> icon
{-|-}
slack : Html msg
slack = C.slack |> icon
{-|-}
slideshare : Html msg
slideshare = C.slideshare |> icon
{-|-}
snapchat : Html msg
snapchat = C.snapchat |> icon
{-|-}
snapchat_ghost : Html msg
snapchat_ghost = C.snapchat_ghost |> icon
{-|-}
snapchat_square : Html msg
snapchat_square = C.snapchat_square |> icon
{-|-}
soundcloud : Html msg
soundcloud = C.soundcloud |> icon
{-|-}
spotify : Html msg
spotify = C.spotify |> icon
{-|-}
stack_exchange : Html msg
stack_exchange = C.stack_exchange |> icon
{-|-}
stack_overflow : Html msg
stack_overflow = C.stack_overflow |> icon
{-|-}
steam : Html msg
steam = C.steam |> icon
{-|-}
steam_square : Html msg
steam_square = C.steam_square |> icon
{-|-}
stumbleupon : Html msg
stumbleupon = C.stumbleupon |> icon
{-|-}
stumbleupon_circle : Html msg
stumbleupon_circle = C.stumbleupon_circle |> icon
{-|-}
tencent_weibo : Html msg
tencent_weibo = C.tencent_weibo |> icon
{-|-}
themeisle : Html msg
themeisle = C.themeisle |> icon
{-|-}
trello : Html msg
trello = C.trello |> icon
{-|-}
tripadvisor : Html msg
tripadvisor = C.tripadvisor |> icon
{-|-}
tumblr : Html msg
tumblr = C.tumblr |> icon
{-|-}
tumblr_square : Html msg
tumblr_square = C.tumblr_square |> icon
{-|-}
twitch : Html msg
twitch = C.twitch |> icon
{-|-}
twitter : Html msg
twitter = C.twitter |> icon
{-|-}
twitter_square : Html msg
twitter_square = C.twitter_square |> icon
{-|-}
usb : Html msg
usb = C.usb |> icon
{-|-}
viacoin : Html msg
viacoin = C.viacoin |> icon
{-|-}
viadeo : Html msg
viadeo = C.viadeo |> icon
{-|-}
viadeo_square : Html msg
viadeo_square = C.viadeo_square |> icon
{-|-}
vimeo : Html msg
vimeo = C.vimeo |> icon
{-|-}
vimeo_square : Html msg
vimeo_square = C.vimeo_square |> icon
{-|-}
vine : Html msg
vine = C.vine |> icon
{-|-}
vk : Html msg
vk = C.vk |> icon
{-| alias -}
wechat : Html msg
wechat = C.wechat |> icon
{-|-}
weibo : Html msg
weibo = C.weibo |> icon
{-|-}
weixin : Html msg
weixin = C.weixin |> icon
{-|-}
whatsapp : Html msg
whatsapp = C.whatsapp |> icon
{-|-}
wikipedia_w : Html msg
wikipedia_w = C.wikipedia_w |> icon
{-|-}
windows : Html msg
windows = C.windows |> icon
{-|-}
wordpress : Html msg
wordpress = C.wordpress |> icon
{-|-}
wpbeginner : Html msg
wpbeginner = C.wpbeginner |> icon
{-|-}
wpforms : Html msg
wpforms = C.wpforms |> icon
{-|-}
xing : Html msg
xing = C.xing |> icon
{-|-}
xing_square : Html msg
xing_square = C.xing_square |> icon
{-|-}
y_combinator : Html msg
y_combinator = C.y_combinator |> icon
{-| alias -}
y_combinator_square : Html msg
y_combinator_square = C.y_combinator_square |> icon
{-|-}
yahoo : Html msg
yahoo = C.yahoo |> icon
{-| alias -}
yc : Html msg
yc = C.yc |> icon
{-| alias -}
yc_square : Html msg
yc_square = C.yc_square |> icon
{-|-}
yelp : Html msg
yelp = C.yelp |> icon
{-|-}
yoast : Html msg
yoast = C.yoast |> icon
{-|-}
youtube : Html msg
youtube = C.youtube |> icon
{-|-}
youtube_play : Html msg
youtube_play = C.youtube_play |> icon
{-|-}
youtube_square : Html msg
youtube_square = C.youtube_square |> icon