356 lines
8.7 KiB
SCSS
356 lines
8.7 KiB
SCSS
@use "sass:map";
|
|
|
|
@mixin icon {
|
|
/* !important to prevent issues with browser extensions that change fonts */
|
|
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
font-family: "icons" !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
$icons-map: (
|
|
"active-sessions": "\f101",
|
|
"add-caption": "\f102",
|
|
"add-filled": "\f103",
|
|
"add-one-badge": "\f104",
|
|
"add-user-filled": "\f105",
|
|
"add-user": "\f106",
|
|
"add": "\f107",
|
|
"admin": "\f108",
|
|
"ai-edit": "\f109",
|
|
"ai-fix": "\f10a",
|
|
"ai": "\f10b",
|
|
"allow-share": "\f10c",
|
|
"allow-speak": "\f10d",
|
|
"animals": "\f10e",
|
|
"animations": "\f10f",
|
|
"archive-filled": "\f110",
|
|
"archive-from-main": "\f111",
|
|
"archive-to-main": "\f112",
|
|
"archive": "\f113",
|
|
"arrow-down-circle": "\f114",
|
|
"arrow-down": "\f115",
|
|
"arrow-left": "\f116",
|
|
"arrow-right": "\f117",
|
|
"ask-support": "\f118",
|
|
"attach": "\f119",
|
|
"auction-drop": "\f11a",
|
|
"auction-filled": "\f11b",
|
|
"auction-next-round": "\f11c",
|
|
"auction": "\f11d",
|
|
"author-hidden": "\f11e",
|
|
"avatar-archived-chats": "\f11f",
|
|
"avatar-deleted-account": "\f120",
|
|
"avatar-saved-messages": "\f121",
|
|
"bold": "\f122",
|
|
"boost-craft-chance": "\f123",
|
|
"boost-outline": "\f124",
|
|
"boost": "\f125",
|
|
"boostcircle": "\f126",
|
|
"boosts": "\f127",
|
|
"bot-command": "\f128",
|
|
"bot-commands-filled": "\f129",
|
|
"bots": "\f12a",
|
|
"brush": "\f12b",
|
|
"bug": "\f12c",
|
|
"calendar-filter": "\f12d",
|
|
"calendar": "\f12e",
|
|
"camera-add": "\f12f",
|
|
"camera": "\f130",
|
|
"car": "\f131",
|
|
"card": "\f132",
|
|
"cash-circle": "\f133",
|
|
"channel-filled": "\f134",
|
|
"channel": "\f135",
|
|
"channelviews": "\f136",
|
|
"chat-badge": "\f137",
|
|
"chats-badge": "\f138",
|
|
"check-bold": "\f139",
|
|
"check": "\f13a",
|
|
"clock-edit": "\f13b",
|
|
"clock": "\f13c",
|
|
"close-circle": "\f13d",
|
|
"close-topic": "\f13e",
|
|
"close": "\f13f",
|
|
"closed-gift": "\f140",
|
|
"cloud-download": "\f141",
|
|
"collapse-modal": "\f142",
|
|
"collapse": "\f143",
|
|
"colorize": "\f144",
|
|
"combine-craft": "\f145",
|
|
"comments-sticker": "\f146",
|
|
"comments": "\f147",
|
|
"copy-media": "\f148",
|
|
"copy": "\f149",
|
|
"craft": "\f14a",
|
|
"crop": "\f14b",
|
|
"crown-take-off-outline": "\f14c",
|
|
"crown-take-off": "\f14d",
|
|
"crown-wear-outline": "\f14e",
|
|
"crown-wear": "\f14f",
|
|
"darkmode": "\f150",
|
|
"data": "\f151",
|
|
"delete-filled": "\f152",
|
|
"delete-left": "\f153",
|
|
"delete-user": "\f154",
|
|
"delete": "\f155",
|
|
"diamond": "\f156",
|
|
"document": "\f157",
|
|
"double-badge": "\f158",
|
|
"down": "\f159",
|
|
"download": "\f15a",
|
|
"dropdown-arrows": "\f15b",
|
|
"eats": "\f15c",
|
|
"edit": "\f15d",
|
|
"email": "\f15e",
|
|
"enter": "\f15f",
|
|
"expand-modal": "\f160",
|
|
"expand": "\f161",
|
|
"eye-crossed-outline": "\f162",
|
|
"eye-crossed": "\f163",
|
|
"eye-outline": "\f164",
|
|
"eye": "\f165",
|
|
"favorite-filled": "\f166",
|
|
"favorite": "\f167",
|
|
"file-badge": "\f168",
|
|
"flag": "\f169",
|
|
"flip": "\f16a",
|
|
"folder-badge": "\f16b",
|
|
"folder-tabs-bot": "\f16c",
|
|
"folder-tabs-channel": "\f16d",
|
|
"folder-tabs-chat": "\f16e",
|
|
"folder-tabs-chats": "\f16f",
|
|
"folder-tabs-folder": "\f170",
|
|
"folder-tabs-group": "\f171",
|
|
"folder-tabs-star": "\f172",
|
|
"folder-tabs-user": "\f173",
|
|
"folder": "\f174",
|
|
"fontsize": "\f175",
|
|
"forums": "\f176",
|
|
"forward": "\f177",
|
|
"fragment": "\f178",
|
|
"frozen-time": "\f179",
|
|
"fullscreen": "\f17a",
|
|
"gifs": "\f17b",
|
|
"gift-transfer-inline": "\f17c",
|
|
"gift": "\f17d",
|
|
"group-filled": "\f17e",
|
|
"group": "\f17f",
|
|
"grouped-disable": "\f180",
|
|
"grouped": "\f181",
|
|
"hand-stop-filled": "\f182",
|
|
"hand-stop": "\f183",
|
|
"hashtag": "\f184",
|
|
"hd-photo": "\f185",
|
|
"heart-outline": "\f186",
|
|
"heart": "\f187",
|
|
"help": "\f188",
|
|
"info-filled": "\f189",
|
|
"info": "\f18a",
|
|
"install": "\f18b",
|
|
"italic": "\f18c",
|
|
"key": "\f18d",
|
|
"keyboard": "\f18e",
|
|
"lamp": "\f18f",
|
|
"language": "\f190",
|
|
"large-pause": "\f191",
|
|
"large-play": "\f192",
|
|
"link-badge": "\f193",
|
|
"link-broken": "\f194",
|
|
"link": "\f195",
|
|
"location": "\f196",
|
|
"lock-badge": "\f197",
|
|
"lock": "\f198",
|
|
"logout": "\f199",
|
|
"loop": "\f19a",
|
|
"mention": "\f19b",
|
|
"menu": "\f19c",
|
|
"message-failed": "\f19d",
|
|
"message-pending": "\f19e",
|
|
"message-read": "\f19f",
|
|
"message-succeeded": "\f1a0",
|
|
"message": "\f1a1",
|
|
"microphone-alt": "\f1a2",
|
|
"microphone": "\f1a3",
|
|
"monospace": "\f1a4",
|
|
"more-circle": "\f1a5",
|
|
"more": "\f1a6",
|
|
"move-caption-down": "\f1a7",
|
|
"move-caption-up": "\f1a8",
|
|
"mute": "\f1a9",
|
|
"muted": "\f1aa",
|
|
"my-notes": "\f1ab",
|
|
"new-chat-filled": "\f1ac",
|
|
"new-send": "\f1ad",
|
|
"next-link": "\f1ae",
|
|
"next": "\f1af",
|
|
"no-download": "\f1b0",
|
|
"no-share": "\f1b1",
|
|
"nochannel": "\f1b2",
|
|
"noise-suppression": "\f1b3",
|
|
"non-contacts": "\f1b4",
|
|
"note": "\f1b5",
|
|
"one-filled": "\f1b6",
|
|
"open-in-new-tab": "\f1b7",
|
|
"password-off": "\f1b8",
|
|
"pause": "\f1b9",
|
|
"permissions": "\f1ba",
|
|
"phone-discard-outline": "\f1bb",
|
|
"phone-discard": "\f1bc",
|
|
"phone": "\f1bd",
|
|
"photo": "\f1be",
|
|
"pin-badge": "\f1bf",
|
|
"pin-list": "\f1c0",
|
|
"pin": "\f1c1",
|
|
"pinned-chat": "\f1c2",
|
|
"pinned-message": "\f1c3",
|
|
"pip": "\f1c4",
|
|
"play-story": "\f1c5",
|
|
"play": "\f1c6",
|
|
"poll-badge": "\f1c7",
|
|
"poll": "\f1c8",
|
|
"previous-link": "\f1c9",
|
|
"previous": "\f1ca",
|
|
"privacy-policy": "\f1cb",
|
|
"proof-of-ownership": "\f1cc",
|
|
"quote-text": "\f1cd",
|
|
"quote": "\f1ce",
|
|
"radial-badge": "\f1cf",
|
|
"rating-icons-level1": "\f1d0",
|
|
"rating-icons-level10": "\f1d1",
|
|
"rating-icons-level2": "\f1d2",
|
|
"rating-icons-level20": "\f1d3",
|
|
"rating-icons-level3": "\f1d4",
|
|
"rating-icons-level30": "\f1d5",
|
|
"rating-icons-level4": "\f1d6",
|
|
"rating-icons-level40": "\f1d7",
|
|
"rating-icons-level5": "\f1d8",
|
|
"rating-icons-level50": "\f1d9",
|
|
"rating-icons-level6": "\f1da",
|
|
"rating-icons-level60": "\f1db",
|
|
"rating-icons-level7": "\f1dc",
|
|
"rating-icons-level70": "\f1dd",
|
|
"rating-icons-level8": "\f1de",
|
|
"rating-icons-level80": "\f1df",
|
|
"rating-icons-level9": "\f1e0",
|
|
"rating-icons-level90": "\f1e1",
|
|
"rating-icons-negative": "\f1e2",
|
|
"readchats": "\f1e3",
|
|
"recent": "\f1e4",
|
|
"redo": "\f1e5",
|
|
"refund": "\f1e6",
|
|
"reload": "\f1e7",
|
|
"remove-quote": "\f1e8",
|
|
"remove": "\f1e9",
|
|
"reopen-topic": "\f1ea",
|
|
"reorder-tabs": "\f1eb",
|
|
"replace": "\f1ec",
|
|
"replies": "\f1ed",
|
|
"reply-filled": "\f1ee",
|
|
"reply": "\f1ef",
|
|
"revenue-split": "\f1f0",
|
|
"revote": "\f1f1",
|
|
"rotate": "\f1f2",
|
|
"save-story": "\f1f3",
|
|
"saved-messages": "\f1f4",
|
|
"schedule": "\f1f5",
|
|
"scheduled": "\f1f6",
|
|
"sd-photo": "\f1f7",
|
|
"search": "\f1f8",
|
|
"select-filled": "\f1f9",
|
|
"select": "\f1fa",
|
|
"sell-outline": "\f1fb",
|
|
"sell": "\f1fc",
|
|
"send-outline": "\f1fd",
|
|
"send": "\f1fe",
|
|
"settings-filled": "\f1ff",
|
|
"settings": "\f200",
|
|
"share-filled": "\f201",
|
|
"share-screen-outlined": "\f202",
|
|
"share-screen-stop": "\f203",
|
|
"share-screen": "\f204",
|
|
"show-message": "\f205",
|
|
"sidebar": "\f206",
|
|
"skip-next": "\f207",
|
|
"skip-previous": "\f208",
|
|
"smallscreen": "\f209",
|
|
"smile": "\f20a",
|
|
"sort-by-date": "\f20b",
|
|
"sort-by-number": "\f20c",
|
|
"sort-by-price": "\f20d",
|
|
"sort": "\f20e",
|
|
"speaker-muted-story": "\f20f",
|
|
"speaker-outline": "\f210",
|
|
"speaker-story": "\f211",
|
|
"speaker": "\f212",
|
|
"spoiler-disable": "\f213",
|
|
"spoiler": "\f214",
|
|
"sport": "\f215",
|
|
"star": "\f216",
|
|
"stars-lock": "\f217",
|
|
"stars-refund": "\f218",
|
|
"stats": "\f219",
|
|
"stealth-future": "\f21a",
|
|
"stealth-past": "\f21b",
|
|
"stickers": "\f21c",
|
|
"stop-raising-hand": "\f21d",
|
|
"stop": "\f21e",
|
|
"story-caption": "\f21f",
|
|
"story-expired": "\f220",
|
|
"story-priority": "\f221",
|
|
"story-reply": "\f222",
|
|
"strikethrough": "\f223",
|
|
"tag-add": "\f224",
|
|
"tag-crossed": "\f225",
|
|
"tag-filter": "\f226",
|
|
"tag-name": "\f227",
|
|
"tag": "\f228",
|
|
"timer": "\f229",
|
|
"toncoin": "\f22a",
|
|
"tone": "\f22b",
|
|
"tools": "\f22c",
|
|
"topic-new": "\f22d",
|
|
"trade": "\f22e",
|
|
"transcribe": "\f22f",
|
|
"truck": "\f230",
|
|
"unarchive": "\f231",
|
|
"underlined": "\f232",
|
|
"understood": "\f233",
|
|
"undo": "\f234",
|
|
"unique-profile": "\f235",
|
|
"unlist-outline": "\f236",
|
|
"unlist": "\f237",
|
|
"unlock-badge": "\f238",
|
|
"unlock": "\f239",
|
|
"unmute": "\f23a",
|
|
"unpin": "\f23b",
|
|
"unread": "\f23c",
|
|
"up": "\f23d",
|
|
"user-filled": "\f23e",
|
|
"user-online": "\f23f",
|
|
"user-stars": "\f240",
|
|
"user-tag": "\f241",
|
|
"user": "\f242",
|
|
"video-outlined": "\f243",
|
|
"video-stop": "\f244",
|
|
"video": "\f245",
|
|
"view-once": "\f246",
|
|
"voice-chat": "\f247",
|
|
"volume-1": "\f248",
|
|
"volume-2": "\f249",
|
|
"volume-3": "\f24a",
|
|
"warning": "\f24b",
|
|
"web": "\f24c",
|
|
"webapp": "\f24d",
|
|
"word-wrap": "\f24e",
|
|
"zoom-in": "\f24f",
|
|
"zoom-out": "\f250",
|
|
);
|