import { SvelteComponentTyped } from 'svelte/internal' import type { Style } from '../../style' import type { Size, Color } from '../../variations' import type { Component } from '../../component' declare type State = 'disabled' | 'loading' declare type Rotate = 'counterclockwise' | 'clockwise' declare type Flip = 'horizontally' | 'vertically' interface IconProps extends Component { name: Icons | (string & {}) state?: State rotated?: Rotate color?: Color flipped?: Flip size?: Size style?: Style fitted?: boolean link?: boolean inverted?: boolean bordered?: boolean circular?: boolean corner?: boolean divider?: boolean } /** * Vomantic Icon */ declare class Icon extends SvelteComponentTyped {} export default Icon export declare type Icons = | 'accessible' | 'american sign language interpreting' | 'assistive listening systems' | 'audio description' | 'blind' | 'braille' | 'closed captioning' | 'closed captioning outline' | 'deaf' | 'low vision' | 'phone volume' | 'question circle' | 'question circle outline' | 'sign language' | 'tty' | 'universal access' | 'wheelchair' | 'bell' | 'bell outline' | 'bell slash' | 'bell slash outline' | 'exclamation' | 'exclamation circle' | 'exclamation triangle' | 'radiation' | 'radiation alternate' | 'skull crossbones' | 'cat' | 'crow' | 'dog' | 'dove' | 'dragon' | 'dropdown' | 'feather' | 'feather alternate' | 'fish' | 'frog' | 'hippo' | 'horse' | 'horse head' | 'kiwi bird' | 'otter' | 'paw' | 'spider' | 'angle double down' | 'angle double left' | 'angle double right' | 'angle double up' | 'angle down' | 'angle left' | 'angle right' | 'angle up' | 'arrow alternate circle down' | 'arrow alternate circle down outline' | 'arrow alternate circle left' | 'arrow alternate circle left outline' | 'arrow alternate circle right' | 'arrow alternate circle right outline' | 'arrow alternate circle up' | 'arrow alternate circle up outline' | 'arrow circle down' | 'arrow circle left' | 'arrow circle right' | 'arrow circle up' | 'arrow down' | 'arrow left' | 'arrow right' | 'arrow up' | 'arrows alternate' | 'arrows alternate horizontal' | 'arrows alternate vertical' | 'caret down' | 'caret left' | 'caret right' | 'caret square down' | 'caret square down outline' | 'caret square left' | 'caret square left outline' | 'caret square right' | 'caret square right outline' | 'caret square up' | 'caret square up outline' | 'caret up' | 'cart arrow down' | 'chart line' | 'chevron circle down' | 'chevron circle left' | 'chevron circle right' | 'chevron circle up' | 'chevron down' | 'chevron left' | 'chevron right' | 'chevron up' | 'cloud download alternate' | 'cloud upload alternate' | 'compress alternate' | 'compress arrows alternate' | 'download' | 'exchange alternate' | 'expand alternate' | 'expand arrows alternate' | 'external alternate' | 'external link square alternate' | 'hand point down' | 'hand point down outline' | 'hand point left' | 'hand point left outline' | 'hand point right' | 'hand point right outline' | 'hand point up' | 'hand point up outline' | 'hand pointer' | 'hand pointer outline' | 'history' | 'level down alternate' | 'level up alternate' | 'location arrow' | 'long arrow alternate down' | 'long arrow alternate left' | 'long arrow alternate right' | 'long arrow alternate up' | 'mouse pointer' | 'play' | 'random' | 'recycle' | 'redo' | 'redo alternate' | 'reply' | 'reply all' | 'retweet' | 'share' | 'share square' | 'share square outline' | 'sign in alternate' | 'sign out alternate' | 'sort' | 'sort alphabet down' | 'sort alphabet down alternate' | 'sort alphabet up' | 'sort alphabet up alternate' | 'sort amount down' | 'sort amount down alternate' | 'sort amount up' | 'sort amount up alternate' | 'sort down' | 'sort numeric down' | 'sort numeric down alternate' | 'sort numeric up' | 'sort numeric up alternate' | 'sort up' | 'sync' | 'sync alternate' | 'text height' | 'text width' | 'undo' | 'undo alternate' | 'upload' | 'audio description' | 'backward' | 'broadcast tower' | 'circle' | 'circle outline' | 'closed captioning' | 'closed captioning outline' | 'compress' | 'compress alternate' | 'compress arrows alternate' | 'eject' | 'expand' | 'expand alternate' | 'expand arrows alternate' | 'fast backward' | 'fast forward' | 'file audio' | 'file audio outline' | 'file video' | 'file video outline' | 'film' | 'forward' | 'headphones' | 'microphone' | 'microphone alternate' | 'microphone alternate slash' | 'microphone slash' | 'music' | 'pause' | 'pause circle' | 'pause circle outline' | 'phone volume' | 'photo video' | 'play' | 'play circle' | 'play circle outline' | 'podcast' | 'random' | 'redo' | 'redo alternate' | 'rss' | 'rss square' | 'step backward' | 'step forward' | 'stop' | 'stop circle' | 'stop circle outline' | 'sync' | 'sync alternate' | 'tv' | 'undo' | 'undo alternate' | 'video' | 'volume down' | 'volume mute' | 'volume off' | 'volume up' | 'youtube' | 'air freshener' | 'ambulance' | 'bus' | 'bus alternate' | 'car' | 'car alternate' | 'car battery' | 'car crash' | 'car side' | 'caravan' | 'charging station' | 'gas pump' | 'motorcycle' | 'oil can' | 'shuttle van' | 'tachometer alternate' | 'taxi' | 'trailer' | 'truck' | 'truck monster' | 'truck pickup' | 'campground' | 'cloud sun' | 'drumstick bite' | 'football ball' | 'apple' | 'hiking' | 'mountain' | 'tractor' | 'tree' | 'wind' | 'wine bottle' | 'beer' | 'blender' | 'cocktail' | 'coffee' | 'flask' | 'glass cheers' | 'glass martini' | 'glass martini alternate' | 'glass whiskey' | 'mug hot' | 'wine bottle' | 'wine glass' | 'wine glass alternate' | 'archway' | 'building' | 'building outline' | 'campground' | 'church' | 'city' | 'clinic medical' | 'dungeon' | 'gopuram' | 'home' | 'hospital' | 'hospital alternate' | 'hospital outline' | 'hospital user' | 'hotel' | 'house damage' | 'igloo' | 'industry' | 'kaaba' | 'landmark' | 'monument' | 'mosque' | 'place of worship' | 'school' | 'store' | 'store alternate' | 'synagogue' | 'torii gate' | 'university' | 'vihara' | 'warehouse' | 'address book' | 'address book outline' | 'address card' | 'address card outline' | 'archive' | 'balance scale' | 'balance scale left' | 'balance scale right' | 'birthday cake' | 'book' | 'briefcase' | 'building' | 'building outline' | 'bullhorn' | 'bullseye' | 'business time' | 'calculator' | 'calendar' | 'calendar alternate' | 'calendar alternate outline' | 'calendar outline' | 'certificate' | 'chart area' | 'chart bar' | 'chart bar outline' | 'chart line' | 'chart pie' | 'city' | 'clipboard' | 'clipboard outline' | 'coffee' | 'columns' | 'compass' | 'compass outline' | 'copy' | 'copy outline' | 'copyright' | 'copyright outline' | 'cut' | 'edit' | 'edit outline' | 'envelope' | 'envelope open' | 'envelope open outline' | 'envelope outline' | 'envelope square' | 'eraser' | 'fax' | 'file' | 'file alternate' | 'file alternate outline' | 'file outline' | 'folder' | 'folder minus' | 'folder open' | 'folder open outline' | 'folder outline' | 'folder plus' | 'glasses' | 'globe' | 'highlighter' | 'industry' | 'landmark' | 'laptop house' | 'marker' | 'paperclip' | 'paste' | 'pen' | 'pen alternate' | 'pen fancy' | 'pen nib' | 'pen square' | 'pencil alternate' | 'percent' | 'phone' | 'phone alternate' | 'phone slash' | 'phone square' | 'phone square alternate' | 'phone volume' | 'print' | 'project diagram' | 'registered' | 'registered outline' | 'save' | 'save outline' | 'sitemap' | 'socks' | 'sticky note' | 'sticky note outline' | 'stream' | 'table' | 'tag' | 'tags' | 'tasks' | 'thumbtack' | 'trademark' | 'wallet' | 'binoculars' | 'campground' | 'caravan' | 'compass' | 'compass outline' | 'faucet' | 'fire' | 'fire alternate' | 'first aid' | 'frog' | 'hiking' | 'map' | 'map marked' | 'map marked alternate' | 'map outline' | 'map signs' | 'mountain' | 'route' | 'toilet paper' | 'trailer' | 'tree' | 'dollar sign' | 'donate' | 'dove' | 'gift' | 'globe' | 'hand holding heart' | 'hand holding usd' | 'hand holding water' | 'hands helping' | 'handshake' | 'handshake outline' | 'heart' | 'heart outline' | 'leaf' | 'parachute box' | 'piggy bank' | 'ribbon' | 'seedling' | 'comment' | 'comment alternate' | 'comment alternate outline' | 'comment dots' | 'comment dots outline' | 'comment medical' | 'comment outline' | 'comment slash' | 'comments' | 'comments outline' | 'frown' | 'frown outline' | 'icons' | 'meh' | 'meh outline' | 'phone' | 'phone alternate' | 'phone slash' | 'poo' | 'quote left' | 'quote right' | 'smile' | 'smile outline' | 'sms' | 'video' | 'video slash' | 'chess' | 'chess bishop' | 'chess board' | 'chess king' | 'chess knight' | 'chess pawn' | 'chess queen' | 'chess rook' | 'square full' | 'baby' | 'baby carriage' | 'bath' | 'biking' | 'birthday cake' | 'cookie' | 'cookie bite' | 'apple' | 'gamepad' | 'ice cream' | 'mitten' | 'robot' | 'school' | 'shapes' | 'snowman' | 'graduation cap' | 'hat cowboy' | 'hat cowboy side' | 'hat wizard' | 'mitten' | 'shoe prints' | 'socks' | 'tshirt' | 'user tie' | 'archive' | 'barcode' | 'bath' | 'bug' | 'code' | 'code branch' | 'coffee' | 'file' | 'file alternate' | 'file alternate outline' | 'file code' | 'file code outline' | 'file outline' | 'filter' | 'fire extinguisher' | 'folder' | 'folder open' | 'folder open outline' | 'folder outline' | 'keyboard' | 'keyboard outline' | 'laptop code' | 'microchip' | 'project diagram' | 'qrcode' | 'shield alternate' | 'sitemap' | 'stream' | 'terminal' | 'user secret' | 'window close' | 'window close outline' | 'window maximize' | 'window maximize outline' | 'window minimize' | 'window minimize outline' | 'window restore' | 'window restore outline' | 'address book' | 'address book outline' | 'address card' | 'address card outline' | 'american sign language interpreting' | 'assistive listening systems' | 'at' | 'bell' | 'bell outline' | 'bell slash' | 'bell slash outline' | 'bluetooth' | 'bluetooth b' | 'broadcast tower' | 'bullhorn' | 'chalkboard' | 'comment' | 'comment alternate' | 'comment alternate outline' | 'comment outline' | 'comments' | 'comments outline' | 'envelope' | 'envelope open' | 'envelope open outline' | 'envelope outline' | 'envelope square' | 'fax' | 'inbox' | 'language' | 'microphone' | 'microphone alternate' | 'microphone alternate slash' | 'microphone slash' | 'mobile' | 'mobile alternate' | 'paper plane' | 'paper plane outline' | 'phone' | 'phone alternate' | 'phone slash' | 'phone square' | 'phone square alternate' | 'phone volume' | 'rss' | 'rss square' | 'tty' | 'voicemail' | 'wifi' | 'database' | 'desktop' | 'download' | 'ethernet' | 'hdd' | 'hdd outline' | 'headphones' | 'keyboard' | 'keyboard outline' | 'laptop' | 'laptop house' | 'memory' | 'microchip' | 'mobile' | 'mobile alternate' | 'mouse' | 'plug' | 'power off' | 'print' | 'satellite' | 'satellite dish' | 'save' | 'save outline' | 'sd card' | 'server' | 'sim card' | 'stream' | 'tablet' | 'tablet alternate' | 'tv' | 'upload' | 'brush' | 'drafting compass' | 'dumpster' | 'hammer' | 'hard hat' | 'paint roller' | 'pencil alternate' | 'pencil ruler' | 'ruler' | 'ruler combined' | 'ruler horizontal' | 'ruler vertical' | 'screwdriver' | 'toolbox' | 'tools' | 'truck pickup' | 'wrench' | 'bitcoin' | 'btc' | 'dollar sign' | 'ethereum' | 'euro sign' | 'gg' | 'gg circle' | 'hryvnia' | 'lira sign' | 'money bill' | 'money bill alternate' | 'money bill alternate outline' | 'money bill wave' | 'money bill wave alternate' | 'money check' | 'money check alternate' | 'pound sign' | 'ruble sign' | 'rupee sign' | 'shekel sign' | 'tenge' | 'won sign' | 'yen sign' | 'bell' | 'bell outline' | 'bell slash' | 'bell slash outline' | 'calendar' | 'calendar alternate' | 'calendar alternate outline' | 'calendar check' | 'calendar check outline' | 'calendar minus' | 'calendar minus outline' | 'calendar outline' | 'calendar plus' | 'calendar plus outline' | 'calendar times' | 'calendar times outline' | 'clock' | 'clock outline' | 'hourglass' | 'hourglass end' | 'hourglass half' | 'hourglass outline' | 'hourglass start' | 'stopwatch' | 'adjust' | 'bezier curve' | 'brush' | 'clone' | 'clone outline' | 'copy' | 'copy outline' | 'crop' | 'crop alternate' | 'crosshairs' | 'cut' | 'drafting compass' | 'draw polygon' | 'edit' | 'edit outline' | 'eraser' | 'eye' | 'eye dropper' | 'eye outline' | 'eye slash' | 'eye slash outline' | 'fill' | 'fill drip' | 'highlighter' | 'icons' | 'layer group' | 'magic' | 'marker' | 'object group' | 'object group outline' | 'object ungroup' | 'object ungroup outline' | 'paint brush' | 'paint roller' | 'palette' | 'paste' | 'pen' | 'pen alternate' | 'pen fancy' | 'pen nib' | 'pencil alternate' | 'pencil ruler' | 'ruler combined' | 'ruler horizontal' | 'ruler vertical' | 'save' | 'save outline' | 'splotch' | 'spray can' | 'stamp' | 'swatchbook' | 'tint' | 'tint slash' | 'vector square' | 'align center' | 'align justify' | 'align left' | 'align right' | 'bold' | 'border all' | 'border none' | 'border style' | 'clipboard' | 'clipboard outline' | 'clone' | 'clone outline' | 'columns' | 'copy' | 'copy outline' | 'cut' | 'edit' | 'edit outline' | 'eraser' | 'file' | 'file alternate' | 'file alternate outline' | 'file outline' | 'font' | 'glasses' | 'heading' | 'highlighter' | 'i cursor' | 'icons' | 'indent' | 'italic' | 'linkify' | 'list' | 'list alternate' | 'list alternate outline' | 'list ol' | 'list ul' | 'marker' | 'outdent' | 'paper plane' | 'paper plane outline' | 'paperclip' | 'paragraph' | 'paste' | 'pen' | 'pen alternate' | 'pen fancy' | 'pen nib' | 'pencil alternate' | 'print' | 'quote left' | 'quote right' | 'redo' | 'redo alternate' | 'remove format' | 'reply' | 'reply all' | 'screwdriver' | 'share' | 'spell check' | 'strikethrough' | 'subscript' | 'superscript' | 'sync' | 'sync alternate' | 'table' | 'tasks' | 'text height' | 'text width' | 'th' | 'th large' | 'th list' | 'tools' | 'trash' | 'trash alternate' | 'trash alternate outline' | 'trash restore' | 'trash restore alternate' | 'underline' | 'undo' | 'undo alternate' | 'unlink' | 'wrench' | 'atom' | 'award' | 'bell' | 'bell outline' | 'bell slash' | 'bell slash outline' | 'book open' | 'book reader' | 'chalkboard' | 'chalkboard teacher' | 'apple' | 'graduation cap' | 'laptop code' | 'microscope' | 'music' | 'school' | 'shapes' | 'theater masks' | 'user graduate' | 'angry' | 'angry outline' | 'dizzy' | 'dizzy outline' | 'flushed' | 'flushed outline' | 'frown' | 'frown open' | 'frown open outline' | 'frown outline' | 'grimace' | 'grimace outline' | 'grin' | 'grin alternate' | 'grin alternate outline' | 'grin beam' | 'grin beam outline' | 'grin beam sweat' | 'grin beam sweat outline' | 'grin hearts' | 'grin hearts outline' | 'grin outline' | 'grin squint' | 'grin squint outline' | 'grin squint tears' | 'grin squint tears outline' | 'grin stars' | 'grin stars outline' | 'grin tears' | 'grin tears outline' | 'grin tongue' | 'grin tongue outline' | 'grin tongue squint' | 'grin tongue squint outline' | 'grin tongue wink' | 'grin tongue wink outline' | 'grin wink' | 'grin wink outline' | 'kiss' | 'kiss beam' | 'kiss beam outline' | 'kiss outline' | 'kiss wink heart' | 'kiss wink heart outline' | 'laugh' | 'laugh beam' | 'laugh beam outline' | 'laugh outline' | 'laugh squint' | 'laugh squint outline' | 'laugh wink' | 'laugh wink outline' | 'meh' | 'meh blank' | 'meh blank outline' | 'meh outline' | 'meh rolling eyes' | 'meh rolling eyes outline' | 'sad cry' | 'sad cry outline' | 'sad tear' | 'sad tear outline' | 'smile' | 'smile beam' | 'smile beam outline' | 'smile outline' | 'smile wink' | 'smile wink outline' | 'surprise' | 'surprise outline' | 'tired' | 'tired outline' | 'atom' | 'battery empty' | 'battery full' | 'battery half' | 'battery quarter' | 'battery three quarters' | 'broadcast tower' | 'burn' | 'charging station' | 'fan' | 'fire' | 'fire alternate' | 'gas pump' | 'industry' | 'leaf' | 'lightbulb' | 'lightbulb outline' | 'plug' | 'poop' | 'power off' | 'radiation' | 'radiation alternate' | 'seedling' | 'solar panel' | 'sun' | 'sun outline' | 'water' | 'wind' | 'archive' | 'clone' | 'clone outline' | 'copy' | 'copy outline' | 'cut' | 'file' | 'file alternate' | 'file alternate outline' | 'file archive' | 'file archive outline' | 'file audio' | 'file audio outline' | 'file code' | 'file code outline' | 'file excel' | 'file excel outline' | 'file image' | 'file image outline' | 'file outline' | 'file pdf' | 'file pdf outline' | 'file powerpoint' | 'file powerpoint outline' | 'file video' | 'file video outline' | 'file word' | 'file word outline' | 'folder' | 'folder open' | 'folder open outline' | 'folder outline' | 'paste' | 'photo video' | 'save' | 'save outline' | 'sticky note' | 'sticky note outline' | 'balance scale' | 'balance scale left' | 'balance scale right' | 'book' | 'cash register' | 'chart line' | 'chart pie' | 'coins' | 'comment dollar' | 'comments dollar' | 'credit card' | 'credit card outline' | 'donate' | 'file invoice' | 'file invoice dollar' | 'hand holding usd' | 'landmark' | 'money bill' | 'money bill alternate' | 'money bill alternate outline' | 'money bill wave' | 'money bill wave alternate' | 'money check' | 'money check alternate' | 'percentage' | 'piggy bank' | 'receipt' | 'stamp' | 'wallet' | 'bicycle' | 'biking' | 'burn' | 'fire alternate' | 'heart' | 'heart outline' | 'heartbeat' | 'hiking' | 'running' | 'shoe prints' | 'skating' | 'skiing' | 'skiing nordic' | 'snowboarding' | 'spa' | 'swimmer' | 'walking' | 'bacon' | 'bone' | 'bread slice' | 'candy cane' | 'carrot' | 'cheese' | 'cloud meatball' | 'cookie' | 'drumstick bite' | 'egg' | 'fish' | 'apple' | 'hamburger' | 'hotdog' | 'ice cream' | 'lemon' | 'lemon outline' | 'pepper hot' | 'pizza slice' | 'seedling' | 'stroopwafel' | 'carrot' | 'apple' | 'leaf' | 'lemon' | 'lemon outline' | 'pepper hot' | 'seedling' | 'chess' | 'chess bishop' | 'chess board' | 'chess king' | 'chess knight' | 'chess pawn' | 'chess queen' | 'chess rook' | 'dice' | 'dice d20' | 'dice d6' | 'dice five' | 'dice four' | 'dice one' | 'dice six' | 'dice three' | 'dice two' | 'gamepad' | 'ghost' | 'headset' | 'heart' | 'heart outline' | 'playstation' | 'puzzle piece' | 'steam' | 'steam square' | 'steam symbol' | 'twitch' | 'xbox' | 'genderless' | 'mars' | 'mars double' | 'mars stroke' | 'mars stroke horizontal' | 'mars stroke vertical' | 'mercury' | 'neuter' | 'transgender' | 'transgender alternate' | 'venus' | 'venus double' | 'venus mars' | 'book dead' | 'broom' | 'cat' | 'cloud moon' | 'crow' | 'ghost' | 'hat wizard' | 'mask' | 'skull crossbones' | 'spider' | 'toilet paper' | 'allergies' | 'fist raised' | 'hand holding' | 'hand holding heart' | 'hand holding medical' | 'hand holding usd' | 'hand holding water' | 'hand lizard' | 'hand lizard outline' | 'hand middle finger' | 'hand paper' | 'hand paper outline' | 'hand peace' | 'hand peace outline' | 'hand point down' | 'hand point down outline' | 'hand point left' | 'hand point left outline' | 'hand point right' | 'hand point right outline' | 'hand point up' | 'hand point up outline' | 'hand pointer' | 'hand pointer outline' | 'hand rock' | 'hand rock outline' | 'hand scissors' | 'hand scissors outline' | 'hand sparkles' | 'hand spock' | 'hand spock outline' | 'hands' | 'hands helping' | 'hands wash' | 'handshake' | 'handshake alternate slash' | 'handshake outline' | 'handshake slash' | 'praying hands' | 'thumbs down' | 'thumbs down outline' | 'thumbs up' | 'thumbs up outline' | 'accessible' | 'ambulance' | 'h square' | 'heart' | 'heart outline' | 'heartbeat' | 'hospital' | 'hospital outline' | 'medkit' | 'plus square' | 'plus square outline' | 'prescription' | 'stethoscope' | 'user md' | 'wheelchair' | 'candy cane' | 'carrot' | 'cookie bite' | 'gift' | 'gifts' | 'glass cheers' | 'holly berry' | 'mug hot' | 'sleigh' | 'snowman' | 'baby carriage' | 'bath' | 'bed' | 'briefcase' | 'car' | 'cocktail' | 'coffee' | 'concierge bell' | 'dice' | 'dice five' | 'door closed' | 'door open' | 'dumbbell' | 'glass martini' | 'glass martini alternate' | 'hot tub' | 'hotel' | 'infinity' | 'key' | 'luggage cart' | 'shower' | 'shuttle van' | 'smoking' | 'smoking ban' | 'snowflake' | 'snowflake outline' | 'spa' | 'suitcase' | 'suitcase rolling' | 'swimmer' | 'swimming pool' | 'tv' | 'umbrella beach' | 'utensils' | 'wheelchair' | 'wifi' | 'bath' | 'bed' | 'bell' | 'bell outline' | 'blender' | 'box tissue' | 'chair' | 'coffee' | 'couch' | 'door closed' | 'door open' | 'dungeon' | 'fan' | 'faucet' | 'house user' | 'laptop house' | 'lightbulb' | 'lightbulb outline' | 'plug' | 'pump soap' | 'shower' | 'snowflake' | 'snowflake outline' | 'soap' | 'toilet paper' | 'toilet paper slash' | 'tv' | 'adjust' | 'bolt' | 'camera' | 'camera retro' | 'chalkboard' | 'clone' | 'clone outline' | 'compress' | 'compress arrows alternate' | 'expand' | 'eye' | 'eye dropper' | 'eye outline' | 'eye slash' | 'eye slash outline' | 'file image' | 'file image outline' | 'film' | 'id badge' | 'id badge outline' | 'id card' | 'id card outline' | 'image' | 'image outline' | 'images' | 'images outline' | 'photo video' | 'portrait' | 'sliders horizontal' | 'tint' | 'award' | 'ban' | 'barcode' | 'bars' | 'beer' | 'bell' | 'bell outline' | 'bell slash' | 'bell slash outline' | 'blog' | 'bug' | 'bullhorn' | 'bullseye' | 'calculator' | 'calendar' | 'calendar alternate' | 'calendar alternate outline' | 'calendar check' | 'calendar check outline' | 'calendar minus' | 'calendar minus outline' | 'calendar outline' | 'calendar plus' | 'calendar plus outline' | 'calendar times' | 'calendar times outline' | 'certificate' | 'check' | 'check circle' | 'check circle outline' | 'check double' | 'check square' | 'check square outline' | 'circle' | 'circle outline' | 'clipboard' | 'clipboard outline' | 'clone' | 'clone outline' | 'cloud' | 'cloud download alternate' | 'cloud upload alternate' | 'coffee' | 'cog' | 'cogs' | 'copy' | 'copy outline' | 'cut' | 'database' | 'dot circle' | 'dot circle outline' | 'download' | 'edit' | 'edit outline' | 'ellipsis horizontal' | 'ellipsis vertical' | 'envelope' | 'envelope open' | 'envelope open outline' | 'envelope outline' | 'eraser' | 'exclamation' | 'exclamation circle' | 'exclamation triangle' | 'external alternate' | 'external link square alternate' | 'eye' | 'eye outline' | 'eye slash' | 'eye slash outline' | 'file' | 'file alternate' | 'file alternate outline' | 'file download' | 'file export' | 'file import' | 'file outline' | 'file upload' | 'filter' | 'fingerprint' | 'flag' | 'flag checkered' | 'flag outline' | 'folder' | 'folder open' | 'folder open outline' | 'folder outline' | 'frown' | 'frown outline' | 'glasses' | 'grip horizontal' | 'grip lines' | 'grip lines vertical' | 'grip vertical' | 'hashtag' | 'heart' | 'heart outline' | 'history' | 'home' | 'i cursor' | 'info' | 'info circle' | 'language' | 'magic' | 'marker' | 'medal' | 'meh' | 'meh outline' | 'microphone' | 'microphone alternate' | 'microphone slash' | 'minus' | 'minus circle' | 'minus square' | 'minus square outline' | 'paste' | 'pen' | 'pen alternate' | 'pen fancy' | 'pencil alternate' | 'plus' | 'plus circle' | 'plus square' | 'plus square outline' | 'poo' | 'qrcode' | 'question' | 'question circle' | 'question circle outline' | 'quote left' | 'quote right' | 'redo' | 'redo alternate' | 'reply' | 'reply all' | 'rss' | 'rss square' | 'save' | 'save outline' | 'screwdriver' | 'search' | 'search minus' | 'search plus' | 'share' | 'share alternate' | 'share alternate square' | 'share square' | 'share square outline' | 'shield alternate' | 'sign in alternate' | 'sign out alternate' | 'signal' | 'sitemap' | 'sliders horizontal' | 'smile' | 'smile outline' | 'sort' | 'sort alphabet down' | 'sort alphabet down alternate' | 'sort alphabet up' | 'sort alphabet up alternate' | 'sort amount down' | 'sort amount down alternate' | 'sort amount up' | 'sort amount up alternate' | 'sort down' | 'sort numeric down' | 'sort numeric down alternate' | 'sort numeric up' | 'sort numeric up alternate' | 'sort up' | 'star' | 'star half' | 'star half outline' | 'star outline' | 'sync' | 'sync alternate' | 'thumbs down' | 'thumbs down outline' | 'thumbs up' | 'thumbs up outline' | 'times' | 'times circle' | 'times circle outline' | 'toggle off' | 'toggle on' | 'tools' | 'trash' | 'trash alternate' | 'trash alternate outline' | 'trash restore' | 'trash restore alternate' | 'trophy' | 'undo' | 'undo alternate' | 'upload' | 'user' | 'user alternate' | 'user circle' | 'user circle outline' | 'user outline' | 'volume down' | 'volume mute' | 'volume off' | 'volume up' | 'wifi' | 'wrench' | 'box' | 'boxes' | 'clipboard check' | 'clipboard list' | 'dolly' | 'dolly flatbed' | 'hard hat' | 'pallet' | 'shipping fast' | 'truck' | 'warehouse' | 'ambulance' | 'anchor' | 'balance scale' | 'balance scale left' | 'balance scale right' | 'bath' | 'bed' | 'beer' | 'bell' | 'bell outline' | 'bell slash' | 'bell slash outline' | 'bicycle' | 'binoculars' | 'birthday cake' | 'blind' | 'bomb' | 'book' | 'bookmark' | 'bookmark outline' | 'briefcase' | 'building' | 'building outline' | 'car' | 'coffee' | 'crosshairs' | 'directions' | 'dollar sign' | 'draw polygon' | 'eye' | 'eye outline' | 'eye slash' | 'eye slash outline' | 'fighter jet' | 'fire' | 'fire alternate' | 'fire extinguisher' | 'flag' | 'flag checkered' | 'flag outline' | 'flask' | 'gamepad' | 'gavel' | 'gift' | 'glass martini' | 'globe' | 'graduation cap' | 'h square' | 'heart' | 'heart outline' | 'heartbeat' | 'helicopter' | 'home' | 'hospital' | 'hospital outline' | 'image' | 'image outline' | 'images' | 'images outline' | 'industry' | 'info' | 'info circle' | 'key' | 'landmark' | 'layer group' | 'leaf' | 'lemon' | 'lemon outline' | 'life ring' | 'life ring outline' | 'lightbulb' | 'lightbulb outline' | 'location arrow' | 'low vision' | 'magnet' | 'male' | 'map' | 'map marker' | 'map marker alternate' | 'map outline' | 'map pin' | 'map signs' | 'medkit' | 'money bill' | 'money bill alternate' | 'money bill alternate outline' | 'motorcycle' | 'music' | 'newspaper' | 'newspaper outline' | 'parking' | 'paw' | 'phone' | 'phone alternate' | 'phone square' | 'phone square alternate' | 'phone volume' | 'plane' | 'plug' | 'plus' | 'plus square' | 'plus square outline' | 'print' | 'recycle' | 'restroom' | 'road' | 'rocket' | 'route' | 'search' | 'search minus' | 'search plus' | 'ship' | 'shoe prints' | 'shopping bag' | 'shopping basket' | 'shopping cart' | 'shower' | 'snowplow' | 'street view' | 'subway' | 'suitcase' | 'tag' | 'tags' | 'taxi' | 'thumbtack' | 'ticket alternate' | 'tint' | 'traffic light' | 'train' | 'tram' | 'tree' | 'trophy' | 'truck' | 'tty' | 'umbrella' | 'university' | 'utensil spoon' | 'utensils' | 'wheelchair' | 'wifi' | 'wine glass' | 'wrench' | 'anchor' | 'binoculars' | 'compass' | 'compass outline' | 'dharmachakra' | 'frog' | 'ship' | 'skull crossbones' | 'swimmer' | 'water' | 'wind' | 'ad' | 'bullhorn' | 'bullseye' | 'comment dollar' | 'comments dollar' | 'envelope open text' | 'funnel dollar' | 'lightbulb' | 'lightbulb outline' | 'mail bulk' | 'poll' | 'poll horizontal' | 'search dollar' | 'search location' | 'calculator' | 'divide' | 'equals' | 'greater than' | 'greater than equal' | 'infinity' | 'less than' | 'less than equal' | 'minus' | 'not equal' | 'percentage' | 'plus' | 'square root alternate' | 'subscript' | 'superscript' | 'times' | 'wave square' | 'allergies' | 'ambulance' | 'band aid' | 'biohazard' | 'bone' | 'bong' | 'book medical' | 'brain' | 'briefcase medical' | 'burn' | 'cannabis' | 'capsules' | 'clinic medical' | 'comment medical' | 'crutch' | 'diagnoses' | 'disease' | 'dna' | 'file medical' | 'file medical alternate' | 'file prescription' | 'first aid' | 'hand holding medical' | 'head side cough' | 'head side cough slash' | 'head side mask' | 'head side virus' | 'heart' | 'heart outline' | 'heartbeat' | 'hospital' | 'hospital alternate' | 'hospital outline' | 'hospital symbol' | 'hospital user' | 'id card alternate' | 'joint' | 'laptop medical' | 'lungs' | 'lungs virus' | 'microscope' | 'mortar pestle' | 'notes medical' | 'pager' | 'pills' | 'plus' | 'poop' | 'prescription' | 'prescription bottle' | 'prescription bottle alternate' | 'procedures' | 'pump medical' | 'radiation' | 'radiation alternate' | 'shield virus' | 'smoking' | 'smoking ban' | 'star of life' | 'stethoscope' | 'syringe' | 'tablets' | 'teeth' | 'teeth open' | 'thermometer' | 'tooth' | 'user md' | 'user nurse' | 'vial' | 'vials' | 'virus' | 'virus slash' | 'viruses' | 'weight' | 'x ray' | 'archive' | 'box open' | 'caravan' | 'couch' | 'dolly' | 'people carry' | 'route' | 'sign' | 'suitcase' | 'tape' | 'trailer' | 'truck moving' | 'truck packing' | 'wine glass' | 'drum' | 'drum steelpan' | 'file audio' | 'file audio outline' | 'guitar' | 'headphones' | 'headphones alternate' | 'microphone' | 'microphone alternate' | 'microphone alternate slash' | 'microphone slash' | 'music' | 'napster' | 'play' | 'record vinyl' | 'sliders horizontal' | 'soundcloud' | 'spotify' | 'volume down' | 'volume mute' | 'volume off' | 'volume up' | 'ambulance' | 'anchor' | 'archive' | 'award' | 'baby carriage' | 'balance scale' | 'balance scale left' | 'balance scale right' | 'bath' | 'bed' | 'beer' | 'bell' | 'bell outline' | 'bicycle' | 'binoculars' | 'birthday cake' | 'blender' | 'bomb' | 'book' | 'book dead' | 'bookmark' | 'bookmark outline' | 'briefcase' | 'broadcast tower' | 'bug' | 'building' | 'building outline' | 'bullhorn' | 'bullseye' | 'bus' | 'calculator' | 'calendar' | 'calendar alternate' | 'calendar alternate outline' | 'calendar outline' | 'camera' | 'camera retro' | 'candy cane' | 'car' | 'carrot' | 'church' | 'clipboard' | 'clipboard outline' | 'cloud' | 'coffee' | 'cog' | 'cogs' | 'compass' | 'compass outline' | 'cookie' | 'cookie bite' | 'copy' | 'copy outline' | 'cube' | 'cubes' | 'cut' | 'dice' | 'dice d20' | 'dice d6' | 'dice five' | 'dice four' | 'dice one' | 'dice six' | 'dice three' | 'dice two' | 'digital tachograph' | 'door closed' | 'door open' | 'drum' | 'drum steelpan' | 'envelope' | 'envelope open' | 'envelope open outline' | 'envelope outline' | 'eraser' | 'eye' | 'eye dropper' | 'eye outline' | 'fax' | 'feather' | 'feather alternate' | 'fighter jet' | 'file' | 'file alternate' | 'file alternate outline' | 'file outline' | 'file prescription' | 'film' | 'fire' | 'fire alternate' | 'fire extinguisher' | 'flag' | 'flag checkered' | 'flag outline' | 'flask' | 'futbol' | 'futbol outline' | 'gamepad' | 'gavel' | 'gem' | 'gem outline' | 'gift' | 'gifts' | 'glass cheers' | 'glass martini' | 'glass whiskey' | 'glasses' | 'globe' | 'graduation cap' | 'guitar' | 'hat wizard' | 'hdd' | 'hdd outline' | 'headphones' | 'headphones alternate' | 'headset' | 'heart' | 'heart broken' | 'heart outline' | 'helicopter' | 'highlighter' | 'holly berry' | 'home' | 'hospital' | 'hospital outline' | 'hourglass' | 'hourglass outline' | 'igloo' | 'image' | 'image outline' | 'images' | 'images outline' | 'industry' | 'key' | 'keyboard' | 'keyboard outline' | 'laptop' | 'leaf' | 'lemon' | 'lemon outline' | 'life ring' | 'life ring outline' | 'lightbulb' | 'lightbulb outline' | 'lock' | 'lock open' | 'magic' | 'magnet' | 'map' | 'map marker' | 'map marker alternate' | 'map outline' | 'map pin' | 'map signs' | 'marker' | 'medal' | 'medkit' | 'memory' | 'microchip' | 'microphone' | 'microphone alternate' | 'mitten' | 'mobile' | 'mobile alternate' | 'money bill' | 'money bill alternate' | 'money bill alternate outline' | 'money check' | 'money check alternate' | 'moon' | 'moon outline' | 'motorcycle' | 'mug hot' | 'newspaper' | 'newspaper outline' | 'paint brush' | 'paper plane' | 'paper plane outline' | 'paperclip' | 'paste' | 'paw' | 'pen' | 'pen alternate' | 'pen fancy' | 'pen nib' | 'pencil alternate' | 'phone' | 'phone alternate' | 'plane' | 'plug' | 'print' | 'puzzle piece' | 'ring' | 'road' | 'rocket' | 'ruler combined' | 'ruler horizontal' | 'ruler vertical' | 'satellite' | 'satellite dish' | 'save' | 'save outline' | 'school' | 'screwdriver' | 'scroll' | 'sd card' | 'search' | 'shield alternate' | 'shopping bag' | 'shopping basket' | 'shopping cart' | 'shower' | 'sim card' | 'skull crossbones' | 'sleigh' | 'snowflake' | 'snowflake outline' | 'snowplow' | 'space shuttle' | 'star' | 'star outline' | 'sticky note' | 'sticky note outline' | 'stopwatch' | 'stroopwafel' | 'subway' | 'suitcase' | 'sun' | 'sun outline' | 'tablet' | 'tablet alternate' | 'tachometer alternate' | 'tag' | 'tags' | 'taxi' | 'thumbtack' | 'ticket alternate' | 'toilet' | 'toolbox' | 'tools' | 'train' | 'tram' | 'trash' | 'trash alternate' | 'trash alternate outline' | 'tree' | 'trophy' | 'truck' | 'tv' | 'umbrella' | 'university' | 'unlock' | 'unlock alternate' | 'utensil spoon' | 'utensils' | 'wallet' | 'weight' | 'wheelchair' | 'wine glass' | 'wrench' | 'alipay' | 'amazon pay' | 'apple pay' | 'bell' | 'bell outline' | 'bitcoin' | 'bookmark' | 'bookmark outline' | 'btc' | 'bullhorn' | 'camera' | 'camera retro' | 'cart arrow down' | 'cart plus' | 'cc amazon pay' | 'cc amex' | 'cc apple pay' | 'cc diners club' | 'cc discover' | 'cc jcb' | 'cc mastercard' | 'cc paypal' | 'cc stripe' | 'cc visa' | 'certificate' | 'credit card' | 'credit card outline' | 'ethereum' | 'gem' | 'gem outline' | 'gift' | 'google wallet' | 'handshake' | 'handshake outline' | 'heart' | 'heart outline' | 'key' | 'money check' | 'money check alternate' | 'paypal' | 'receipt' | 'shopping bag' | 'shopping basket' | 'shopping cart' | 'star' | 'star outline' | 'stripe' | 'stripe s' | 'tag' | 'tags' | 'thumbs down' | 'thumbs down outline' | 'thumbs up' | 'thumbs up outline' | 'trophy' | 'band aid' | 'book medical' | 'cannabis' | 'capsules' | 'clinic medical' | 'disease' | 'eye dropper' | 'file medical' | 'file prescription' | 'first aid' | 'flask' | 'history' | 'joint' | 'laptop medical' | 'mortar pestle' | 'notes medical' | 'pills' | 'prescription' | 'prescription bottle' | 'prescription bottle alternate' | 'receipt' | 'skull crossbones' | 'syringe' | 'tablets' | 'thermometer' | 'vial' | 'vials' | 'award' | 'balance scale' | 'balance scale left' | 'balance scale right' | 'bullhorn' | 'check double' | 'democrat' | 'donate' | 'dove' | 'fist raised' | 'flag usa' | 'handshake' | 'handshake outline' | 'person booth' | 'piggy bank' | 'republican' | 'vote yea' | 'ankh' | 'atom' | 'bahai' | 'bible' | 'church' | 'cross' | 'dharmachakra' | 'dove' | 'gopuram' | 'hamsa' | 'hanukiah' | 'jedi' | 'journal whills' | 'kaaba' | 'khanda' | 'menorah' | 'mosque' | 'om' | 'pastafarianism' | 'peace' | 'place of worship' | 'pray' | 'praying hands' | 'quran' | 'star and crescent' | 'star of david' | 'synagogue' | 'torah' | 'torii gate' | 'vihara' | 'yin yang' | 'atom' | 'biohazard' | 'brain' | 'burn' | 'capsules' | 'clipboard check' | 'disease' | 'dna' | 'eye dropper' | 'filter' | 'fire' | 'fire alternate' | 'flask' | 'frog' | 'magnet' | 'microscope' | 'mortar pestle' | 'pills' | 'prescription bottle' | 'radiation' | 'radiation alternate' | 'seedling' | 'skull crossbones' | 'syringe' | 'tablets' | 'temperature high' | 'temperature low' | 'vial' | 'vials' | 'atom' | 'galactic republic' | 'galactic senate' | 'globe' | 'hand spock' | 'hand spock outline' | 'jedi' | 'jedi order' | 'journal whills' | 'meteor' | 'moon' | 'moon outline' | 'old republic' | 'robot' | 'rocket' | 'satellite' | 'satellite dish' | 'space shuttle' | 'user astronaut' | 'ban' | 'bug' | 'door closed' | 'door open' | 'dungeon' | 'eye' | 'eye outline' | 'eye slash' | 'eye slash outline' | 'file contract' | 'file signature' | 'fingerprint' | 'id badge' | 'id badge outline' | 'id card' | 'id card alternate' | 'id card outline' | 'key' | 'lock' | 'lock open' | 'mask' | 'passport' | 'shield alternate' | 'unlock' | 'unlock alternate' | 'user lock' | 'user secret' | 'user shield' | 'bookmark' | 'bookmark outline' | 'calendar' | 'calendar outline' | 'certificate' | 'circle' | 'circle outline' | 'cloud' | 'comment' | 'comment outline' | 'file' | 'file outline' | 'folder' | 'folder outline' | 'heart' | 'heart broken' | 'heart outline' | 'map marker' | 'play' | 'shapes' | 'square' | 'square outline' | 'star' | 'star outline' | 'barcode' | 'cart arrow down' | 'cart plus' | 'cash register' | 'gift' | 'gifts' | 'person booth' | 'receipt' | 'shipping fast' | 'shopping bag' | 'shopping basket' | 'shopping cart' | 'store' | 'store alternate' | 'store alternate slash' | 'store slash' | 'truck' | 'tshirt' | 'bell' | 'bell outline' | 'birthday cake' | 'camera' | 'comment' | 'comment alternate' | 'comment alternate outline' | 'comment outline' | 'envelope' | 'envelope outline' | 'hashtag' | 'heart' | 'heart outline' | 'icons' | 'image' | 'image outline' | 'images' | 'images outline' | 'map marker' | 'map marker alternate' | 'photo video' | 'poll' | 'poll horizontal' | 'retweet' | 'share' | 'share alternate' | 'share square' | 'share square outline' | 'star' | 'star outline' | 'thumbs down' | 'thumbs down outline' | 'thumbs up' | 'thumbs up outline' | 'thumbtack' | 'user' | 'user circle' | 'user circle outline' | 'user friends' | 'user outline' | 'user plus' | 'users' | 'video' | 'asterisk' | 'atom' | 'bahai' | 'certificate' | 'circle notch' | 'cog' | 'compact disc' | 'compass' | 'compass outline' | 'crosshairs' | 'dharmachakra' | 'fan' | 'life ring' | 'life ring outline' | 'palette' | 'ring' | 'slash' | 'snowflake' | 'snowflake outline' | 'spinner' | 'stroopwafel' | 'sun' | 'sun outline' | 'sync' | 'sync alternate' | 'yin yang' | 'baseball ball' | 'basketball ball' | 'biking' | 'bowling ball' | 'dumbbell' | 'football ball' | 'futbol' | 'futbol outline' | 'golf ball' | 'hockey puck' | 'quidditch' | 'running' | 'skating' | 'skiing' | 'skiing nordic' | 'snowboarding' | 'swimmer' | 'table tennis' | 'volleyball ball' | 'allergies' | 'broom' | 'cloud sun' | 'cloud sun rain' | 'frog' | 'rainbow' | 'seedling' | 'umbrella' | 'ban' | 'battery empty' | 'battery full' | 'battery half' | 'battery quarter' | 'battery three quarters' | 'bell' | 'bell outline' | 'bell slash' | 'bell slash outline' | 'calendar' | 'calendar alternate' | 'calendar alternate outline' | 'calendar check' | 'calendar check outline' | 'calendar day' | 'calendar minus' | 'calendar minus outline' | 'calendar outline' | 'calendar plus' | 'calendar plus outline' | 'calendar times' | 'calendar times outline' | 'calendar week' | 'cart arrow down' | 'cart plus' | 'comment' | 'comment alternate' | 'comment alternate outline' | 'comment outline' | 'comment slash' | 'compass' | 'compass outline' | 'door closed' | 'door open' | 'exclamation' | 'exclamation circle' | 'exclamation triangle' | 'eye' | 'eye outline' | 'eye slash' | 'eye slash outline' | 'file' | 'file alternate' | 'file alternate outline' | 'file outline' | 'folder' | 'folder open' | 'folder open outline' | 'folder outline' | 'gas pump' | 'info' | 'info circle' | 'lightbulb' | 'lightbulb outline' | 'lock' | 'lock open' | 'map marker' | 'map marker alternate' | 'microphone' | 'microphone alternate' | 'microphone alternate slash' | 'microphone slash' | 'minus' | 'minus circle' | 'minus square' | 'minus square outline' | 'parking' | 'phone' | 'phone alternate' | 'phone slash' | 'plus' | 'plus circle' | 'plus square' | 'plus square outline' | 'print' | 'question' | 'question circle' | 'question circle outline' | 'shield alternate' | 'shopping cart' | 'sign in alternate' | 'sign out alternate' | 'signal' | 'smoking ban' | 'star' | 'star half' | 'star half alternate' | 'star half outline' | 'star outline' | 'stream' | 'thermometer empty' | 'thermometer full' | 'thermometer half' | 'thermometer quarter' | 'thermometer three quarters' | 'thumbs down' | 'thumbs down outline' | 'thumbs up' | 'thumbs up outline' | 'tint' | 'tint slash' | 'toggle off' | 'toggle on' | 'unlock' | 'unlock alternate' | 'user' | 'user alternate' | 'user alternate slash' | 'user outline' | 'user slash' | 'video' | 'video slash' | 'volume down' | 'volume mute' | 'volume off' | 'volume up' | 'wifi' | 'anchor' | 'biking' | 'fish' | 'hotdog' | 'ice cream' | 'lemon' | 'lemon outline' | 'sun' | 'sun outline' | 'swimmer' | 'swimming pool' | 'umbrella beach' | 'volleyball ball' | 'water' | 'acquisitions incorporated' | 'book dead' | 'critical role' | 'd and d' | 'd and d beyond' | 'dice d20' | 'dice d6' | 'dragon' | 'dungeon' | 'fantasy flight games' | 'fist raised' | 'hat wizard' | 'penny arcade' | 'ring' | 'scroll' | 'skull crossbones' | 'wizards of the coast' | 'bullseye' | 'check circle' | 'check circle outline' | 'circle' | 'circle outline' | 'dot circle' | 'dot circle outline' | 'microphone' | 'microphone slash' | 'star' | 'star half' | 'star half alternate' | 'star half outline' | 'star outline' | 'toggle off' | 'toggle on' | 'wifi' | 'archway' | 'atlas' | 'bed' | 'bus' | 'bus alternate' | 'caravan' | 'cocktail' | 'concierge bell' | 'dumbbell' | 'glass martini' | 'glass martini alternate' | 'globe africa' | 'globe americas' | 'globe asia' | 'globe europe' | 'hot tub' | 'hotel' | 'luggage cart' | 'map' | 'map marked' | 'map marked alternate' | 'map outline' | 'monument' | 'passport' | 'plane' | 'plane arrival' | 'plane departure' | 'shuttle van' | 'spa' | 'suitcase' | 'suitcase rolling' | 'swimmer' | 'swimming pool' | 'taxi' | 'tram' | 'tv' | 'umbrella beach' | 'wine glass' | 'wine glass alternate' | 'accessible' | 'address book' | 'address book outline' | 'address card' | 'address card outline' | 'baby' | 'bed' | 'biking' | 'blind' | 'chalkboard teacher' | 'child' | 'female' | 'frown' | 'frown outline' | 'hiking' | 'id badge' | 'id badge outline' | 'id card' | 'id card alternate' | 'id card outline' | 'male' | 'meh' | 'meh outline' | 'people arrows' | 'people carry' | 'person booth' | 'poo' | 'portrait' | 'power off' | 'pray' | 'restroom' | 'running' | 'skating' | 'skiing' | 'skiing nordic' | 'smile' | 'smile outline' | 'snowboarding' | 'street view' | 'swimmer' | 'user' | 'user alternate' | 'user alternate slash' | 'user astronaut' | 'user check' | 'user circle' | 'user circle outline' | 'user clock' | 'user cog' | 'user edit' | 'user friends' | 'user graduate' | 'user injured' | 'user lock' | 'user md' | 'user minus' | 'user ninja' | 'user nurse' | 'user outline' | 'user plus' | 'user secret' | 'user shield' | 'user slash' | 'user tag' | 'user tie' | 'user times' | 'users' | 'users cog' | 'walking' | 'wheelchair' | 'accessible' | 'ambulance' | 'baby carriage' | 'bicycle' | 'bus' | 'bus alternate' | 'car' | 'car alternate' | 'car crash' | 'car side' | 'fighter jet' | 'helicopter' | 'horse' | 'motorcycle' | 'paper plane' | 'paper plane outline' | 'plane' | 'rocket' | 'ship' | 'shopping cart' | 'shuttle van' | 'sleigh' | 'snowplow' | 'space shuttle' | 'subway' | 'taxi' | 'tractor' | 'train' | 'tram' | 'truck' | 'truck monster' | 'truck pickup' | 'wheelchair' | 'bolt' | 'cloud' | 'cloud meatball' | 'cloud moon' | 'cloud moon rain' | 'cloud rain' | 'cloud showers heavy' | 'cloud sun' | 'cloud sun rain' | 'meteor' | 'moon' | 'moon outline' | 'poo storm' | 'rainbow' | 'smog' | 'snowflake' | 'snowflake outline' | 'sun' | 'sun outline' | 'temperature high' | 'temperature low' | 'umbrella' | 'water' | 'wind' | 'glass whiskey' | 'icicles' | 'igloo' | 'mitten' | 'skating' | 'skiing' | 'skiing nordic' | 'snowboarding' | 'snowplow' | 'tram' | 'archive' | 'blog' | 'book' | 'bookmark' | 'bookmark outline' | 'edit' | 'edit outline' | 'envelope' | 'envelope open' | 'envelope open outline' | 'envelope outline' | 'eraser' | 'file' | 'file alternate' | 'file alternate outline' | 'file outline' | 'folder' | 'folder open' | 'folder open outline' | 'folder outline' | 'keyboard' | 'keyboard outline' | 'newspaper' | 'newspaper outline' | 'paper plane' | 'paper plane outline' | 'paperclip' | 'paragraph' | 'pen' | 'pen alternate' | 'pen square' | 'pencil alternate' | 'quote left' | 'quote right' | 'sticky note' | 'sticky note outline' | 'thumbtack' | '500px' | 'accessible' | 'accusoft' | 'acquisitions incorporated' | 'adn' | 'adobe' | 'adversal' | 'affiliatetheme' | 'airbnb' | 'algolia' | 'alipay' | 'amazon' | 'amazon pay' | 'amilia' | 'android' | 'angellist' | 'angrycreative' | 'angular' | 'app store' | 'app store ios' | 'apper' | 'apple' | 'apple pay' | 'artstation' | 'asymmetrik' | 'atlassian' | 'audible' | 'autoprefixer' | 'avianex' | 'aviato' | 'aws' | 'bandcamp' | 'battle net' | 'behance' | 'behance square' | 'bimobject' | 'bitbucket' | 'bitcoin' | 'bity' | 'black tie' | 'blackberry' | 'blogger' | 'blogger b' | 'bluetooth' | 'bluetooth b' | 'bootstrap' | 'btc' | 'buffer' | 'buromobelexperte' | 'buy n large' | 'buysellads' | 'canadian maple leaf' | 'cc amazon pay' | 'cc amex' | 'cc apple pay' | 'cc diners club' | 'cc discover' | 'cc jcb' | 'cc mastercard' | 'cc paypal' | 'cc stripe' | 'cc visa' | 'centercode' | 'centos' | 'chrome' | 'chromecast' | 'cloudscale' | 'cloudsmith' | 'cloudversify' | 'codepen' | 'codiepie' | 'confluence' | 'connectdevelop' | 'contao' | 'cotton bureau' | 'cpanel' | 'creative commons' | 'creative commons by' | 'creative commons nc' | 'creative commons nc eu' | 'creative commons nc jp' | 'creative commons nd' | 'creative commons pd' | 'creative commons pd alternate' | 'creative commons remix' | 'creative commons sa' | 'creative commons sampling' | 'creative commons sampling plus' | 'creative commons share' | 'creative commons zero' | 'critical role' | 'css3' | 'css3 alternate' | 'cuttlefish' | 'd and d' | 'd and d beyond' | 'dailymotion' | 'dashcube' | 'delicious' | 'deploydog' | 'deskpro' | 'dev' | 'deviantart' | 'dhl' | 'diaspora' | 'digg' | 'digital ocean' | 'discord' | 'discourse' | 'dochub' | 'docker' | 'draft2digital' | 'dribbble' | 'dribbble square' | 'dropbox' | 'drupal' | 'dyalog' | 'earlybirds' | 'ebay' | 'edge' | 'elementor' | 'ello' | 'ember' | 'empire' | 'envira' | 'erlang' | 'ethereum' | 'etsy' | 'evernote' | 'expeditedssl' | 'facebook' | 'facebook f' | 'facebook messenger' | 'facebook square' | 'fantasy flight games' | 'fedex' | 'fedora' | 'figma' | 'firefox' | 'firefox browser' | 'first order' | 'first order alternate' | 'firstdraft' | 'flickr' | 'flipboard' | 'fly' | 'font awesome' | 'font awesome alternate' | 'font awesome flag' | 'fonticons' | 'fonticons fi' | 'fort awesome' | 'fort awesome alternate' | 'forumbee' | 'foursquare' | 'free code camp' | 'freebsd' | 'fulcrum' | 'galactic republic' | 'galactic senate' | 'get pocket' | 'gg' | 'gg circle' | 'git' | 'git alternate' | 'git square' | 'github' | 'github alternate' | 'github square' | 'gitkraken' | 'gitlab' | 'gitter' | 'glide' | 'glide g' | 'gofore' | 'goodreads' | 'goodreads g' | 'google' | 'google drive' | 'google play' | 'google plus' | 'google plus g' | 'google plus square' | 'google wallet' | 'gratipay' | 'grav' | 'gripfire' | 'grunt' | 'gulp' | 'hacker news' | 'hacker news square' | 'hackerrank' | 'hips' | 'hire a helper' | 'hooli' | 'hornbill' | 'hotjar' | 'houzz' | 'html5' | 'hubspot' | 'ideal' | 'imdb' | 'instagram' | 'instagram square' | 'intercom' | 'internet explorer' | 'invision' | 'ioxhost' | 'itch io' | 'itunes' | 'itunes note' | 'java' | 'jedi order' | 'jenkins' | 'jira' | 'joget' | 'joomla' | 'js' | 'js square' | 'jsfiddle' | 'kaggle' | 'keybase' | 'keycdn' | 'kickstarter' | 'kickstarter k' | 'korvue' | 'laravel' | 'lastfm' | 'lastfm square' | 'leanpub' | 'lesscss' | 'linechat' | 'linkedin' | 'linkedin in' | 'linode' | 'linux' | 'lyft' | 'magento' | 'mailchimp' | 'mandalorian' | 'markdown' | 'mastodon' | 'maxcdn' | 'mdb' | 'medapps' | 'medium' | 'medium m' | 'medrt' | 'meetup' | 'megaport' | 'mendeley' | 'microblog' | 'microsoft' | 'mix' | 'mixcloud' | 'mixer' | 'mizuni' | 'modx' | 'monero' | 'napster' | 'neos' | 'nimblr' | 'node' | 'node js' | 'npm' | 'ns8' | 'nutritionix' | 'odnoklassniki' | 'odnoklassniki square' | 'old republic' | 'opencart' | 'openid' | 'opera' | 'optin monster' | 'orcid' | 'osi' | 'page4' | 'pagelines' | 'palfed' | 'patreon' | 'paypal' | 'penny arcade' | 'periscope' | 'phabricator' | 'phoenix framework' | 'phoenix squadron' | 'php' | 'pied piper' | 'pied piper alternate' | 'pied piper hat' | 'pied piper pp' | 'pied piper square' | 'pinterest' | 'pinterest p' | 'pinterest square' | 'playstation' | 'product hunt' | 'pushed' | 'python' | 'qq' | 'quinscape' | 'quora' | 'r project' | 'raspberry pi' | 'ravelry' | 'react' | 'reacteurope' | 'readme' | 'rebel' | 'reddit' | 'reddit alien' | 'reddit square' | 'redhat' | 'redriver' | 'redyeti' | 'renren' | 'replyd' | 'researchgate' | 'resolving' | 'rev' | 'rocketchat' | 'rockrms' | 'safari' | 'salesforce' | 'sass' | 'schlix' | 'scribd' | 'searchengin' | 'sellcast' | 'sellsy' | 'servicestack' | 'shirtsinbulk' | 'shopify' | 'shopware' | 'simplybuilt' | 'sistrix' | 'sith' | 'sketch' | 'skyatlas' | 'skype' | 'slack' | 'slack hash' | 'slideshare' | 'snapchat' | 'snapchat ghost' | 'snapchat square' | 'soundcloud' | 'sourcetree' | 'speakap' | 'speaker deck' | 'spotify' | 'squarespace' | 'stack exchange' | 'stack overflow' | 'stackpath' | 'staylinked' | 'steam' | 'steam square' | 'steam symbol' | 'sticker mule' | 'strava' | 'stripe' | 'stripe s' | 'studiovinari' | 'stumbleupon' | 'stumbleupon circle' | 'superpowers' | 'supple' | 'suse' | 'swift' | 'symfony' | 'teamspeak' | 'telegram' | 'telegram plane' | 'tencent weibo' | 'themeco' | 'themeisle' | 'think peaks' | 'trade federation' | 'trello' | 'tripadvisor' | 'tumblr' | 'tumblr square' | 'twitch' | 'twitter' | 'twitter square' | 'typo3' | 'uber' | 'ubuntu' | 'uikit' | 'umbraco' | 'uniregistry' | 'unity' | 'untappd' | 'ups' | 'usb' | 'usps' | 'ussunnah' | 'vaadin' | 'viacoin' | 'viadeo' | 'viadeo square' | 'viber' | 'vimeo' | 'vimeo square' | 'vimeo v' | 'vine' | 'vk' | 'vnv' | 'vuejs' | 'waze' | 'weebly' | 'weibo' | 'weixin' | 'whatsapp' | 'whatsapp square' | 'whmcs' | 'wikipedia w' | 'windows' | 'wix' | 'wizards of the coast' | 'wolf pack battalion' | 'wordpress' | 'wordpress simple' | 'wpbeginner' | 'wpexplorer' | 'wpforms' | 'wpressr' | 'xbox' | 'xing' | 'xing square' | 'y combinator' | 'yahoo' | 'yammer' | 'yandex' | 'yandex international' | 'yarn' | 'yelp' | 'yoast' | 'youtube' | 'youtube square' | 'zhihu'