Fix small issues with FA5 icons
This commit is contained in:
parent
a5871b6dd1
commit
9a34c6153e
|
@ -128,6 +128,7 @@ const fa4Replacements = {
|
||||||
deafness: "deaf",
|
deafness: "deaf",
|
||||||
dedent: "outdent",
|
dedent: "outdent",
|
||||||
diamond: "far-gem",
|
diamond: "far-gem",
|
||||||
|
discord: "fab-discord",
|
||||||
dollar: "dollar-sign",
|
dollar: "dollar-sign",
|
||||||
exchange: "exchange-alt",
|
exchange: "exchange-alt",
|
||||||
eye: "far-eye",
|
eye: "far-eye",
|
||||||
|
|
|
@ -9,4 +9,9 @@
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
flex-shrink: 0; // Prevent the icon from shrinking if it's in a flexbox
|
flex-shrink: 0; // Prevent the icon from shrinking if it's in a flexbox
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
|
&.d-icon-lock {
|
||||||
|
height: 0.9em;
|
||||||
|
width: 0.9em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,7 @@ module SvgSprite
|
||||||
"angle-up",
|
"angle-up",
|
||||||
"archive",
|
"archive",
|
||||||
"arrow-up",
|
"arrow-up",
|
||||||
|
"at",
|
||||||
"backward",
|
"backward",
|
||||||
"ban",
|
"ban",
|
||||||
"bars",
|
"bars",
|
||||||
|
|
Loading…
Reference in New Issue