aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
12 lines (11 loc) • 1.46 kB
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="18"
height="18"
viewBox="0 0 18 18"
>
<path
d="M 17.095546,11.838739 H 8.6270494 l -2.61667,2.378778 -2.6166697,-2.378778 H 0.9039105 C 0.4123252,11.838739 0,12.250867 0,12.742652 c 0,0.491795 0.4121187,0.903913 0.9039105,0.903913 h 2.109156 L 6.0103159,16.4535 9.1503164,13.646565 h 7.9292376 c 0.491585,0 0.903911,-0.412118 0.903911,-0.903913 0.01593,-0.507415 -0.396222,-0.903913 -0.888078,-0.903913 z m 0,-10.292239 H 0.9198387 c -0.4915853,0 -0.9039104,0.4121176 -0.9039104,0.9039027 0,0.4917952 0.4121187,0.9039127 0.9039104,0.9039127 H 17.095546 c 0.491585,0 0.903911,-0.4121175 0.903911,-0.9039127 0,-0.4917851 -0.412119,-0.9039027 -0.903911,-0.9039027 z M 4.6465179,8.0802227 c 0,0.8408446 -0.6816767,1.5223841 -1.5223821,1.5223841 -0.8407055,0 -1.5223822,-0.6816795 -1.5223822,-1.5223841 0,-0.8408446 0.6816767,-1.522384 1.5223822,-1.522384 0.8407054,0 1.5223821,0.6816794 1.5223821,1.522384 z m 6.0104271,0 c 0,0.8408446 -0.6816766,1.5223841 -1.5223826,1.5223841 -0.840705,0 -1.522382,-0.6816795 -1.522382,-1.5223841 0,-0.8408446 0.681677,-1.522384 1.522382,-1.522384 0.840706,0 1.5223826,0.6816794 1.5223826,1.522384 z m 6.105616,0 c 0,0.8408446 -0.681677,1.5223841 -1.522382,1.5223841 -0.840706,0 -1.522382,-0.6816795 -1.522382,-1.5223841 0,-0.8408446 0.681676,-1.522384 1.522382,-1.522384 0.840705,0 1.522382,0.6816794 1.522382,1.522384 z"
/>
</svg>`;