We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
Apologies if I dont get the terminology right, but could you make it possible as an additional option to copy just the SVG 'path'?
I use these icons a lot in power apps, and each time need to copy this:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>ab-testing</title><path d="M4 2A2 2 0 0 0 2 4V12H4V8H6V12H8V4A2 2 0 0 0 6 2H4M4 4H6V6H4M22 15.5V14A2 2 0 0 0 20 12H16V22H20A2 2 0 0 0 22 20V18.5A1.54 1.54 0 0 0 20.5 17A1.54 1.54 0 0 0 22 15.5M20 20H18V18H20V20M20 16H18V14H20M5.79 21.61L4.21 20.39L18.21 2.39L19.79 3.61Z" /></svg>
And extract the code that 'd' equals. It's just a bit of a pain. It would be great if that was copyable direct from the website.
Many thanks for your work this is a great resource.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Apologies if I dont get the terminology right, but could you make it possible as an additional option to copy just the SVG 'path'?
I use these icons a lot in power apps, and each time need to copy this:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>ab-testing</title><path d="M4 2A2 2 0 0 0 2 4V12H4V8H6V12H8V4A2 2 0 0 0 6 2H4M4 4H6V6H4M22 15.5V14A2 2 0 0 0 20 12H16V22H20A2 2 0 0 0 22 20V18.5A1.54 1.54 0 0 0 20.5 17A1.54 1.54 0 0 0 22 15.5M20 20H18V18H20V20M20 16H18V14H20M5.79 21.61L4.21 20.39L18.21 2.39L19.79 3.61Z" /></svg>
And extract the code that 'd' equals. It's just a bit of a pain. It would be great if that was copyable direct from the website.
Many thanks for your work this is a great resource.
The text was updated successfully, but these errors were encountered: