No arrow right from bracket
See original GitHub issueSorry for not using a template, it’s more like a question before the bug, if there’s one, actually (maybe it’s intended).
There is no version of this arrow(right from bracket) in the project?
I’ve been trying to use it. But even adding it in the library, it still displays incorrectly, the icon definition’s width and height doesn’t affect the icon displaying on the page.
For example, this is what I get using icon library:
Using this definition:
const icon: IconDefinition = {
prefix: 'far',
iconName: 'arrow-alt-from-left',
icon: [
24,
21,
[],
'f08b',
'M160 416H96c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h64c17.67 0 32-14.33 32-32S177.7 32 160 32H96C42.98 32 0 74.98 0 128v256c0 53.02 42.98 96 96 96h64c17.67 0 32-14.33 32-32S177.7 416 160 416zM502.6 233.4l-128-128c-12.51-12.51-32.76-12.49-45.25 0c-12.5 12.5-12.5 32.75 0 45.25L402.8 224H192C174.3 224 160 238.3 160 256s14.31 32 32 32h210.8l-73.38 73.38c-12.5 12.5-12.5 32.75 0 45.25s32.75 12.5 45.25 0l128-128C515.1 266.1 515.1 245.9 502.6 233.4z'
]
}
I’m using an icon name I won’t be using anyway, because of the enumeration. everything else I got from FA site.
How can I solve this?
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Arrow right from bracket Icon - Font Awesome
Arrow right from bracket icon in the Solid style. Make a bold statement in small sizes.. Available now in Font Awesome 6.
Read more >fa solid fa arrow right from bracket | HTML, CSS
Arrow right from bracket Icon is given below. You can use this icon on the same way in your project. First make sure...
Read more >Unicode Characters: 02300 to 023FF
0230 0231 0232 0233 0234 0235 0236 0237 0238 0239 023A 023B 023C 023D 02...
0 ⌀ ⌐ ⌠ ⌰ ⍀ ⍐ ⍠ ⍰...
Read more >Arrow types are reversed in a Left Bracket shape in ...
In the Details pane, right-click ReversedArrowTypeBracketsBraceOnBinarySave, and then click Modify. In the Value data box, type 1, and then click OK. Exit ...
Read more >Right angle bracket in HTML - Stack Overflow
For obvious reasons, the left angle bracket cannot be used literally in HTML text. The status of the right angle bracket is not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Note that the icon was renamed in FA v6, that’s why you can’t find it in the v5 packages. It was named sign-out in v5, so you should be able to import it as
faSignOut
. Worth noting that in v5 it is Pro-only icon, so it is only present inpro-*
icon packages. There is alsosign-out-alt
which is free.There is a version picker you can use when searching for icons on the website.
I linked the FA one, yes, but I didn’t find it inside the packages (free-solid-svg-icons, free-regular-svg-icons, etc). There’s no faArrowRightFromBracket to import from, for example, @fortawesome/pro-regular-svg-icons.
That was my question. Is there, inside the packages available here, any SVG that representes font awesome’s arrow-right-from-bracket? Because I can’t find it. I know it exists to be used as an icon and css. What I want is a solution inside your package’s scope.
These are my dependencies, by the way. It may be a version problem.
Edit: Ok it did work! I used it as you said, 512 x 512!