From 06a5525f5e226e28d84496de6bb269a7d346f7b3 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Sat, 26 Oct 2024 08:07:52 +0200 Subject: [PATCH] change icons --- .../src/assets/fontawesome/css/all.css | 446 +++++++----------- .../fontawesome/webfonts/custom-icons.ttf | Bin 4756 -> 5208 bytes .../fontawesome/webfonts/custom-icons.woff2 | Bin 2780 -> 3056 bytes libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx | 2 +- 4 files changed, 172 insertions(+), 276 deletions(-) diff --git a/apps/remix-ide/src/assets/fontawesome/css/all.css b/apps/remix-ide/src/assets/fontawesome/css/all.css index 59c32c20ed..8b1fd3fad7 100644 --- a/apps/remix-ide/src/assets/fontawesome/css/all.css +++ b/apps/remix-ide/src/assets/fontawesome/css/all.css @@ -2,26 +2,28 @@ font-family: var(--fa-style-family, "Font Awesome 6 Pro"); font-weight: var(--fa-style, 900); } -.fa, -.fa-classic, -.fa-sharp, -.fas, .fa-solid, -.far, .fa-regular, -.fasr, +.fa-brands, +.fas, +.far, +.fab, .fal, -.fa-light, -.fasl, .fat, -.fa-thin, -.fast, .fad, -.fa-duotone, .fass, +.fasr, +.fasl, +.fast, +.fasds, +.fa-light, +.fa-thin, +.fa-duotone, +.fa-sharp, +.fa-sharp-duotone, .fa-sharp-solid, -.fab, -.fa-brands { +.fa-classic, +.fa { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: var(--fa-display, inline-block); @@ -31,14 +33,14 @@ text-rendering: auto; } .fas, -.fa-classic, -.fa-solid, .far, -.fa-regular, .fal, -.fa-light, .fat, -.fa-thin { +.fa-solid, +.fa-regular, +.fa-light, +.fa-thin, +.fa-classic { font-family: 'Font Awesome 6 Pro'; } .fab, @@ -50,6 +52,14 @@ .fa-duotone { font-family: 'Font Awesome 6 Duotone'; } +.fasds, +.fa-sharp-duotone { + font-family: 'Font Awesome 6 Sharp Duotone'; } + +.fasds, +.fa-sharp-duotone { + font-weight: 900; } + .fass, .fasr, .fasl, @@ -133,7 +143,7 @@ position: relative; } .fa-li { - left: calc(var(--fa-li-width, 2em) * -1); + left: calc(-1 * var(--fa-li-width, 2em)); position: absolute; text-align: center; width: var(--fa-li-width, 2em); @@ -155,118 +165,71 @@ margin-left: var(--fa-pull-margin, 0.3em); } .fa-beat { - -webkit-animation-name: fa-beat; - animation-name: fa-beat; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); - animation-timing-function: var(--fa-animation-timing, ease-in-out); } + animation-name: fa-beat; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } .fa-bounce { - -webkit-animation-name: fa-bounce; - animation-name: fa-bounce; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } + animation-name: fa-bounce; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } .fa-fade { - -webkit-animation-name: fa-fade; - animation-name: fa-fade; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + animation-name: fa-fade; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } .fa-beat-fade { - -webkit-animation-name: fa-beat-fade; - animation-name: fa-beat-fade; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + animation-name: fa-beat-fade; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } .fa-flip { - -webkit-animation-name: fa-flip; - animation-name: fa-flip; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); - animation-timing-function: var(--fa-animation-timing, ease-in-out); } + animation-name: fa-flip; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } .fa-shake { - -webkit-animation-name: fa-shake; - animation-name: fa-shake; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, linear); - animation-timing-function: var(--fa-animation-timing, linear); } + animation-name: fa-shake; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, linear); } .fa-spin { - -webkit-animation-name: fa-spin; - animation-name: fa-spin; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 2s); - animation-duration: var(--fa-animation-duration, 2s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, linear); - animation-timing-function: var(--fa-animation-timing, linear); } + animation-name: fa-spin; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 2s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, linear); } .fa-spin-reverse { --fa-animation-direction: reverse; } .fa-pulse, .fa-spin-pulse { - -webkit-animation-name: fa-spin; - animation-name: fa-spin; - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); - animation-timing-function: var(--fa-animation-timing, steps(8)); } + animation-name: fa-spin; + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, steps(8)); } @media (prefers-reduced-motion: reduce) { .fa-beat, @@ -278,219 +241,97 @@ .fa-shake, .fa-spin, .fa-spin-pulse { - -webkit-animation-delay: -1ms; - animation-delay: -1ms; - -webkit-animation-duration: 1ms; - animation-duration: 1ms; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; - -webkit-transition-delay: 0s; - transition-delay: 0s; - -webkit-transition-duration: 0s; - transition-duration: 0s; } } - -@-webkit-keyframes fa-beat { - 0%, 90% { - -webkit-transform: scale(1); - transform: scale(1); } - 45% { - -webkit-transform: scale(var(--fa-beat-scale, 1.25)); - transform: scale(var(--fa-beat-scale, 1.25)); } } + animation-delay: -1ms; + animation-duration: 1ms; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s; } } @keyframes fa-beat { 0%, 90% { - -webkit-transform: scale(1); - transform: scale(1); } + transform: scale(1); } 45% { - -webkit-transform: scale(var(--fa-beat-scale, 1.25)); - transform: scale(var(--fa-beat-scale, 1.25)); } } - -@-webkit-keyframes fa-bounce { - 0% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 10% { - -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); - transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } - 30% { - -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); - transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } - 50% { - -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); - transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } - 57% { - -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); - transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } - 64% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 100% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } } + transform: scale(var(--fa-beat-scale, 1.25)); } } @keyframes fa-bounce { 0% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } + transform: scale(1, 1) translateY(0); } 10% { - -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); - transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { - -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); - transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { - -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); - transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { - -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); - transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } + transform: scale(1, 1) translateY(0); } 100% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } } - -@-webkit-keyframes fa-fade { - 50% { - opacity: var(--fa-fade-opacity, 0.4); } } + transform: scale(1, 1) translateY(0); } } @keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } } -@-webkit-keyframes fa-beat-fade { - 0%, 100% { - opacity: var(--fa-beat-fade-opacity, 0.4); - -webkit-transform: scale(1); - transform: scale(1); } - 50% { - opacity: 1; - -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); - transform: scale(var(--fa-beat-fade-scale, 1.125)); } } - @keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4); - -webkit-transform: scale(1); - transform: scale(1); } + transform: scale(1); } 50% { opacity: 1; - -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); - transform: scale(var(--fa-beat-fade-scale, 1.125)); } } - -@-webkit-keyframes fa-flip { - 50% { - -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); - transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } @keyframes fa-flip { 50% { - -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); - transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } - -@-webkit-keyframes fa-shake { - 0% { - -webkit-transform: rotate(-15deg); - transform: rotate(-15deg); } - 4% { - -webkit-transform: rotate(15deg); - transform: rotate(15deg); } - 8%, 24% { - -webkit-transform: rotate(-18deg); - transform: rotate(-18deg); } - 12%, 28% { - -webkit-transform: rotate(18deg); - transform: rotate(18deg); } - 16% { - -webkit-transform: rotate(-22deg); - transform: rotate(-22deg); } - 20% { - -webkit-transform: rotate(22deg); - transform: rotate(22deg); } - 32% { - -webkit-transform: rotate(-12deg); - transform: rotate(-12deg); } - 36% { - -webkit-transform: rotate(12deg); - transform: rotate(12deg); } - 40%, 100% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } @keyframes fa-shake { 0% { - -webkit-transform: rotate(-15deg); - transform: rotate(-15deg); } + transform: rotate(-15deg); } 4% { - -webkit-transform: rotate(15deg); - transform: rotate(15deg); } + transform: rotate(15deg); } 8%, 24% { - -webkit-transform: rotate(-18deg); - transform: rotate(-18deg); } + transform: rotate(-18deg); } 12%, 28% { - -webkit-transform: rotate(18deg); - transform: rotate(18deg); } + transform: rotate(18deg); } 16% { - -webkit-transform: rotate(-22deg); - transform: rotate(-22deg); } + transform: rotate(-22deg); } 20% { - -webkit-transform: rotate(22deg); - transform: rotate(22deg); } + transform: rotate(22deg); } 32% { - -webkit-transform: rotate(-12deg); - transform: rotate(-12deg); } + transform: rotate(-12deg); } 36% { - -webkit-transform: rotate(12deg); - transform: rotate(12deg); } + transform: rotate(12deg); } 40%, 100% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } + transform: rotate(0deg); } } @keyframes fa-spin { 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } + transform: rotate(0deg); } 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } + transform: rotate(360deg); } } .fa-rotate-90 { - -webkit-transform: rotate(90deg); - transform: rotate(90deg); } + transform: rotate(90deg); } .fa-rotate-180 { - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } + transform: rotate(180deg); } .fa-rotate-270 { - -webkit-transform: rotate(270deg); - transform: rotate(270deg); } + transform: rotate(270deg); } .fa-flip-horizontal { - -webkit-transform: scale(-1, 1); - transform: scale(-1, 1); } + transform: scale(-1, 1); } .fa-flip-vertical { - -webkit-transform: scale(1, -1); - transform: scale(1, -1); } + transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { - -webkit-transform: scale(-1, -1); - transform: scale(-1, -1); } + transform: scale(-1, -1); } .fa-rotate-by { - -webkit-transform: rotate(var(--fa-rotate-angle, 0)); - transform: rotate(var(--fa-rotate-angle, 0)); } + transform: rotate(var(--fa-rotate-angle, 0)); } .fa-stack { display: inline-block; @@ -1799,6 +1640,7 @@ readers do not read off random characters that represent icons */ .fa-diamond-half::before { content: "\e5b7"; } .fa-diamond-half-stroke::before { content: "\e5b8"; } .fa-diamond-turn-right::before { content: "\f5eb"; } +.fa-diamonds-4::before { content: "\e68b"; } .fa-dice::before { content: "\f522"; } .fa-dice-d10::before { content: "\f6cd"; } .fa-dice-d12::before { content: "\f6ce"; } @@ -2383,6 +2225,7 @@ readers do not read off random characters that represent icons */ .fa-globe-pointer::before { content: "\e60e"; } .fa-globe-snow::before { content: "\f7a3"; } .fa-globe-stand::before { content: "\f5f6"; } +.fa-globe-wifi::before { content: "\e685"; } .fa-glove-boxing::before { content: "\f438"; } .fa-goal-net::before { content: "\e3ab"; } .fa-golf-ball::before { content: "\f450"; } @@ -2687,6 +2530,7 @@ readers do not read off random characters that represent icons */ .fa-humidity::before { content: "\f750"; } .fa-hundred-points::before { content: "\e41c"; } .fa-hurricane::before { content: "\f751"; } +.fa-hydra::before { content: "\e686"; } .fa-hyphen::before { content: "\2d"; } .fa-i::before { content: "\49"; } .fa-i-cursor::before { content: "\f246"; } @@ -2854,6 +2698,7 @@ readers do not read off random characters that represent icons */ .fa-lightbulb-exclamation::before { content: "\f671"; } .fa-lightbulb-exclamation-on::before { content: "\e1ca"; } .fa-lightbulb-gear::before { content: "\e5fd"; } +.fa-lightbulb-message::before { content: "\e687"; } .fa-lightbulb-on::before { content: "\f672"; } .fa-lightbulb-slash::before { content: "\f673"; } .fa-lighthouse::before { content: "\e612"; } @@ -3208,6 +3053,7 @@ readers do not read off random characters that represent icons */ .fa-octagon-minus::before { content: "\f308"; } .fa-octagon-plus::before { content: "\f301"; } .fa-octagon-xmark::before { content: "\f2f0"; } +.fa-octopus::before { content: "\e688"; } .fa-oil-can::before { content: "\f613"; } .fa-oil-can-drip::before { content: "\e205"; } .fa-oil-temp::before { content: "\f614"; } @@ -4196,9 +4042,12 @@ readers do not read off random characters that represent icons */ .fa-table::before { content: "\f0ce"; } .fa-table-cells::before { content: "\f00a"; } .fa-table-cells-column-lock::before { content: "\e678"; } +.fa-table-cells-column-unlock::before { content: "\e690"; } .fa-table-cells-large::before { content: "\f009"; } .fa-table-cells-lock::before { content: "\e679"; } .fa-table-cells-row-lock::before { content: "\e67a"; } +.fa-table-cells-row-unlock::before { content: "\e691"; } +.fa-table-cells-unlock::before { content: "\e692"; } .fa-table-columns::before { content: "\f0db"; } .fa-table-layout::before { content: "\e290"; } .fa-table-list::before { content: "\f00b"; } @@ -4311,9 +4160,11 @@ readers do not read off random characters that represent icons */ .fa-theta::before { content: "\f69e"; } .fa-thought-bubble::before { content: "\e32e"; } .fa-thumb-tack::before { content: "\f08d"; } +.fa-thumb-tack-slash::before { content: "\e68f"; } .fa-thumbs-down::before { content: "\f165"; } .fa-thumbs-up::before { content: "\f164"; } .fa-thumbtack::before { content: "\f08d"; } +.fa-thumbtack-slash::before { content: "\e68f"; } .fa-thunderstorm::before { content: "\f76c"; } .fa-thunderstorm-moon::before { content: "\f76d"; } .fa-thunderstorm-sun::before { content: "\f76e"; } @@ -4556,6 +4407,7 @@ readers do not read off random characters that represent icons */ .fa-user-alt::before { content: "\f406"; } .fa-user-alt-slash::before { content: "\f4fa"; } .fa-user-astronaut::before { content: "\f4fb"; } +.fa-user-beard-bolt::before { content: "\e689"; } .fa-user-bounty-hunter::before { content: "\e2bf"; } .fa-user-chart::before { content: "\f6a3"; } .fa-user-check::before { content: "\f4fc"; } @@ -4584,6 +4436,7 @@ readers do not read off random characters that represent icons */ .fa-user-hard-hat::before { content: "\f82c"; } .fa-user-headset::before { content: "\f82d"; } .fa-user-helmet-safety::before { content: "\f82c"; } +.fa-user-hoodie::before { content: "\e68a"; } .fa-user-injured::before { content: "\f728"; } .fa-user-large::before { content: "\f406"; } .fa-user-large-slash::before { content: "\f4fa"; } @@ -4833,7 +4686,7 @@ readers do not read off random characters that represent icons */ border-width: 0; } /*! - * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com + * Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2024 Fonticons, Inc. */ @@ -4954,6 +4807,9 @@ readers do not read off random characters that represent icons */ .fa-jxl:before { content: "\e67b"; } +.fa-dart-lang:before { + content: "\e693"; } + .fa-hire-a-helper:before { content: "\f3b0"; } @@ -5893,6 +5749,9 @@ readers do not read off random characters that represent icons */ .fa-twitch:before { content: "\f1e8"; } +.fa-flutter:before { + content: "\e694"; } + .fa-ravelry:before { content: "\f2d9"; } @@ -6428,7 +6287,7 @@ readers do not read off random characters that represent icons */ content: "\f3f6"; } /*! - * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com + * Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2024 Fonticons, Inc. */ @@ -6448,7 +6307,7 @@ readers do not read off random characters that represent icons */ font-weight: 300; } /*! - * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com + * Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2024 Fonticons, Inc. */ @@ -6468,7 +6327,7 @@ readers do not read off random characters that represent icons */ font-weight: 400; } /*! - * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com + * Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2024 Fonticons, Inc. */ @@ -6488,7 +6347,7 @@ readers do not read off random characters that represent icons */ font-weight: 900; } /*! - * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com + * Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) * Copyright 2024 Fonticons, Inc. */ @@ -7505,6 +7364,9 @@ readers do not read off random characters that represent icons */ .fad.fa-trillium::after, .fa-duotone.fa-trillium::after { content: "\e588\e588"; } +.fad.fa-table-cells-unlock::after, .fa-duotone.fa-table-cells-unlock::after { + content: "\e692\e692"; } + .fad.fa-music-slash::after, .fa-duotone.fa-music-slash::after { content: "\f8d1\f8d1"; } @@ -8084,6 +7946,9 @@ readers do not read off random characters that represent icons */ .fad.fa-phone-square-alt::after, .fa-duotone.fa-phone-square-alt::after { content: "\f87b\f87b"; } +.fad.fa-user-beard-bolt::after, .fa-duotone.fa-user-beard-bolt::after { + content: "\e689\e689"; } + .fad.fa-cart-plus::after, .fa-duotone.fa-cart-plus::after { content: "\f217\f217"; } @@ -9581,6 +9446,9 @@ readers do not read off random characters that represent icons */ .fad.fa-coffin-cross::after, .fa-duotone.fa-coffin-cross::after { content: "\e051\e051"; } +.fad.fa-octopus::after, .fa-duotone.fa-octopus::after { + content: "\e688\e688"; } + .fad.fa-spell-check::after, .fa-duotone.fa-spell-check::after { content: "\f891\f891"; } @@ -9770,6 +9638,12 @@ readers do not read off random characters that represent icons */ .fad.fa-passport::after, .fa-duotone.fa-passport::after { content: "\f5ab\f5ab"; } +.fad.fa-thumbtack-slash::after, .fa-duotone.fa-thumbtack-slash::after { + content: "\e68f\e68f"; } + +.fad.fa-thumb-tack-slash::after, .fa-duotone.fa-thumb-tack-slash::after { + content: "\e68f\e68f"; } + .fad.fa-inbox-in::after, .fa-duotone.fa-inbox-in::after { content: "\f310\f310"; } @@ -11090,6 +10964,9 @@ readers do not read off random characters that represent icons */ .fad.fa-ufo-beam::after, .fa-duotone.fa-ufo-beam::after { content: "\e048\e048"; } +.fad.fa-hydra::after, .fa-duotone.fa-hydra::after { + content: "\e686\e686"; } + .fad.fa-circle-caret-up::after, .fa-duotone.fa-circle-caret-up::after { content: "\f331\f331"; } @@ -11783,6 +11660,9 @@ readers do not read off random characters that represent icons */ .fad.fa-podium::after, .fa-duotone.fa-podium::after { content: "\f680\f680"; } +.fad.fa-diamonds-4::after, .fa-duotone.fa-diamonds-4::after { + content: "\e68b\e68b"; } + .fad.fa-memo-circle-check::after, .fa-duotone.fa-memo-circle-check::after { content: "\e1d9\e1d9"; } @@ -15038,6 +14918,9 @@ readers do not read off random characters that represent icons */ .fad.fa-pipe-valve::after, .fa-duotone.fa-pipe-valve::after { content: "\e439\e439"; } +.fad.fa-lightbulb-message::after, .fa-duotone.fa-lightbulb-message::after { + content: "\e687\e687"; } + .fad.fa-arrow-up-from-arc::after, .fa-duotone.fa-arrow-up-from-arc::after { content: "\e4b4\e4b4"; } @@ -15554,6 +15437,9 @@ readers do not read off random characters that represent icons */ .fad.fa-oil-well::after, .fa-duotone.fa-oil-well::after { content: "\e532\e532"; } +.fad.fa-table-cells-column-unlock::after, .fa-duotone.fa-table-cells-column-unlock::after { + content: "\e690\e690"; } + .fad.fa-person-simple::after, .fa-duotone.fa-person-simple::after { content: "\e220\e220"; } @@ -15851,6 +15737,9 @@ readers do not read off random characters that represent icons */ .fad.fa-toolbox::after, .fa-duotone.fa-toolbox::after { content: "\f552\f552"; } +.fad.fa-globe-wifi::after, .fa-duotone.fa-globe-wifi::after { + content: "\e685\e685"; } + .fad.fa-envelope-dot::after, .fa-duotone.fa-envelope-dot::after { content: "\e16f\e16f"; } @@ -16586,6 +16475,9 @@ readers do not read off random characters that represent icons */ .fad.fa-transporter-2::after, .fa-duotone.fa-transporter-2::after { content: "\e044\e044"; } +.fad.fa-user-hoodie::after, .fa-duotone.fa-user-hoodie::after { + content: "\e68a\e68a"; } + .fad.fa-hands-holding-diamond::after, .fa-duotone.fa-hands-holding-diamond::after { content: "\f47c\f47c"; } @@ -19121,6 +19013,9 @@ readers do not read off random characters that represent icons */ .fad.fa-brain-circuit::after, .fa-duotone.fa-brain-circuit::after { content: "\e0c6\e0c6"; } +.fad.fa-table-cells-row-unlock::after, .fa-duotone.fa-table-cells-row-unlock::after { + content: "\e691\e691"; } + .fad.fa-user-injured::after, .fa-duotone.fa-user-injured::after { content: "\f728\f728"; } @@ -19394,6 +19289,7 @@ readers do not read off random characters that represent icons */ .fak.fa-fa-dock-l::before, .fa-kit.fa-fa-dock-l::before { content: "\e007"; } .fak.fa-fa-dock-r::before, .fa-kit.fa-fa-dock-r::before { content: "\e006"; } .fak.fa-lexon::before, .fa-kit.fa-lexon::before { content: "\e004"; } +.fak.fa-solid-gear-circle-play::before, .fa-kit.fa-solid-gear-circle-play::before { content: "\e009"; } .fak.fa-solidity-mono::before, .fa-kit.fa-solidity-mono::before { content: "\e005"; } .fak.fa-ts-logo::before, .fa-kit.fa-ts-logo::before { content: "\e003"; } .fak.fa-vyper2::before, .fa-kit.fa-vyper2::before { content: "\e002"; } diff --git a/apps/remix-ide/src/assets/fontawesome/webfonts/custom-icons.ttf b/apps/remix-ide/src/assets/fontawesome/webfonts/custom-icons.ttf index cd8888a51eb4189dac74f7cc68a57afea1378189..e4c5fc4700eac45cb46c22cbfdb773da81872292 100644 GIT binary patch delta 1308 zcmZWoO{g1H6h3$6&P-;K%uJHWO#FK$u}xCU-{j?GlKO1@Y5k!UYabMMW?q^mf#fA7 zDYmOTa3i`Zx1b>C%2fpmLJ>uHf-Coe3&lVyZtTu3s$x7dnTJI$bI<+G`R@77oy)n` zkN!|t00966_JN1=t2>q2$>xb`0HlD?c4y>HmPeMm=-)(tyEnXg>AOEZ39XDS$QspgWWCZ2t4nSq&iZE%Mj=!@^S#zxl<-Z)n^1Ak1MH;P!Kk zQ~$23FS&hkfPM(pG|J<5u)-L(53u?Rt@qnF^!0*P@k0tz$zx>2isU4b*^oT5je8?V zdrCY`1Fe^900r-oL|h4QOKB;u@FJGrt!a|>YqB3nii)=YKL4G3A6`(1tPcFMy$)U2 zhwJ!X4acz?PQ$X$`e?Iendq4odI7R+Q<7{^5+%bD?d%#qkHFRD^1V zX(m+~Nf}L5i7Hf%Vo0(9EYeK z3Wd)3Ux+*ukA-wCOyj!JQh7>wwWa8B8rJksEUqdGRZ0aJ{9zLHuqog)d=y{;Dd+{50}1X2 zn1{z<{dTZVAJ`*+4UJ%r2qxSPumU+)=z$Xk%WFu#tnRnq8pr$s*k9B;)4SY`*K3Fg zRLL&^=0N4;0P}EyO9q%eut$Jh@^%mxp~(HT#>cV8&k`pf!cgX|0PBz@hdAaHcwxLZ zPe1!scQzh%(`N>A_N11JUFc3{gYjOvTCQzY>y4(vzScIl)-iThO|gWQl1kMwaxK== zPP5lEbK`uscX{Ye`}6r^cDz!#gre?Rv)mbv*f+69gflRJIeTA!C369v#1v-ek6{ne zP=zwoU=!Cm-e?mX_Eqd@z6Hm;Jl4=n*4L}-tR5jPrp4Z4cl2WPJZkjdG7Q0mDZ8sx z*rV}GQo+0C2u~;xh)5(7A~I3fx%jDv&DnT3xLE3S-D#;an0AKU(q!mf#moN(9;?of delta 818 zcmY+CPiPZC7{%W=*-e_JO?Ediu~O|q|4=2gNorFS+gPw(3|J|85JA@(O`&N@8*Qav z6cMBcp^Soh^Wv$8qEgUPMG)ytQ4vH4;>m*`s0UHkFX>e4?C$LEz3?78DaUqhGOr4{607v>>Kf+mO+b#2e*% z5yhP1dUW83;sB4Vy(jku4Dx|^eQsuL0S`#?vziyX`Ab)ske~&{0ztZ>*nwD&LE^XjEK}EIm;iKo`Xn8wlB+b|uW}0`j66lfR5@l$PI(7J1$1kd7IZ&F0YH z(cIMZSaHHmbfpq~iJoMt*X}$}oG96YGr8$vA!nao3+&+pXVTmMD;^vx$(!MBxx?Bb zmrSpGXf^X1SFMa(HnZ}0I4)mW^HNyRKmvV8pojM}C0nh2PB~U)Zu@=+c6<&W_GKN84`y#N3J diff --git a/apps/remix-ide/src/assets/fontawesome/webfonts/custom-icons.woff2 b/apps/remix-ide/src/assets/fontawesome/webfonts/custom-icons.woff2 index d107b4d1c3d02ff22e3655759b04239afee162c8..8ca1dcdad3e646e70c9031ab99a2e1db5b3f72cb 100644 GIT binary patch literal 3056 zcmVnPew8T0RR9101NN{3IG5A024C+01K!906PEx00000000000000000000 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 literal 2780 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 ia$@Glo;}OCHWuzG7YsGT$wc#>Z;L { props.plugin.call('menuicons', 'select', 'scriptRunnerBridge') }} > - + }