aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
5 lines (4 loc) • 1.95 kB
JavaScript
export default `<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 1024 1024">
<path d="M873.774 150.225q97.944 97.944 132.798 229.859t0 263.832-132.798 229.859q-73.238 73.238-168.975 111.621t-192.799 38.383-192.799-38.383-168.975-111.621q-97.944-97.944-132.798-229.859t0-263.832 132.798-229.859q73.238-73.238 168.975-111.621t192.799-38.383 192.799 38.383 168.975 111.621zM402.583 101.694q-3.529 0-7.059 0.882-106.767 30.001-184.858 108.091t-108.091 184.858q-3.529 10.589 2.206 20.295t16.324 12.354l31.766 7.941q2.647 0.882 6.176 0.882 20.295 0 25.589-19.412 23.824-84.708 86.473-146.475 61.766-62.649 146.475-86.473 9.707-2.647 15.441-11.912t3.089-19.854l-7.941-30.884q-2.647-11.471-12.354-16.765-6.176-3.529-13.236-3.529zM434.349 229.639q-3.529 0-7.941 1.765-70.591 21.177-122.21 72.796t-72.796 122.21q-3.529 11.471 1.765 21.177t16.765 12.354l30.001 7.941q3.529 0.882 7.059 0.882 19.412 0 24.706-18.53 15.883-51.178 51.619-86.914t86.032-51.619q10.589-2.647 15.883-11.912t2.647-18.971l-7.941-30.884q-2.647-10.589-12.354-16.765-6.176-3.529-13.236-3.529zM617.442 406.556q-43.678-43.678-105.444-43.678t-105.444 43.678-43.678 105.444 43.678 105.444 105.444 43.678 105.444-43.678 43.678-105.444-43.678-105.444zM737.005 555.236q-19.412 0-24.706 18.53-15.883 51.178-51.619 86.914t-86.914 50.737q-9.707 3.529-15.001 12.794t-2.647 18.971l7.941 30.884q2.647 10.589 12.354 16.765 6.176 3.529 13.236 3.529 3.529 0 7.941-1.765 70.591-21.177 122.21-72.796t72.796-122.21q3.529-11.471-2.206-21.177t-16.324-12.354l-30.001-7.941q-3.529-0.882-7.059-0.882zM864.949 587.002q-20.295 0-25.589 19.412-23.824 84.708-86.473 146.475-61.766 62.649-146.475 86.473-9.707 2.647-15.441 11.912t-3.089 19.854l7.941 30.884q2.647 11.471 12.354 16.765 6.176 3.529 13.236 3.529 3.529 0 7.059-0.882 106.767-30.001 184.858-108.091t108.091-184.858q3.529-10.589-2.206-20.295t-16.324-12.354l-31.766-7.941q-2.647-0.882-6.176-0.882z"></path>
</svg>
`;