@font-face {
	font-family: "Tethys-Icons";
	src: url('./Tethys-Icons.eot');
	src: url('./Tethys-Icons.eot?#iefix') format('eot'),
		url('./Tethys-Icons.woff2') format('woff2'),
		url('./Tethys-Icons.woff') format('woff'),
		url('./Tethys-Icons.ttf') format('truetype'),
		url('./Tethys-Icons.svg#Tethys-Icons') format('svg');
}

@mixin tethys-icon-styles {
	font-family: "Tethys-Icons";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	// speak: none; // only necessary if not using the private unicode range (firstGlyph option)
	text-decoration: none;
	text-transform: none;
}

%tethys-icon {
	@include tethys-icon-styles;
}

@function tethys-icon-char($filename) {
	$char: "";

	@if $filename == active {
		$char: "\E001";
	}
	@if $filename == and {
		$char: "\E002";
	}
	@if $filename == archive {
		$char: "\E003";
	}
	@if $filename == arithmetic {
		$char: "\E004";
	}
	@if $filename == arrows-alt {
		$char: "\E005";
	}
	@if $filename == asterisk {
		$char: "\E006";
	}
	@if $filename == ban {
		$char: "\E007";
	}
	@if $filename == cancel_trial {
		$char: "\E008";
	}
	@if $filename == check-square {
		$char: "\E009";
	}
	@if $filename == close-bold {
		$char: "\E00A";
	}
	@if $filename == close {
		$char: "\E00B";
	}
	@if $filename == code-injection {
		$char: "\E00C";
	}
	@if $filename == comment-add {
		$char: "\E00D";
	}
	@if $filename == compress-arrows-alt {
		$char: "\E00E";
	}
	@if $filename == compress-arrows {
		$char: "\E00F";
	}
	@if $filename == connect {
		$char: "\E010";
	}
	@if $filename == contrast-view {
		$char: "\E011";
	}
	@if $filename == copy {
		$char: "\E012";
	}
	@if $filename == designated {
		$char: "\E013";
	}
	@if $filename == disconnect {
		$char: "\E014";
	}
	@if $filename == distribute {
		$char: "\E015";
	}
	@if $filename == drag {
		$char: "\E016";
	}
	@if $filename == edit {
		$char: "\E017";
	}
	@if $filename == exchange {
		$char: "\E018";
	}
	@if $filename == expand-arrows {
		$char: "\E019";
	}
	@if $filename == favorite {
		$char: "\E01A";
	}
	@if $filename == form {
		$char: "\E01B";
	}
	@if $filename == insert-down {
		$char: "\E01C";
	}
	@if $filename == insert-up {
		$char: "\E01D";
	}
	@if $filename == left-bracket {
		$char: "\E01E";
	}
	@if $filename == lock {
		$char: "\E01F";
	}
	@if $filename == mark-read {
		$char: "\E020";
	}
	@if $filename == max-view {
		$char: "\E021";
	}
	@if $filename == min-view {
		$char: "\E022";
	}
	@if $filename == minus-square {
		$char: "\E023";
	}
	@if $filename == moon-fill {
		$char: "\E024";
	}
	@if $filename == moon {
		$char: "\E025";
	}
	@if $filename == move-out-list {
		$char: "\E026";
	}
	@if $filename == move-to-list-bold {
		$char: "\E027";
	}
	@if $filename == move-to-list {
		$char: "\E028";
	}
	@if $filename == move {
		$char: "\E029";
	}
	@if $filename == operation-record {
		$char: "\E02A";
	}
	@if $filename == or {
		$char: "\E02B";
	}
	@if $filename == paid-bold {
		$char: "\E02C";
	}
	@if $filename == paid {
		$char: "\E02D";
	}
	@if $filename == paperclip-slash {
		$char: "\E02E";
	}
	@if $filename == paperclip {
		$char: "\E02F";
	}
	@if $filename == pickup {
		$char: "\E030";
	}
	@if $filename == plus-bold {
		$char: "\E031";
	}
	@if $filename == plus-circle-fill {
		$char: "\E032";
	}
	@if $filename == plus-circle-thin-fill {
		$char: "\E033";
	}
	@if $filename == plus-circle-thin {
		$char: "\E034";
	}
	@if $filename == plus-circle {
		$char: "\E035";
	}
	@if $filename == plus-marker-slants {
		$char: "\E036";
	}
	@if $filename == plus-square-arrow-right {
		$char: "\E037";
	}
	@if $filename == plus-square {
		$char: "\E038";
	}
	@if $filename == plus {
		$char: "\E039";
	}
	@if $filename == print {
		$char: "\E03A";
	}
	@if $filename == pushpin-slash {
		$char: "\E03B";
	}
	@if $filename == pushpin {
		$char: "\E03C";
	}
	@if $filename == quit {
		$char: "\E03D";
	}
	@if $filename == recycle-bin {
		$char: "\E03E";
	}
	@if $filename == relation {
		$char: "\E03F";
	}
	@if $filename == rename {
		$char: "\E040";
	}
	@if $filename == restore {
		$char: "\E041";
	}
	@if $filename == right-bracket {
		$char: "\E042";
	}
	@if $filename == se-resize {
		$char: "\E043";
	}
	@if $filename == set_trial {
		$char: "\E044";
	}
	@if $filename == settings-fill {
		$char: "\E045";
	}
	@if $filename == settings {
		$char: "\E046";
	}
	@if $filename == share-remove {
		$char: "\E047";
	}
	@if $filename == share {
		$char: "\E048";
	}
	@if $filename == sign-out {
		$char: "\E049";
	}
	@if $filename == sociality {
		$char: "\E04A";
	}
	@if $filename == star-bold {
		$char: "\E04B";
	}
	@if $filename == star-fill {
		$char: "\E04C";
	}
	@if $filename == star {
		$char: "\E04D";
	}
	@if $filename == sun-fill {
		$char: "\E04E";
	}
	@if $filename == sun {
		$char: "\E04F";
	}
	@if $filename == sweep {
		$char: "\E050";
	}
	@if $filename == take-down {
		$char: "\E051";
	}
	@if $filename == team-capacity {
		$char: "\E052";
	}
	@if $filename == thumb-down-fill {
		$char: "\E053";
	}
	@if $filename == thumb-down {
		$char: "\E054";
	}
	@if $filename == thumb-up-fill {
		$char: "\E055";
	}
	@if $filename == thumb-up {
		$char: "\E056";
	}
	@if $filename == trash {
		$char: "\E057";
	}
	@if $filename == unbind {
		$char: "\E058";
	}
	@if $filename == underline-pushpin {
		$char: "\E059";
	}
	@if $filename == unlock {
		$char: "\E05A";
	}
	@if $filename == upgrade {
		$char: "\E05B";
	}
	@if $filename == user-add-bold {
		$char: "\E05C";
	}
	@if $filename == user-add {
		$char: "\E05D";
	}
	@if $filename == zoom-in {
		$char: "\E05E";
	}
	@if $filename == zoom-out {
		$char: "\E05F";
	}
	@if $filename == app-agile-fill {
		$char: "\E060";
	}
	@if $filename == app-agile {
		$char: "\E061";
	}
	@if $filename == app-appraisal-fill {
		$char: "\E062";
	}
	@if $filename == app-appraisal {
		$char: "\E063";
	}
	@if $filename == app-approval-fill {
		$char: "\E064";
	}
	@if $filename == app-approval {
		$char: "\E065";
	}
	@if $filename == app-bulletin-fill {
		$char: "\E066";
	}
	@if $filename == app-bulletin {
		$char: "\E067";
	}
	@if $filename == app-calendar-fill {
		$char: "\E068";
	}
	@if $filename == app-calendar {
		$char: "\E069";
	}
	@if $filename == app-crm-fill {
		$char: "\E06A";
	}
	@if $filename == app-crm {
		$char: "\E06B";
	}
	@if $filename == app-drive-fill {
		$char: "\E06C";
	}
	@if $filename == app-drive {
		$char: "\E06D";
	}
	@if $filename == app-event-fill {
		$char: "\E06E";
	}
	@if $filename == app-event {
		$char: "\E06F";
	}
	@if $filename == app-insight-fill {
		$char: "\E070";
	}
	@if $filename == app-insight {
		$char: "\E071";
	}
	@if $filename == app-leave-fill {
		$char: "\E072";
	}
	@if $filename == app-leave {
		$char: "\E073";
	}
	@if $filename == app-message-fill {
		$char: "\E074";
	}
	@if $filename == app-message {
		$char: "\E075";
	}
	@if $filename == app-okr-fill {
		$char: "\E076";
	}
	@if $filename == app-okr {
		$char: "\E077";
	}
	@if $filename == app-paid-fill {
		$char: "\E078";
	}
	@if $filename == app-paid {
		$char: "\E079";
	}
	@if $filename == app-pipeline-fill {
		$char: "\E07A";
	}
	@if $filename == app-pipeline {
		$char: "\E07B";
	}
	@if $filename == app-portal-fill {
		$char: "\E07C";
	}
	@if $filename == app-portal {
		$char: "\E07D";
	}
	@if $filename == app-program-fill {
		$char: "\E07E";
	}
	@if $filename == app-project-fill {
		$char: "\E07F";
	}
	@if $filename == app-project {
		$char: "\E080";
	}
	@if $filename == app-report-fill {
		$char: "\E081";
	}
	@if $filename == app-report {
		$char: "\E082";
	}
	@if $filename == app-task-fill {
		$char: "\E083";
	}
	@if $filename == app-task {
		$char: "\E084";
	}
	@if $filename == app-testhub-fill {
		$char: "\E085";
	}
	@if $filename == app-testhub {
		$char: "\E086";
	}
	@if $filename == app-thumb-fill {
		$char: "\E087";
	}
	@if $filename == app-tracking-fill {
		$char: "\E088";
	}
	@if $filename == app-tracking {
		$char: "\E089";
	}
	@if $filename == application-add {
		$char: "\E08A";
	}
	@if $filename == application-square-fill {
		$char: "\E08B";
	}
	@if $filename == application {
		$char: "\E08C";
	}
	@if $filename == applications {
		$char: "\E08D";
	}
	@if $filename == less-applications-fill {
		$char: "\E08E";
	}
	@if $filename == more-applications-fill {
		$char: "\E08F";
	}
	@if $filename == more-applications {
		$char: "\E090";
	}
	@if $filename == products-bold {
		$char: "\E091";
	}
	@if $filename == products {
		$char: "\E092";
	}
	@if $filename == android-fill {
		$char: "\E093";
	}
	@if $filename == android-square-fill {
		$char: "\E094";
	}
	@if $filename == docker-fill {
		$char: "\E095";
	}
	@if $filename == enterprise-wechat {
		$char: "\E096";
	}
	@if $filename == github {
		$char: "\E097";
	}
	@if $filename == ios-fill {
		$char: "\E098";
	}
	@if $filename == ios-square-fill {
		$char: "\E099";
	}
	@if $filename == java-fill {
		$char: "\E09A";
	}
	@if $filename == nodejs-fill {
		$char: "\E09B";
	}
	@if $filename == php-fill {
		$char: "\E09C";
	}
	@if $filename == pingcode-logo {
		$char: "\E09D";
	}
	@if $filename == python-fill {
		$char: "\E09E";
	}
	@if $filename == qiniu {
		$char: "\E09F";
	}
	@if $filename == rss {
		$char: "\E0A0";
	}
	@if $filename == wechat {
		$char: "\E0A1";
	}
	@if $filename == weibo {
		$char: "\E0A2";
	}
	@if $filename == burn-down {
		$char: "\E0A3";
	}
	@if $filename == column-fill {
		$char: "\E0A4";
	}
	@if $filename == connect-bold {
		$char: "\E0A5";
	}
	@if $filename == edit-fill {
		$char: "\E0A6";
	}
	@if $filename == gantt-fill {
		$char: "\E0A7";
	}
	@if $filename == gantt {
		$char: "\E0A8";
	}
	@if $filename == index-fill {
		$char: "\E0A9";
	}
	@if $filename == mind-map-fill {
		$char: "\E0AA";
	}
	@if $filename == pie-fill {
		$char: "\E0AB";
	}
	@if $filename == pie {
		$char: "\E0AC";
	}
	@if $filename == stacked-area {
		$char: "\E0AD";
	}
	@if $filename == stacked-column {
		$char: "\E0AE";
	}
	@if $filename == trend-column-fill {
		$char: "\E0AF";
	}
	@if $filename == trend-line {
		$char: "\E0B0";
	}
	@if $filename == trend {
		$char: "\E0B1";
	}
	@if $filename == trophy-fill {
		$char: "\E0B2";
	}
	@if $filename == ai-grid {
		$char: "\E0B3";
	}
	@if $filename == align-bottom {
		$char: "\E0B4";
	}
	@if $filename == align-center {
		$char: "\E0B5";
	}
	@if $filename == align-justify {
		$char: "\E0B6";
	}
	@if $filename == align-left {
		$char: "\E0B7";
	}
	@if $filename == align-middle {
		$char: "\E0B8";
	}
	@if $filename == align-right {
		$char: "\E0B9";
	}
	@if $filename == align-top-slash {
		$char: "\E0BA";
	}
	@if $filename == align-top {
		$char: "\E0BB";
	}
	@if $filename == audio {
		$char: "\E0BC";
	}
	@if $filename == authorship {
		$char: "\E0BD";
	}
	@if $filename == background-tt {
		$char: "\E0BE";
	}
	@if $filename == baseline {
		$char: "\E0BF";
	}
	@if $filename == blockquote {
		$char: "\E0C0";
	}
	@if $filename == bold {
		$char: "\E0C1";
	}
	@if $filename == border-font {
		$char: "\E0C2";
	}
	@if $filename == clean {
		$char: "\E0C3";
	}
	@if $filename == code-syntax {
		$char: "\E0C4";
	}
	@if $filename == code {
		$char: "\E0C5";
	}
	@if $filename == color-tt {
		$char: "\E0C6";
	}
	@if $filename == cut-fill {
		$char: "\E0C7";
	}
	@if $filename == cut {
		$char: "\E0C8";
	}
	@if $filename == direction-ltr {
		$char: "\E0C9";
	}
	@if $filename == direction-rtl {
		$char: "\E0CA";
	}
	@if $filename == dropdown {
		$char: "\E0CB";
	}
	@if $filename == embed {
		$char: "\E0CC";
	}
	@if $filename == float-center {
		$char: "\E0CD";
	}
	@if $filename == float-full {
		$char: "\E0CE";
	}
	@if $filename == float-left {
		$char: "\E0CF";
	}
	@if $filename == float-right {
		$char: "\E0D0";
	}
	@if $filename == font {
		$char: "\E0D1";
	}
	@if $filename == formula-bold {
		$char: "\E0D2";
	}
	@if $filename == formula {
		$char: "\E0D3";
	}
	@if $filename == hashtag {
		$char: "\E0D4";
	}
	@if $filename == header-1 {
		$char: "\E0D5";
	}
	@if $filename == header-2 {
		$char: "\E0D6";
	}
	@if $filename == header-3 {
		$char: "\E0D7";
	}
	@if $filename == header-4 {
		$char: "\E0D8";
	}
	@if $filename == header-5 {
		$char: "\E0D9";
	}
	@if $filename == header-6 {
		$char: "\E0DA";
	}
	@if $filename == header {
		$char: "\E0DB";
	}
	@if $filename == holy-grail {
		$char: "\E0DC";
	}
	@if $filename == horizontal-line {
		$char: "\E0DD";
	}
	@if $filename == horizontal-rule {
		$char: "\E0DE";
	}
	@if $filename == image-center {
		$char: "\E0DF";
	}
	@if $filename == image-left {
		$char: "\E0E0";
	}
	@if $filename == image-right {
		$char: "\E0E1";
	}
	@if $filename == image {
		$char: "\E0E2";
	}
	@if $filename == inline {
		$char: "\E0E3";
	}
	@if $filename == italic {
		$char: "\E0E4";
	}
	@if $filename == laser-pointer {
		$char: "\E0E5";
	}
	@if $filename == left-sidebar {
		$char: "\E0E6";
	}
	@if $filename == link-insert {
		$char: "\E0E7";
	}
	@if $filename == list-bullet {
		$char: "\E0E8";
	}
	@if $filename == list-check {
		$char: "\E0E9";
	}
	@if $filename == list-ordered {
		$char: "\E0EA";
	}
	@if $filename == list-toggle {
		$char: "\E0EB";
	}
	@if $filename == map {
		$char: "\E0EC";
	}
	@if $filename == one-to-one {
		$char: "\E0ED";
	}
	@if $filename == paintformat {
		$char: "\E0EE";
	}
	@if $filename == paste {
		$char: "\E0EF";
	}
	@if $filename == redo {
		$char: "\E0F0";
	}
	@if $filename == relation-page {
		$char: "\E0F1";
	}
	@if $filename == right-sidebar {
		$char: "\E0F2";
	}
	@if $filename == save {
		$char: "\E0F3";
	}
	@if $filename == sigma {
		$char: "\E0F4";
	}
	@if $filename == size-decrease {
		$char: "\E0F5";
	}
	@if $filename == size-increase {
		$char: "\E0F6";
	}
	@if $filename == size {
		$char: "\E0F7";
	}
	@if $filename == spacing {
		$char: "\E0F8";
	}
	@if $filename == speech {
		$char: "\E0F9";
	}
	@if $filename == strike {
		$char: "\E0FA";
	}
	@if $filename == subscript {
		$char: "\E0FB";
	}
	@if $filename == superscript {
		$char: "\E0FC";
	}
	@if $filename == table-border-all {
		$char: "\E0FD";
	}
	@if $filename == table-border-bottom {
		$char: "\E0FE";
	}
	@if $filename == table-border-left {
		$char: "\E0FF";
	}
	@if $filename == table-border-none {
		$char: "\E100";
	}
	@if $filename == table-border-outside {
		$char: "\E101";
	}
	@if $filename == table-border-right {
		$char: "\E102";
	}
	@if $filename == table-border-top {
		$char: "\E103";
	}
	@if $filename == table-column-equal-width {
		$char: "\E104";
	}
	@if $filename == table-delete-cells {
		$char: "\E105";
	}
	@if $filename == table-delete-columns {
		$char: "\E106";
	}
	@if $filename == table-delete-rows {
		$char: "\E107";
	}
	@if $filename == table-insert-cells {
		$char: "\E108";
	}
	@if $filename == table-insert-column-after {
		$char: "\E109";
	}
	@if $filename == table-insert-column-before {
		$char: "\E10A";
	}
	@if $filename == table-insert-columns-left {
		$char: "\E10B";
	}
	@if $filename == table-insert-columns-right {
		$char: "\E10C";
	}
	@if $filename == table-insert-columns {
		$char: "\E10D";
	}
	@if $filename == table-insert-row-after {
		$char: "\E10E";
	}
	@if $filename == table-insert-row-before {
		$char: "\E10F";
	}
	@if $filename == table-insert-rows-down {
		$char: "\E110";
	}
	@if $filename == table-insert-rows-top {
		$char: "\E111";
	}
	@if $filename == table-insert-rows {
		$char: "\E112";
	}
	@if $filename == table-merge-cells {
		$char: "\E113";
	}
	@if $filename == table-remove {
		$char: "\E114";
	}
	@if $filename == table-unmerge-cells {
		$char: "\E115";
	}
	@if $filename == table {
		$char: "\E116";
	}
	@if $filename == three-columns {
		$char: "\E117";
	}
	@if $filename == two-columns {
		$char: "\E118";
	}
	@if $filename == underline {
		$char: "\E119";
	}
	@if $filename == undo {
		$char: "\E11A";
	}
	@if $filename == unlink-insert {
		$char: "\E11B";
	}
	@if $filename == vertical-line {
		$char: "\E11C";
	}
	@if $filename == wrap-left {
		$char: "\E11D";
	}
	@if $filename == wrap-right {
		$char: "\E11E";
	}
	@if $filename == attachment-bold {
		$char: "\E11F";
	}
	@if $filename == attachment {
		$char: "\E120";
	}
	@if $filename == cloud-upload-fill {
		$char: "\E121";
	}
	@if $filename == cloud-upload {
		$char: "\E122";
	}
	@if $filename == code-snippet {
		$char: "\E123";
	}
	@if $filename == download {
		$char: "\E124";
	}
	@if $filename == file-csv {
		$char: "\E125";
	}
	@if $filename == file-detail {
		$char: "\E126";
	}
	@if $filename == file-excel {
		$char: "\E127";
	}
	@if $filename == file-export {
		$char: "\E128";
	}
	@if $filename == file-import {
		$char: "\E129";
	}
	@if $filename == file-jpg {
		$char: "\E12A";
	}
	@if $filename == file-markdown {
		$char: "\E12B";
	}
	@if $filename == file-pdf {
		$char: "\E12C";
	}
	@if $filename == file-plus {
		$char: "\E12D";
	}
	@if $filename == file-png {
		$char: "\E12E";
	}
	@if $filename == file-word {
		$char: "\E12F";
	}
	@if $filename == file-xls {
		$char: "\E130";
	}
	@if $filename == folder-bold {
		$char: "\E131";
	}
	@if $filename == folder-expand {
		$char: "\E132";
	}
	@if $filename == folder-fill {
		$char: "\E133";
	}
	@if $filename == folder-fold {
		$char: "\E134";
	}
	@if $filename == folder-open-fill {
		$char: "\E135";
	}
	@if $filename == folder-private-fill {
		$char: "\E136";
	}
	@if $filename == folder {
		$char: "\E137";
	}
	@if $filename == markdown-fill {
		$char: "\E138";
	}
	@if $filename == upload {
		$char: "\E139";
	}
	@if $filename == angle-double-down {
		$char: "\E13A";
	}
	@if $filename == angle-double-left {
		$char: "\E13B";
	}
	@if $filename == angle-double-right {
		$char: "\E13C";
	}
	@if $filename == angle-double-up {
		$char: "\E13D";
	}
	@if $filename == angle-down {
		$char: "\E13E";
	}
	@if $filename == angle-left-bold {
		$char: "\E13F";
	}
	@if $filename == angle-left {
		$char: "\E140";
	}
	@if $filename == angle-right-bold {
		$char: "\E141";
	}
	@if $filename == angle-right {
		$char: "\E142";
	}
	@if $filename == angle-up {
		$char: "\E143";
	}
	@if $filename == arrow-down-bold {
		$char: "\E144";
	}
	@if $filename == arrow-down-circle {
		$char: "\E145";
	}
	@if $filename == arrow-down {
		$char: "\E146";
	}
	@if $filename == arrow-left-bold {
		$char: "\E147";
	}
	@if $filename == arrow-left-circle {
		$char: "\E148";
	}
	@if $filename == arrow-left {
		$char: "\E149";
	}
	@if $filename == arrow-right-bold {
		$char: "\E14A";
	}
	@if $filename == arrow-right-circle-fill {
		$char: "\E14B";
	}
	@if $filename == arrow-right-circle {
		$char: "\E14C";
	}
	@if $filename == arrow-right-down-square {
		$char: "\E14D";
	}
	@if $filename == arrow-right-up-bold {
		$char: "\E14E";
	}
	@if $filename == arrow-right-up-circle {
		$char: "\E14F";
	}
	@if $filename == arrow-right-up-square-bold {
		$char: "\E150";
	}
	@if $filename == arrow-right-up-square {
		$char: "\E151";
	}
	@if $filename == arrow-right {
		$char: "\E152";
	}
	@if $filename == arrow-up-bold {
		$char: "\E153";
	}
	@if $filename == arrow-up {
		$char: "\E154";
	}
	@if $filename == caret-down {
		$char: "\E155";
	}
	@if $filename == caret-left {
		$char: "\E156";
	}
	@if $filename == caret-right-down {
		$char: "\E157";
	}
	@if $filename == caret-right {
		$char: "\E158";
	}
	@if $filename == fold {
		$char: "\E159";
	}
	@if $filename == forward {
		$char: "\E15A";
	}
	@if $filename == indent-bold {
		$char: "\E15B";
	}
	@if $filename == indent {
		$char: "\E15C";
	}
	@if $filename == outdent-bold {
		$char: "\E15D";
	}
	@if $filename == outdent {
		$char: "\E15E";
	}
	@if $filename == outdent2 {
		$char: "\E15F";
	}
	@if $filename == sort-vertical-tt {
		$char: "\E160";
	}
	@if $filename == toc {
		$char: "\E161";
	}
	@if $filename == unfold {
		$char: "\E162";
	}
	@if $filename == add-element {
		$char: "\E163";
	}
	@if $filename == ai-star {
		$char: "\E164";
	}
	@if $filename == ai-table-fill {
		$char: "\E165";
	}
	@if $filename == aim {
		$char: "\E166";
	}
	@if $filename == airplane {
		$char: "\E167";
	}
	@if $filename == alarm-clock-fill {
		$char: "\E168";
	}
	@if $filename == alarm-clock {
		$char: "\E169";
	}
	@if $filename == amount {
		$char: "\E16A";
	}
	@if $filename == angry {
		$char: "\E16B";
	}
	@if $filename == annotation {
		$char: "\E16C";
	}
	@if $filename == apple-square-fill {
		$char: "\E16D";
	}
	@if $filename == arrow-right-left {
		$char: "\E16E";
	}
	@if $filename == auto-fill {
		$char: "\E16F";
	}
	@if $filename == auto-square-fill {
		$char: "\E170";
	}
	@if $filename == auto {
		$char: "\E171";
	}
	@if $filename == bars {
		$char: "\E172";
	}
	@if $filename == basketball {
		$char: "\E173";
	}
	@if $filename == batch-operator {
		$char: "\E174";
	}
	@if $filename == bell-bold {
		$char: "\E175";
	}
	@if $filename == bell-fill {
		$char: "\E176";
	}
	@if $filename == bell-square-fill {
		$char: "\E177";
	}
	@if $filename == bell-waiting {
		$char: "\E178";
	}
	@if $filename == bell {
		$char: "\E179";
	}
	@if $filename == book-fill {
		$char: "\E17A";
	}
	@if $filename == book-open {
		$char: "\E17B";
	}
	@if $filename == book {
		$char: "\E17C";
	}
	@if $filename == briefcase-fill {
		$char: "\E17D";
	}
	@if $filename == briefcase {
		$char: "\E17E";
	}
	@if $filename == browser {
		$char: "\E17F";
	}
	@if $filename == building-fill {
		$char: "\E180";
	}
	@if $filename == building-square-fill {
		$char: "\E181";
	}
	@if $filename == bulb-bold {
		$char: "\E182";
	}
	@if $filename == bulb {
		$char: "\E183";
	}
	@if $filename == calendar-check {
		$char: "\E184";
	}
	@if $filename == calendar-double-arrow {
		$char: "\E185";
	}
	@if $filename == calendar-end {
		$char: "\E186";
	}
	@if $filename == calendar-scheduling {
		$char: "\E187";
	}
	@if $filename == calendar-start {
		$char: "\E188";
	}
	@if $filename == calendar {
		$char: "\E189";
	}
	@if $filename == camera {
		$char: "\E18A";
	}
	@if $filename == car {
		$char: "\E18B";
	}
	@if $filename == cascade-multiple-choice {
		$char: "\E18C";
	}
	@if $filename == cascade-radio {
		$char: "\E18D";
	}
	@if $filename == caveat {
		$char: "\E18E";
	}
	@if $filename == children {
		$char: "\E18F";
	}
	@if $filename == click-fill {
		$char: "\E190";
	}
	@if $filename == click-square-fill {
		$char: "\E191";
	}
	@if $filename == click-tap {
		$char: "\E192";
	}
	@if $filename == clock-circle-moment-fill {
		$char: "\E193";
	}
	@if $filename == clock-circle-moment {
		$char: "\E194";
	}
	@if $filename == clock-circle-open {
		$char: "\E195";
	}
	@if $filename == clock-circle-square-fill {
		$char: "\E196";
	}
	@if $filename == clock-circle {
		$char: "\E197";
	}
	@if $filename == clock-dusk-circle-open {
		$char: "\E198";
	}
	@if $filename == clock-point-bold {
		$char: "\E199";
	}
	@if $filename == comment-fill {
		$char: "\E19A";
	}
	@if $filename == comment-square-fill {
		$char: "\E19B";
	}
	@if $filename == comment {
		$char: "\E19C";
	}
	@if $filename == compass {
		$char: "\E19D";
	}
	@if $filename == computer-bold {
		$char: "\E19E";
	}
	@if $filename == computer-square-fill {
		$char: "\E19F";
	}
	@if $filename == computer {
		$char: "\E1A0";
	}
	@if $filename == condition {
		$char: "\E1A1";
	}
	@if $filename == contacts-fill {
		$char: "\E1A2";
	}
	@if $filename == contacts {
		$char: "\E1A3";
	}
	@if $filename == cube {
		$char: "\E1A4";
	}
	@if $filename == dashboard-bold {
		$char: "\E1A5";
	}
	@if $filename == dashboard {
		$char: "\E1A6";
	}
	@if $filename == data-sheet-fill {
		$char: "\E1A7";
	}
	@if $filename == department-above {
		$char: "\E1A8";
	}
	@if $filename == department-below {
		$char: "\E1A9";
	}
	@if $filename == department-bold {
		$char: "\E1AA";
	}
	@if $filename == department {
		$char: "\E1AB";
	}
	@if $filename == description {
		$char: "\E1AC";
	}
	@if $filename == discussion {
		$char: "\E1AD";
	}
	@if $filename == earth {
		$char: "\E1AE";
	}
	@if $filename == email {
		$char: "\E1AF";
	}
	@if $filename == enfold {
		$char: "\E1B0";
	}
	@if $filename == expressionless {
		$char: "\E1B1";
	}
	@if $filename == external-user {
		$char: "\E1B2";
	}
	@if $filename == eye-invisible {
		$char: "\E1B3";
	}
	@if $filename == eye {
		$char: "\E1B4";
	}
	@if $filename == factor {
		$char: "\E1B5";
	}
	@if $filename == feedback-fill {
		$char: "\E1B6";
	}
	@if $filename == feedback {
		$char: "\E1B7";
	}
	@if $filename == female {
		$char: "\E1B8";
	}
	@if $filename == file-above {
		$char: "\E1B9";
	}
	@if $filename == file-below {
		$char: "\E1BA";
	}
	@if $filename == file-bold {
		$char: "\E1BB";
	}
	@if $filename == file-fill {
		$char: "\E1BC";
	}
	@if $filename == file-more {
		$char: "\E1BD";
	}
	@if $filename == file {
		$char: "\E1BE";
	}
	@if $filename == filter-line {
		$char: "\E1BF";
	}
	@if $filename == filter {
		$char: "\E1C0";
	}
	@if $filename == fit-screen {
		$char: "\E1C1";
	}
	@if $filename == flag-fill {
		$char: "\E1C2";
	}
	@if $filename == flag-square-fill {
		$char: "\E1C3";
	}
	@if $filename == flag {
		$char: "\E1C4";
	}
	@if $filename == frozen {
		$char: "\E1C5";
	}
	@if $filename == fullscreen {
		$char: "\E1C6";
	}
	@if $filename == grid {
		$char: "\E1C7";
	}
	@if $filename == group-setup {
		$char: "\E1C8";
	}
	@if $filename == hamburger {
		$char: "\E1C9";
	}
	@if $filename == hand {
		$char: "\E1CA";
	}
	@if $filename == headset-bold {
		$char: "\E1CB";
	}
	@if $filename == headset-square-fill {
		$char: "\E1CC";
	}
	@if $filename == headset {
		$char: "\E1CD";
	}
	@if $filename == health-check {
		$char: "\E1CE";
	}
	@if $filename == heart {
		$char: "\E1CF";
	}
	@if $filename == hierarchy {
		$char: "\E1D0";
	}
	@if $filename == history {
		$char: "\E1D1";
	}
	@if $filename == horizontal-three-lines {
		$char: "\E1D2";
	}
	@if $filename == horizontal-two-lines {
		$char: "\E1D3";
	}
	@if $filename == house-fill {
		$char: "\E1D4";
	}
	@if $filename == house-square-fill {
		$char: "\E1D5";
	}
	@if $filename == house {
		$char: "\E1D6";
	}
	@if $filename == if-syntax {
		$char: "\E1D7";
	}
	@if $filename == importance-bold {
		$char: "\E1D8";
	}
	@if $filename == importance {
		$char: "\E1D9";
	}
	@if $filename == inbox {
		$char: "\E1DA";
	}
	@if $filename == internal-user {
		$char: "\E1DB";
	}
	@if $filename == intersection-square-fill {
		$char: "\E1DC";
	}
	@if $filename == inventory {
		$char: "\E1DD";
	}
	@if $filename == landline {
		$char: "\E1DE";
	}
	@if $filename == lane-expand {
		$char: "\E1DF";
	}
	@if $filename == lane-retract {
		$char: "\E1E0";
	}
	@if $filename == leaves {
		$char: "\E1E1";
	}
	@if $filename == left-insert {
		$char: "\E1E2";
	}
	@if $filename == library {
		$char: "\E1E3";
	}
	@if $filename == lightbulb-square-fill {
		$char: "\E1E4";
	}
	@if $filename == lightbulb {
		$char: "\E1E5";
	}
	@if $filename == lightning {
		$char: "\E1E6";
	}
	@if $filename == list-sample-fill {
		$char: "\E1E7";
	}
	@if $filename == list-square-fill {
		$char: "\E1E8";
	}
	@if $filename == list {
		$char: "\E1E9";
	}
	@if $filename == locked {
		$char: "\E1EA";
	}
	@if $filename == magic {
		$char: "\E1EB";
	}
	@if $filename == male {
		$char: "\E1EC";
	}
	@if $filename == market {
		$char: "\E1ED";
	}
	@if $filename == member-role {
		$char: "\E1EE";
	}
	@if $filename == mention {
		$char: "\E1EF";
	}
	@if $filename == mind-base {
		$char: "\E1F0";
	}
	@if $filename == mind-map {
		$char: "\E1F1";
	}
	@if $filename == mobile-mode-square-fill {
		$char: "\E1F2";
	}
	@if $filename == mobile-mode {
		$char: "\E1F3";
	}
	@if $filename == more-bold {
		$char: "\E1F4";
	}
	@if $filename == more-circle-fill {
		$char: "\E1F5";
	}
	@if $filename == more-circle {
		$char: "\E1F6";
	}
	@if $filename == more-vertical {
		$char: "\E1F7";
	}
	@if $filename == more {
		$char: "\E1F8";
	}
	@if $filename == multiline-text {
		$char: "\E1F9";
	}
	@if $filename == multimodal-deepthink {
		$char: "\E1FA";
	}
	@if $filename == multimodal-image {
		$char: "\E1FB";
	}
	@if $filename == multimodal-text {
		$char: "\E1FC";
	}
	@if $filename == multimodal-video {
		$char: "\E1FD";
	}
	@if $filename == muted {
		$char: "\E1FE";
	}
	@if $filename == note-edit {
		$char: "\E1FF";
	}
	@if $filename == note-plus {
		$char: "\E200";
	}
	@if $filename == nps-square-fill {
		$char: "\E201";
	}
	@if $filename == nps {
		$char: "\E202";
	}
	@if $filename == number {
		$char: "\E203";
	}
	@if $filename == open {
		$char: "\E204";
	}
	@if $filename == order-fill {
		$char: "\E205";
	}
	@if $filename == organization-above {
		$char: "\E206";
	}
	@if $filename == organization-below {
		$char: "\E207";
	}
	@if $filename == organization-fill {
		$char: "\E208";
	}
	@if $filename == organization {
		$char: "\E209";
	}
	@if $filename == palette {
		$char: "\E20A";
	}
	@if $filename == palm {
		$char: "\E20B";
	}
	@if $filename == percentage {
		$char: "\E20C";
	}
	@if $filename == phone {
		$char: "\E20D";
	}
	@if $filename == plan {
		$char: "\E20E";
	}
	@if $filename == planning {
		$char: "\E20F";
	}
	@if $filename == play {
		$char: "\E210";
	}
	@if $filename == preview {
		$char: "\E211";
	}
	@if $filename == progress {
		$char: "\E212";
	}
	@if $filename == publish {
		$char: "\E213";
	}
	@if $filename == qr-code {
		$char: "\E214";
	}
	@if $filename == random {
		$char: "\E215";
	}
	@if $filename == rating {
		$char: "\E216";
	}
	@if $filename == recall {
		$char: "\E217";
	}
	@if $filename == records {
		$char: "\E218";
	}
	@if $filename == relevant {
		$char: "\E219";
	}
	@if $filename == result {
		$char: "\E21A";
	}
	@if $filename == right-insert {
		$char: "\E21B";
	}
	@if $filename == risk {
		$char: "\E21C";
	}
	@if $filename == robot-square-fill {
		$char: "\E21D";
	}
	@if $filename == rocket {
		$char: "\E21E";
	}
	@if $filename == rotate-right {
		$char: "\E21F";
	}
	@if $filename == save-as {
		$char: "\E220";
	}
	@if $filename == save-file {
		$char: "\E221";
	}
	@if $filename == search-bold {
		$char: "\E222";
	}
	@if $filename == search {
		$char: "\E223";
	}
	@if $filename == secret-key {
		$char: "\E224";
	}
	@if $filename == security {
		$char: "\E225";
	}
	@if $filename == settings-square-fill {
		$char: "\E226";
	}
	@if $filename == sharing-bold {
		$char: "\E227";
	}
	@if $filename == sharing {
		$char: "\E228";
	}
	@if $filename == shield-user {
		$char: "\E229";
	}
	@if $filename == sitemap {
		$char: "\E22A";
	}
	@if $filename == sketchpad-fill {
		$char: "\E22B";
	}
	@if $filename == sketchpad {
		$char: "\E22C";
	}
	@if $filename == smile-plus {
		$char: "\E22D";
	}
	@if $filename == smile {
		$char: "\E22E";
	}
	@if $filename == solution {
		$char: "\E22F";
	}
	@if $filename == sort-reverse {
		$char: "\E230";
	}
	@if $filename == sort-tt {
		$char: "\E231";
	}
	@if $filename == sort {
		$char: "\E232";
	}
	@if $filename == stage {
		$char: "\E233";
	}
	@if $filename == star-circle-bold {
		$char: "\E234";
	}
	@if $filename == star-circle {
		$char: "\E235";
	}
	@if $filename == star-square-fill {
		$char: "\E236";
	}
	@if $filename == start-circle-fill {
		$char: "\E237";
	}
	@if $filename == store-fill {
		$char: "\E238";
	}
	@if $filename == store {
		$char: "\E239";
	}
	@if $filename == stow {
		$char: "\E23A";
	}
	@if $filename == subscribe {
		$char: "\E23B";
	}
	@if $filename == subway {
		$char: "\E23C";
	}
	@if $filename == switch {
		$char: "\E23D";
	}
	@if $filename == sync {
		$char: "\E23E";
	}
	@if $filename == tag-fill {
		$char: "\E23F";
	}
	@if $filename == tag {
		$char: "\E240";
	}
	@if $filename == target {
		$char: "\E241";
	}
	@if $filename == task-board {
		$char: "\E242";
	}
	@if $filename == tasks {
		$char: "\E243";
	}
	@if $filename == template-fill {
		$char: "\E244";
	}
	@if $filename == template {
		$char: "\E245";
	}
	@if $filename == terminal-fill {
		$char: "\E246";
	}
	@if $filename == tickets-bold {
		$char: "\E247";
	}
	@if $filename == tickets-select {
		$char: "\E248";
	}
	@if $filename == tickets {
		$char: "\E249";
	}
	@if $filename == tools-fill {
		$char: "\E24A";
	}
	@if $filename == tools {
		$char: "\E24B";
	}
	@if $filename == trigger {
		$char: "\E24C";
	}
	@if $filename == unlocked {
		$char: "\E24D";
	}
	@if $filename == user-bold {
		$char: "\E24E";
	}
	@if $filename == user-check-fill {
		$char: "\E24F";
	}
	@if $filename == user-circle-fill {
		$char: "\E250";
	}
	@if $filename == user-disable {
		$char: "\E251";
	}
	@if $filename == user-group-circle-fill {
		$char: "\E252";
	}
	@if $filename == user-group-fill {
		$char: "\E253";
	}
	@if $filename == user-group-square-fill {
		$char: "\E254";
	}
	@if $filename == user-group {
		$char: "\E255";
	}
	@if $filename == user-lock-fill {
		$char: "\E256";
	}
	@if $filename == user-lock {
		$char: "\E257";
	}
	@if $filename == user-participate-fill {
		$char: "\E258";
	}
	@if $filename == user-project-fill {
		$char: "\E259";
	}
	@if $filename == user-readonly-fill {
		$char: "\E25A";
	}
	@if $filename == user-remove {
		$char: "\E25B";
	}
	@if $filename == user-role-bold {
		$char: "\E25C";
	}
	@if $filename == user-role-fill {
		$char: "\E25D";
	}
	@if $filename == user-role {
		$char: "\E25E";
	}
	@if $filename == user-setting {
		$char: "\E25F";
	}
	@if $filename == user-square-fill {
		$char: "\E260";
	}
	@if $filename == user {
		$char: "\E261";
	}
	@if $filename == version-bold {
		$char: "\E262";
	}
	@if $filename == version-circle {
		$char: "\E263";
	}
	@if $filename == version-fill {
		$char: "\E264";
	}
	@if $filename == version-square-fill {
		$char: "\E265";
	}
	@if $filename == version {
		$char: "\E266";
	}
	@if $filename == vertical-view-lines {
		$char: "\E267";
	}
	@if $filename == video {
		$char: "\E268";
	}
	@if $filename == view-board {
		$char: "\E269";
	}
	@if $filename == view-report-fill {
		$char: "\E26A";
	}
	@if $filename == view-report {
		$char: "\E26B";
	}
	@if $filename == view-tile {
		$char: "\E26C";
	}
	@if $filename == voice-square-fill {
		$char: "\E26D";
	}
	@if $filename == voice {
		$char: "\E26E";
	}
	@if $filename == volume {
		$char: "\E26F";
	}
	@if $filename == webhook {
		$char: "\E270";
	}
	@if $filename == week {
		$char: "\E271";
	}
	@if $filename == work {
		$char: "\E272";
	}
	@if $filename == worth {
		$char: "\E273";
	}
	@if $filename == pipeline-group {
		$char: "\E274";
	}
	@if $filename == agile-square-fill {
		$char: "\E275";
	}
	@if $filename == airplane-fill {
		$char: "\E276";
	}
	@if $filename == applet-bold {
		$char: "\E277";
	}
	@if $filename == applet-fill {
		$char: "\E278";
	}
	@if $filename == applet {
		$char: "\E279";
	}
	@if $filename == artifact {
		$char: "\E27A";
	}
	@if $filename == board {
		$char: "\E27B";
	}
	@if $filename == box-square-fill {
		$char: "\E27C";
	}
	@if $filename == branch {
		$char: "\E27D";
	}
	@if $filename == briefcase-square-fill {
		$char: "\E27E";
	}
	@if $filename == bug-bold {
		$char: "\E27F";
	}
	@if $filename == bug-fill {
		$char: "\E280";
	}
	@if $filename == bug-square-fill {
		$char: "\E281";
	}
	@if $filename == bug {
		$char: "\E282";
	}
	@if $filename == bulb-square-fill {
		$char: "\E283";
	}
	@if $filename == chat-square-fill {
		$char: "\E284";
	}
	@if $filename == code-square-fill {
		$char: "\E285";
	}
	@if $filename == commit {
		$char: "\E286";
	}
	@if $filename == competitor-fill {
		$char: "\E287";
	}
	@if $filename == deploy {
		$char: "\E288";
	}
	@if $filename == end-branch {
		$char: "\E289";
	}
	@if $filename == epic-square-fill {
		$char: "\E28A";
	}
	@if $filename == epic {
		$char: "\E28B";
	}
	@if $filename == feature-square-fill {
		$char: "\E28C";
	}
	@if $filename == feature {
		$char: "\E28D";
	}
	@if $filename == file-folder-square-fill {
		$char: "\E28E";
	}
	@if $filename == file-square-fill {
		$char: "\E28F";
	}
	@if $filename == font-square-fill {
		$char: "\E290";
	}
	@if $filename == font-square {
		$char: "\E291";
	}
	@if $filename == gantt-square-fill {
		$char: "\E292";
	}
	@if $filename == hybrid-square-fill {
		$char: "\E293";
	}
	@if $filename == insight-fill {
		$char: "\E294";
	}
	@if $filename == insight {
		$char: "\E295";
	}
	@if $filename == issue-bold {
		$char: "\E296";
	}
	@if $filename == issue-square-fill {
		$char: "\E297";
	}
	@if $filename == issue {
		$char: "\E298";
	}
	@if $filename == jar-fill {
		$char: "\E299";
	}
	@if $filename == kanban-square-fill {
		$char: "\E29A";
	}
	@if $filename == letter-kr-fill {
		$char: "\E29B";
	}
	@if $filename == letter-o-fill {
		$char: "\E29C";
	}
	@if $filename == milestone-fill {
		$char: "\E29D";
	}
	@if $filename == milestone {
		$char: "\E29E";
	}
	@if $filename == note-check-fill {
		$char: "\E29F";
	}
	@if $filename == note-list-fill {
		$char: "\E2A0";
	}
	@if $filename == note-list {
		$char: "\E2A1";
	}
	@if $filename == office-bold {
		$char: "\E2A2";
	}
	@if $filename == office-fill {
		$char: "\E2A3";
	}
	@if $filename == office {
		$char: "\E2A4";
	}
	@if $filename == page-fill {
		$char: "\E2A5";
	}
	@if $filename == phase-fill {
		$char: "\E2A6";
	}
	@if $filename == phase {
		$char: "\E2A7";
	}
	@if $filename == pipeline-square-fill {
		$char: "\E2A8";
	}
	@if $filename == products-square-fill {
		$char: "\E2A9";
	}
	@if $filename == program-increment {
		$char: "\E2AA";
	}
	@if $filename == project-add {
		$char: "\E2AB";
	}
	@if $filename == project-support {
		$char: "\E2AC";
	}
	@if $filename == project {
		$char: "\E2AD";
	}
	@if $filename == pull-requests {
		$char: "\E2AE";
	}
	@if $filename == repository-bold {
		$char: "\E2AF";
	}
	@if $filename == repository {
		$char: "\E2B0";
	}
	@if $filename == review-fill {
		$char: "\E2B1";
	}
	@if $filename == review {
		$char: "\E2B2";
	}
	@if $filename == roadmap-add-bold {
		$char: "\E2B3";
	}
	@if $filename == safe-check-fill {
		$char: "\E2B4";
	}
	@if $filename == scrum-fill {
		$char: "\E2B5";
	}
	@if $filename == scrum {
		$char: "\E2B6";
	}
	@if $filename == shield-square-fill {
		$char: "\E2B7";
	}
	@if $filename == ship-fill {
		$char: "\E2B8";
	}
	@if $filename == sprint-square-fill {
		$char: "\E2B9";
	}
	@if $filename == static-fill {
		$char: "\E2BA";
	}
	@if $filename == swimlane {
		$char: "\E2BB";
	}
	@if $filename == table-square-fill {
		$char: "\E2BC";
	}
	@if $filename == table-square {
		$char: "\E2BD";
	}
	@if $filename == target-center-square-fill {
		$char: "\E2BE";
	}
	@if $filename == task-square-fill {
		$char: "\E2BF";
	}
	@if $filename == task-square {
		$char: "\E2C0";
	}
	@if $filename == task {
		$char: "\E2C1";
	}
	@if $filename == test-case-add {
		$char: "\E2C2";
	}
	@if $filename == test-case-bold {
		$char: "\E2C3";
	}
	@if $filename == test-case-square-fill {
		$char: "\E2C4";
	}
	@if $filename == test-case-template {
		$char: "\E2C5";
	}
	@if $filename == test-case-type-above {
		$char: "\E2C6";
	}
	@if $filename == test-case-type-below {
		$char: "\E2C7";
	}
	@if $filename == test-case-type-bold {
		$char: "\E2C8";
	}
	@if $filename == test-case-type {
		$char: "\E2C9";
	}
	@if $filename == test-case {
		$char: "\E2CA";
	}
	@if $filename == test-lib-fill {
		$char: "\E2CB";
	}
	@if $filename == test-lib {
		$char: "\E2CC";
	}
	@if $filename == test-plan {
		$char: "\E2CD";
	}
	@if $filename == ticket {
		$char: "\E2CE";
	}
	@if $filename == tracking-square-fill {
		$char: "\E2CF";
	}
	@if $filename == unknown-fill {
		$char: "\E2D0";
	}
	@if $filename == user-story-fill {
		$char: "\E2D1";
	}
	@if $filename == user-story-square-fill {
		$char: "\E2D2";
	}
	@if $filename == user-story {
		$char: "\E2D3";
	}
	@if $filename == view-filter-fill {
		$char: "\E2D4";
	}
	@if $filename == view-filter {
		$char: "\E2D5";
	}
	@if $filename == water-drop-square-fill {
		$char: "\E2D6";
	}
	@if $filename == workload-square-fill {
		$char: "\E2D7";
	}
	@if $filename == alarm {
		$char: "\E2D8";
	}
	@if $filename == check-bold {
		$char: "\E2D9";
	}
	@if $filename == check-circle-fill {
		$char: "\E2DA";
	}
	@if $filename == check-circle-tt {
		$char: "\E2DB";
	}
	@if $filename == check-circle {
		$char: "\E2DC";
	}
	@if $filename == check-normal {
		$char: "\E2DD";
	}
	@if $filename == check-thick {
		$char: "\E2DE";
	}
	@if $filename == check {
		$char: "\E2DF";
	}
	@if $filename == close-circle-blod {
		$char: "\E2E0";
	}
	@if $filename == close-circle-bold-fill {
		$char: "\E2E1";
	}
	@if $filename == close-circle-fill {
		$char: "\E2E2";
	}
	@if $filename == close-circle-tt {
		$char: "\E2E3";
	}
	@if $filename == close-circle {
		$char: "\E2E4";
	}
	@if $filename == draft {
		$char: "\E2E5";
	}
	@if $filename == exclamation-bold {
		$char: "\E2E6";
	}
	@if $filename == exclamation-double-bold {
		$char: "\E2E7";
	}
	@if $filename == exclamation-double {
		$char: "\E2E8";
	}
	@if $filename == exclamation-square-fill {
		$char: "\E2E9";
	}
	@if $filename == exclamation-three-bold {
		$char: "\E2EA";
	}
	@if $filename == exclamation-three {
		$char: "\E2EB";
	}
	@if $filename == exclamation {
		$char: "\E2EC";
	}
	@if $filename == info-circle-fill {
		$char: "\E2ED";
	}
	@if $filename == info-circle {
		$char: "\E2EE";
	}
	@if $filename == minus-bold {
		$char: "\E2EF";
	}
	@if $filename == minus-circle-fill {
		$char: "\E2F0";
	}
	@if $filename == minus-circle {
		$char: "\E2F1";
	}
	@if $filename == pause-circle-fill {
		$char: "\E2F2";
	}
	@if $filename == pause-circle-tt {
		$char: "\E2F3";
	}
	@if $filename == pause-circle {
		$char: "\E2F4";
	}
	@if $filename == pause {
		$char: "\E2F5";
	}
	@if $filename == play-circle-fill {
		$char: "\E2F6";
	}
	@if $filename == play-circle {
		$char: "\E2F7";
	}
	@if $filename == play-fill {
		$char: "\E2F8";
	}
	@if $filename == question-circle-bold {
		$char: "\E2F9";
	}
	@if $filename == question-circle-fill {
		$char: "\E2FA";
	}
	@if $filename == question-circle {
		$char: "\E2FB";
	}
	@if $filename == question-square-fill {
		$char: "\E2FC";
	}
	@if $filename == shortcut {
		$char: "\E2FD";
	}
	@if $filename == stop-circle-fill {
		$char: "\E2FE";
	}
	@if $filename == stop-circle {
		$char: "\E2FF";
	}
	@if $filename == waring-fill {
		$char: "\E300";
	}
	@if $filename == waring {
		$char: "\E301";
	}

	@return $char;
}

@mixin tethys-icon($filename, $insert: before, $extend: true) {
	&:#{$insert} {
		@if $extend {
			@extend %tethys-icon;
		} @else {
			@include tethys-icon-styles;
		}
		content: tethys-icon-char($filename);
	}
}

.tethys-icon-active {
	@include tethys-icon(active);
}
.tethys-icon-and {
	@include tethys-icon(and);
}
.tethys-icon-archive {
	@include tethys-icon(archive);
}
.tethys-icon-arithmetic {
	@include tethys-icon(arithmetic);
}
.tethys-icon-arrows-alt {
	@include tethys-icon(arrows-alt);
}
.tethys-icon-asterisk {
	@include tethys-icon(asterisk);
}
.tethys-icon-ban {
	@include tethys-icon(ban);
}
.tethys-icon-cancel_trial {
	@include tethys-icon(cancel_trial);
}
.tethys-icon-check-square {
	@include tethys-icon(check-square);
}
.tethys-icon-close-bold {
	@include tethys-icon(close-bold);
}
.tethys-icon-close {
	@include tethys-icon(close);
}
.tethys-icon-code-injection {
	@include tethys-icon(code-injection);
}
.tethys-icon-comment-add {
	@include tethys-icon(comment-add);
}
.tethys-icon-compress-arrows-alt {
	@include tethys-icon(compress-arrows-alt);
}
.tethys-icon-compress-arrows {
	@include tethys-icon(compress-arrows);
}
.tethys-icon-connect {
	@include tethys-icon(connect);
}
.tethys-icon-contrast-view {
	@include tethys-icon(contrast-view);
}
.tethys-icon-copy {
	@include tethys-icon(copy);
}
.tethys-icon-designated {
	@include tethys-icon(designated);
}
.tethys-icon-disconnect {
	@include tethys-icon(disconnect);
}
.tethys-icon-distribute {
	@include tethys-icon(distribute);
}
.tethys-icon-drag {
	@include tethys-icon(drag);
}
.tethys-icon-edit {
	@include tethys-icon(edit);
}
.tethys-icon-exchange {
	@include tethys-icon(exchange);
}
.tethys-icon-expand-arrows {
	@include tethys-icon(expand-arrows);
}
.tethys-icon-favorite {
	@include tethys-icon(favorite);
}
.tethys-icon-form {
	@include tethys-icon(form);
}
.tethys-icon-insert-down {
	@include tethys-icon(insert-down);
}
.tethys-icon-insert-up {
	@include tethys-icon(insert-up);
}
.tethys-icon-left-bracket {
	@include tethys-icon(left-bracket);
}
.tethys-icon-lock {
	@include tethys-icon(lock);
}
.tethys-icon-mark-read {
	@include tethys-icon(mark-read);
}
.tethys-icon-max-view {
	@include tethys-icon(max-view);
}
.tethys-icon-min-view {
	@include tethys-icon(min-view);
}
.tethys-icon-minus-square {
	@include tethys-icon(minus-square);
}
.tethys-icon-moon-fill {
	@include tethys-icon(moon-fill);
}
.tethys-icon-moon {
	@include tethys-icon(moon);
}
.tethys-icon-move-out-list {
	@include tethys-icon(move-out-list);
}
.tethys-icon-move-to-list-bold {
	@include tethys-icon(move-to-list-bold);
}
.tethys-icon-move-to-list {
	@include tethys-icon(move-to-list);
}
.tethys-icon-move {
	@include tethys-icon(move);
}
.tethys-icon-operation-record {
	@include tethys-icon(operation-record);
}
.tethys-icon-or {
	@include tethys-icon(or);
}
.tethys-icon-paid-bold {
	@include tethys-icon(paid-bold);
}
.tethys-icon-paid {
	@include tethys-icon(paid);
}
.tethys-icon-paperclip-slash {
	@include tethys-icon(paperclip-slash);
}
.tethys-icon-paperclip {
	@include tethys-icon(paperclip);
}
.tethys-icon-pickup {
	@include tethys-icon(pickup);
}
.tethys-icon-plus-bold {
	@include tethys-icon(plus-bold);
}
.tethys-icon-plus-circle-fill {
	@include tethys-icon(plus-circle-fill);
}
.tethys-icon-plus-circle-thin-fill {
	@include tethys-icon(plus-circle-thin-fill);
}
.tethys-icon-plus-circle-thin {
	@include tethys-icon(plus-circle-thin);
}
.tethys-icon-plus-circle {
	@include tethys-icon(plus-circle);
}
.tethys-icon-plus-marker-slants {
	@include tethys-icon(plus-marker-slants);
}
.tethys-icon-plus-square-arrow-right {
	@include tethys-icon(plus-square-arrow-right);
}
.tethys-icon-plus-square {
	@include tethys-icon(plus-square);
}
.tethys-icon-plus {
	@include tethys-icon(plus);
}
.tethys-icon-print {
	@include tethys-icon(print);
}
.tethys-icon-pushpin-slash {
	@include tethys-icon(pushpin-slash);
}
.tethys-icon-pushpin {
	@include tethys-icon(pushpin);
}
.tethys-icon-quit {
	@include tethys-icon(quit);
}
.tethys-icon-recycle-bin {
	@include tethys-icon(recycle-bin);
}
.tethys-icon-relation {
	@include tethys-icon(relation);
}
.tethys-icon-rename {
	@include tethys-icon(rename);
}
.tethys-icon-restore {
	@include tethys-icon(restore);
}
.tethys-icon-right-bracket {
	@include tethys-icon(right-bracket);
}
.tethys-icon-se-resize {
	@include tethys-icon(se-resize);
}
.tethys-icon-set_trial {
	@include tethys-icon(set_trial);
}
.tethys-icon-settings-fill {
	@include tethys-icon(settings-fill);
}
.tethys-icon-settings {
	@include tethys-icon(settings);
}
.tethys-icon-share-remove {
	@include tethys-icon(share-remove);
}
.tethys-icon-share {
	@include tethys-icon(share);
}
.tethys-icon-sign-out {
	@include tethys-icon(sign-out);
}
.tethys-icon-sociality {
	@include tethys-icon(sociality);
}
.tethys-icon-star-bold {
	@include tethys-icon(star-bold);
}
.tethys-icon-star-fill {
	@include tethys-icon(star-fill);
}
.tethys-icon-star {
	@include tethys-icon(star);
}
.tethys-icon-sun-fill {
	@include tethys-icon(sun-fill);
}
.tethys-icon-sun {
	@include tethys-icon(sun);
}
.tethys-icon-sweep {
	@include tethys-icon(sweep);
}
.tethys-icon-take-down {
	@include tethys-icon(take-down);
}
.tethys-icon-team-capacity {
	@include tethys-icon(team-capacity);
}
.tethys-icon-thumb-down-fill {
	@include tethys-icon(thumb-down-fill);
}
.tethys-icon-thumb-down {
	@include tethys-icon(thumb-down);
}
.tethys-icon-thumb-up-fill {
	@include tethys-icon(thumb-up-fill);
}
.tethys-icon-thumb-up {
	@include tethys-icon(thumb-up);
}
.tethys-icon-trash {
	@include tethys-icon(trash);
}
.tethys-icon-unbind {
	@include tethys-icon(unbind);
}
.tethys-icon-underline-pushpin {
	@include tethys-icon(underline-pushpin);
}
.tethys-icon-unlock {
	@include tethys-icon(unlock);
}
.tethys-icon-upgrade {
	@include tethys-icon(upgrade);
}
.tethys-icon-user-add-bold {
	@include tethys-icon(user-add-bold);
}
.tethys-icon-user-add {
	@include tethys-icon(user-add);
}
.tethys-icon-zoom-in {
	@include tethys-icon(zoom-in);
}
.tethys-icon-zoom-out {
	@include tethys-icon(zoom-out);
}
.tethys-icon-app-agile-fill {
	@include tethys-icon(app-agile-fill);
}
.tethys-icon-app-agile {
	@include tethys-icon(app-agile);
}
.tethys-icon-app-appraisal-fill {
	@include tethys-icon(app-appraisal-fill);
}
.tethys-icon-app-appraisal {
	@include tethys-icon(app-appraisal);
}
.tethys-icon-app-approval-fill {
	@include tethys-icon(app-approval-fill);
}
.tethys-icon-app-approval {
	@include tethys-icon(app-approval);
}
.tethys-icon-app-bulletin-fill {
	@include tethys-icon(app-bulletin-fill);
}
.tethys-icon-app-bulletin {
	@include tethys-icon(app-bulletin);
}
.tethys-icon-app-calendar-fill {
	@include tethys-icon(app-calendar-fill);
}
.tethys-icon-app-calendar {
	@include tethys-icon(app-calendar);
}
.tethys-icon-app-crm-fill {
	@include tethys-icon(app-crm-fill);
}
.tethys-icon-app-crm {
	@include tethys-icon(app-crm);
}
.tethys-icon-app-drive-fill {
	@include tethys-icon(app-drive-fill);
}
.tethys-icon-app-drive {
	@include tethys-icon(app-drive);
}
.tethys-icon-app-event-fill {
	@include tethys-icon(app-event-fill);
}
.tethys-icon-app-event {
	@include tethys-icon(app-event);
}
.tethys-icon-app-insight-fill {
	@include tethys-icon(app-insight-fill);
}
.tethys-icon-app-insight {
	@include tethys-icon(app-insight);
}
.tethys-icon-app-leave-fill {
	@include tethys-icon(app-leave-fill);
}
.tethys-icon-app-leave {
	@include tethys-icon(app-leave);
}
.tethys-icon-app-message-fill {
	@include tethys-icon(app-message-fill);
}
.tethys-icon-app-message {
	@include tethys-icon(app-message);
}
.tethys-icon-app-okr-fill {
	@include tethys-icon(app-okr-fill);
}
.tethys-icon-app-okr {
	@include tethys-icon(app-okr);
}
.tethys-icon-app-paid-fill {
	@include tethys-icon(app-paid-fill);
}
.tethys-icon-app-paid {
	@include tethys-icon(app-paid);
}
.tethys-icon-app-pipeline-fill {
	@include tethys-icon(app-pipeline-fill);
}
.tethys-icon-app-pipeline {
	@include tethys-icon(app-pipeline);
}
.tethys-icon-app-portal-fill {
	@include tethys-icon(app-portal-fill);
}
.tethys-icon-app-portal {
	@include tethys-icon(app-portal);
}
.tethys-icon-app-program-fill {
	@include tethys-icon(app-program-fill);
}
.tethys-icon-app-project-fill {
	@include tethys-icon(app-project-fill);
}
.tethys-icon-app-project {
	@include tethys-icon(app-project);
}
.tethys-icon-app-report-fill {
	@include tethys-icon(app-report-fill);
}
.tethys-icon-app-report {
	@include tethys-icon(app-report);
}
.tethys-icon-app-task-fill {
	@include tethys-icon(app-task-fill);
}
.tethys-icon-app-task {
	@include tethys-icon(app-task);
}
.tethys-icon-app-testhub-fill {
	@include tethys-icon(app-testhub-fill);
}
.tethys-icon-app-testhub {
	@include tethys-icon(app-testhub);
}
.tethys-icon-app-thumb-fill {
	@include tethys-icon(app-thumb-fill);
}
.tethys-icon-app-tracking-fill {
	@include tethys-icon(app-tracking-fill);
}
.tethys-icon-app-tracking {
	@include tethys-icon(app-tracking);
}
.tethys-icon-application-add {
	@include tethys-icon(application-add);
}
.tethys-icon-application-square-fill {
	@include tethys-icon(application-square-fill);
}
.tethys-icon-application {
	@include tethys-icon(application);
}
.tethys-icon-applications {
	@include tethys-icon(applications);
}
.tethys-icon-less-applications-fill {
	@include tethys-icon(less-applications-fill);
}
.tethys-icon-more-applications-fill {
	@include tethys-icon(more-applications-fill);
}
.tethys-icon-more-applications {
	@include tethys-icon(more-applications);
}
.tethys-icon-products-bold {
	@include tethys-icon(products-bold);
}
.tethys-icon-products {
	@include tethys-icon(products);
}
.tethys-icon-android-fill {
	@include tethys-icon(android-fill);
}
.tethys-icon-android-square-fill {
	@include tethys-icon(android-square-fill);
}
.tethys-icon-docker-fill {
	@include tethys-icon(docker-fill);
}
.tethys-icon-enterprise-wechat {
	@include tethys-icon(enterprise-wechat);
}
.tethys-icon-github {
	@include tethys-icon(github);
}
.tethys-icon-ios-fill {
	@include tethys-icon(ios-fill);
}
.tethys-icon-ios-square-fill {
	@include tethys-icon(ios-square-fill);
}
.tethys-icon-java-fill {
	@include tethys-icon(java-fill);
}
.tethys-icon-nodejs-fill {
	@include tethys-icon(nodejs-fill);
}
.tethys-icon-php-fill {
	@include tethys-icon(php-fill);
}
.tethys-icon-pingcode-logo {
	@include tethys-icon(pingcode-logo);
}
.tethys-icon-python-fill {
	@include tethys-icon(python-fill);
}
.tethys-icon-qiniu {
	@include tethys-icon(qiniu);
}
.tethys-icon-rss {
	@include tethys-icon(rss);
}
.tethys-icon-wechat {
	@include tethys-icon(wechat);
}
.tethys-icon-weibo {
	@include tethys-icon(weibo);
}
.tethys-icon-burn-down {
	@include tethys-icon(burn-down);
}
.tethys-icon-column-fill {
	@include tethys-icon(column-fill);
}
.tethys-icon-connect-bold {
	@include tethys-icon(connect-bold);
}
.tethys-icon-edit-fill {
	@include tethys-icon(edit-fill);
}
.tethys-icon-gantt-fill {
	@include tethys-icon(gantt-fill);
}
.tethys-icon-gantt {
	@include tethys-icon(gantt);
}
.tethys-icon-index-fill {
	@include tethys-icon(index-fill);
}
.tethys-icon-mind-map-fill {
	@include tethys-icon(mind-map-fill);
}
.tethys-icon-pie-fill {
	@include tethys-icon(pie-fill);
}
.tethys-icon-pie {
	@include tethys-icon(pie);
}
.tethys-icon-stacked-area {
	@include tethys-icon(stacked-area);
}
.tethys-icon-stacked-column {
	@include tethys-icon(stacked-column);
}
.tethys-icon-trend-column-fill {
	@include tethys-icon(trend-column-fill);
}
.tethys-icon-trend-line {
	@include tethys-icon(trend-line);
}
.tethys-icon-trend {
	@include tethys-icon(trend);
}
.tethys-icon-trophy-fill {
	@include tethys-icon(trophy-fill);
}
.tethys-icon-ai-grid {
	@include tethys-icon(ai-grid);
}
.tethys-icon-align-bottom {
	@include tethys-icon(align-bottom);
}
.tethys-icon-align-center {
	@include tethys-icon(align-center);
}
.tethys-icon-align-justify {
	@include tethys-icon(align-justify);
}
.tethys-icon-align-left {
	@include tethys-icon(align-left);
}
.tethys-icon-align-middle {
	@include tethys-icon(align-middle);
}
.tethys-icon-align-right {
	@include tethys-icon(align-right);
}
.tethys-icon-align-top-slash {
	@include tethys-icon(align-top-slash);
}
.tethys-icon-align-top {
	@include tethys-icon(align-top);
}
.tethys-icon-audio {
	@include tethys-icon(audio);
}
.tethys-icon-authorship {
	@include tethys-icon(authorship);
}
.tethys-icon-background-tt {
	@include tethys-icon(background-tt);
}
.tethys-icon-baseline {
	@include tethys-icon(baseline);
}
.tethys-icon-blockquote {
	@include tethys-icon(blockquote);
}
.tethys-icon-bold {
	@include tethys-icon(bold);
}
.tethys-icon-border-font {
	@include tethys-icon(border-font);
}
.tethys-icon-clean {
	@include tethys-icon(clean);
}
.tethys-icon-code-syntax {
	@include tethys-icon(code-syntax);
}
.tethys-icon-code {
	@include tethys-icon(code);
}
.tethys-icon-color-tt {
	@include tethys-icon(color-tt);
}
.tethys-icon-cut-fill {
	@include tethys-icon(cut-fill);
}
.tethys-icon-cut {
	@include tethys-icon(cut);
}
.tethys-icon-direction-ltr {
	@include tethys-icon(direction-ltr);
}
.tethys-icon-direction-rtl {
	@include tethys-icon(direction-rtl);
}
.tethys-icon-dropdown {
	@include tethys-icon(dropdown);
}
.tethys-icon-embed {
	@include tethys-icon(embed);
}
.tethys-icon-float-center {
	@include tethys-icon(float-center);
}
.tethys-icon-float-full {
	@include tethys-icon(float-full);
}
.tethys-icon-float-left {
	@include tethys-icon(float-left);
}
.tethys-icon-float-right {
	@include tethys-icon(float-right);
}
.tethys-icon-font {
	@include tethys-icon(font);
}
.tethys-icon-formula-bold {
	@include tethys-icon(formula-bold);
}
.tethys-icon-formula {
	@include tethys-icon(formula);
}
.tethys-icon-hashtag {
	@include tethys-icon(hashtag);
}
.tethys-icon-header-1 {
	@include tethys-icon(header-1);
}
.tethys-icon-header-2 {
	@include tethys-icon(header-2);
}
.tethys-icon-header-3 {
	@include tethys-icon(header-3);
}
.tethys-icon-header-4 {
	@include tethys-icon(header-4);
}
.tethys-icon-header-5 {
	@include tethys-icon(header-5);
}
.tethys-icon-header-6 {
	@include tethys-icon(header-6);
}
.tethys-icon-header {
	@include tethys-icon(header);
}
.tethys-icon-holy-grail {
	@include tethys-icon(holy-grail);
}
.tethys-icon-horizontal-line {
	@include tethys-icon(horizontal-line);
}
.tethys-icon-horizontal-rule {
	@include tethys-icon(horizontal-rule);
}
.tethys-icon-image-center {
	@include tethys-icon(image-center);
}
.tethys-icon-image-left {
	@include tethys-icon(image-left);
}
.tethys-icon-image-right {
	@include tethys-icon(image-right);
}
.tethys-icon-image {
	@include tethys-icon(image);
}
.tethys-icon-inline {
	@include tethys-icon(inline);
}
.tethys-icon-italic {
	@include tethys-icon(italic);
}
.tethys-icon-laser-pointer {
	@include tethys-icon(laser-pointer);
}
.tethys-icon-left-sidebar {
	@include tethys-icon(left-sidebar);
}
.tethys-icon-link-insert {
	@include tethys-icon(link-insert);
}
.tethys-icon-list-bullet {
	@include tethys-icon(list-bullet);
}
.tethys-icon-list-check {
	@include tethys-icon(list-check);
}
.tethys-icon-list-ordered {
	@include tethys-icon(list-ordered);
}
.tethys-icon-list-toggle {
	@include tethys-icon(list-toggle);
}
.tethys-icon-map {
	@include tethys-icon(map);
}
.tethys-icon-one-to-one {
	@include tethys-icon(one-to-one);
}
.tethys-icon-paintformat {
	@include tethys-icon(paintformat);
}
.tethys-icon-paste {
	@include tethys-icon(paste);
}
.tethys-icon-redo {
	@include tethys-icon(redo);
}
.tethys-icon-relation-page {
	@include tethys-icon(relation-page);
}
.tethys-icon-right-sidebar {
	@include tethys-icon(right-sidebar);
}
.tethys-icon-save {
	@include tethys-icon(save);
}
.tethys-icon-sigma {
	@include tethys-icon(sigma);
}
.tethys-icon-size-decrease {
	@include tethys-icon(size-decrease);
}
.tethys-icon-size-increase {
	@include tethys-icon(size-increase);
}
.tethys-icon-size {
	@include tethys-icon(size);
}
.tethys-icon-spacing {
	@include tethys-icon(spacing);
}
.tethys-icon-speech {
	@include tethys-icon(speech);
}
.tethys-icon-strike {
	@include tethys-icon(strike);
}
.tethys-icon-subscript {
	@include tethys-icon(subscript);
}
.tethys-icon-superscript {
	@include tethys-icon(superscript);
}
.tethys-icon-table-border-all {
	@include tethys-icon(table-border-all);
}
.tethys-icon-table-border-bottom {
	@include tethys-icon(table-border-bottom);
}
.tethys-icon-table-border-left {
	@include tethys-icon(table-border-left);
}
.tethys-icon-table-border-none {
	@include tethys-icon(table-border-none);
}
.tethys-icon-table-border-outside {
	@include tethys-icon(table-border-outside);
}
.tethys-icon-table-border-right {
	@include tethys-icon(table-border-right);
}
.tethys-icon-table-border-top {
	@include tethys-icon(table-border-top);
}
.tethys-icon-table-column-equal-width {
	@include tethys-icon(table-column-equal-width);
}
.tethys-icon-table-delete-cells {
	@include tethys-icon(table-delete-cells);
}
.tethys-icon-table-delete-columns {
	@include tethys-icon(table-delete-columns);
}
.tethys-icon-table-delete-rows {
	@include tethys-icon(table-delete-rows);
}
.tethys-icon-table-insert-cells {
	@include tethys-icon(table-insert-cells);
}
.tethys-icon-table-insert-column-after {
	@include tethys-icon(table-insert-column-after);
}
.tethys-icon-table-insert-column-before {
	@include tethys-icon(table-insert-column-before);
}
.tethys-icon-table-insert-columns-left {
	@include tethys-icon(table-insert-columns-left);
}
.tethys-icon-table-insert-columns-right {
	@include tethys-icon(table-insert-columns-right);
}
.tethys-icon-table-insert-columns {
	@include tethys-icon(table-insert-columns);
}
.tethys-icon-table-insert-row-after {
	@include tethys-icon(table-insert-row-after);
}
.tethys-icon-table-insert-row-before {
	@include tethys-icon(table-insert-row-before);
}
.tethys-icon-table-insert-rows-down {
	@include tethys-icon(table-insert-rows-down);
}
.tethys-icon-table-insert-rows-top {
	@include tethys-icon(table-insert-rows-top);
}
.tethys-icon-table-insert-rows {
	@include tethys-icon(table-insert-rows);
}
.tethys-icon-table-merge-cells {
	@include tethys-icon(table-merge-cells);
}
.tethys-icon-table-remove {
	@include tethys-icon(table-remove);
}
.tethys-icon-table-unmerge-cells {
	@include tethys-icon(table-unmerge-cells);
}
.tethys-icon-table {
	@include tethys-icon(table);
}
.tethys-icon-three-columns {
	@include tethys-icon(three-columns);
}
.tethys-icon-two-columns {
	@include tethys-icon(two-columns);
}
.tethys-icon-underline {
	@include tethys-icon(underline);
}
.tethys-icon-undo {
	@include tethys-icon(undo);
}
.tethys-icon-unlink-insert {
	@include tethys-icon(unlink-insert);
}
.tethys-icon-vertical-line {
	@include tethys-icon(vertical-line);
}
.tethys-icon-wrap-left {
	@include tethys-icon(wrap-left);
}
.tethys-icon-wrap-right {
	@include tethys-icon(wrap-right);
}
.tethys-icon-attachment-bold {
	@include tethys-icon(attachment-bold);
}
.tethys-icon-attachment {
	@include tethys-icon(attachment);
}
.tethys-icon-cloud-upload-fill {
	@include tethys-icon(cloud-upload-fill);
}
.tethys-icon-cloud-upload {
	@include tethys-icon(cloud-upload);
}
.tethys-icon-code-snippet {
	@include tethys-icon(code-snippet);
}
.tethys-icon-download {
	@include tethys-icon(download);
}
.tethys-icon-file-csv {
	@include tethys-icon(file-csv);
}
.tethys-icon-file-detail {
	@include tethys-icon(file-detail);
}
.tethys-icon-file-excel {
	@include tethys-icon(file-excel);
}
.tethys-icon-file-export {
	@include tethys-icon(file-export);
}
.tethys-icon-file-import {
	@include tethys-icon(file-import);
}
.tethys-icon-file-jpg {
	@include tethys-icon(file-jpg);
}
.tethys-icon-file-markdown {
	@include tethys-icon(file-markdown);
}
.tethys-icon-file-pdf {
	@include tethys-icon(file-pdf);
}
.tethys-icon-file-plus {
	@include tethys-icon(file-plus);
}
.tethys-icon-file-png {
	@include tethys-icon(file-png);
}
.tethys-icon-file-word {
	@include tethys-icon(file-word);
}
.tethys-icon-file-xls {
	@include tethys-icon(file-xls);
}
.tethys-icon-folder-bold {
	@include tethys-icon(folder-bold);
}
.tethys-icon-folder-expand {
	@include tethys-icon(folder-expand);
}
.tethys-icon-folder-fill {
	@include tethys-icon(folder-fill);
}
.tethys-icon-folder-fold {
	@include tethys-icon(folder-fold);
}
.tethys-icon-folder-open-fill {
	@include tethys-icon(folder-open-fill);
}
.tethys-icon-folder-private-fill {
	@include tethys-icon(folder-private-fill);
}
.tethys-icon-folder {
	@include tethys-icon(folder);
}
.tethys-icon-markdown-fill {
	@include tethys-icon(markdown-fill);
}
.tethys-icon-upload {
	@include tethys-icon(upload);
}
.tethys-icon-angle-double-down {
	@include tethys-icon(angle-double-down);
}
.tethys-icon-angle-double-left {
	@include tethys-icon(angle-double-left);
}
.tethys-icon-angle-double-right {
	@include tethys-icon(angle-double-right);
}
.tethys-icon-angle-double-up {
	@include tethys-icon(angle-double-up);
}
.tethys-icon-angle-down {
	@include tethys-icon(angle-down);
}
.tethys-icon-angle-left-bold {
	@include tethys-icon(angle-left-bold);
}
.tethys-icon-angle-left {
	@include tethys-icon(angle-left);
}
.tethys-icon-angle-right-bold {
	@include tethys-icon(angle-right-bold);
}
.tethys-icon-angle-right {
	@include tethys-icon(angle-right);
}
.tethys-icon-angle-up {
	@include tethys-icon(angle-up);
}
.tethys-icon-arrow-down-bold {
	@include tethys-icon(arrow-down-bold);
}
.tethys-icon-arrow-down-circle {
	@include tethys-icon(arrow-down-circle);
}
.tethys-icon-arrow-down {
	@include tethys-icon(arrow-down);
}
.tethys-icon-arrow-left-bold {
	@include tethys-icon(arrow-left-bold);
}
.tethys-icon-arrow-left-circle {
	@include tethys-icon(arrow-left-circle);
}
.tethys-icon-arrow-left {
	@include tethys-icon(arrow-left);
}
.tethys-icon-arrow-right-bold {
	@include tethys-icon(arrow-right-bold);
}
.tethys-icon-arrow-right-circle-fill {
	@include tethys-icon(arrow-right-circle-fill);
}
.tethys-icon-arrow-right-circle {
	@include tethys-icon(arrow-right-circle);
}
.tethys-icon-arrow-right-down-square {
	@include tethys-icon(arrow-right-down-square);
}
.tethys-icon-arrow-right-up-bold {
	@include tethys-icon(arrow-right-up-bold);
}
.tethys-icon-arrow-right-up-circle {
	@include tethys-icon(arrow-right-up-circle);
}
.tethys-icon-arrow-right-up-square-bold {
	@include tethys-icon(arrow-right-up-square-bold);
}
.tethys-icon-arrow-right-up-square {
	@include tethys-icon(arrow-right-up-square);
}
.tethys-icon-arrow-right {
	@include tethys-icon(arrow-right);
}
.tethys-icon-arrow-up-bold {
	@include tethys-icon(arrow-up-bold);
}
.tethys-icon-arrow-up {
	@include tethys-icon(arrow-up);
}
.tethys-icon-caret-down {
	@include tethys-icon(caret-down);
}
.tethys-icon-caret-left {
	@include tethys-icon(caret-left);
}
.tethys-icon-caret-right-down {
	@include tethys-icon(caret-right-down);
}
.tethys-icon-caret-right {
	@include tethys-icon(caret-right);
}
.tethys-icon-fold {
	@include tethys-icon(fold);
}
.tethys-icon-forward {
	@include tethys-icon(forward);
}
.tethys-icon-indent-bold {
	@include tethys-icon(indent-bold);
}
.tethys-icon-indent {
	@include tethys-icon(indent);
}
.tethys-icon-outdent-bold {
	@include tethys-icon(outdent-bold);
}
.tethys-icon-outdent {
	@include tethys-icon(outdent);
}
.tethys-icon-outdent2 {
	@include tethys-icon(outdent2);
}
.tethys-icon-sort-vertical-tt {
	@include tethys-icon(sort-vertical-tt);
}
.tethys-icon-toc {
	@include tethys-icon(toc);
}
.tethys-icon-unfold {
	@include tethys-icon(unfold);
}
.tethys-icon-add-element {
	@include tethys-icon(add-element);
}
.tethys-icon-ai-star {
	@include tethys-icon(ai-star);
}
.tethys-icon-ai-table-fill {
	@include tethys-icon(ai-table-fill);
}
.tethys-icon-aim {
	@include tethys-icon(aim);
}
.tethys-icon-airplane {
	@include tethys-icon(airplane);
}
.tethys-icon-alarm-clock-fill {
	@include tethys-icon(alarm-clock-fill);
}
.tethys-icon-alarm-clock {
	@include tethys-icon(alarm-clock);
}
.tethys-icon-amount {
	@include tethys-icon(amount);
}
.tethys-icon-angry {
	@include tethys-icon(angry);
}
.tethys-icon-annotation {
	@include tethys-icon(annotation);
}
.tethys-icon-apple-square-fill {
	@include tethys-icon(apple-square-fill);
}
.tethys-icon-arrow-right-left {
	@include tethys-icon(arrow-right-left);
}
.tethys-icon-auto-fill {
	@include tethys-icon(auto-fill);
}
.tethys-icon-auto-square-fill {
	@include tethys-icon(auto-square-fill);
}
.tethys-icon-auto {
	@include tethys-icon(auto);
}
.tethys-icon-bars {
	@include tethys-icon(bars);
}
.tethys-icon-basketball {
	@include tethys-icon(basketball);
}
.tethys-icon-batch-operator {
	@include tethys-icon(batch-operator);
}
.tethys-icon-bell-bold {
	@include tethys-icon(bell-bold);
}
.tethys-icon-bell-fill {
	@include tethys-icon(bell-fill);
}
.tethys-icon-bell-square-fill {
	@include tethys-icon(bell-square-fill);
}
.tethys-icon-bell-waiting {
	@include tethys-icon(bell-waiting);
}
.tethys-icon-bell {
	@include tethys-icon(bell);
}
.tethys-icon-book-fill {
	@include tethys-icon(book-fill);
}
.tethys-icon-book-open {
	@include tethys-icon(book-open);
}
.tethys-icon-book {
	@include tethys-icon(book);
}
.tethys-icon-briefcase-fill {
	@include tethys-icon(briefcase-fill);
}
.tethys-icon-briefcase {
	@include tethys-icon(briefcase);
}
.tethys-icon-browser {
	@include tethys-icon(browser);
}
.tethys-icon-building-fill {
	@include tethys-icon(building-fill);
}
.tethys-icon-building-square-fill {
	@include tethys-icon(building-square-fill);
}
.tethys-icon-bulb-bold {
	@include tethys-icon(bulb-bold);
}
.tethys-icon-bulb {
	@include tethys-icon(bulb);
}
.tethys-icon-calendar-check {
	@include tethys-icon(calendar-check);
}
.tethys-icon-calendar-double-arrow {
	@include tethys-icon(calendar-double-arrow);
}
.tethys-icon-calendar-end {
	@include tethys-icon(calendar-end);
}
.tethys-icon-calendar-scheduling {
	@include tethys-icon(calendar-scheduling);
}
.tethys-icon-calendar-start {
	@include tethys-icon(calendar-start);
}
.tethys-icon-calendar {
	@include tethys-icon(calendar);
}
.tethys-icon-camera {
	@include tethys-icon(camera);
}
.tethys-icon-car {
	@include tethys-icon(car);
}
.tethys-icon-cascade-multiple-choice {
	@include tethys-icon(cascade-multiple-choice);
}
.tethys-icon-cascade-radio {
	@include tethys-icon(cascade-radio);
}
.tethys-icon-caveat {
	@include tethys-icon(caveat);
}
.tethys-icon-children {
	@include tethys-icon(children);
}
.tethys-icon-click-fill {
	@include tethys-icon(click-fill);
}
.tethys-icon-click-square-fill {
	@include tethys-icon(click-square-fill);
}
.tethys-icon-click-tap {
	@include tethys-icon(click-tap);
}
.tethys-icon-clock-circle-moment-fill {
	@include tethys-icon(clock-circle-moment-fill);
}
.tethys-icon-clock-circle-moment {
	@include tethys-icon(clock-circle-moment);
}
.tethys-icon-clock-circle-open {
	@include tethys-icon(clock-circle-open);
}
.tethys-icon-clock-circle-square-fill {
	@include tethys-icon(clock-circle-square-fill);
}
.tethys-icon-clock-circle {
	@include tethys-icon(clock-circle);
}
.tethys-icon-clock-dusk-circle-open {
	@include tethys-icon(clock-dusk-circle-open);
}
.tethys-icon-clock-point-bold {
	@include tethys-icon(clock-point-bold);
}
.tethys-icon-comment-fill {
	@include tethys-icon(comment-fill);
}
.tethys-icon-comment-square-fill {
	@include tethys-icon(comment-square-fill);
}
.tethys-icon-comment {
	@include tethys-icon(comment);
}
.tethys-icon-compass {
	@include tethys-icon(compass);
}
.tethys-icon-computer-bold {
	@include tethys-icon(computer-bold);
}
.tethys-icon-computer-square-fill {
	@include tethys-icon(computer-square-fill);
}
.tethys-icon-computer {
	@include tethys-icon(computer);
}
.tethys-icon-condition {
	@include tethys-icon(condition);
}
.tethys-icon-contacts-fill {
	@include tethys-icon(contacts-fill);
}
.tethys-icon-contacts {
	@include tethys-icon(contacts);
}
.tethys-icon-cube {
	@include tethys-icon(cube);
}
.tethys-icon-dashboard-bold {
	@include tethys-icon(dashboard-bold);
}
.tethys-icon-dashboard {
	@include tethys-icon(dashboard);
}
.tethys-icon-data-sheet-fill {
	@include tethys-icon(data-sheet-fill);
}
.tethys-icon-department-above {
	@include tethys-icon(department-above);
}
.tethys-icon-department-below {
	@include tethys-icon(department-below);
}
.tethys-icon-department-bold {
	@include tethys-icon(department-bold);
}
.tethys-icon-department {
	@include tethys-icon(department);
}
.tethys-icon-description {
	@include tethys-icon(description);
}
.tethys-icon-discussion {
	@include tethys-icon(discussion);
}
.tethys-icon-earth {
	@include tethys-icon(earth);
}
.tethys-icon-email {
	@include tethys-icon(email);
}
.tethys-icon-enfold {
	@include tethys-icon(enfold);
}
.tethys-icon-expressionless {
	@include tethys-icon(expressionless);
}
.tethys-icon-external-user {
	@include tethys-icon(external-user);
}
.tethys-icon-eye-invisible {
	@include tethys-icon(eye-invisible);
}
.tethys-icon-eye {
	@include tethys-icon(eye);
}
.tethys-icon-factor {
	@include tethys-icon(factor);
}
.tethys-icon-feedback-fill {
	@include tethys-icon(feedback-fill);
}
.tethys-icon-feedback {
	@include tethys-icon(feedback);
}
.tethys-icon-female {
	@include tethys-icon(female);
}
.tethys-icon-file-above {
	@include tethys-icon(file-above);
}
.tethys-icon-file-below {
	@include tethys-icon(file-below);
}
.tethys-icon-file-bold {
	@include tethys-icon(file-bold);
}
.tethys-icon-file-fill {
	@include tethys-icon(file-fill);
}
.tethys-icon-file-more {
	@include tethys-icon(file-more);
}
.tethys-icon-file {
	@include tethys-icon(file);
}
.tethys-icon-filter-line {
	@include tethys-icon(filter-line);
}
.tethys-icon-filter {
	@include tethys-icon(filter);
}
.tethys-icon-fit-screen {
	@include tethys-icon(fit-screen);
}
.tethys-icon-flag-fill {
	@include tethys-icon(flag-fill);
}
.tethys-icon-flag-square-fill {
	@include tethys-icon(flag-square-fill);
}
.tethys-icon-flag {
	@include tethys-icon(flag);
}
.tethys-icon-frozen {
	@include tethys-icon(frozen);
}
.tethys-icon-fullscreen {
	@include tethys-icon(fullscreen);
}
.tethys-icon-grid {
	@include tethys-icon(grid);
}
.tethys-icon-group-setup {
	@include tethys-icon(group-setup);
}
.tethys-icon-hamburger {
	@include tethys-icon(hamburger);
}
.tethys-icon-hand {
	@include tethys-icon(hand);
}
.tethys-icon-headset-bold {
	@include tethys-icon(headset-bold);
}
.tethys-icon-headset-square-fill {
	@include tethys-icon(headset-square-fill);
}
.tethys-icon-headset {
	@include tethys-icon(headset);
}
.tethys-icon-health-check {
	@include tethys-icon(health-check);
}
.tethys-icon-heart {
	@include tethys-icon(heart);
}
.tethys-icon-hierarchy {
	@include tethys-icon(hierarchy);
}
.tethys-icon-history {
	@include tethys-icon(history);
}
.tethys-icon-horizontal-three-lines {
	@include tethys-icon(horizontal-three-lines);
}
.tethys-icon-horizontal-two-lines {
	@include tethys-icon(horizontal-two-lines);
}
.tethys-icon-house-fill {
	@include tethys-icon(house-fill);
}
.tethys-icon-house-square-fill {
	@include tethys-icon(house-square-fill);
}
.tethys-icon-house {
	@include tethys-icon(house);
}
.tethys-icon-if-syntax {
	@include tethys-icon(if-syntax);
}
.tethys-icon-importance-bold {
	@include tethys-icon(importance-bold);
}
.tethys-icon-importance {
	@include tethys-icon(importance);
}
.tethys-icon-inbox {
	@include tethys-icon(inbox);
}
.tethys-icon-internal-user {
	@include tethys-icon(internal-user);
}
.tethys-icon-intersection-square-fill {
	@include tethys-icon(intersection-square-fill);
}
.tethys-icon-inventory {
	@include tethys-icon(inventory);
}
.tethys-icon-landline {
	@include tethys-icon(landline);
}
.tethys-icon-lane-expand {
	@include tethys-icon(lane-expand);
}
.tethys-icon-lane-retract {
	@include tethys-icon(lane-retract);
}
.tethys-icon-leaves {
	@include tethys-icon(leaves);
}
.tethys-icon-left-insert {
	@include tethys-icon(left-insert);
}
.tethys-icon-library {
	@include tethys-icon(library);
}
.tethys-icon-lightbulb-square-fill {
	@include tethys-icon(lightbulb-square-fill);
}
.tethys-icon-lightbulb {
	@include tethys-icon(lightbulb);
}
.tethys-icon-lightning {
	@include tethys-icon(lightning);
}
.tethys-icon-list-sample-fill {
	@include tethys-icon(list-sample-fill);
}
.tethys-icon-list-square-fill {
	@include tethys-icon(list-square-fill);
}
.tethys-icon-list {
	@include tethys-icon(list);
}
.tethys-icon-locked {
	@include tethys-icon(locked);
}
.tethys-icon-magic {
	@include tethys-icon(magic);
}
.tethys-icon-male {
	@include tethys-icon(male);
}
.tethys-icon-market {
	@include tethys-icon(market);
}
.tethys-icon-member-role {
	@include tethys-icon(member-role);
}
.tethys-icon-mention {
	@include tethys-icon(mention);
}
.tethys-icon-mind-base {
	@include tethys-icon(mind-base);
}
.tethys-icon-mind-map {
	@include tethys-icon(mind-map);
}
.tethys-icon-mobile-mode-square-fill {
	@include tethys-icon(mobile-mode-square-fill);
}
.tethys-icon-mobile-mode {
	@include tethys-icon(mobile-mode);
}
.tethys-icon-more-bold {
	@include tethys-icon(more-bold);
}
.tethys-icon-more-circle-fill {
	@include tethys-icon(more-circle-fill);
}
.tethys-icon-more-circle {
	@include tethys-icon(more-circle);
}
.tethys-icon-more-vertical {
	@include tethys-icon(more-vertical);
}
.tethys-icon-more {
	@include tethys-icon(more);
}
.tethys-icon-multiline-text {
	@include tethys-icon(multiline-text);
}
.tethys-icon-multimodal-deepthink {
	@include tethys-icon(multimodal-deepthink);
}
.tethys-icon-multimodal-image {
	@include tethys-icon(multimodal-image);
}
.tethys-icon-multimodal-text {
	@include tethys-icon(multimodal-text);
}
.tethys-icon-multimodal-video {
	@include tethys-icon(multimodal-video);
}
.tethys-icon-muted {
	@include tethys-icon(muted);
}
.tethys-icon-note-edit {
	@include tethys-icon(note-edit);
}
.tethys-icon-note-plus {
	@include tethys-icon(note-plus);
}
.tethys-icon-nps-square-fill {
	@include tethys-icon(nps-square-fill);
}
.tethys-icon-nps {
	@include tethys-icon(nps);
}
.tethys-icon-number {
	@include tethys-icon(number);
}
.tethys-icon-open {
	@include tethys-icon(open);
}
.tethys-icon-order-fill {
	@include tethys-icon(order-fill);
}
.tethys-icon-organization-above {
	@include tethys-icon(organization-above);
}
.tethys-icon-organization-below {
	@include tethys-icon(organization-below);
}
.tethys-icon-organization-fill {
	@include tethys-icon(organization-fill);
}
.tethys-icon-organization {
	@include tethys-icon(organization);
}
.tethys-icon-palette {
	@include tethys-icon(palette);
}
.tethys-icon-palm {
	@include tethys-icon(palm);
}
.tethys-icon-percentage {
	@include tethys-icon(percentage);
}
.tethys-icon-phone {
	@include tethys-icon(phone);
}
.tethys-icon-plan {
	@include tethys-icon(plan);
}
.tethys-icon-planning {
	@include tethys-icon(planning);
}
.tethys-icon-play {
	@include tethys-icon(play);
}
.tethys-icon-preview {
	@include tethys-icon(preview);
}
.tethys-icon-progress {
	@include tethys-icon(progress);
}
.tethys-icon-publish {
	@include tethys-icon(publish);
}
.tethys-icon-qr-code {
	@include tethys-icon(qr-code);
}
.tethys-icon-random {
	@include tethys-icon(random);
}
.tethys-icon-rating {
	@include tethys-icon(rating);
}
.tethys-icon-recall {
	@include tethys-icon(recall);
}
.tethys-icon-records {
	@include tethys-icon(records);
}
.tethys-icon-relevant {
	@include tethys-icon(relevant);
}
.tethys-icon-result {
	@include tethys-icon(result);
}
.tethys-icon-right-insert {
	@include tethys-icon(right-insert);
}
.tethys-icon-risk {
	@include tethys-icon(risk);
}
.tethys-icon-robot-square-fill {
	@include tethys-icon(robot-square-fill);
}
.tethys-icon-rocket {
	@include tethys-icon(rocket);
}
.tethys-icon-rotate-right {
	@include tethys-icon(rotate-right);
}
.tethys-icon-save-as {
	@include tethys-icon(save-as);
}
.tethys-icon-save-file {
	@include tethys-icon(save-file);
}
.tethys-icon-search-bold {
	@include tethys-icon(search-bold);
}
.tethys-icon-search {
	@include tethys-icon(search);
}
.tethys-icon-secret-key {
	@include tethys-icon(secret-key);
}
.tethys-icon-security {
	@include tethys-icon(security);
}
.tethys-icon-settings-square-fill {
	@include tethys-icon(settings-square-fill);
}
.tethys-icon-sharing-bold {
	@include tethys-icon(sharing-bold);
}
.tethys-icon-sharing {
	@include tethys-icon(sharing);
}
.tethys-icon-shield-user {
	@include tethys-icon(shield-user);
}
.tethys-icon-sitemap {
	@include tethys-icon(sitemap);
}
.tethys-icon-sketchpad-fill {
	@include tethys-icon(sketchpad-fill);
}
.tethys-icon-sketchpad {
	@include tethys-icon(sketchpad);
}
.tethys-icon-smile-plus {
	@include tethys-icon(smile-plus);
}
.tethys-icon-smile {
	@include tethys-icon(smile);
}
.tethys-icon-solution {
	@include tethys-icon(solution);
}
.tethys-icon-sort-reverse {
	@include tethys-icon(sort-reverse);
}
.tethys-icon-sort-tt {
	@include tethys-icon(sort-tt);
}
.tethys-icon-sort {
	@include tethys-icon(sort);
}
.tethys-icon-stage {
	@include tethys-icon(stage);
}
.tethys-icon-star-circle-bold {
	@include tethys-icon(star-circle-bold);
}
.tethys-icon-star-circle {
	@include tethys-icon(star-circle);
}
.tethys-icon-star-square-fill {
	@include tethys-icon(star-square-fill);
}
.tethys-icon-start-circle-fill {
	@include tethys-icon(start-circle-fill);
}
.tethys-icon-store-fill {
	@include tethys-icon(store-fill);
}
.tethys-icon-store {
	@include tethys-icon(store);
}
.tethys-icon-stow {
	@include tethys-icon(stow);
}
.tethys-icon-subscribe {
	@include tethys-icon(subscribe);
}
.tethys-icon-subway {
	@include tethys-icon(subway);
}
.tethys-icon-switch {
	@include tethys-icon(switch);
}
.tethys-icon-sync {
	@include tethys-icon(sync);
}
.tethys-icon-tag-fill {
	@include tethys-icon(tag-fill);
}
.tethys-icon-tag {
	@include tethys-icon(tag);
}
.tethys-icon-target {
	@include tethys-icon(target);
}
.tethys-icon-task-board {
	@include tethys-icon(task-board);
}
.tethys-icon-tasks {
	@include tethys-icon(tasks);
}
.tethys-icon-template-fill {
	@include tethys-icon(template-fill);
}
.tethys-icon-template {
	@include tethys-icon(template);
}
.tethys-icon-terminal-fill {
	@include tethys-icon(terminal-fill);
}
.tethys-icon-tickets-bold {
	@include tethys-icon(tickets-bold);
}
.tethys-icon-tickets-select {
	@include tethys-icon(tickets-select);
}
.tethys-icon-tickets {
	@include tethys-icon(tickets);
}
.tethys-icon-tools-fill {
	@include tethys-icon(tools-fill);
}
.tethys-icon-tools {
	@include tethys-icon(tools);
}
.tethys-icon-trigger {
	@include tethys-icon(trigger);
}
.tethys-icon-unlocked {
	@include tethys-icon(unlocked);
}
.tethys-icon-user-bold {
	@include tethys-icon(user-bold);
}
.tethys-icon-user-check-fill {
	@include tethys-icon(user-check-fill);
}
.tethys-icon-user-circle-fill {
	@include tethys-icon(user-circle-fill);
}
.tethys-icon-user-disable {
	@include tethys-icon(user-disable);
}
.tethys-icon-user-group-circle-fill {
	@include tethys-icon(user-group-circle-fill);
}
.tethys-icon-user-group-fill {
	@include tethys-icon(user-group-fill);
}
.tethys-icon-user-group-square-fill {
	@include tethys-icon(user-group-square-fill);
}
.tethys-icon-user-group {
	@include tethys-icon(user-group);
}
.tethys-icon-user-lock-fill {
	@include tethys-icon(user-lock-fill);
}
.tethys-icon-user-lock {
	@include tethys-icon(user-lock);
}
.tethys-icon-user-participate-fill {
	@include tethys-icon(user-participate-fill);
}
.tethys-icon-user-project-fill {
	@include tethys-icon(user-project-fill);
}
.tethys-icon-user-readonly-fill {
	@include tethys-icon(user-readonly-fill);
}
.tethys-icon-user-remove {
	@include tethys-icon(user-remove);
}
.tethys-icon-user-role-bold {
	@include tethys-icon(user-role-bold);
}
.tethys-icon-user-role-fill {
	@include tethys-icon(user-role-fill);
}
.tethys-icon-user-role {
	@include tethys-icon(user-role);
}
.tethys-icon-user-setting {
	@include tethys-icon(user-setting);
}
.tethys-icon-user-square-fill {
	@include tethys-icon(user-square-fill);
}
.tethys-icon-user {
	@include tethys-icon(user);
}
.tethys-icon-version-bold {
	@include tethys-icon(version-bold);
}
.tethys-icon-version-circle {
	@include tethys-icon(version-circle);
}
.tethys-icon-version-fill {
	@include tethys-icon(version-fill);
}
.tethys-icon-version-square-fill {
	@include tethys-icon(version-square-fill);
}
.tethys-icon-version {
	@include tethys-icon(version);
}
.tethys-icon-vertical-view-lines {
	@include tethys-icon(vertical-view-lines);
}
.tethys-icon-video {
	@include tethys-icon(video);
}
.tethys-icon-view-board {
	@include tethys-icon(view-board);
}
.tethys-icon-view-report-fill {
	@include tethys-icon(view-report-fill);
}
.tethys-icon-view-report {
	@include tethys-icon(view-report);
}
.tethys-icon-view-tile {
	@include tethys-icon(view-tile);
}
.tethys-icon-voice-square-fill {
	@include tethys-icon(voice-square-fill);
}
.tethys-icon-voice {
	@include tethys-icon(voice);
}
.tethys-icon-volume {
	@include tethys-icon(volume);
}
.tethys-icon-webhook {
	@include tethys-icon(webhook);
}
.tethys-icon-week {
	@include tethys-icon(week);
}
.tethys-icon-work {
	@include tethys-icon(work);
}
.tethys-icon-worth {
	@include tethys-icon(worth);
}
.tethys-icon-pipeline-group {
	@include tethys-icon(pipeline-group);
}
.tethys-icon-agile-square-fill {
	@include tethys-icon(agile-square-fill);
}
.tethys-icon-airplane-fill {
	@include tethys-icon(airplane-fill);
}
.tethys-icon-applet-bold {
	@include tethys-icon(applet-bold);
}
.tethys-icon-applet-fill {
	@include tethys-icon(applet-fill);
}
.tethys-icon-applet {
	@include tethys-icon(applet);
}
.tethys-icon-artifact {
	@include tethys-icon(artifact);
}
.tethys-icon-board {
	@include tethys-icon(board);
}
.tethys-icon-box-square-fill {
	@include tethys-icon(box-square-fill);
}
.tethys-icon-branch {
	@include tethys-icon(branch);
}
.tethys-icon-briefcase-square-fill {
	@include tethys-icon(briefcase-square-fill);
}
.tethys-icon-bug-bold {
	@include tethys-icon(bug-bold);
}
.tethys-icon-bug-fill {
	@include tethys-icon(bug-fill);
}
.tethys-icon-bug-square-fill {
	@include tethys-icon(bug-square-fill);
}
.tethys-icon-bug {
	@include tethys-icon(bug);
}
.tethys-icon-bulb-square-fill {
	@include tethys-icon(bulb-square-fill);
}
.tethys-icon-chat-square-fill {
	@include tethys-icon(chat-square-fill);
}
.tethys-icon-code-square-fill {
	@include tethys-icon(code-square-fill);
}
.tethys-icon-commit {
	@include tethys-icon(commit);
}
.tethys-icon-competitor-fill {
	@include tethys-icon(competitor-fill);
}
.tethys-icon-deploy {
	@include tethys-icon(deploy);
}
.tethys-icon-end-branch {
	@include tethys-icon(end-branch);
}
.tethys-icon-epic-square-fill {
	@include tethys-icon(epic-square-fill);
}
.tethys-icon-epic {
	@include tethys-icon(epic);
}
.tethys-icon-feature-square-fill {
	@include tethys-icon(feature-square-fill);
}
.tethys-icon-feature {
	@include tethys-icon(feature);
}
.tethys-icon-file-folder-square-fill {
	@include tethys-icon(file-folder-square-fill);
}
.tethys-icon-file-square-fill {
	@include tethys-icon(file-square-fill);
}
.tethys-icon-font-square-fill {
	@include tethys-icon(font-square-fill);
}
.tethys-icon-font-square {
	@include tethys-icon(font-square);
}
.tethys-icon-gantt-square-fill {
	@include tethys-icon(gantt-square-fill);
}
.tethys-icon-hybrid-square-fill {
	@include tethys-icon(hybrid-square-fill);
}
.tethys-icon-insight-fill {
	@include tethys-icon(insight-fill);
}
.tethys-icon-insight {
	@include tethys-icon(insight);
}
.tethys-icon-issue-bold {
	@include tethys-icon(issue-bold);
}
.tethys-icon-issue-square-fill {
	@include tethys-icon(issue-square-fill);
}
.tethys-icon-issue {
	@include tethys-icon(issue);
}
.tethys-icon-jar-fill {
	@include tethys-icon(jar-fill);
}
.tethys-icon-kanban-square-fill {
	@include tethys-icon(kanban-square-fill);
}
.tethys-icon-letter-kr-fill {
	@include tethys-icon(letter-kr-fill);
}
.tethys-icon-letter-o-fill {
	@include tethys-icon(letter-o-fill);
}
.tethys-icon-milestone-fill {
	@include tethys-icon(milestone-fill);
}
.tethys-icon-milestone {
	@include tethys-icon(milestone);
}
.tethys-icon-note-check-fill {
	@include tethys-icon(note-check-fill);
}
.tethys-icon-note-list-fill {
	@include tethys-icon(note-list-fill);
}
.tethys-icon-note-list {
	@include tethys-icon(note-list);
}
.tethys-icon-office-bold {
	@include tethys-icon(office-bold);
}
.tethys-icon-office-fill {
	@include tethys-icon(office-fill);
}
.tethys-icon-office {
	@include tethys-icon(office);
}
.tethys-icon-page-fill {
	@include tethys-icon(page-fill);
}
.tethys-icon-phase-fill {
	@include tethys-icon(phase-fill);
}
.tethys-icon-phase {
	@include tethys-icon(phase);
}
.tethys-icon-pipeline-square-fill {
	@include tethys-icon(pipeline-square-fill);
}
.tethys-icon-products-square-fill {
	@include tethys-icon(products-square-fill);
}
.tethys-icon-program-increment {
	@include tethys-icon(program-increment);
}
.tethys-icon-project-add {
	@include tethys-icon(project-add);
}
.tethys-icon-project-support {
	@include tethys-icon(project-support);
}
.tethys-icon-project {
	@include tethys-icon(project);
}
.tethys-icon-pull-requests {
	@include tethys-icon(pull-requests);
}
.tethys-icon-repository-bold {
	@include tethys-icon(repository-bold);
}
.tethys-icon-repository {
	@include tethys-icon(repository);
}
.tethys-icon-review-fill {
	@include tethys-icon(review-fill);
}
.tethys-icon-review {
	@include tethys-icon(review);
}
.tethys-icon-roadmap-add-bold {
	@include tethys-icon(roadmap-add-bold);
}
.tethys-icon-safe-check-fill {
	@include tethys-icon(safe-check-fill);
}
.tethys-icon-scrum-fill {
	@include tethys-icon(scrum-fill);
}
.tethys-icon-scrum {
	@include tethys-icon(scrum);
}
.tethys-icon-shield-square-fill {
	@include tethys-icon(shield-square-fill);
}
.tethys-icon-ship-fill {
	@include tethys-icon(ship-fill);
}
.tethys-icon-sprint-square-fill {
	@include tethys-icon(sprint-square-fill);
}
.tethys-icon-static-fill {
	@include tethys-icon(static-fill);
}
.tethys-icon-swimlane {
	@include tethys-icon(swimlane);
}
.tethys-icon-table-square-fill {
	@include tethys-icon(table-square-fill);
}
.tethys-icon-table-square {
	@include tethys-icon(table-square);
}
.tethys-icon-target-center-square-fill {
	@include tethys-icon(target-center-square-fill);
}
.tethys-icon-task-square-fill {
	@include tethys-icon(task-square-fill);
}
.tethys-icon-task-square {
	@include tethys-icon(task-square);
}
.tethys-icon-task {
	@include tethys-icon(task);
}
.tethys-icon-test-case-add {
	@include tethys-icon(test-case-add);
}
.tethys-icon-test-case-bold {
	@include tethys-icon(test-case-bold);
}
.tethys-icon-test-case-square-fill {
	@include tethys-icon(test-case-square-fill);
}
.tethys-icon-test-case-template {
	@include tethys-icon(test-case-template);
}
.tethys-icon-test-case-type-above {
	@include tethys-icon(test-case-type-above);
}
.tethys-icon-test-case-type-below {
	@include tethys-icon(test-case-type-below);
}
.tethys-icon-test-case-type-bold {
	@include tethys-icon(test-case-type-bold);
}
.tethys-icon-test-case-type {
	@include tethys-icon(test-case-type);
}
.tethys-icon-test-case {
	@include tethys-icon(test-case);
}
.tethys-icon-test-lib-fill {
	@include tethys-icon(test-lib-fill);
}
.tethys-icon-test-lib {
	@include tethys-icon(test-lib);
}
.tethys-icon-test-plan {
	@include tethys-icon(test-plan);
}
.tethys-icon-ticket {
	@include tethys-icon(ticket);
}
.tethys-icon-tracking-square-fill {
	@include tethys-icon(tracking-square-fill);
}
.tethys-icon-unknown-fill {
	@include tethys-icon(unknown-fill);
}
.tethys-icon-user-story-fill {
	@include tethys-icon(user-story-fill);
}
.tethys-icon-user-story-square-fill {
	@include tethys-icon(user-story-square-fill);
}
.tethys-icon-user-story {
	@include tethys-icon(user-story);
}
.tethys-icon-view-filter-fill {
	@include tethys-icon(view-filter-fill);
}
.tethys-icon-view-filter {
	@include tethys-icon(view-filter);
}
.tethys-icon-water-drop-square-fill {
	@include tethys-icon(water-drop-square-fill);
}
.tethys-icon-workload-square-fill {
	@include tethys-icon(workload-square-fill);
}
.tethys-icon-alarm {
	@include tethys-icon(alarm);
}
.tethys-icon-check-bold {
	@include tethys-icon(check-bold);
}
.tethys-icon-check-circle-fill {
	@include tethys-icon(check-circle-fill);
}
.tethys-icon-check-circle-tt {
	@include tethys-icon(check-circle-tt);
}
.tethys-icon-check-circle {
	@include tethys-icon(check-circle);
}
.tethys-icon-check-normal {
	@include tethys-icon(check-normal);
}
.tethys-icon-check-thick {
	@include tethys-icon(check-thick);
}
.tethys-icon-check {
	@include tethys-icon(check);
}
.tethys-icon-close-circle-blod {
	@include tethys-icon(close-circle-blod);
}
.tethys-icon-close-circle-bold-fill {
	@include tethys-icon(close-circle-bold-fill);
}
.tethys-icon-close-circle-fill {
	@include tethys-icon(close-circle-fill);
}
.tethys-icon-close-circle-tt {
	@include tethys-icon(close-circle-tt);
}
.tethys-icon-close-circle {
	@include tethys-icon(close-circle);
}
.tethys-icon-draft {
	@include tethys-icon(draft);
}
.tethys-icon-exclamation-bold {
	@include tethys-icon(exclamation-bold);
}
.tethys-icon-exclamation-double-bold {
	@include tethys-icon(exclamation-double-bold);
}
.tethys-icon-exclamation-double {
	@include tethys-icon(exclamation-double);
}
.tethys-icon-exclamation-square-fill {
	@include tethys-icon(exclamation-square-fill);
}
.tethys-icon-exclamation-three-bold {
	@include tethys-icon(exclamation-three-bold);
}
.tethys-icon-exclamation-three {
	@include tethys-icon(exclamation-three);
}
.tethys-icon-exclamation {
	@include tethys-icon(exclamation);
}
.tethys-icon-info-circle-fill {
	@include tethys-icon(info-circle-fill);
}
.tethys-icon-info-circle {
	@include tethys-icon(info-circle);
}
.tethys-icon-minus-bold {
	@include tethys-icon(minus-bold);
}
.tethys-icon-minus-circle-fill {
	@include tethys-icon(minus-circle-fill);
}
.tethys-icon-minus-circle {
	@include tethys-icon(minus-circle);
}
.tethys-icon-pause-circle-fill {
	@include tethys-icon(pause-circle-fill);
}
.tethys-icon-pause-circle-tt {
	@include tethys-icon(pause-circle-tt);
}
.tethys-icon-pause-circle {
	@include tethys-icon(pause-circle);
}
.tethys-icon-pause {
	@include tethys-icon(pause);
}
.tethys-icon-play-circle-fill {
	@include tethys-icon(play-circle-fill);
}
.tethys-icon-play-circle {
	@include tethys-icon(play-circle);
}
.tethys-icon-play-fill {
	@include tethys-icon(play-fill);
}
.tethys-icon-question-circle-bold {
	@include tethys-icon(question-circle-bold);
}
.tethys-icon-question-circle-fill {
	@include tethys-icon(question-circle-fill);
}
.tethys-icon-question-circle {
	@include tethys-icon(question-circle);
}
.tethys-icon-question-square-fill {
	@include tethys-icon(question-square-fill);
}
.tethys-icon-shortcut {
	@include tethys-icon(shortcut);
}
.tethys-icon-stop-circle-fill {
	@include tethys-icon(stop-circle-fill);
}
.tethys-icon-stop-circle {
	@include tethys-icon(stop-circle);
}
.tethys-icon-waring-fill {
	@include tethys-icon(waring-fill);
}
.tethys-icon-waring {
	@include tethys-icon(waring);
}