add assets

This commit is contained in:
2022-01-23 22:49:43 +00:00
parent c6b191ce16
commit 6722b92073
4630 changed files with 18300 additions and 12883 deletions

View File

@@ -19,8 +19,8 @@
animation-timing-function: ~'var(--@{fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1))';
}
.@{fa-css-prefix}-flash {
animation-name: ~'@{fa-css-prefix}-flash';
.@{fa-css-prefix}-beat-fade {
animation-name: ~'@{fa-css-prefix}-beat-fade';
animation-delay: ~'var(--@{fa-css-prefix}-animation-delay, 0)';
animation-direction: ~'var(--@{fa-css-prefix}-animation-direction, normal)';
animation-duration: ~'var(--@{fa-css-prefix}-animation-duration, 1s)';
@@ -56,7 +56,7 @@
@media (prefers-reduced-motion: reduce) {
.@{fa-css-prefix}-beat,
.@{fa-css-prefix}-fade,
.@{fa-css-prefix}-flash,
.@{fa-css-prefix}-beat-fade,
.@{fa-css-prefix}-flip,
.@{fa-css-prefix}-pulse,
.@{fa-css-prefix}-spin,
@@ -78,14 +78,14 @@
50% { opacity: ~'var(--@{fa-css-prefix}-fade-opacity, 0.4)'; }
}
@keyframes ~'@{fa-css-prefix}-flash' {
@keyframes ~'@{fa-css-prefix}-beat-fade' {
0%, 100% {
opacity: ~'var(--@{fa-css-prefix}-flash-opacity, 0.4)';
opacity: ~'var(--@{fa-css-prefix}-beat-fade-opacity, 0.4)';
transform: scale(1);
}
50% {
opacity: 1;
transform: ~'scale(var(--@{fa-css-prefix}-flash-scale, 1.125))';
transform: ~'scale(var(--@{fa-css-prefix}-beat-fade-scale, 1.125))';
}
}

View File

@@ -104,10 +104,6 @@
}
.@{fa-css-prefix}.@{fa-css-prefix}-edit:before { content: @fa-var-pen-to-square; }
.@{fa-css-prefix}.@{fa-css-prefix}-share-square-o {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-share-square-o:before { content: @fa-var-share-from-square; }
.@{fa-css-prefix}.@{fa-css-prefix}-check-square-o {
@@ -154,17 +150,9 @@
.@{fa-css-prefix}.@{fa-css-prefix}-arrows-h:before { content: @fa-var-left-right; }
.@{fa-css-prefix}.@{fa-css-prefix}-bar-chart {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-bar-chart:before { content: @fa-var-chart-bar; }
.@{fa-css-prefix}.@{fa-css-prefix}-bar-chart:before { content: @fa-var-chart-column; }
.@{fa-css-prefix}.@{fa-css-prefix}-bar-chart-o {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-bar-chart-o:before { content: @fa-var-chart-bar; }
.@{fa-css-prefix}.@{fa-css-prefix}-bar-chart-o:before { content: @fa-var-chart-column; }
.@{fa-css-prefix}.@{fa-css-prefix}-twitter-square {
font-family: 'Font Awesome 6 Brands';
@@ -292,14 +280,16 @@
}
.@{fa-css-prefix}.@{fa-css-prefix}-hand-o-down:before { content: @fa-var-hand-point-down; }
.@{fa-css-prefix}.@{fa-css-prefix}-globe:before { content: @fa-var-earth-americas; }
.@{fa-css-prefix}.@{fa-css-prefix}-tasks:before { content: @fa-var-bars-progress; }
.@{fa-css-prefix}.@{fa-css-prefix}-arrows-alt:before { content: @fa-var-maximize; }
.@{fa-css-prefix}.@{fa-css-prefix}-group:before { content: @fa-var-users; }
.@{fa-css-prefix}.@{fa-css-prefix}-chain:before { content: @fa-var-link; }
.@{fa-css-prefix}.@{fa-css-prefix}-scissors:before { content: @fa-var-scissors; }
.@{fa-css-prefix}.@{fa-css-prefix}-cut:before { content: @fa-var-scissors; }
.@{fa-css-prefix}.@{fa-css-prefix}-files-o {
@@ -324,6 +314,8 @@
.@{fa-css-prefix}.@{fa-css-prefix}-reorder:before { content: @fa-var-bars; }
.@{fa-css-prefix}.@{fa-css-prefix}-magic:before { content: @fa-var-wand-magic-sparkles; }
.@{fa-css-prefix}.@{fa-css-prefix}-pinterest {
font-family: 'Font Awesome 6 Brands';
font-weight: 400;
@@ -345,10 +337,6 @@
}
.@{fa-css-prefix}.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus-g; }
.@{fa-css-prefix}.@{fa-css-prefix}-money {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-money:before { content: @fa-var-money-bill-1; }
.@{fa-css-prefix}.@{fa-css-prefix}-unsorted:before { content: @fa-var-sort; }
@@ -367,7 +355,9 @@
.@{fa-css-prefix}.@{fa-css-prefix}-legal:before { content: @fa-var-gavel; }
.@{fa-css-prefix}.@{fa-css-prefix}-dashboard:before { content: @fa-var-gauge-simple; }
.@{fa-css-prefix}.@{fa-css-prefix}-tachometer:before { content: @fa-var-gauge; }
.@{fa-css-prefix}.@{fa-css-prefix}-dashboard:before { content: @fa-var-gauge; }
.@{fa-css-prefix}.@{fa-css-prefix}-comment-o {
font-family: 'Font Awesome 6 Free';
@@ -383,16 +373,7 @@
.@{fa-css-prefix}.@{fa-css-prefix}-flash:before { content: @fa-var-bolt; }
.@{fa-css-prefix}.@{fa-css-prefix}-clipboard {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-paste {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-paste:before { content: @fa-var-clipboard; }
.@{fa-css-prefix}.@{fa-css-prefix}-clipboard:before { content: @fa-var-paste; }
.@{fa-css-prefix}.@{fa-css-prefix}-lightbulb-o {
font-family: 'Font Awesome 6 Free';
@@ -499,19 +480,19 @@
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-star-half-o:before { content: @fa-var-star-half; }
.@{fa-css-prefix}.@{fa-css-prefix}-star-half-o:before { content: @fa-var-star-half-stroke; }
.@{fa-css-prefix}.@{fa-css-prefix}-star-half-empty {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-star-half-empty:before { content: @fa-var-star-half; }
.@{fa-css-prefix}.@{fa-css-prefix}-star-half-empty:before { content: @fa-var-star-half-stroke; }
.@{fa-css-prefix}.@{fa-css-prefix}-star-half-full {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-star-half-full:before { content: @fa-var-star-half; }
.@{fa-css-prefix}.@{fa-css-prefix}-star-half-full:before { content: @fa-var-star-half-stroke; }
.@{fa-css-prefix}.@{fa-css-prefix}-code-fork:before { content: @fa-var-code-branch; }
@@ -519,8 +500,6 @@
.@{fa-css-prefix}.@{fa-css-prefix}-unlink:before { content: @fa-var-link-slash; }
.@{fa-css-prefix}.@{fa-css-prefix}-shield:before { content: @fa-var-shield-blank; }
.@{fa-css-prefix}.@{fa-css-prefix}-calendar-o {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
@@ -542,7 +521,7 @@
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-ticket:before { content: @fa-var-ticket-simple; }
.@{fa-css-prefix}.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock; }
.@{fa-css-prefix}.@{fa-css-prefix}-minus-square-o {
font-family: 'Font Awesome 6 Free';
@@ -609,9 +588,9 @@
.@{fa-css-prefix}.@{fa-css-prefix}-dollar:before { content: @fa-var-dollar-sign; }
.@{fa-css-prefix}.@{fa-css-prefix}-inr:before { content: @fa-var-rupee-sign; }
.@{fa-css-prefix}.@{fa-css-prefix}-inr:before { content: @fa-var-indian-rupee-sign; }
.@{fa-css-prefix}.@{fa-css-prefix}-rupee:before { content: @fa-var-rupee-sign; }
.@{fa-css-prefix}.@{fa-css-prefix}-rupee:before { content: @fa-var-indian-rupee-sign; }
.@{fa-css-prefix}.@{fa-css-prefix}-jpy:before { content: @fa-var-yen-sign; }
@@ -648,9 +627,9 @@
.@{fa-css-prefix}.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-arrow-down-z-a; }
.@{fa-css-prefix}.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-arrow-down-wide-short; }
.@{fa-css-prefix}.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-arrow-down-short-wide; }
.@{fa-css-prefix}.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-arrow-down-short-wide; }
.@{fa-css-prefix}.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-arrow-down-wide-short; }
.@{fa-css-prefix}.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-arrow-down-1-9; }
@@ -859,9 +838,9 @@
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-try:before { content: @fa-var-lira-sign; }
.@{fa-css-prefix}.@{fa-css-prefix}-try:before { content: @fa-var-turkish-lira-sign; }
.@{fa-css-prefix}.@{fa-css-prefix}-turkish-lira:before { content: @fa-var-lira-sign; }
.@{fa-css-prefix}.@{fa-css-prefix}-turkish-lira:before { content: @fa-var-turkish-lira-sign; }
.@{fa-css-prefix}.@{fa-css-prefix}-plus-square-o {
font-family: 'Font Awesome 6 Free';
@@ -950,8 +929,6 @@
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; }
.@{fa-css-prefix}.@{fa-css-prefix}-behance {
font-family: 'Font Awesome 6 Brands';
font-weight: 400;
@@ -1090,33 +1067,12 @@
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-life-ring {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-life-bouy {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-life-bouy:before { content: @fa-var-life-ring; }
.@{fa-css-prefix}.@{fa-css-prefix}-life-buoy {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-life-buoy:before { content: @fa-var-life-ring; }
.@{fa-css-prefix}.@{fa-css-prefix}-life-saver {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-life-saver:before { content: @fa-var-life-ring; }
.@{fa-css-prefix}.@{fa-css-prefix}-support {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-support:before { content: @fa-var-life-ring; }
.@{fa-css-prefix}.@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-notch; }
@@ -1219,8 +1175,6 @@
.@{fa-css-prefix}.@{fa-css-prefix}-header:before { content: @fa-var-heading; }
.@{fa-css-prefix}.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; }
.@{fa-css-prefix}.@{fa-css-prefix}-futbol-o {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
@@ -1347,12 +1301,6 @@
.@{fa-css-prefix}.@{fa-css-prefix}-sheqel:before { content: @fa-var-shekel-sign; }
.@{fa-css-prefix}.@{fa-css-prefix}-meanpath {
font-family: 'Font Awesome 6 Brands';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-meanpath:before { content: @fa-var-font-awesome; }
.@{fa-css-prefix}.@{fa-css-prefix}-buysellads {
font-family: 'Font Awesome 6 Brands';
font-weight: 400;
@@ -1404,7 +1352,9 @@
}
.@{fa-css-prefix}.@{fa-css-prefix}-diamond:before { content: @fa-var-gem; }
.@{fa-css-prefix}.@{fa-css-prefix}-intersex:before { content: @fa-var-transgender; }
.@{fa-css-prefix}.@{fa-css-prefix}-transgender:before { content: @fa-var-mars-and-venus; }
.@{fa-css-prefix}.@{fa-css-prefix}-intersex:before { content: @fa-var-mars-and-venus; }
.@{fa-css-prefix}.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender; }
@@ -1505,14 +1455,12 @@
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-hourglass-o {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-hourglass-o:before { content: @fa-var-hourglass; }
.@{fa-css-prefix}.@{fa-css-prefix}-hourglass-o:before { content: @fa-var-hourglass-empty; }
.@{fa-css-prefix}.@{fa-css-prefix}-hourglass-1:before { content: @fa-var-hourglass-start; }
.@{fa-css-prefix}.@{fa-css-prefix}-hourglass-half:before { content: @fa-var-hourglass; }
.@{fa-css-prefix}.@{fa-css-prefix}-hourglass-2:before { content: @fa-var-hourglass; }
.@{fa-css-prefix}.@{fa-css-prefix}-hourglass-3:before { content: @fa-var-hourglass-end; }
@@ -1591,11 +1539,6 @@
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-tripadvisor {
font-family: 'Font Awesome 6 Brands';
font-weight: 400;
}
.@{fa-css-prefix}.@{fa-css-prefix}-odnoklassniki {
font-family: 'Font Awesome 6 Brands';
font-weight: 400;

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +1,20 @@
/*!
* Font Awesome Free 6.0.0-beta1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.0.0-beta3 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2021 Fonticons, Inc.
*/
@import "_variables.less";
:root, :host {
--@{fa-css-prefix}-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: @fa-font-display;
src: url('@{fa-font-path}/fa-brands-400.woff2') format('woff2'),
url('@{fa-font-path}/fa-brands-400.woff') format('woff'),
url('@{fa-font-path}/fa-brands-400.ttf') format('truetype');
}

View File

@@ -1,6 +1,7 @@
/*!
* Font Awesome Free 6.0.0-beta1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.0.0-beta3 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2021 Fonticons, Inc.
*/
// Font Awesome core compile (Web Fonts-based)
// -------------------------

View File

@@ -1,16 +1,20 @@
/*!
* Font Awesome Free 6.0.0-beta1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.0.0-beta3 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2021 Fonticons, Inc.
*/
@import "_variables.less";
:root, :host {
--@{fa-css-prefix}-font-regular: normal 400 1em/1 "@{fa-style-family}";
}
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: @fa-font-display;
src: url('@{fa-font-path}/fa-regular-400.woff2') format('woff2'),
url('@{fa-font-path}/fa-regular-400.woff') format('woff'),
url('@{fa-font-path}/fa-regular-400.ttf') format('truetype');
}

View File

@@ -1,16 +1,20 @@
/*!
* Font Awesome Free 6.0.0-beta1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.0.0-beta3 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2021 Fonticons, Inc.
*/
@import "_variables.less";
:root, :host {
--@{fa-css-prefix}-font-solid: normal 900 1em/1 "@{fa-style-family}";
}
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: @fa-font-display;
src: url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'),
url('@{fa-font-path}/fa-solid-900.woff') format('woff'),
url('@{fa-font-path}/fa-solid-900.ttf') format('truetype');
}

View File

@@ -1,6 +1,7 @@
/*!
* Font Awesome Free 6.0.0-beta1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.0.0-beta3 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2021 Fonticons, Inc.
*/
// V4 shims compile (Web Fonts-based)
// -------------------------