1273 lines
63 KiB
Rust
1273 lines
63 KiB
Rust
// Copyright 2023 The Grim Developers
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
#![allow(unused)]
|
|
pub const ADDRESS_BOOK: &'static str = "\u{E900}";
|
|
pub const AIRPLANE: &'static str = "\u{E901}";
|
|
pub const AIRPLANE_IN_FLIGHT: &'static str = "\u{E902}";
|
|
pub const AIRPLANE_LANDING: &'static str = "\u{E903}";
|
|
pub const AIRPLANE_TAKEOFF: &'static str = "\u{E904}";
|
|
pub const AIRPLANE_TILT: &'static str = "\u{E905}";
|
|
pub const AIRPLAY: &'static str = "\u{E906}";
|
|
pub const AIR_TRAFFIC_CONTROL: &'static str = "\u{E907}";
|
|
pub const ALARM: &'static str = "\u{E908}";
|
|
pub const ALIEN: &'static str = "\u{E909}";
|
|
pub const ALIGN_BOTTOM: &'static str = "\u{E90A}";
|
|
pub const ALIGN_BOTTOM_SIMPLE: &'static str = "\u{E90B}";
|
|
pub const ALIGN_CENTER_HORIZONTAL: &'static str = "\u{E90C}";
|
|
pub const ALIGN_CENTER_HORIZONTAL_SIMPLE: &'static str = "\u{E90D}";
|
|
pub const ALIGN_CENTER_VERTICAL: &'static str = "\u{E90E}";
|
|
pub const ALIGN_CENTER_VERTICAL_SIMPLE: &'static str = "\u{E90F}";
|
|
pub const ALIGN_LEFT: &'static str = "\u{E910}";
|
|
pub const ALIGN_LEFT_SIMPLE: &'static str = "\u{E911}";
|
|
pub const ALIGN_RIGHT: &'static str = "\u{E912}";
|
|
pub const ALIGN_RIGHT_SIMPLE: &'static str = "\u{E913}";
|
|
pub const ALIGN_TOP: &'static str = "\u{E914}";
|
|
pub const ALIGN_TOP_SIMPLE: &'static str = "\u{E915}";
|
|
pub const AMAZON_LOGO: &'static str = "\u{E916}";
|
|
pub const ANCHOR: &'static str = "\u{E917}";
|
|
pub const ANCHOR_SIMPLE: &'static str = "\u{E918}";
|
|
pub const ANDROID_LOGO: &'static str = "\u{E919}";
|
|
pub const ANGULAR_LOGO: &'static str = "\u{E91A}";
|
|
pub const APERTURE: &'static str = "\u{E91B}";
|
|
pub const APPLE_LOGO: &'static str = "\u{E91C}";
|
|
pub const APPLE_PODCASTS_LOGO: &'static str = "\u{E91D}";
|
|
pub const APP_STORE_LOGO: &'static str = "\u{E91E}";
|
|
pub const APP_WINDOW: &'static str = "\u{E91F}";
|
|
pub const ARCHIVE: &'static str = "\u{E920}";
|
|
pub const ARCHIVE_BOX: &'static str = "\u{E921}";
|
|
pub const ARCHIVE_TRAY: &'static str = "\u{E922}";
|
|
pub const ARMCHAIR: &'static str = "\u{E923}";
|
|
pub const ARROW_ARC_LEFT: &'static str = "\u{E924}";
|
|
pub const ARROW_ARC_RIGHT: &'static str = "\u{E925}";
|
|
pub const ARROW_BEND_DOUBLE_UP_LEFT: &'static str = "\u{E926}";
|
|
pub const ARROW_BEND_DOUBLE_UP_RIGHT: &'static str = "\u{E927}";
|
|
pub const ARROW_BEND_DOWN_LEFT: &'static str = "\u{E928}";
|
|
pub const ARROW_BEND_DOWN_RIGHT: &'static str = "\u{E929}";
|
|
pub const ARROW_BEND_LEFT_DOWN: &'static str = "\u{E92A}";
|
|
pub const ARROW_BEND_LEFT_UP: &'static str = "\u{E92B}";
|
|
pub const ARROW_BEND_RIGHT_DOWN: &'static str = "\u{E92C}";
|
|
pub const ARROW_BEND_RIGHT_UP: &'static str = "\u{E92D}";
|
|
pub const ARROW_BEND_UP_LEFT: &'static str = "\u{E92E}";
|
|
pub const ARROW_BEND_UP_RIGHT: &'static str = "\u{E92F}";
|
|
pub const ARROW_CIRCLE_DOWN: &'static str = "\u{E930}";
|
|
pub const ARROW_CIRCLE_DOWN_LEFT: &'static str = "\u{E931}";
|
|
pub const ARROW_CIRCLE_DOWN_RIGHT: &'static str = "\u{E932}";
|
|
pub const ARROW_CIRCLE_LEFT: &'static str = "\u{E933}";
|
|
pub const ARROW_CIRCLE_RIGHT: &'static str = "\u{E934}";
|
|
pub const ARROW_CIRCLE_UP: &'static str = "\u{E935}";
|
|
pub const ARROW_CIRCLE_UP_LEFT: &'static str = "\u{E936}";
|
|
pub const ARROW_CIRCLE_UP_RIGHT: &'static str = "\u{E937}";
|
|
pub const ARROW_CLOCKWISE: &'static str = "\u{E938}";
|
|
pub const ARROW_COUNTER_CLOCKWISE: &'static str = "\u{E939}";
|
|
pub const ARROW_DOWN: &'static str = "\u{E93A}";
|
|
pub const ARROW_DOWN_LEFT: &'static str = "\u{E93B}";
|
|
pub const ARROW_DOWN_RIGHT: &'static str = "\u{E93C}";
|
|
pub const ARROW_ELBOW_DOWN_LEFT: &'static str = "\u{E93D}";
|
|
pub const ARROW_ELBOW_DOWN_RIGHT: &'static str = "\u{E93E}";
|
|
pub const ARROW_ELBOW_LEFT: &'static str = "\u{E93F}";
|
|
pub const ARROW_ELBOW_LEFT_DOWN: &'static str = "\u{E940}";
|
|
pub const ARROW_ELBOW_LEFT_UP: &'static str = "\u{E941}";
|
|
pub const ARROW_ELBOW_RIGHT: &'static str = "\u{E942}";
|
|
pub const ARROW_ELBOW_RIGHT_DOWN: &'static str = "\u{E943}";
|
|
pub const ARROW_ELBOW_RIGHT_UP: &'static str = "\u{E944}";
|
|
pub const ARROW_ELBOW_UP_LEFT: &'static str = "\u{E945}";
|
|
pub const ARROW_ELBOW_UP_RIGHT: &'static str = "\u{E946}";
|
|
pub const ARROW_FAT_DOWN: &'static str = "\u{E947}";
|
|
pub const ARROW_FAT_LEFT: &'static str = "\u{E948}";
|
|
pub const ARROW_FAT_LINE_DOWN: &'static str = "\u{E949}";
|
|
pub const ARROW_FAT_LINE_LEFT: &'static str = "\u{E94A}";
|
|
pub const ARROW_FAT_LINE_RIGHT: &'static str = "\u{E94B}";
|
|
pub const ARROW_FAT_LINES_DOWN: &'static str = "\u{E94C}";
|
|
pub const ARROW_FAT_LINES_LEFT: &'static str = "\u{E94D}";
|
|
pub const ARROW_FAT_LINES_RIGHT: &'static str = "\u{E94E}";
|
|
pub const ARROW_FAT_LINES_UP: &'static str = "\u{E94F}";
|
|
pub const ARROW_FAT_LINE_UP: &'static str = "\u{E950}";
|
|
pub const ARROW_FAT_RIGHT: &'static str = "\u{E951}";
|
|
pub const ARROW_FAT_UP: &'static str = "\u{E952}";
|
|
pub const ARROW_LEFT: &'static str = "\u{E953}";
|
|
pub const ARROW_LINE_DOWN: &'static str = "\u{E954}";
|
|
pub const ARROW_LINE_DOWN_LEFT: &'static str = "\u{E955}";
|
|
pub const ARROW_LINE_DOWN_RIGHT: &'static str = "\u{E956}";
|
|
pub const ARROW_LINE_LEFT: &'static str = "\u{E957}";
|
|
pub const ARROW_LINE_RIGHT: &'static str = "\u{E958}";
|
|
pub const ARROW_LINE_UP: &'static str = "\u{E959}";
|
|
pub const ARROW_LINE_UP_LEFT: &'static str = "\u{E95A}";
|
|
pub const ARROW_LINE_UP_RIGHT: &'static str = "\u{E95B}";
|
|
pub const ARROW_RIGHT: &'static str = "\u{E95C}";
|
|
pub const ARROWS_CLOCKWISE: &'static str = "\u{E95D}";
|
|
pub const ARROWS_COUNTER_CLOCKWISE: &'static str = "\u{E95E}";
|
|
pub const ARROWS_DOWN_UP: &'static str = "\u{E95F}";
|
|
pub const ARROWS_HORIZONTAL: &'static str = "\u{E960}";
|
|
pub const ARROWS_IN: &'static str = "\u{E961}";
|
|
pub const ARROWS_IN_CARDINAL: &'static str = "\u{E962}";
|
|
pub const ARROWS_IN_LINE_HORIZONTAL: &'static str = "\u{E963}";
|
|
pub const ARROWS_IN_LINE_VERTICAL: &'static str = "\u{E964}";
|
|
pub const ARROWS_IN_SIMPLE: &'static str = "\u{E965}";
|
|
pub const ARROWS_LEFT_RIGHT: &'static str = "\u{E966}";
|
|
pub const ARROWS_MERGE: &'static str = "\u{E967}";
|
|
pub const ARROWS_OUT: &'static str = "\u{E968}";
|
|
pub const ARROWS_OUT_CARDINAL: &'static str = "\u{E969}";
|
|
pub const ARROWS_OUT_LINE_HORIZONTAL: &'static str = "\u{E96A}";
|
|
pub const ARROWS_OUT_LINE_VERTICAL: &'static str = "\u{E96B}";
|
|
pub const ARROWS_OUT_SIMPLE: &'static str = "\u{E96C}";
|
|
pub const ARROW_SQUARE_DOWN: &'static str = "\u{E96D}";
|
|
pub const ARROW_SQUARE_DOWN_LEFT: &'static str = "\u{E96E}";
|
|
pub const ARROW_SQUARE_DOWN_RIGHT: &'static str = "\u{E96F}";
|
|
pub const ARROW_SQUARE_IN: &'static str = "\u{E970}";
|
|
pub const ARROW_SQUARE_LEFT: &'static str = "\u{E971}";
|
|
pub const ARROW_SQUARE_OUT: &'static str = "\u{E972}";
|
|
pub const ARROW_SQUARE_RIGHT: &'static str = "\u{E973}";
|
|
pub const ARROW_SQUARE_UP: &'static str = "\u{E974}";
|
|
pub const ARROW_SQUARE_UP_LEFT: &'static str = "\u{E975}";
|
|
pub const ARROW_SQUARE_UP_RIGHT: &'static str = "\u{E976}";
|
|
pub const ARROWS_SPLIT: &'static str = "\u{E977}";
|
|
pub const ARROWS_VERTICAL: &'static str = "\u{E978}";
|
|
pub const ARROW_U_DOWN_LEFT: &'static str = "\u{E979}";
|
|
pub const ARROW_U_DOWN_RIGHT: &'static str = "\u{E97A}";
|
|
pub const ARROW_U_LEFT_DOWN: &'static str = "\u{E97B}";
|
|
pub const ARROW_U_LEFT_UP: &'static str = "\u{E97C}";
|
|
pub const ARROW_UP: &'static str = "\u{E97D}";
|
|
pub const ARROW_UP_LEFT: &'static str = "\u{E97E}";
|
|
pub const ARROW_UP_RIGHT: &'static str = "\u{E97F}";
|
|
pub const ARROW_U_RIGHT_DOWN: &'static str = "\u{E980}";
|
|
pub const ARROW_U_RIGHT_UP: &'static str = "\u{E981}";
|
|
pub const ARROW_U_UP_LEFT: &'static str = "\u{E982}";
|
|
pub const ARROW_U_UP_RIGHT: &'static str = "\u{E983}";
|
|
pub const ARTICLE: &'static str = "\u{E984}";
|
|
pub const ARTICLE_MEDIUM: &'static str = "\u{E985}";
|
|
pub const ARTICLE_NY_TIMES: &'static str = "\u{E986}";
|
|
pub const ASTERISK: &'static str = "\u{E987}";
|
|
pub const ASTERISK_SIMPLE: &'static str = "\u{E988}";
|
|
pub const AT: &'static str = "\u{E989}";
|
|
pub const ATOM: &'static str = "\u{E98A}";
|
|
pub const BABY: &'static str = "\u{E98B}";
|
|
pub const BACKPACK: &'static str = "\u{E98C}";
|
|
pub const BACKSPACE: &'static str = "\u{E98D}";
|
|
pub const BAG: &'static str = "\u{E98E}";
|
|
pub const BAG_SIMPLE: &'static str = "\u{E98F}";
|
|
pub const BALLOON: &'static str = "\u{E990}";
|
|
pub const BANDAIDS: &'static str = "\u{E991}";
|
|
pub const BANK: &'static str = "\u{E992}";
|
|
pub const BARBELL: &'static str = "\u{E993}";
|
|
pub const BARCODE: &'static str = "\u{E994}";
|
|
pub const BARRICADE: &'static str = "\u{E995}";
|
|
pub const BASEBALL: &'static str = "\u{E996}";
|
|
pub const BASEBALL_CAP: &'static str = "\u{E997}";
|
|
pub const BASKET: &'static str = "\u{E998}";
|
|
pub const BASKETBALL: &'static str = "\u{E999}";
|
|
pub const BATHTUB: &'static str = "\u{E99A}";
|
|
pub const BATTERY_CHARGING: &'static str = "\u{E99B}";
|
|
pub const BATTERY_CHARGING_VERTICAL: &'static str = "\u{E99C}";
|
|
pub const BATTERY_EMPTY: &'static str = "\u{E99D}";
|
|
pub const BATTERY_FULL: &'static str = "\u{E99E}";
|
|
pub const BATTERY_HIGH: &'static str = "\u{E99F}";
|
|
pub const BATTERY_LOW: &'static str = "\u{E9A0}";
|
|
pub const BATTERY_MEDIUM: &'static str = "\u{E9A1}";
|
|
pub const BATTERY_PLUS: &'static str = "\u{E9A2}";
|
|
pub const BATTERY_PLUS_VERTICAL: &'static str = "\u{E9A3}";
|
|
pub const BATTERY_VERTICAL_EMPTY: &'static str = "\u{E9A4}";
|
|
pub const BATTERY_VERTICAL_FULL: &'static str = "\u{E9A5}";
|
|
pub const BATTERY_VERTICAL_HIGH: &'static str = "\u{E9A6}";
|
|
pub const BATTERY_VERTICAL_LOW: &'static str = "\u{E9A7}";
|
|
pub const BATTERY_VERTICAL_MEDIUM: &'static str = "\u{E9A8}";
|
|
pub const BATTERY_WARNING: &'static str = "\u{E9A9}";
|
|
pub const BATTERY_WARNING_VERTICAL: &'static str = "\u{E9AA}";
|
|
pub const BED: &'static str = "\u{E9AB}";
|
|
pub const BEER_BOTTLE: &'static str = "\u{E9AC}";
|
|
pub const BEER_STEIN: &'static str = "\u{E9AD}";
|
|
pub const BEHANCE_LOGO: &'static str = "\u{E9AE}";
|
|
pub const BELL: &'static str = "\u{E9AF}";
|
|
pub const BELL_RINGING: &'static str = "\u{E9B0}";
|
|
pub const BELL_SIMPLE: &'static str = "\u{E9B1}";
|
|
pub const BELL_SIMPLE_RINGING: &'static str = "\u{E9B2}";
|
|
pub const BELL_SIMPLE_SLASH: &'static str = "\u{E9B3}";
|
|
pub const BELL_SIMPLE_Z: &'static str = "\u{E9B4}";
|
|
pub const BELL_SLASH: &'static str = "\u{E9B5}";
|
|
pub const BELL_Z: &'static str = "\u{E9B6}";
|
|
pub const BEZIER_CURVE: &'static str = "\u{E9B7}";
|
|
pub const BICYCLE: &'static str = "\u{E9B8}";
|
|
pub const BINOCULARS: &'static str = "\u{E9B9}";
|
|
pub const BIRD: &'static str = "\u{E9BA}";
|
|
pub const BLUETOOTH: &'static str = "\u{E9BB}";
|
|
pub const BLUETOOTH_CONNECTED: &'static str = "\u{E9BC}";
|
|
pub const BLUETOOTH_SLASH: &'static str = "\u{E9BD}";
|
|
pub const BLUETOOTH_X: &'static str = "\u{E9BE}";
|
|
pub const BOAT: &'static str = "\u{E9BF}";
|
|
pub const BONE: &'static str = "\u{E9C0}";
|
|
pub const BOOK: &'static str = "\u{E9C1}";
|
|
pub const BOOK_BOOKMARK: &'static str = "\u{E9C2}";
|
|
pub const BOOKMARK: &'static str = "\u{E9C3}";
|
|
pub const BOOKMARKS: &'static str = "\u{E9C4}";
|
|
pub const BOOKMARK_SIMPLE: &'static str = "\u{E9C5}";
|
|
pub const BOOKMARKS_SIMPLE: &'static str = "\u{E9C6}";
|
|
pub const BOOK_OPEN: &'static str = "\u{E9C7}";
|
|
pub const BOOK_OPEN_TEXT: &'static str = "\u{E9C8}";
|
|
pub const BOOKS: &'static str = "\u{E9C9}";
|
|
pub const BOOT: &'static str = "\u{E9CA}";
|
|
pub const BOUNDING_BOX: &'static str = "\u{E9CB}";
|
|
pub const BOWL_FOOD: &'static str = "\u{E9CC}";
|
|
pub const BRACKETS_ANGLE: &'static str = "\u{E9CD}";
|
|
pub const BRACKETS_CURLY: &'static str = "\u{E9CE}";
|
|
pub const BRACKETS_ROUND: &'static str = "\u{E9CF}";
|
|
pub const BRACKETS_SQUARE: &'static str = "\u{E9D0}";
|
|
pub const BRAIN: &'static str = "\u{E9D1}";
|
|
pub const BRANDY: &'static str = "\u{E9D2}";
|
|
pub const BRIDGE: &'static str = "\u{E9D3}";
|
|
pub const BRIEFCASE: &'static str = "\u{E9D4}";
|
|
pub const BRIEFCASE_METAL: &'static str = "\u{E9D5}";
|
|
pub const BROADCAST: &'static str = "\u{E9D6}";
|
|
pub const BROOM: &'static str = "\u{E9D7}";
|
|
pub const BROWSER: &'static str = "\u{E9D8}";
|
|
pub const BROWSERS: &'static str = "\u{E9D9}";
|
|
pub const BUG: &'static str = "\u{E9DA}";
|
|
pub const BUG_BEETLE: &'static str = "\u{E9DB}";
|
|
pub const BUG_DROID: &'static str = "\u{E9DC}";
|
|
pub const BUILDINGS: &'static str = "\u{E9DD}";
|
|
pub const BUS: &'static str = "\u{E9DE}";
|
|
pub const BUTTERFLY: &'static str = "\u{E9DF}";
|
|
pub const CACTUS: &'static str = "\u{E9E0}";
|
|
pub const CAKE: &'static str = "\u{E9E1}";
|
|
pub const CALCULATOR: &'static str = "\u{E9E2}";
|
|
pub const CALENDAR: &'static str = "\u{E9E3}";
|
|
pub const CALENDAR_BLANK: &'static str = "\u{E9E4}";
|
|
pub const CALENDAR_CHECK: &'static str = "\u{E9E5}";
|
|
pub const CALENDAR_PLUS: &'static str = "\u{E9E6}";
|
|
pub const CALENDAR_X: &'static str = "\u{E9E7}";
|
|
pub const CALL_BELL: &'static str = "\u{E9E8}";
|
|
pub const CAMERA: &'static str = "\u{E9E9}";
|
|
pub const CAMERA_PLUS: &'static str = "\u{E9EA}";
|
|
pub const CAMERA_ROTATE: &'static str = "\u{E9EB}";
|
|
pub const CAMERA_SLASH: &'static str = "\u{E9EC}";
|
|
pub const CAMPFIRE: &'static str = "\u{E9ED}";
|
|
pub const CAR: &'static str = "\u{E9EE}";
|
|
pub const CARDHOLDER: &'static str = "\u{E9EF}";
|
|
pub const CARDS: &'static str = "\u{E9F0}";
|
|
pub const CARET_CIRCLE_DOUBLE_DOWN: &'static str = "\u{E9F1}";
|
|
pub const CARET_CIRCLE_DOUBLE_LEFT: &'static str = "\u{E9F2}";
|
|
pub const CARET_CIRCLE_DOUBLE_RIGHT: &'static str = "\u{E9F3}";
|
|
pub const CARET_CIRCLE_DOUBLE_UP: &'static str = "\u{E9F4}";
|
|
pub const CARET_CIRCLE_DOWN: &'static str = "\u{E9F5}";
|
|
pub const CARET_CIRCLE_LEFT: &'static str = "\u{E9F6}";
|
|
pub const CARET_CIRCLE_RIGHT: &'static str = "\u{E9F7}";
|
|
pub const CARET_CIRCLE_UP: &'static str = "\u{E9F8}";
|
|
pub const CARET_CIRCLE_UP_DOWN: &'static str = "\u{E9F9}";
|
|
pub const CARET_DOUBLE_DOWN: &'static str = "\u{E9FA}";
|
|
pub const CARET_DOUBLE_LEFT: &'static str = "\u{E9FB}";
|
|
pub const CARET_DOUBLE_RIGHT: &'static str = "\u{E9FC}";
|
|
pub const CARET_DOUBLE_UP: &'static str = "\u{E9FD}";
|
|
pub const CARET_DOWN: &'static str = "\u{E9FE}";
|
|
pub const CARET_LEFT: &'static str = "\u{E9FF}";
|
|
pub const CARET_RIGHT: &'static str = "\u{EA00}";
|
|
pub const CARET_UP: &'static str = "\u{EA01}";
|
|
pub const CARET_UP_DOWN: &'static str = "\u{EA02}";
|
|
pub const CAR_PROFILE: &'static str = "\u{EA03}";
|
|
pub const CARROT: &'static str = "\u{EA04}";
|
|
pub const CAR_SIMPLE: &'static str = "\u{EA05}";
|
|
pub const CASSETTE_TAPE: &'static str = "\u{EA06}";
|
|
pub const CASTLE_TURRET: &'static str = "\u{EA07}";
|
|
pub const CAT: &'static str = "\u{EA08}";
|
|
pub const CELL_SIGNAL_FULL: &'static str = "\u{EA09}";
|
|
pub const CELL_SIGNAL_HIGH: &'static str = "\u{EA0A}";
|
|
pub const CELL_SIGNAL_LOW: &'static str = "\u{EA0B}";
|
|
pub const CELL_SIGNAL_MEDIUM: &'static str = "\u{EA0C}";
|
|
pub const CELL_SIGNAL_NONE: &'static str = "\u{EA0D}";
|
|
pub const CELL_SIGNAL_SLASH: &'static str = "\u{EA0E}";
|
|
pub const CELL_SIGNAL_X: &'static str = "\u{EA0F}";
|
|
pub const CERTIFICATE: &'static str = "\u{EA10}";
|
|
pub const CHAIR: &'static str = "\u{EA11}";
|
|
pub const CHALKBOARD: &'static str = "\u{EA12}";
|
|
pub const CHALKBOARD_SIMPLE: &'static str = "\u{EA13}";
|
|
pub const CHALKBOARD_TEACHER: &'static str = "\u{EA14}";
|
|
pub const CHAMPAGNE: &'static str = "\u{EA15}";
|
|
pub const CHARGING_STATION: &'static str = "\u{EA16}";
|
|
pub const CHART_BAR: &'static str = "\u{EA17}";
|
|
pub const CHART_BAR_HORIZONTAL: &'static str = "\u{EA18}";
|
|
pub const CHART_DONUT: &'static str = "\u{EA19}";
|
|
pub const CHART_LINE: &'static str = "\u{EA1A}";
|
|
pub const CHART_LINE_DOWN: &'static str = "\u{EA1B}";
|
|
pub const CHART_LINE_UP: &'static str = "\u{EA1C}";
|
|
pub const CHART_PIE: &'static str = "\u{EA1D}";
|
|
pub const CHART_PIE_SLICE: &'static str = "\u{EA1E}";
|
|
pub const CHART_POLAR: &'static str = "\u{EA1F}";
|
|
pub const CHART_SCATTER: &'static str = "\u{EA20}";
|
|
pub const CHAT: &'static str = "\u{EA21}";
|
|
pub const CHAT_CENTERED: &'static str = "\u{EA22}";
|
|
pub const CHAT_CENTERED_DOTS: &'static str = "\u{EA23}";
|
|
pub const CHAT_CENTERED_TEXT: &'static str = "\u{EA24}";
|
|
pub const CHAT_CIRCLE: &'static str = "\u{EA25}";
|
|
pub const CHAT_CIRCLE_DOTS: &'static str = "\u{EA26}";
|
|
pub const CHAT_CIRCLE_TEXT: &'static str = "\u{EA27}";
|
|
pub const CHAT_DOTS: &'static str = "\u{EA28}";
|
|
pub const CHATS: &'static str = "\u{EA29}";
|
|
pub const CHATS_CIRCLE: &'static str = "\u{EA2A}";
|
|
pub const CHATS_TEARDROP: &'static str = "\u{EA2B}";
|
|
pub const CHAT_TEARDROP: &'static str = "\u{EA2C}";
|
|
pub const CHAT_TEARDROP_DOTS: &'static str = "\u{EA2D}";
|
|
pub const CHAT_TEARDROP_TEXT: &'static str = "\u{EA2E}";
|
|
pub const CHAT_TEXT: &'static str = "\u{EA2F}";
|
|
pub const CHECK: &'static str = "\u{EA30}";
|
|
pub const CHECK_CIRCLE: &'static str = "\u{EA31}";
|
|
pub const CHECK_FAT: &'static str = "\u{EA32}";
|
|
pub const CHECKS: &'static str = "\u{EA33}";
|
|
pub const CHECK_SQUARE: &'static str = "\u{EA34}";
|
|
pub const CHECK_SQUARE_OFFSET: &'static str = "\u{EA35}";
|
|
pub const CHURCH: &'static str = "\u{EA36}";
|
|
pub const CIRCLE: &'static str = "\u{EA37}";
|
|
pub const CIRCLE_DASHED: &'static str = "\u{EA38}";
|
|
pub const CIRCLE_HALF: &'static str = "\u{EA39}";
|
|
pub const CIRCLE_HALF_TILT: &'static str = "\u{EA3A}";
|
|
pub const CIRCLE_NOTCH: &'static str = "\u{EA3B}";
|
|
pub const CIRCLES_FOUR: &'static str = "\u{EA3C}";
|
|
pub const CIRCLES_THREE: &'static str = "\u{EA3D}";
|
|
pub const CIRCLES_THREE_PLUS: &'static str = "\u{EA3E}";
|
|
pub const CIRCUITRY: &'static str = "\u{EA3F}";
|
|
pub const CLIPBOARD: &'static str = "\u{EA40}";
|
|
pub const CLIPBOARD_TEXT: &'static str = "\u{EA41}";
|
|
pub const CLOCK: &'static str = "\u{EA42}";
|
|
pub const CLOCK_AFTERNOON: &'static str = "\u{EA43}";
|
|
pub const CLOCK_CLOCKWISE: &'static str = "\u{EA44}";
|
|
pub const CLOCK_COUNTDOWN: &'static str = "\u{EA45}";
|
|
pub const CLOCK_COUNTER_CLOCKWISE: &'static str = "\u{EA46}";
|
|
pub const CLOSED_CAPTIONING: &'static str = "\u{EA47}";
|
|
pub const CLOUD: &'static str = "\u{EA48}";
|
|
pub const CLOUD_ARROW_DOWN: &'static str = "\u{EA49}";
|
|
pub const CLOUD_ARROW_UP: &'static str = "\u{EA4A}";
|
|
pub const CLOUD_CHECK: &'static str = "\u{EA4B}";
|
|
pub const CLOUD_FOG: &'static str = "\u{EA4C}";
|
|
pub const CLOUD_LIGHTNING: &'static str = "\u{EA4D}";
|
|
pub const CLOUD_MOON: &'static str = "\u{EA4E}";
|
|
pub const CLOUD_RAIN: &'static str = "\u{EA4F}";
|
|
pub const CLOUD_SLASH: &'static str = "\u{EA50}";
|
|
pub const CLOUD_SNOW: &'static str = "\u{EA51}";
|
|
pub const CLOUD_SUN: &'static str = "\u{EA52}";
|
|
pub const CLOUD_WARNING: &'static str = "\u{EA53}";
|
|
pub const CLOUD_X: &'static str = "\u{EA54}";
|
|
pub const CLUB: &'static str = "\u{EA55}";
|
|
pub const COAT_HANGER: &'static str = "\u{EA56}";
|
|
pub const CODA_LOGO: &'static str = "\u{EA57}";
|
|
pub const CODE: &'static str = "\u{EA58}";
|
|
pub const CODE_BLOCK: &'static str = "\u{EA59}";
|
|
pub const CODEPEN_LOGO: &'static str = "\u{EA5A}";
|
|
pub const CODESANDBOX_LOGO: &'static str = "\u{EA5B}";
|
|
pub const CODE_SIMPLE: &'static str = "\u{EA5C}";
|
|
pub const COFFEE: &'static str = "\u{EA5D}";
|
|
pub const COIN: &'static str = "\u{EA5E}";
|
|
pub const COINS: &'static str = "\u{EA5F}";
|
|
pub const COIN_VERTICAL: &'static str = "\u{EA60}";
|
|
pub const COLUMNS: &'static str = "\u{EA61}";
|
|
pub const COMMAND: &'static str = "\u{EA62}";
|
|
pub const COMPASS: &'static str = "\u{EA63}";
|
|
pub const COMPASS_TOOL: &'static str = "\u{EA64}";
|
|
pub const COMPUTER_TOWER: &'static str = "\u{EA65}";
|
|
pub const CONFETTI: &'static str = "\u{EA66}";
|
|
pub const CONTACTLESS_PAYMENT: &'static str = "\u{EA67}";
|
|
pub const CONTROL: &'static str = "\u{EA68}";
|
|
pub const COOKIE: &'static str = "\u{EA69}";
|
|
pub const COOKING_POT: &'static str = "\u{EA6A}";
|
|
pub const COPY: &'static str = "\u{EA6B}";
|
|
pub const COPYLEFT: &'static str = "\u{EA6C}";
|
|
pub const COPYRIGHT: &'static str = "\u{EA6D}";
|
|
pub const COPY_SIMPLE: &'static str = "\u{EA6E}";
|
|
pub const CORNERS_IN: &'static str = "\u{EA6F}";
|
|
pub const CORNERS_OUT: &'static str = "\u{EA70}";
|
|
pub const COUCH: &'static str = "\u{EA71}";
|
|
pub const CPU: &'static str = "\u{EA72}";
|
|
pub const CREDIT_CARD: &'static str = "\u{EA73}";
|
|
pub const CROP: &'static str = "\u{EA74}";
|
|
pub const CROSS: &'static str = "\u{EA75}";
|
|
pub const CROSSHAIR: &'static str = "\u{EA76}";
|
|
pub const CROSSHAIR_SIMPLE: &'static str = "\u{EA77}";
|
|
pub const CROWN: &'static str = "\u{EA78}";
|
|
pub const CROWN_SIMPLE: &'static str = "\u{EA79}";
|
|
pub const CUBE: &'static str = "\u{EA7A}";
|
|
pub const CUBE_FOCUS: &'static str = "\u{EA7B}";
|
|
pub const CUBE_TRANSPARENT: &'static str = "\u{EA7C}";
|
|
pub const CURRENCY_BTC: &'static str = "\u{EA7D}";
|
|
pub const CURRENCY_CIRCLE_DOLLAR: &'static str = "\u{EA7E}";
|
|
pub const CURRENCY_CNY: &'static str = "\u{EA7F}";
|
|
pub const CURRENCY_DOLLAR: &'static str = "\u{EA80}";
|
|
pub const CURRENCY_DOLLAR_SIMPLE: &'static str = "\u{EA81}";
|
|
pub const CURRENCY_ETH: &'static str = "\u{EA82}";
|
|
pub const CURRENCY_EUR: &'static str = "\u{EA83}";
|
|
pub const CURRENCY_GBP: &'static str = "\u{EA84}";
|
|
pub const CURRENCY_INR: &'static str = "\u{EA85}";
|
|
pub const CURRENCY_JPY: &'static str = "\u{EA86}";
|
|
pub const CURRENCY_KRW: &'static str = "\u{EA87}";
|
|
pub const CURRENCY_KZT: &'static str = "\u{EA88}";
|
|
pub const CURRENCY_NGN: &'static str = "\u{EA89}";
|
|
pub const CURRENCY_RUB: &'static str = "\u{EA8A}";
|
|
pub const CURSOR: &'static str = "\u{EA8B}";
|
|
pub const CURSOR_CLICK: &'static str = "\u{EA8C}";
|
|
pub const CURSOR_TEXT: &'static str = "\u{EA8D}";
|
|
pub const CYLINDER: &'static str = "\u{EA8E}";
|
|
pub const DATABASE: &'static str = "\u{EA8F}";
|
|
pub const DESKTOP: &'static str = "\u{EA90}";
|
|
pub const DESKTOP_TOWER: &'static str = "\u{EA91}";
|
|
pub const DETECTIVE: &'static str = "\u{EA92}";
|
|
pub const DEVICE_MOBILE: &'static str = "\u{EA93}";
|
|
pub const DEVICE_MOBILE_CAMERA: &'static str = "\u{EA94}";
|
|
pub const DEVICE_MOBILE_SPEAKER: &'static str = "\u{EA95}";
|
|
pub const DEVICES: &'static str = "\u{EA96}";
|
|
pub const DEVICE_TABLET: &'static str = "\u{EA97}";
|
|
pub const DEVICE_TABLET_CAMERA: &'static str = "\u{EA98}";
|
|
pub const DEVICE_TABLET_SPEAKER: &'static str = "\u{EA99}";
|
|
pub const DEV_TO_LOGO: &'static str = "\u{EA9A}";
|
|
pub const DIAMOND: &'static str = "\u{EA9B}";
|
|
pub const DIAMONDS_FOUR: &'static str = "\u{EA9C}";
|
|
pub const DICE_FIVE: &'static str = "\u{EA9D}";
|
|
pub const DICE_FOUR: &'static str = "\u{EA9E}";
|
|
pub const DICE_ONE: &'static str = "\u{EA9F}";
|
|
pub const DICE_SIX: &'static str = "\u{EAA0}";
|
|
pub const DICE_THREE: &'static str = "\u{EAA1}";
|
|
pub const DICE_TWO: &'static str = "\u{EAA2}";
|
|
pub const DISC: &'static str = "\u{EAA3}";
|
|
pub const DISCORD_LOGO: &'static str = "\u{EAA4}";
|
|
pub const DIVIDE: &'static str = "\u{EAA5}";
|
|
pub const DNA: &'static str = "\u{EAA6}";
|
|
pub const DOG: &'static str = "\u{EAA7}";
|
|
pub const DOOR: &'static str = "\u{EAA8}";
|
|
pub const DOOR_OPEN: &'static str = "\u{EAA9}";
|
|
pub const DOT: &'static str = "\u{EAAA}";
|
|
pub const DOT_OUTLINE: &'static str = "\u{EAAB}";
|
|
pub const DOTS_NINE: &'static str = "\u{EAAC}";
|
|
pub const DOTS_SIX: &'static str = "\u{EAAD}";
|
|
pub const DOTS_SIX_VERTICAL: &'static str = "\u{EAAE}";
|
|
pub const DOTS_THREE: &'static str = "\u{EAAF}";
|
|
pub const DOTS_THREE_CIRCLE: &'static str = "\u{EAB0}";
|
|
pub const DOTS_THREE_CIRCLE_VERTICAL: &'static str = "\u{EAB1}";
|
|
pub const DOTS_THREE_OUTLINE: &'static str = "\u{EAB2}";
|
|
pub const DOTS_THREE_OUTLINE_VERTICAL: &'static str = "\u{EAB3}";
|
|
pub const DOTS_THREE_VERTICAL: &'static str = "\u{EAB4}";
|
|
pub const DOWNLOAD: &'static str = "\u{EAB5}";
|
|
pub const DOWNLOAD_SIMPLE: &'static str = "\u{EAB6}";
|
|
pub const DRESS: &'static str = "\u{EAB7}";
|
|
pub const DRIBBBLE_LOGO: &'static str = "\u{EAB8}";
|
|
pub const DROP: &'static str = "\u{EAB9}";
|
|
pub const DROPBOX_LOGO: &'static str = "\u{EABA}";
|
|
pub const DROP_HALF: &'static str = "\u{EABB}";
|
|
pub const DROP_HALF_BOTTOM: &'static str = "\u{EABC}";
|
|
pub const EAR: &'static str = "\u{EABD}";
|
|
pub const EAR_SLASH: &'static str = "\u{EABE}";
|
|
pub const EGG: &'static str = "\u{EABF}";
|
|
pub const EGG_CRACK: &'static str = "\u{EAC0}";
|
|
pub const EJECT: &'static str = "\u{EAC1}";
|
|
pub const EJECT_SIMPLE: &'static str = "\u{EAC2}";
|
|
pub const ELEVATOR: &'static str = "\u{EAC3}";
|
|
pub const ENGINE: &'static str = "\u{EAC4}";
|
|
pub const ENVELOPE: &'static str = "\u{EAC5}";
|
|
pub const ENVELOPE_OPEN: &'static str = "\u{EAC6}";
|
|
pub const ENVELOPE_SIMPLE: &'static str = "\u{EAC7}";
|
|
pub const ENVELOPE_SIMPLE_OPEN: &'static str = "\u{EAC8}";
|
|
pub const EQUALIZER: &'static str = "\u{EAC9}";
|
|
pub const EQUALS: &'static str = "\u{EACA}";
|
|
pub const ERASER: &'static str = "\u{EACB}";
|
|
pub const ESCALATOR_DOWN: &'static str = "\u{EACC}";
|
|
pub const ESCALATOR_UP: &'static str = "\u{EACD}";
|
|
pub const EXAM: &'static str = "\u{EACE}";
|
|
pub const EXCLUDE: &'static str = "\u{EACF}";
|
|
pub const EXCLUDE_SQUARE: &'static str = "\u{EAD0}";
|
|
pub const EXPORT: &'static str = "\u{EAD1}";
|
|
pub const EYE: &'static str = "\u{EAD2}";
|
|
pub const EYE_CLOSED: &'static str = "\u{EAD3}";
|
|
pub const EYEDROPPER: &'static str = "\u{EAD4}";
|
|
pub const EYEDROPPER_SAMPLE: &'static str = "\u{EAD5}";
|
|
pub const EYEGLASSES: &'static str = "\u{EAD6}";
|
|
pub const EYE_SLASH: &'static str = "\u{EAD7}";
|
|
pub const FACEBOOK_LOGO: &'static str = "\u{EAD8}";
|
|
pub const FACE_MASK: &'static str = "\u{EAD9}";
|
|
pub const FACTORY: &'static str = "\u{EADA}";
|
|
pub const FADERS: &'static str = "\u{EADB}";
|
|
pub const FADERS_HORIZONTAL: &'static str = "\u{EADC}";
|
|
pub const FAN: &'static str = "\u{EADD}";
|
|
pub const FAST_FORWARD: &'static str = "\u{EADE}";
|
|
pub const FAST_FORWARD_CIRCLE: &'static str = "\u{EADF}";
|
|
pub const FEATHER: &'static str = "\u{EAE0}";
|
|
pub const FIGMA_LOGO: &'static str = "\u{EAE1}";
|
|
pub const FILE: &'static str = "\u{EAE2}";
|
|
pub const FILE_ARCHIVE: &'static str = "\u{EAE3}";
|
|
pub const FILE_ARROW_DOWN: &'static str = "\u{EAE4}";
|
|
pub const FILE_ARROW_UP: &'static str = "\u{EAE5}";
|
|
pub const FILE_AUDIO: &'static str = "\u{EAE6}";
|
|
pub const FILE_CLOUD: &'static str = "\u{EAE7}";
|
|
pub const FILE_CODE: &'static str = "\u{EAE8}";
|
|
pub const FILE_CSS: &'static str = "\u{EAE9}";
|
|
pub const FILE_CSV: &'static str = "\u{EAEA}";
|
|
pub const FILE_DASHED: &'static str = "\u{EAEB}";
|
|
pub const FILE_DOTTED: &'static str = "\u{EAEB}";
|
|
pub const FILE_DOC: &'static str = "\u{EAEC}";
|
|
pub const FILE_HTML: &'static str = "\u{EAED}";
|
|
pub const FILE_IMAGE: &'static str = "\u{EAEE}";
|
|
pub const FILE_JPG: &'static str = "\u{EAEF}";
|
|
pub const FILE_JS: &'static str = "\u{EAF0}";
|
|
pub const FILE_JSX: &'static str = "\u{EAF1}";
|
|
pub const FILE_LOCK: &'static str = "\u{EAF2}";
|
|
pub const FILE_MAGNIFYING_GLASS: &'static str = "\u{EAF3}";
|
|
pub const FILE_SEARCH: &'static str = "\u{EAF3}";
|
|
pub const FILE_MINUS: &'static str = "\u{EAF4}";
|
|
pub const FILE_PDF: &'static str = "\u{EAF5}";
|
|
pub const FILE_PLUS: &'static str = "\u{EAF6}";
|
|
pub const FILE_PNG: &'static str = "\u{EAF7}";
|
|
pub const FILE_PPT: &'static str = "\u{EAF8}";
|
|
pub const FILE_RS: &'static str = "\u{EAF9}";
|
|
pub const FILES: &'static str = "\u{EAFA}";
|
|
pub const FILE_SQL: &'static str = "\u{EAFB}";
|
|
pub const FILE_SVG: &'static str = "\u{EAFC}";
|
|
pub const FILE_TEXT: &'static str = "\u{EAFD}";
|
|
pub const FILE_TS: &'static str = "\u{EAFE}";
|
|
pub const FILE_TSX: &'static str = "\u{EAFF}";
|
|
pub const FILE_VIDEO: &'static str = "\u{EB00}";
|
|
pub const FILE_VUE: &'static str = "\u{EB01}";
|
|
pub const FILE_X: &'static str = "\u{EB02}";
|
|
pub const FILE_XLS: &'static str = "\u{EB03}";
|
|
pub const FILE_ZIP: &'static str = "\u{EB04}";
|
|
pub const FILM_REEL: &'static str = "\u{EB05}";
|
|
pub const FILM_SCRIPT: &'static str = "\u{EB06}";
|
|
pub const FILM_SLATE: &'static str = "\u{EB07}";
|
|
pub const FILM_STRIP: &'static str = "\u{EB08}";
|
|
pub const FINGERPRINT: &'static str = "\u{EB09}";
|
|
pub const FINGERPRINT_SIMPLE: &'static str = "\u{EB0A}";
|
|
pub const FINN_THE_HUMAN: &'static str = "\u{EB0B}";
|
|
pub const FIRE: &'static str = "\u{EB0C}";
|
|
pub const FIRE_EXTINGUISHER: &'static str = "\u{EB0D}";
|
|
pub const FIRE_SIMPLE: &'static str = "\u{EB0E}";
|
|
pub const FIRST_AID: &'static str = "\u{EB0F}";
|
|
pub const FIRST_AID_KIT: &'static str = "\u{EB10}";
|
|
pub const FISH: &'static str = "\u{EB11}";
|
|
pub const FISH_SIMPLE: &'static str = "\u{EB12}";
|
|
pub const FLAG: &'static str = "\u{EB13}";
|
|
pub const FLAG_BANNER: &'static str = "\u{EB14}";
|
|
pub const FLAG_CHECKERED: &'static str = "\u{EB15}";
|
|
pub const FLAG_PENNANT: &'static str = "\u{EB16}";
|
|
pub const FLAME: &'static str = "\u{EB17}";
|
|
pub const FLASHLIGHT: &'static str = "\u{EB18}";
|
|
pub const FLASK: &'static str = "\u{EB19}";
|
|
pub const FLOPPY_DISK: &'static str = "\u{EB1A}";
|
|
pub const FLOPPY_DISK_BACK: &'static str = "\u{EB1B}";
|
|
pub const FLOW_ARROW: &'static str = "\u{EB1C}";
|
|
pub const FLOWER: &'static str = "\u{EB1D}";
|
|
pub const FLOWER_LOTUS: &'static str = "\u{EB1E}";
|
|
pub const FLOWER_TULIP: &'static str = "\u{EB1F}";
|
|
pub const FLYING_SAUCER: &'static str = "\u{EB20}";
|
|
pub const FOLDER: &'static str = "\u{EB21}";
|
|
pub const FOLDER_DASHED: &'static str = "\u{EB22}";
|
|
pub const FOLDER_DOTTED: &'static str = "\u{EB22}";
|
|
pub const FOLDER_LOCK: &'static str = "\u{EB23}";
|
|
pub const FOLDER_MINUS: &'static str = "\u{EB24}";
|
|
pub const FOLDER_NOTCH: &'static str = "\u{EB25}";
|
|
pub const FOLDER_NOTCH_MINUS: &'static str = "\u{EB26}";
|
|
pub const FOLDER_NOTCH_OPEN: &'static str = "\u{EB27}";
|
|
pub const FOLDER_NOTCH_PLUS: &'static str = "\u{EB28}";
|
|
pub const FOLDER_OPEN: &'static str = "\u{EB29}";
|
|
pub const FOLDER_PLUS: &'static str = "\u{EB2A}";
|
|
pub const FOLDERS: &'static str = "\u{EB2B}";
|
|
pub const FOLDER_SIMPLE: &'static str = "\u{EB2C}";
|
|
pub const FOLDER_SIMPLE_DASHED: &'static str = "\u{EB2D}";
|
|
pub const FOLDER_SIMPLE_DOTTED: &'static str = "\u{EB2D}";
|
|
pub const FOLDER_SIMPLE_LOCK: &'static str = "\u{EB2E}";
|
|
pub const FOLDER_SIMPLE_MINUS: &'static str = "\u{EB2F}";
|
|
pub const FOLDER_SIMPLE_PLUS: &'static str = "\u{EB30}";
|
|
pub const FOLDER_SIMPLE_STAR: &'static str = "\u{EB31}";
|
|
pub const FOLDER_SIMPLE_USER: &'static str = "\u{EB32}";
|
|
pub const FOLDER_STAR: &'static str = "\u{EB33}";
|
|
pub const FOLDER_USER: &'static str = "\u{EB34}";
|
|
pub const FOOTBALL: &'static str = "\u{EB35}";
|
|
pub const FOOTPRINTS: &'static str = "\u{EB36}";
|
|
pub const FORK_KNIFE: &'static str = "\u{EB37}";
|
|
pub const FRAME_CORNERS: &'static str = "\u{EB38}";
|
|
pub const FRAMER_LOGO: &'static str = "\u{EB39}";
|
|
pub const FUNCTION: &'static str = "\u{EB3A}";
|
|
pub const FUNNEL: &'static str = "\u{EB3B}";
|
|
pub const FUNNEL_SIMPLE: &'static str = "\u{EB3C}";
|
|
pub const GAME_CONTROLLER: &'static str = "\u{EB3D}";
|
|
pub const GARAGE: &'static str = "\u{EB3E}";
|
|
pub const GAS_CAN: &'static str = "\u{EB3F}";
|
|
pub const GAS_PUMP: &'static str = "\u{EB40}";
|
|
pub const GAUGE: &'static str = "\u{EB41}";
|
|
pub const GAVEL: &'static str = "\u{EB42}";
|
|
pub const GEAR: &'static str = "\u{EB43}";
|
|
pub const GEAR_FINE: &'static str = "\u{EB44}";
|
|
pub const GEAR_SIX: &'static str = "\u{EB45}";
|
|
pub const GENDER_FEMALE: &'static str = "\u{EB46}";
|
|
pub const GENDER_INTERSEX: &'static str = "\u{EB47}";
|
|
pub const GENDER_MALE: &'static str = "\u{EB48}";
|
|
pub const GENDER_NEUTER: &'static str = "\u{EB49}";
|
|
pub const GENDER_NONBINARY: &'static str = "\u{EB4A}";
|
|
pub const GENDER_TRANSGENDER: &'static str = "\u{EB4B}";
|
|
pub const GHOST: &'static str = "\u{EB4C}";
|
|
pub const GIF: &'static str = "\u{EB4D}";
|
|
pub const GIFT: &'static str = "\u{EB4E}";
|
|
pub const GIT_BRANCH: &'static str = "\u{EB4F}";
|
|
pub const GIT_COMMIT: &'static str = "\u{EB50}";
|
|
pub const GIT_DIFF: &'static str = "\u{EB51}";
|
|
pub const GIT_FORK: &'static str = "\u{EB52}";
|
|
pub const GITHUB_LOGO: &'static str = "\u{EB53}";
|
|
pub const GITLAB_LOGO: &'static str = "\u{EB54}";
|
|
pub const GITLAB_LOGO_SIMPLE: &'static str = "\u{EB55}";
|
|
pub const GIT_MERGE: &'static str = "\u{EB56}";
|
|
pub const GIT_PULL_REQUEST: &'static str = "\u{EB57}";
|
|
pub const GLOBE: &'static str = "\u{EB58}";
|
|
pub const GLOBE_HEMISPHERE_EAST: &'static str = "\u{EB59}";
|
|
pub const GLOBE_HEMISPHERE_WEST: &'static str = "\u{EB5A}";
|
|
pub const GLOBE_SIMPLE: &'static str = "\u{EB5B}";
|
|
pub const GLOBE_STAND: &'static str = "\u{EB5C}";
|
|
pub const GOGGLES: &'static str = "\u{EB5D}";
|
|
pub const GOODREADS_LOGO: &'static str = "\u{EB5E}";
|
|
pub const GOOGLE_CARDBOARD_LOGO: &'static str = "\u{EB5F}";
|
|
pub const GOOGLE_CHROME_LOGO: &'static str = "\u{EB60}";
|
|
pub const GOOGLE_DRIVE_LOGO: &'static str = "\u{EB61}";
|
|
pub const GOOGLE_LOGO: &'static str = "\u{EB62}";
|
|
pub const GOOGLE_PHOTOS_LOGO: &'static str = "\u{EB63}";
|
|
pub const GOOGLE_PLAY_LOGO: &'static str = "\u{EB64}";
|
|
pub const GOOGLE_PODCASTS_LOGO: &'static str = "\u{EB65}";
|
|
pub const GRADIENT: &'static str = "\u{EB66}";
|
|
pub const GRADUATION_CAP: &'static str = "\u{EB67}";
|
|
pub const GRAINS: &'static str = "\u{EB68}";
|
|
pub const GRAINS_SLASH: &'static str = "\u{EB69}";
|
|
pub const GRAPH: &'static str = "\u{EB6A}";
|
|
pub const GRID_FOUR: &'static str = "\u{EB6B}";
|
|
pub const GRID_NINE: &'static str = "\u{EB6C}";
|
|
pub const GUITAR: &'static str = "\u{EB6D}";
|
|
pub const HAMBURGER: &'static str = "\u{EB6E}";
|
|
pub const HAMMER: &'static str = "\u{EB6F}";
|
|
pub const HAND: &'static str = "\u{EB70}";
|
|
pub const HANDBAG: &'static str = "\u{EB71}";
|
|
pub const HANDBAG_SIMPLE: &'static str = "\u{EB72}";
|
|
pub const HAND_COINS: &'static str = "\u{EB73}";
|
|
pub const HAND_EYE: &'static str = "\u{EB74}";
|
|
pub const HAND_FIST: &'static str = "\u{EB75}";
|
|
pub const HAND_GRABBING: &'static str = "\u{EB76}";
|
|
pub const HAND_HEART: &'static str = "\u{EB77}";
|
|
pub const HAND_PALM: &'static str = "\u{EB78}";
|
|
pub const HAND_POINTING: &'static str = "\u{EB79}";
|
|
pub const HANDS_CLAPPING: &'static str = "\u{EB7A}";
|
|
pub const HANDSHAKE: &'static str = "\u{EB7B}";
|
|
pub const HAND_SOAP: &'static str = "\u{EB7C}";
|
|
pub const HANDS_PRAYING: &'static str = "\u{EB7D}";
|
|
pub const HAND_SWIPE_LEFT: &'static str = "\u{EB7E}";
|
|
pub const HAND_SWIPE_RIGHT: &'static str = "\u{EB7F}";
|
|
pub const HAND_TAP: &'static str = "\u{EB80}";
|
|
pub const HAND_WAVING: &'static str = "\u{EB81}";
|
|
pub const HARD_DRIVE: &'static str = "\u{EB82}";
|
|
pub const HARD_DRIVES: &'static str = "\u{EB83}";
|
|
pub const HASH: &'static str = "\u{EB84}";
|
|
pub const HASH_STRAIGHT: &'static str = "\u{EB85}";
|
|
pub const HEADLIGHTS: &'static str = "\u{EB86}";
|
|
pub const HEADPHONES: &'static str = "\u{EB87}";
|
|
pub const HEADSET: &'static str = "\u{EB88}";
|
|
pub const HEART: &'static str = "\u{EB89}";
|
|
pub const HEARTBEAT: &'static str = "\u{EB8A}";
|
|
pub const HEART_BREAK: &'static str = "\u{EB8B}";
|
|
pub const HEART_HALF: &'static str = "\u{EB8C}";
|
|
pub const HEART_STRAIGHT: &'static str = "\u{EB8D}";
|
|
pub const HEART_STRAIGHT_BREAK: &'static str = "\u{EB8E}";
|
|
pub const HEXAGON: &'static str = "\u{EB8F}";
|
|
pub const HIGH_HEEL: &'static str = "\u{EB90}";
|
|
pub const HIGHLIGHTER_CIRCLE: &'static str = "\u{EB91}";
|
|
pub const HOODIE: &'static str = "\u{EB92}";
|
|
pub const HORSE: &'static str = "\u{EB93}";
|
|
pub const HOURGLASS: &'static str = "\u{EB94}";
|
|
pub const HOURGLASS_HIGH: &'static str = "\u{EB95}";
|
|
pub const HOURGLASS_LOW: &'static str = "\u{EB96}";
|
|
pub const HOURGLASS_MEDIUM: &'static str = "\u{EB97}";
|
|
pub const HOURGLASS_SIMPLE: &'static str = "\u{EB98}";
|
|
pub const HOURGLASS_SIMPLE_HIGH: &'static str = "\u{EB99}";
|
|
pub const HOURGLASS_SIMPLE_LOW: &'static str = "\u{EB9A}";
|
|
pub const HOURGLASS_SIMPLE_MEDIUM: &'static str = "\u{EB9B}";
|
|
pub const HOUSE: &'static str = "\u{EB9C}";
|
|
pub const HOUSE_LINE: &'static str = "\u{EB9D}";
|
|
pub const HOUSE_SIMPLE: &'static str = "\u{EB9E}";
|
|
pub const ICE_CREAM: &'static str = "\u{EB9F}";
|
|
pub const IDENTIFICATION_BADGE: &'static str = "\u{EBA0}";
|
|
pub const IDENTIFICATION_CARD: &'static str = "\u{EBA1}";
|
|
pub const IMAGE: &'static str = "\u{EBA2}";
|
|
pub const IMAGES: &'static str = "\u{EBA3}";
|
|
pub const IMAGE_SQUARE: &'static str = "\u{EBA4}";
|
|
pub const IMAGES_SQUARE: &'static str = "\u{EBA5}";
|
|
pub const INFINITY: &'static str = "\u{EBA6}";
|
|
pub const INFO: &'static str = "\u{EBA7}";
|
|
pub const INSTAGRAM_LOGO: &'static str = "\u{EBA8}";
|
|
pub const INTERSECT: &'static str = "\u{EBA9}";
|
|
pub const INTERSECT_SQUARE: &'static str = "\u{EBAA}";
|
|
pub const INTERSECT_THREE: &'static str = "\u{EBAB}";
|
|
pub const JEEP: &'static str = "\u{EBAC}";
|
|
pub const KANBAN: &'static str = "\u{EBAD}";
|
|
pub const KEY: &'static str = "\u{EBAE}";
|
|
pub const KEYBOARD: &'static str = "\u{EBAF}";
|
|
pub const KEYHOLE: &'static str = "\u{EBB0}";
|
|
pub const KEY_RETURN: &'static str = "\u{EBB1}";
|
|
pub const KNIFE: &'static str = "\u{EBB2}";
|
|
pub const LADDER: &'static str = "\u{EBB3}";
|
|
pub const LADDER_SIMPLE: &'static str = "\u{EBB4}";
|
|
pub const LAMP: &'static str = "\u{EBB5}";
|
|
pub const LAPTOP: &'static str = "\u{EBB6}";
|
|
pub const LAYOUT: &'static str = "\u{EBB7}";
|
|
pub const LEAF: &'static str = "\u{EBB8}";
|
|
pub const LIFEBUOY: &'static str = "\u{EBB9}";
|
|
pub const LIGHTBULB: &'static str = "\u{EBBA}";
|
|
pub const LIGHTBULB_FILAMENT: &'static str = "\u{EBBB}";
|
|
pub const LIGHTHOUSE: &'static str = "\u{EBBC}";
|
|
pub const LIGHTNING: &'static str = "\u{EBBD}";
|
|
pub const LIGHTNING_A: &'static str = "\u{EBBE}";
|
|
pub const LIGHTNING_SLASH: &'static str = "\u{EBBF}";
|
|
pub const LINE_SEGMENT: &'static str = "\u{EBC0}";
|
|
pub const LINE_SEGMENTS: &'static str = "\u{EBC1}";
|
|
pub const LINK: &'static str = "\u{EBC2}";
|
|
pub const LINK_BREAK: &'static str = "\u{EBC3}";
|
|
pub const LINKEDIN_LOGO: &'static str = "\u{EBC4}";
|
|
pub const LINK_SIMPLE: &'static str = "\u{EBC5}";
|
|
pub const LINK_SIMPLE_BREAK: &'static str = "\u{EBC6}";
|
|
pub const LINK_SIMPLE_HORIZONTAL: &'static str = "\u{EBC7}";
|
|
pub const LINK_SIMPLE_HORIZONTAL_BREAK: &'static str = "\u{EBC8}";
|
|
pub const LINUX_LOGO: &'static str = "\u{EBC9}";
|
|
pub const LIST: &'static str = "\u{EBCA}";
|
|
pub const LIST_BULLETS: &'static str = "\u{EBCB}";
|
|
pub const LIST_CHECKS: &'static str = "\u{EBCC}";
|
|
pub const LIST_DASHES: &'static str = "\u{EBCD}";
|
|
pub const LIST_MAGNIFYING_GLASS: &'static str = "\u{EBCE}";
|
|
pub const LIST_NUMBERS: &'static str = "\u{EBCF}";
|
|
pub const LIST_PLUS: &'static str = "\u{EBD0}";
|
|
pub const LOCK: &'static str = "\u{EBD1}";
|
|
pub const LOCKERS: &'static str = "\u{EBD2}";
|
|
pub const LOCK_KEY: &'static str = "\u{EBD3}";
|
|
pub const LOCK_KEY_OPEN: &'static str = "\u{EBD4}";
|
|
pub const LOCK_LAMINATED: &'static str = "\u{EBD5}";
|
|
pub const LOCK_LAMINATED_OPEN: &'static str = "\u{EBD6}";
|
|
pub const LOCK_OPEN: &'static str = "\u{EBD7}";
|
|
pub const LOCK_SIMPLE: &'static str = "\u{EBD8}";
|
|
pub const LOCK_SIMPLE_OPEN: &'static str = "\u{EBD9}";
|
|
pub const MAGIC_WAND: &'static str = "\u{EBDA}";
|
|
pub const MAGNET: &'static str = "\u{EBDB}";
|
|
pub const MAGNET_STRAIGHT: &'static str = "\u{EBDC}";
|
|
pub const MAGNIFYING_GLASS: &'static str = "\u{EBDD}";
|
|
pub const MAGNIFYING_GLASS_MINUS: &'static str = "\u{EBDE}";
|
|
pub const MAGNIFYING_GLASS_PLUS: &'static str = "\u{EBDF}";
|
|
pub const MAP_PIN: &'static str = "\u{EBE0}";
|
|
pub const MAP_PIN_LINE: &'static str = "\u{EBE1}";
|
|
pub const MAP_TRIFOLD: &'static str = "\u{EBE2}";
|
|
pub const MARKER_CIRCLE: &'static str = "\u{EBE3}";
|
|
pub const MARTINI: &'static str = "\u{EBE4}";
|
|
pub const MASK_HAPPY: &'static str = "\u{EBE5}";
|
|
pub const MASK_SAD: &'static str = "\u{EBE6}";
|
|
pub const MATH_OPERATIONS: &'static str = "\u{EBE7}";
|
|
pub const MEDAL: &'static str = "\u{EBE8}";
|
|
pub const MEDAL_MILITARY: &'static str = "\u{EBE9}";
|
|
pub const MEDIUM_LOGO: &'static str = "\u{EBEA}";
|
|
pub const MEGAPHONE: &'static str = "\u{EBEB}";
|
|
pub const MEGAPHONE_SIMPLE: &'static str = "\u{EBEC}";
|
|
pub const MESSENGER_LOGO: &'static str = "\u{EBED}";
|
|
pub const META_LOGO: &'static str = "\u{EBEE}";
|
|
pub const METRONOME: &'static str = "\u{EBEF}";
|
|
pub const MICROPHONE: &'static str = "\u{EBF0}";
|
|
pub const MICROPHONE_SLASH: &'static str = "\u{EBF1}";
|
|
pub const MICROPHONE_STAGE: &'static str = "\u{EBF2}";
|
|
pub const MICROSOFT_EXCEL_LOGO: &'static str = "\u{EBF3}";
|
|
pub const MICROSOFT_OUTLOOK_LOGO: &'static str = "\u{EBF4}";
|
|
pub const MICROSOFT_POWERPOINT_LOGO: &'static str = "\u{EBF5}";
|
|
pub const MICROSOFT_TEAMS_LOGO: &'static str = "\u{EBF6}";
|
|
pub const MICROSOFT_WORD_LOGO: &'static str = "\u{EBF7}";
|
|
pub const MINUS: &'static str = "\u{EBF8}";
|
|
pub const MINUS_CIRCLE: &'static str = "\u{EBF9}";
|
|
pub const MINUS_SQUARE: &'static str = "\u{EBFA}";
|
|
pub const MONEY: &'static str = "\u{EBFB}";
|
|
pub const MONITOR: &'static str = "\u{EBFC}";
|
|
pub const MONITOR_PLAY: &'static str = "\u{EBFD}";
|
|
pub const MOON: &'static str = "\u{EBFE}";
|
|
pub const MOON_STARS: &'static str = "\u{EBFF}";
|
|
pub const MOPED: &'static str = "\u{EC00}";
|
|
pub const MOPED_FRONT: &'static str = "\u{EC01}";
|
|
pub const MOSQUE: &'static str = "\u{EC02}";
|
|
pub const MOTORCYCLE: &'static str = "\u{EC03}";
|
|
pub const MOUNTAINS: &'static str = "\u{EC04}";
|
|
pub const MOUSE: &'static str = "\u{EC05}";
|
|
pub const MOUSE_SIMPLE: &'static str = "\u{EC06}";
|
|
pub const MUSIC_NOTE: &'static str = "\u{EC07}";
|
|
pub const MUSIC_NOTES: &'static str = "\u{EC08}";
|
|
pub const MUSIC_NOTE_SIMPLE: &'static str = "\u{EC09}";
|
|
pub const MUSIC_NOTES_PLUS: &'static str = "\u{EC0A}";
|
|
pub const MUSIC_NOTES_SIMPLE: &'static str = "\u{EC0B}";
|
|
pub const NAVIGATION_ARROW: &'static str = "\u{EC0C}";
|
|
pub const NEEDLE: &'static str = "\u{EC0D}";
|
|
pub const NEWSPAPER: &'static str = "\u{EC0E}";
|
|
pub const NEWSPAPER_CLIPPING: &'static str = "\u{EC0F}";
|
|
pub const NOTCHES: &'static str = "\u{EC10}";
|
|
pub const NOTE: &'static str = "\u{EC11}";
|
|
pub const NOTE_BLANK: &'static str = "\u{EC12}";
|
|
pub const NOTEBOOK: &'static str = "\u{EC13}";
|
|
pub const NOTEPAD: &'static str = "\u{EC14}";
|
|
pub const NOTE_PENCIL: &'static str = "\u{EC15}";
|
|
pub const NOTIFICATION: &'static str = "\u{EC16}";
|
|
pub const NOTION_LOGO: &'static str = "\u{EC17}";
|
|
pub const NUMBER_CIRCLE_EIGHT: &'static str = "\u{EC18}";
|
|
pub const NUMBER_CIRCLE_FIVE: &'static str = "\u{EC19}";
|
|
pub const NUMBER_CIRCLE_FOUR: &'static str = "\u{EC1A}";
|
|
pub const NUMBER_CIRCLE_NINE: &'static str = "\u{EC1B}";
|
|
pub const NUMBER_CIRCLE_ONE: &'static str = "\u{EC1C}";
|
|
pub const NUMBER_CIRCLE_SEVEN: &'static str = "\u{EC1D}";
|
|
pub const NUMBER_CIRCLE_SIX: &'static str = "\u{EC1E}";
|
|
pub const NUMBER_CIRCLE_THREE: &'static str = "\u{EC1F}";
|
|
pub const NUMBER_CIRCLE_TWO: &'static str = "\u{EC20}";
|
|
pub const NUMBER_CIRCLE_ZERO: &'static str = "\u{EC21}";
|
|
pub const NUMBER_EIGHT: &'static str = "\u{EC22}";
|
|
pub const NUMBER_FIVE: &'static str = "\u{EC23}";
|
|
pub const NUMBER_FOUR: &'static str = "\u{EC24}";
|
|
pub const NUMBER_NINE: &'static str = "\u{EC25}";
|
|
pub const NUMBER_ONE: &'static str = "\u{EC26}";
|
|
pub const NUMBER_SEVEN: &'static str = "\u{EC27}";
|
|
pub const NUMBER_SIX: &'static str = "\u{EC28}";
|
|
pub const NUMBER_SQUARE_EIGHT: &'static str = "\u{EC29}";
|
|
pub const NUMBER_SQUARE_FIVE: &'static str = "\u{EC2A}";
|
|
pub const NUMBER_SQUARE_FOUR: &'static str = "\u{EC2B}";
|
|
pub const NUMBER_SQUARE_NINE: &'static str = "\u{EC2C}";
|
|
pub const NUMBER_SQUARE_ONE: &'static str = "\u{EC2D}";
|
|
pub const NUMBER_SQUARE_SEVEN: &'static str = "\u{EC2E}";
|
|
pub const NUMBER_SQUARE_SIX: &'static str = "\u{EC2F}";
|
|
pub const NUMBER_SQUARE_THREE: &'static str = "\u{EC30}";
|
|
pub const NUMBER_SQUARE_TWO: &'static str = "\u{EC31}";
|
|
pub const NUMBER_SQUARE_ZERO: &'static str = "\u{EC32}";
|
|
pub const NUMBER_THREE: &'static str = "\u{EC33}";
|
|
pub const NUMBER_TWO: &'static str = "\u{EC34}";
|
|
pub const NUMBER_ZERO: &'static str = "\u{EC35}";
|
|
pub const NUT: &'static str = "\u{EC36}";
|
|
pub const NY_TIMES_LOGO: &'static str = "\u{EC37}";
|
|
pub const OCTAGON: &'static str = "\u{EC38}";
|
|
pub const OFFICE_CHAIR: &'static str = "\u{EC39}";
|
|
pub const OPTION: &'static str = "\u{EC3A}";
|
|
pub const ORANGE_SLICE: &'static str = "\u{EC3B}";
|
|
pub const PACKAGE: &'static str = "\u{EC3C}";
|
|
pub const PAINT_BRUSH: &'static str = "\u{EC3D}";
|
|
pub const PAINT_BRUSH_BROAD: &'static str = "\u{EC3E}";
|
|
pub const PAINT_BRUSH_HOUSEHOLD: &'static str = "\u{EC3F}";
|
|
pub const PAINT_BUCKET: &'static str = "\u{EC40}";
|
|
pub const PAINT_ROLLER: &'static str = "\u{EC41}";
|
|
pub const PALETTE: &'static str = "\u{EC42}";
|
|
pub const PANTS: &'static str = "\u{EC43}";
|
|
pub const PAPERCLIP: &'static str = "\u{EC44}";
|
|
pub const PAPERCLIP_HORIZONTAL: &'static str = "\u{EC45}";
|
|
pub const PAPER_PLANE: &'static str = "\u{EC46}";
|
|
pub const PAPER_PLANE_RIGHT: &'static str = "\u{EC47}";
|
|
pub const PAPER_PLANE_TILT: &'static str = "\u{EC48}";
|
|
pub const PARACHUTE: &'static str = "\u{EC49}";
|
|
pub const PARAGRAPH: &'static str = "\u{EC4A}";
|
|
pub const PARALLELOGRAM: &'static str = "\u{EC4B}";
|
|
pub const PARK: &'static str = "\u{EC4C}";
|
|
pub const PASSWORD: &'static str = "\u{EC4D}";
|
|
pub const PATH: &'static str = "\u{EC4E}";
|
|
pub const PATREON_LOGO: &'static str = "\u{EC4F}";
|
|
pub const PAUSE: &'static str = "\u{EC50}";
|
|
pub const PAUSE_CIRCLE: &'static str = "\u{EC51}";
|
|
pub const PAW_PRINT: &'static str = "\u{EC52}";
|
|
pub const PAYPAL_LOGO: &'static str = "\u{EC53}";
|
|
pub const PEACE: &'static str = "\u{EC54}";
|
|
pub const PEN: &'static str = "\u{EC55}";
|
|
pub const PENCIL: &'static str = "\u{EC56}";
|
|
pub const PENCIL_CIRCLE: &'static str = "\u{EC57}";
|
|
pub const PENCIL_LINE: &'static str = "\u{EC58}";
|
|
pub const PENCIL_SIMPLE: &'static str = "\u{EC59}";
|
|
pub const PENCIL_SIMPLE_LINE: &'static str = "\u{EC5A}";
|
|
pub const PENCIL_SIMPLE_SLASH: &'static str = "\u{EC5B}";
|
|
pub const PENCIL_SLASH: &'static str = "\u{EC5C}";
|
|
pub const PEN_NIB: &'static str = "\u{EC5D}";
|
|
pub const PEN_NIB_STRAIGHT: &'static str = "\u{EC5E}";
|
|
pub const PENTAGRAM: &'static str = "\u{EC5F}";
|
|
pub const PEPPER: &'static str = "\u{EC60}";
|
|
pub const PERCENT: &'static str = "\u{EC61}";
|
|
pub const PERSON: &'static str = "\u{EC62}";
|
|
pub const PERSON_ARMS_SPREAD: &'static str = "\u{EC63}";
|
|
pub const PERSON_SIMPLE: &'static str = "\u{EC64}";
|
|
pub const PERSON_SIMPLE_BIKE: &'static str = "\u{EC65}";
|
|
pub const PERSON_SIMPLE_RUN: &'static str = "\u{EC66}";
|
|
pub const PERSON_SIMPLE_THROW: &'static str = "\u{EC67}";
|
|
pub const PERSON_SIMPLE_WALK: &'static str = "\u{EC68}";
|
|
pub const PERSPECTIVE: &'static str = "\u{EC69}";
|
|
pub const PHONE: &'static str = "\u{EC6A}";
|
|
pub const PHONE_CALL: &'static str = "\u{EC6B}";
|
|
pub const PHONE_DISCONNECT: &'static str = "\u{EC6C}";
|
|
pub const PHONE_INCOMING: &'static str = "\u{EC6D}";
|
|
pub const PHONE_OUTGOING: &'static str = "\u{EC6E}";
|
|
pub const PHONE_PLUS: &'static str = "\u{EC6F}";
|
|
pub const PHONE_SLASH: &'static str = "\u{EC70}";
|
|
pub const PHONE_X: &'static str = "\u{EC71}";
|
|
pub const PHOSPHOR_LOGO: &'static str = "\u{EC72}";
|
|
pub const PI: &'static str = "\u{EC73}";
|
|
pub const PIANO_KEYS: &'static str = "\u{EC74}";
|
|
pub const PICTURE_IN_PICTURE: &'static str = "\u{EC75}";
|
|
pub const PIGGY_BANK: &'static str = "\u{EC76}";
|
|
pub const PILL: &'static str = "\u{EC77}";
|
|
pub const PINTEREST_LOGO: &'static str = "\u{EC78}";
|
|
pub const PINWHEEL: &'static str = "\u{EC79}";
|
|
pub const PIZZA: &'static str = "\u{EC7A}";
|
|
pub const PLACEHOLDER: &'static str = "\u{EC7B}";
|
|
pub const PLANET: &'static str = "\u{EC7C}";
|
|
pub const PLANT: &'static str = "\u{EC7D}";
|
|
pub const PLAY: &'static str = "\u{EC7E}";
|
|
pub const PLAY_CIRCLE: &'static str = "\u{EC7F}";
|
|
pub const PLAYLIST: &'static str = "\u{EC80}";
|
|
pub const PLAY_PAUSE: &'static str = "\u{EC81}";
|
|
pub const PLUG: &'static str = "\u{EC82}";
|
|
pub const PLUG_CHARGING: &'static str = "\u{EC83}";
|
|
pub const PLUGS: &'static str = "\u{EC84}";
|
|
pub const PLUGS_CONNECTED: &'static str = "\u{EC85}";
|
|
pub const PLUS: &'static str = "\u{EC86}";
|
|
pub const PLUS_CIRCLE: &'static str = "\u{EC87}";
|
|
pub const PLUS_MINUS: &'static str = "\u{EC88}";
|
|
pub const PLUS_SQUARE: &'static str = "\u{EC89}";
|
|
pub const POKER_CHIP: &'static str = "\u{EC8A}";
|
|
pub const POLICE_CAR: &'static str = "\u{EC8B}";
|
|
pub const POLYGON: &'static str = "\u{EC8C}";
|
|
pub const POPCORN: &'static str = "\u{EC8D}";
|
|
pub const POTTED_PLANT: &'static str = "\u{EC8E}";
|
|
pub const POWER: &'static str = "\u{EC8F}";
|
|
pub const PRESCRIPTION: &'static str = "\u{EC90}";
|
|
pub const PRESENTATION: &'static str = "\u{EC91}";
|
|
pub const PRESENTATION_CHART: &'static str = "\u{EC92}";
|
|
pub const PRINTER: &'static str = "\u{EC93}";
|
|
pub const PROHIBIT: &'static str = "\u{EC94}";
|
|
pub const PROHIBIT_INSET: &'static str = "\u{EC95}";
|
|
pub const PROJECTOR_SCREEN: &'static str = "\u{EC96}";
|
|
pub const PROJECTOR_SCREEN_CHART: &'static str = "\u{EC97}";
|
|
pub const PULSE: &'static str = "\u{EC98}";
|
|
pub const ACTIVITY: &'static str = "\u{EC98}";
|
|
pub const PUSH_PIN: &'static str = "\u{EC99}";
|
|
pub const PUSH_PIN_SIMPLE: &'static str = "\u{EC9A}";
|
|
pub const PUSH_PIN_SIMPLE_SLASH: &'static str = "\u{EC9B}";
|
|
pub const PUSH_PIN_SLASH: &'static str = "\u{EC9C}";
|
|
pub const PUZZLE_PIECE: &'static str = "\u{EC9D}";
|
|
pub const QR_CODE: &'static str = "\u{EC9E}";
|
|
pub const QUESTION: &'static str = "\u{EC9F}";
|
|
pub const QUEUE: &'static str = "\u{ECA0}";
|
|
pub const QUOTES: &'static str = "\u{ECA1}";
|
|
pub const RADICAL: &'static str = "\u{ECA2}";
|
|
pub const RADIO: &'static str = "\u{ECA3}";
|
|
pub const RADIOACTIVE: &'static str = "\u{ECA4}";
|
|
pub const RADIO_BUTTON: &'static str = "\u{ECA5}";
|
|
pub const RAINBOW: &'static str = "\u{ECA6}";
|
|
pub const RAINBOW_CLOUD: &'static str = "\u{ECA7}";
|
|
pub const READ_CV_LOGO: &'static str = "\u{ECA8}";
|
|
pub const RECEIPT: &'static str = "\u{ECA9}";
|
|
pub const RECEIPT_X: &'static str = "\u{ECAA}";
|
|
pub const RECORD: &'static str = "\u{ECAB}";
|
|
pub const RECTANGLE: &'static str = "\u{ECAC}";
|
|
pub const RECYCLE: &'static str = "\u{ECAD}";
|
|
pub const REDDIT_LOGO: &'static str = "\u{ECAE}";
|
|
pub const REPEAT: &'static str = "\u{ECAF}";
|
|
pub const REPEAT_ONCE: &'static str = "\u{ECB0}";
|
|
pub const REWIND: &'static str = "\u{ECB1}";
|
|
pub const REWIND_CIRCLE: &'static str = "\u{ECB2}";
|
|
pub const ROAD_HORIZON: &'static str = "\u{ECB3}";
|
|
pub const ROBOT: &'static str = "\u{ECB4}";
|
|
pub const ROCKET: &'static str = "\u{ECB5}";
|
|
pub const ROCKET_LAUNCH: &'static str = "\u{ECB6}";
|
|
pub const ROWS: &'static str = "\u{ECB7}";
|
|
pub const RSS: &'static str = "\u{ECB8}";
|
|
pub const RSS_SIMPLE: &'static str = "\u{ECB9}";
|
|
pub const RUG: &'static str = "\u{ECBA}";
|
|
pub const RULER: &'static str = "\u{ECBB}";
|
|
pub const SCALES: &'static str = "\u{ECBC}";
|
|
pub const SCAN: &'static str = "\u{ECBD}";
|
|
pub const SCISSORS: &'static str = "\u{ECBE}";
|
|
pub const SCOOTER: &'static str = "\u{ECBF}";
|
|
pub const SCREENCAST: &'static str = "\u{ECC0}";
|
|
pub const SCRIBBLE_LOOP: &'static str = "\u{ECC1}";
|
|
pub const SCROLL: &'static str = "\u{ECC2}";
|
|
pub const SEAL: &'static str = "\u{ECC3}";
|
|
pub const CIRCLE_WAVY: &'static str = "\u{ECC3}";
|
|
pub const SEAL_CHECK: &'static str = "\u{ECC4}";
|
|
pub const CIRCLE_WAVY_CHECK: &'static str = "\u{ECC4}";
|
|
pub const SEAL_QUESTION: &'static str = "\u{ECC5}";
|
|
pub const CIRCLE_WAVY_QUESTION: &'static str = "\u{ECC5}";
|
|
pub const SEAL_WARNING: &'static str = "\u{ECC6}";
|
|
pub const CIRCLE_WAVY_WARNING: &'static str = "\u{ECC6}";
|
|
pub const SELECTION: &'static str = "\u{ECC7}";
|
|
pub const SELECTION_ALL: &'static str = "\u{ECC8}";
|
|
pub const SELECTION_BACKGROUND: &'static str = "\u{ECC9}";
|
|
pub const SELECTION_FOREGROUND: &'static str = "\u{ECCA}";
|
|
pub const SELECTION_INVERSE: &'static str = "\u{ECCB}";
|
|
pub const SELECTION_PLUS: &'static str = "\u{ECCC}";
|
|
pub const SELECTION_SLASH: &'static str = "\u{ECCD}";
|
|
pub const SHAPES: &'static str = "\u{ECCE}";
|
|
pub const SHARE: &'static str = "\u{ECCF}";
|
|
pub const SHARE_FAT: &'static str = "\u{ECD0}";
|
|
pub const SHARE_NETWORK: &'static str = "\u{ECD1}";
|
|
pub const SHIELD: &'static str = "\u{ECD2}";
|
|
pub const SHIELD_CHECK: &'static str = "\u{ECD3}";
|
|
pub const SHIELD_CHECKERED: &'static str = "\u{ECD4}";
|
|
pub const SHIELD_CHEVRON: &'static str = "\u{ECD5}";
|
|
pub const SHIELD_PLUS: &'static str = "\u{ECD6}";
|
|
pub const SHIELD_SLASH: &'static str = "\u{ECD7}";
|
|
pub const SHIELD_STAR: &'static str = "\u{ECD8}";
|
|
pub const SHIELD_WARNING: &'static str = "\u{ECD9}";
|
|
pub const SHIRT_FOLDED: &'static str = "\u{ECDA}";
|
|
pub const SHOOTING_STAR: &'static str = "\u{ECDB}";
|
|
pub const SHOPPING_BAG: &'static str = "\u{ECDC}";
|
|
pub const SHOPPING_BAG_OPEN: &'static str = "\u{ECDD}";
|
|
pub const SHOPPING_CART: &'static str = "\u{ECDE}";
|
|
pub const SHOPPING_CART_SIMPLE: &'static str = "\u{ECDF}";
|
|
pub const SHOWER: &'static str = "\u{ECE0}";
|
|
pub const SHRIMP: &'static str = "\u{ECE1}";
|
|
pub const SHUFFLE: &'static str = "\u{ECE2}";
|
|
pub const SHUFFLE_ANGULAR: &'static str = "\u{ECE3}";
|
|
pub const SHUFFLE_SIMPLE: &'static str = "\u{ECE4}";
|
|
pub const SIDEBAR: &'static str = "\u{ECE5}";
|
|
pub const SIDEBAR_SIMPLE: &'static str = "\u{ECE6}";
|
|
pub const SIGMA: &'static str = "\u{ECE7}";
|
|
pub const SIGNATURE: &'static str = "\u{ECE8}";
|
|
pub const SIGN_IN: &'static str = "\u{ECE9}";
|
|
pub const SIGN_OUT: &'static str = "\u{ECEA}";
|
|
pub const SIGNPOST: &'static str = "\u{ECEB}";
|
|
pub const SIM_CARD: &'static str = "\u{ECEC}";
|
|
pub const SIREN: &'static str = "\u{ECED}";
|
|
pub const SKETCH_LOGO: &'static str = "\u{ECEE}";
|
|
pub const SKIP_BACK: &'static str = "\u{ECEF}";
|
|
pub const SKIP_BACK_CIRCLE: &'static str = "\u{ECF0}";
|
|
pub const SKIP_FORWARD: &'static str = "\u{ECF1}";
|
|
pub const SKIP_FORWARD_CIRCLE: &'static str = "\u{ECF2}";
|
|
pub const SKULL: &'static str = "\u{ECF3}";
|
|
pub const SLACK_LOGO: &'static str = "\u{ECF4}";
|
|
pub const SLIDERS: &'static str = "\u{ECF5}";
|
|
pub const SLIDERS_HORIZONTAL: &'static str = "\u{ECF6}";
|
|
pub const SLIDESHOW: &'static str = "\u{ECF7}";
|
|
pub const SMILEY: &'static str = "\u{ECF8}";
|
|
pub const SMILEY_ANGRY: &'static str = "\u{ECF9}";
|
|
pub const SMILEY_BLANK: &'static str = "\u{ECFA}";
|
|
pub const SMILEY_MEH: &'static str = "\u{ECFB}";
|
|
pub const SMILEY_NERVOUS: &'static str = "\u{ECFC}";
|
|
pub const SMILEY_SAD: &'static str = "\u{ECFD}";
|
|
pub const SMILEY_STICKER: &'static str = "\u{ECFE}";
|
|
pub const SMILEY_WINK: &'static str = "\u{ECFF}";
|
|
pub const SMILEY_X_EYES: &'static str = "\u{ED00}";
|
|
pub const SNAPCHAT_LOGO: &'static str = "\u{ED01}";
|
|
pub const SNEAKER: &'static str = "\u{ED02}";
|
|
pub const SNEAKER_MOVE: &'static str = "\u{ED03}";
|
|
pub const SNOWFLAKE: &'static str = "\u{ED04}";
|
|
pub const SOCCER_BALL: &'static str = "\u{ED05}";
|
|
pub const SORT_ASCENDING: &'static str = "\u{ED06}";
|
|
pub const SORT_DESCENDING: &'static str = "\u{ED07}";
|
|
pub const SOUNDCLOUD_LOGO: &'static str = "\u{ED08}";
|
|
pub const SPADE: &'static str = "\u{ED09}";
|
|
pub const SPARKLE: &'static str = "\u{ED0A}";
|
|
pub const SPEAKER_HIFI: &'static str = "\u{ED0B}";
|
|
pub const SPEAKER_HIGH: &'static str = "\u{ED0C}";
|
|
pub const SPEAKER_LOW: &'static str = "\u{ED0D}";
|
|
pub const SPEAKER_NONE: &'static str = "\u{ED0E}";
|
|
pub const SPEAKER_SIMPLE_HIGH: &'static str = "\u{ED0F}";
|
|
pub const SPEAKER_SIMPLE_LOW: &'static str = "\u{ED10}";
|
|
pub const SPEAKER_SIMPLE_NONE: &'static str = "\u{ED11}";
|
|
pub const SPEAKER_SIMPLE_SLASH: &'static str = "\u{ED12}";
|
|
pub const SPEAKER_SIMPLE_X: &'static str = "\u{ED13}";
|
|
pub const SPEAKER_SLASH: &'static str = "\u{ED14}";
|
|
pub const SPEAKER_X: &'static str = "\u{ED15}";
|
|
pub const SPINNER: &'static str = "\u{ED16}";
|
|
pub const SPINNER_GAP: &'static str = "\u{ED17}";
|
|
pub const SPIRAL: &'static str = "\u{ED18}";
|
|
pub const SPLIT_HORIZONTAL: &'static str = "\u{ED19}";
|
|
pub const SPLIT_VERTICAL: &'static str = "\u{ED1A}";
|
|
pub const SPOTIFY_LOGO: &'static str = "\u{ED1B}";
|
|
pub const SQUARE: &'static str = "\u{ED1C}";
|
|
pub const SQUARE_HALF: &'static str = "\u{ED1D}";
|
|
pub const SQUARE_HALF_BOTTOM: &'static str = "\u{ED1E}";
|
|
pub const SQUARE_LOGO: &'static str = "\u{ED1F}";
|
|
pub const SQUARES_FOUR: &'static str = "\u{ED20}";
|
|
pub const SQUARE_SPLIT_HORIZONTAL: &'static str = "\u{ED21}";
|
|
pub const SQUARE_SPLIT_VERTICAL: &'static str = "\u{ED22}";
|
|
pub const STACK: &'static str = "\u{ED23}";
|
|
pub const STACK_OVERFLOW_LOGO: &'static str = "\u{ED24}";
|
|
pub const STACK_SIMPLE: &'static str = "\u{ED25}";
|
|
pub const STAIRS: &'static str = "\u{ED26}";
|
|
pub const STAMP: &'static str = "\u{ED27}";
|
|
pub const STAR: &'static str = "\u{ED28}";
|
|
pub const STAR_AND_CRESCENT: &'static str = "\u{ED29}";
|
|
pub const STAR_FOUR: &'static str = "\u{ED2A}";
|
|
pub const STAR_HALF: &'static str = "\u{ED2B}";
|
|
pub const STAR_OF_DAVID: &'static str = "\u{ED2C}";
|
|
pub const STEERING_WHEEL: &'static str = "\u{ED2D}";
|
|
pub const STEPS: &'static str = "\u{ED2E}";
|
|
pub const STETHOSCOPE: &'static str = "\u{ED2F}";
|
|
pub const STICKER: &'static str = "\u{ED30}";
|
|
pub const STOOL: &'static str = "\u{ED31}";
|
|
pub const STOP: &'static str = "\u{ED32}";
|
|
pub const STOP_CIRCLE: &'static str = "\u{ED33}";
|
|
pub const STOREFRONT: &'static str = "\u{ED34}";
|
|
pub const STRATEGY: &'static str = "\u{ED35}";
|
|
pub const STRIPE_LOGO: &'static str = "\u{ED36}";
|
|
pub const STUDENT: &'static str = "\u{ED37}";
|
|
pub const SUBTITLES: &'static str = "\u{ED38}";
|
|
pub const SUBTRACT: &'static str = "\u{ED39}";
|
|
pub const SUBTRACT_SQUARE: &'static str = "\u{ED3A}";
|
|
pub const SUITCASE: &'static str = "\u{ED3B}";
|
|
pub const SUITCASE_ROLLING: &'static str = "\u{ED3C}";
|
|
pub const SUITCASE_SIMPLE: &'static str = "\u{ED3D}";
|
|
pub const SUN: &'static str = "\u{ED3E}";
|
|
pub const SUN_DIM: &'static str = "\u{ED3F}";
|
|
pub const SUNGLASSES: &'static str = "\u{ED40}";
|
|
pub const SUN_HORIZON: &'static str = "\u{ED41}";
|
|
pub const SWAP: &'static str = "\u{ED42}";
|
|
pub const SWATCHES: &'static str = "\u{ED43}";
|
|
pub const SWIMMING_POOL: &'static str = "\u{ED44}";
|
|
pub const SWORD: &'static str = "\u{ED45}";
|
|
pub const SYNAGOGUE: &'static str = "\u{ED46}";
|
|
pub const SYRINGE: &'static str = "\u{ED47}";
|
|
pub const TABLE: &'static str = "\u{ED48}";
|
|
pub const TABS: &'static str = "\u{ED49}";
|
|
pub const TAG: &'static str = "\u{ED4A}";
|
|
pub const TAG_CHEVRON: &'static str = "\u{ED4B}";
|
|
pub const TAG_SIMPLE: &'static str = "\u{ED4C}";
|
|
pub const TARGET: &'static str = "\u{ED4D}";
|
|
pub const TAXI: &'static str = "\u{ED4E}";
|
|
pub const TELEGRAM_LOGO: &'static str = "\u{ED4F}";
|
|
pub const TELEVISION: &'static str = "\u{ED50}";
|
|
pub const TELEVISION_SIMPLE: &'static str = "\u{ED51}";
|
|
pub const TENNIS_BALL: &'static str = "\u{ED52}";
|
|
pub const TENT: &'static str = "\u{ED53}";
|
|
pub const TERMINAL: &'static str = "\u{ED54}";
|
|
pub const TERMINAL_WINDOW: &'static str = "\u{ED55}";
|
|
pub const TEST_TUBE: &'static str = "\u{ED56}";
|
|
pub const TEXT_AA: &'static str = "\u{ED57}";
|
|
pub const TEXT_ALIGN_CENTER: &'static str = "\u{ED58}";
|
|
pub const TEXT_ALIGN_JUSTIFY: &'static str = "\u{ED59}";
|
|
pub const TEXT_ALIGN_LEFT: &'static str = "\u{ED5A}";
|
|
pub const TEXT_ALIGN_RIGHT: &'static str = "\u{ED5B}";
|
|
pub const TEXT_A_UNDERLINE: &'static str = "\u{ED5C}";
|
|
pub const TEXT_B: &'static str = "\u{ED5D}";
|
|
pub const TEXT_BOLDER: &'static str = "\u{ED5D}";
|
|
pub const TEXTBOX: &'static str = "\u{ED5E}";
|
|
pub const TEXT_COLUMNS: &'static str = "\u{ED5F}";
|
|
pub const TEXT_H: &'static str = "\u{ED60}";
|
|
pub const TEXT_H_FIVE: &'static str = "\u{ED61}";
|
|
pub const TEXT_H_FOUR: &'static str = "\u{ED62}";
|
|
pub const TEXT_H_ONE: &'static str = "\u{ED63}";
|
|
pub const TEXT_H_SIX: &'static str = "\u{ED64}";
|
|
pub const TEXT_H_THREE: &'static str = "\u{ED65}";
|
|
pub const TEXT_H_TWO: &'static str = "\u{ED66}";
|
|
pub const TEXT_INDENT: &'static str = "\u{ED67}";
|
|
pub const TEXT_ITALIC: &'static str = "\u{ED68}";
|
|
pub const TEXT_OUTDENT: &'static str = "\u{ED69}";
|
|
pub const TEXT_STRIKETHROUGH: &'static str = "\u{ED6A}";
|
|
pub const TEXT_T: &'static str = "\u{ED6B}";
|
|
pub const TEXT_UNDERLINE: &'static str = "\u{ED6C}";
|
|
pub const THERMOMETER: &'static str = "\u{ED6D}";
|
|
pub const THERMOMETER_COLD: &'static str = "\u{ED6E}";
|
|
pub const THERMOMETER_HOT: &'static str = "\u{ED6F}";
|
|
pub const THERMOMETER_SIMPLE: &'static str = "\u{ED70}";
|
|
pub const THUMBS_DOWN: &'static str = "\u{ED71}";
|
|
pub const THUMBS_UP: &'static str = "\u{ED72}";
|
|
pub const TICKET: &'static str = "\u{ED73}";
|
|
pub const TIDAL_LOGO: &'static str = "\u{ED74}";
|
|
pub const TIKTOK_LOGO: &'static str = "\u{ED75}";
|
|
pub const TIMER: &'static str = "\u{ED76}";
|
|
pub const TIPI: &'static str = "\u{ED77}";
|
|
pub const TOGGLE_LEFT: &'static str = "\u{ED78}";
|
|
pub const TOGGLE_RIGHT: &'static str = "\u{ED79}";
|
|
pub const TOILET: &'static str = "\u{ED7A}";
|
|
pub const TOILET_PAPER: &'static str = "\u{ED7B}";
|
|
pub const TOOLBOX: &'static str = "\u{ED7C}";
|
|
pub const TOOTH: &'static str = "\u{ED7D}";
|
|
pub const TOTE: &'static str = "\u{ED7E}";
|
|
pub const TOTE_SIMPLE: &'static str = "\u{ED7F}";
|
|
pub const TRADEMARK: &'static str = "\u{ED80}";
|
|
pub const TRADEMARK_REGISTERED: &'static str = "\u{ED81}";
|
|
pub const TRAFFIC_CONE: &'static str = "\u{ED82}";
|
|
pub const TRAFFIC_SIGN: &'static str = "\u{ED83}";
|
|
pub const TRAFFIC_SIGNAL: &'static str = "\u{ED84}";
|
|
pub const TRAIN: &'static str = "\u{ED85}";
|
|
pub const TRAIN_REGIONAL: &'static str = "\u{ED86}";
|
|
pub const TRAIN_SIMPLE: &'static str = "\u{ED87}";
|
|
pub const TRAM: &'static str = "\u{ED88}";
|
|
pub const TRANSLATE: &'static str = "\u{ED89}";
|
|
pub const TRASH: &'static str = "\u{ED8A}";
|
|
pub const TRASH_SIMPLE: &'static str = "\u{ED8B}";
|
|
pub const TRAY: &'static str = "\u{ED8C}";
|
|
pub const TREE: &'static str = "\u{ED8D}";
|
|
pub const TREE_EVERGREEN: &'static str = "\u{ED8E}";
|
|
pub const TREE_PALM: &'static str = "\u{ED8F}";
|
|
pub const TREE_STRUCTURE: &'static str = "\u{ED90}";
|
|
pub const TREND_DOWN: &'static str = "\u{ED91}";
|
|
pub const TREND_UP: &'static str = "\u{ED92}";
|
|
pub const TRIANGLE: &'static str = "\u{ED93}";
|
|
pub const TROPHY: &'static str = "\u{ED94}";
|
|
pub const TRUCK: &'static str = "\u{ED95}";
|
|
pub const T_SHIRT: &'static str = "\u{ED96}";
|
|
pub const TWITCH_LOGO: &'static str = "\u{ED97}";
|
|
pub const TWITTER_LOGO: &'static str = "\u{ED98}";
|
|
pub const UMBRELLA: &'static str = "\u{ED99}";
|
|
pub const UMBRELLA_SIMPLE: &'static str = "\u{ED9A}";
|
|
pub const UNITE: &'static str = "\u{ED9B}";
|
|
pub const UNITE_SQUARE: &'static str = "\u{ED9C}";
|
|
pub const UPLOAD: &'static str = "\u{ED9D}";
|
|
pub const UPLOAD_SIMPLE: &'static str = "\u{ED9E}";
|
|
pub const USB: &'static str = "\u{ED9F}";
|
|
pub const USER: &'static str = "\u{EDA0}";
|
|
pub const USER_CIRCLE: &'static str = "\u{EDA1}";
|
|
pub const USER_CIRCLE_GEAR: &'static str = "\u{EDA2}";
|
|
pub const USER_CIRCLE_MINUS: &'static str = "\u{EDA3}";
|
|
pub const USER_CIRCLE_PLUS: &'static str = "\u{EDA4}";
|
|
pub const USER_FOCUS: &'static str = "\u{EDA5}";
|
|
pub const USER_GEAR: &'static str = "\u{EDA6}";
|
|
pub const USER_LIST: &'static str = "\u{EDA7}";
|
|
pub const USER_MINUS: &'static str = "\u{EDA8}";
|
|
pub const USER_PLUS: &'static str = "\u{EDA9}";
|
|
pub const USER_RECTANGLE: &'static str = "\u{EDAA}";
|
|
pub const USERS: &'static str = "\u{EDAB}";
|
|
pub const USERS_FOUR: &'static str = "\u{EDAC}";
|
|
pub const USER_SQUARE: &'static str = "\u{EDAD}";
|
|
pub const USERS_THREE: &'static str = "\u{EDAE}";
|
|
pub const USER_SWITCH: &'static str = "\u{EDAF}";
|
|
pub const VAN: &'static str = "\u{EDB0}";
|
|
pub const VAULT: &'static str = "\u{EDB1}";
|
|
pub const VIBRATE: &'static str = "\u{EDB2}";
|
|
pub const VIDEO: &'static str = "\u{EDB3}";
|
|
pub const VIDEO_CAMERA: &'static str = "\u{EDB4}";
|
|
pub const VIDEO_CAMERA_SLASH: &'static str = "\u{EDB5}";
|
|
pub const VIGNETTE: &'static str = "\u{EDB6}";
|
|
pub const VINYL_RECORD: &'static str = "\u{EDB7}";
|
|
pub const VIRTUAL_REALITY: &'static str = "\u{EDB8}";
|
|
pub const VIRUS: &'static str = "\u{EDB9}";
|
|
pub const VOICEMAIL: &'static str = "\u{EDBA}";
|
|
pub const VOLLEYBALL: &'static str = "\u{EDBB}";
|
|
pub const WALL: &'static str = "\u{EDBC}";
|
|
pub const WALLET: &'static str = "\u{EDBD}";
|
|
pub const WAREHOUSE: &'static str = "\u{EDBE}";
|
|
pub const WARNING: &'static str = "\u{EDBF}";
|
|
pub const WARNING_CIRCLE: &'static str = "\u{EDC0}";
|
|
pub const WARNING_DIAMOND: &'static str = "\u{EDC1}";
|
|
pub const WARNING_OCTAGON: &'static str = "\u{EDC2}";
|
|
pub const WATCH: &'static str = "\u{EDC3}";
|
|
pub const WAVEFORM: &'static str = "\u{EDC4}";
|
|
pub const WAVES: &'static str = "\u{EDC5}";
|
|
pub const WAVE_SAWTOOTH: &'static str = "\u{EDC6}";
|
|
pub const WAVE_SINE: &'static str = "\u{EDC7}";
|
|
pub const WAVE_SQUARE: &'static str = "\u{EDC8}";
|
|
pub const WAVE_TRIANGLE: &'static str = "\u{EDC9}";
|
|
pub const WEBCAM: &'static str = "\u{EDCA}";
|
|
pub const WEBCAM_SLASH: &'static str = "\u{EDCB}";
|
|
pub const WEBHOOKS_LOGO: &'static str = "\u{EDCC}";
|
|
pub const WECHAT_LOGO: &'static str = "\u{EDCD}";
|
|
pub const WHATSAPP_LOGO: &'static str = "\u{EDCE}";
|
|
pub const WHEELCHAIR: &'static str = "\u{EDCF}";
|
|
pub const WHEELCHAIR_MOTION: &'static str = "\u{EDD0}";
|
|
pub const WIFI_HIGH: &'static str = "\u{EDD1}";
|
|
pub const WIFI_LOW: &'static str = "\u{EDD2}";
|
|
pub const WIFI_MEDIUM: &'static str = "\u{EDD3}";
|
|
pub const WIFI_NONE: &'static str = "\u{EDD4}";
|
|
pub const WIFI_SLASH: &'static str = "\u{EDD5}";
|
|
pub const WIFI_X: &'static str = "\u{EDD6}";
|
|
pub const WIND: &'static str = "\u{EDD7}";
|
|
pub const WINDOWS_LOGO: &'static str = "\u{EDD8}";
|
|
pub const WINE: &'static str = "\u{EDD9}";
|
|
pub const WRENCH: &'static str = "\u{EDDA}";
|
|
pub const X: &'static str = "\u{EDDB}";
|
|
pub const X_CIRCLE: &'static str = "\u{EDDC}";
|
|
pub const X_SQUARE: &'static str = "\u{EDDD}";
|
|
pub const YIN_YANG: &'static str = "\u{EDDE}";
|
|
pub const YOUTUBE_LOGO: &'static str = "\u{EDDF}";
|