Browse Source

FIX: removed dupplications

master
chris 2 months ago
parent
commit
da891a1bff
  1. 17
      icons.js

17
icons.js

@ -568,7 +568,6 @@ const ICONS = Object.freeze({
HLS: "hls",
HLS_OFF: "hls_off",
CLOSE: "close",
CLOSE: "close",
MENU: "menu",
EXPAND_MORE: "expand_more",
ARROW_BACK: "arrow_back",
@ -627,7 +626,6 @@ const ICONS = Object.freeze({
ASSISTANT_NAVIGATION: "assistant_navigation",
ADD_HOME_WORK: "add_home_work",
PERSON: "person",
PERSON: "person",
NOTIFICATIONS: "notifications",
GROUPS: "groups",
PEOPLE: "people",
@ -816,7 +814,6 @@ const ICONS = Object.freeze({
MAN_4: "man_4",
MAN_3: "man_3",
ADD: "add",
ADD: "add",
ADD_CIRCLE_OUTLINE: "add_circle_outline",
CONTENT_COPY: "content_copy",
ADD_CIRCLE: "add_circle",
@ -898,7 +895,6 @@ const ICONS = Object.freeze({
FONT_DOWNLOAD_OFF: "font_download_off",
BLOCK_FLIPPED: "block_flipped",
EDIT: "edit",
EDIT: "edit",
NAVIGATE_NEXT: "navigate_next",
PHOTO_CAMERA: "photo_camera",
IMAGE: "image",
@ -1146,7 +1142,6 @@ const ICONS = Object.freeze({
MP_6: "6mp",
MP_7: "7mp",
EMAIL: "email",
EMAIL: "email",
LOCATION_ON: "location_on",
CALL: "call",
PHONE: "phone",
@ -1246,7 +1241,6 @@ const ICONS = Object.freeze({
NO_SIM: "no_sim",
VPN_KEY_OFF: "vpn_key_off",
LOCAL_SHIPPING: "local_shipping",
LOCAL_SHIPPING: "local_shipping",
PLACE: "place",
MENU_BOOK: "menu_book",
LOCAL_OFFER: "local_offer",
@ -1458,7 +1452,6 @@ const ICONS = Object.freeze({
FIRE_HYDRANT_ALT: "fire_hydrant_alt",
NO_MEALS_OULINE: "no_meals_ouline",
FILE_DOWNLOAD: "file_download",
FILE_DOWNLOAD: "file_download",
FILE_UPLOAD: "file_upload",
DOWNLOAD: "download",
FOLDER: "folder",
@ -1507,7 +1500,6 @@ const ICONS = Object.freeze({
FORMAT_OVERLINE: "format_overline",
FILE_UPLOAD_OFF: "file_upload_off",
PLAY_ARROW: "play_arrow",
PLAY_ARROW: "play_arrow",
PLAY_CIRCLE_FILLED: "play_circle_filled",
VIDEOCAM: "videocam",
PLAY_CIRCLE: "play_circle",
@ -1635,7 +1627,6 @@ const ICONS = Object.freeze({
RES_6K_PLUS: "6k_plus",
RES_7K_PLUS: "7k_plus",
STAR: "star",
STAR: "star",
CHECK_BOX: "check_box",
CHECK_BOX_OUTLINE_BLANK: "check_box_outline_blank",
RADIO_BUTTON_UNCHECKED: "radio_button_unchecked",
@ -1649,7 +1640,6 @@ const ICONS = Object.freeze({
STAR_PURPLE500: "star_purple500",
STAR_BORDER_PURPLE500: "star_border_purple500",
WARNING: "warning",
WARNING: "warning",
ERROR: "error",
ERROR_OUTLINE: "error_outline",
WARNING_AMBER: "warning_amber",
@ -1657,7 +1647,6 @@ const ICONS = Object.freeze({
ADD_ALERT: "add_alert",
AUTO_DELETE: "auto_delete",
SUPPORT_AGENT: "support_agent",
SUPPORT_AGENT: "support_agent",
WIFI: "wifi",
ACCOUNT_TREE: "account_tree",
SYNC: "sync",
@ -1728,7 +1717,6 @@ const ICONS = Object.freeze({
AIRLINE_SEAT_LEGROOM_REDUCED: "airline_seat_legroom_reduced",
VIDEO_CHAT: "video_chat",
ATTACH_MONEY: "attach_money",
ATTACH_MONEY: "attach_money",
EDIT_NOTE: "edit_note",
FORMAT_LIST_BULLETED: "format_list_bulleted",
MODE_EDIT: "mode_edit",
@ -1853,7 +1841,6 @@ const ICONS = Object.freeze({
PIE_CHART_OUTLINED: "pie_chart_outlined",
TYPE_SPECIMEN: "type_specimen",
KEYBOARD_ARROW_DOWN: "keyboard_arrow_down",
KEYBOARD_ARROW_DOWN: "keyboard_arrow_down",
PHONE_IPHONE: "phone_iphone",
SMARTPHONE: "smartphone",
COMPUTER: "computer",
@ -1937,7 +1924,6 @@ const ICONS = Object.freeze({
WATCH_OFF: "watch_off",
KEYBOARD_OPTION_KEY: "keyboard_option_key",
LIGHT_MODE: "light_mode",
LIGHT_MODE: "light_mode",
RESTART_ALT: "restart_alt",
DARK_MODE: "dark_mode",
TASK: "task",
@ -2132,7 +2118,6 @@ const ICONS = Object.freeze({
FLUORESCENT: "fluorescent",
MACRO_OFF: "macro_off",
STOREFRONT: "storefront",
STOREFRONT: "storefront",
APARTMENT: "apartment",
FITNESS_CENTER: "fitness_center",
BUSINESS_CENTER: "business_center",
@ -2216,7 +2201,6 @@ const ICONS = Object.freeze({
DESK: "desk",
VAPE_FREE: "vape_free",
MANAGE_SEARCH: "manage_search",
MANAGE_SEARCH: "manage_search",
FEED: "feed",
CHAIR: "chair",
BED: "bed",
@ -2246,7 +2230,6 @@ const ICONS = Object.freeze({
TABLE_BAR: "table_bar",
BEDROOM_CHILD: "bedroom_child",
SENSOR_DOOR: "sensor_door",
SENSOR_DOOR: "sensor_door",
ELECTRIC_BOLT: "electric_bolt",
SUNNY: "sunny",
ENERGY_SAVINGS_LEAF: "energy_savings_leaf",

Loading…
Cancel
Save