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
So that we have something like this
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <symbol id="icon-play-btn" viewBox="0 0 1000 1000"> <path d="M500,10C229.4,10,10,229.4,10,500c0,270.6,219.4,490,490,490c270.6,0,490-219.4,490-490C990,229.4,770.6,10,500,10z M500,941C256.4,941,59,743.6,59,500C59,256.5,256.4,59,500,59c243.6,0,441,197.5,441,441C941,743.6,743.6,941,500,941z M377.5,745L745,504.5l-367.5-225V745z"/> </symbol> <symbol id="icon-refresh-btn" viewBox="0 0 100 100"> <path d="M85.7 15.6l2.6 25.2c.1 1.3-.8 2.3-2.1 2.2L61 40.3c-1.3-.1-1.6-1-.7-1.9l7.5-7.5c-10.3-9.6-26.3-9.3-36.3.6-5.1 5.1-7.6 11.8-7.7 18.4L12 50c0-9.7 3.7-19.4 11.1-26.9 14.6-14.6 38.2-14.8 53.1-.7l7.5-7.5c1-.9 1.8-.6 2 .7zm-9.5 34.3c0 6.7-2.5 13.5-7.7 18.6-10 10-26.1 10.2-36.3.6l7.5-7.5c.9-.9.6-1.8-.7-1.9l-25.2-2.6c-1.3-.1-2.3.8-2.1 2.2l2.6 25.2c.1 1.3 1 1.6 1.9.7l7.5-7.5c14.9 14.2 38.5 14 53.1-.7 7.5-7.5 11.2-17.3 11.1-27l-11.7-.1z"/> </symbol> <symbol id="icon-angle-up" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"> <path d="M75,49.9L50.1,25L25,50L0,75h16.6l16.7-16.7l16.8-16.8l16.8,16.8L83.6,75l8.2-0.1l8.2-0.1C100,74.8,75,49.9,75,49.9z"/> </symbol> </svg>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So that we have something like this
The text was updated successfully, but these errors were encountered: