UNPKG

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) 2.27 kB
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 6.259479,0.699 H 2.04943 C 0.921488,0.699 0,1.6204967 0,2.7484448 V 6.370661 c 0,1.1279581 0.921488,2.0494448 2.04943,2.0494448 h 4.225907 c 1.127943,0 2.04943,-0.9214867 2.04943,-2.0494448 V 2.7484448 C 8.324767,1.6204967 7.387372,0.699 6.259382,0.699 Z m 0.683186,5.5128198 c 0,0.4766835 -0.381159,0.8579162 -0.857907,0.8579162 H 2.208373 c -0.476684,0 -0.857907,-0.3811627 -0.857907,-0.8579162 V 2.9232061 c 0,-0.4766935 0.381159,-0.8579162 0.857907,-0.8579162 h 3.876385 c 0.476683,0 0.857907,0.3811627 0.857907,0.8579162 z M 15.95057,0.699 h -4.225907 c -1.127943,0 -2.04943,0.9214967 -2.04943,2.0494448 V 6.370661 c 0,1.1279581 0.921487,2.0494448 2.04943,2.0494448 H 15.95057 C 17.078512,8.4201058 18,7.4986191 18,6.370661 V 2.7484448 C 18,1.6204967 17.078512,0.699 15.95057,0.699 Z m 0.683009,5.5128198 c 0,0.4766835 -0.381159,0.8579162 -0.857907,0.8579162 h -3.876385 c -0.476684,0 -0.857908,-0.3811627 -0.857908,-0.8579162 V 2.9232061 c 0,-0.4766935 0.38116,-0.8579162 0.857908,-0.8579162 h 3.876385 c 0.476683,0 0.857907,0.3811627 0.857907,0.8579162 z M 6.259479,9.5798941 H 2.04943 C 0.921488,9.5798941 0,10.501391 0,11.629339 v 3.622216 C 0,16.379503 0.921488,17.301 2.04943,17.301 h 4.861388 c 1.127942,0 1.413836,-0.921497 1.413836,-2.049445 v -3.622216 c 0,-1.127948 -0.937395,-2.0494449 -2.065385,-2.0494449 z m 0.683186,5.4968099 c 0,0.476683 -0.381159,0.857916 -0.857907,0.857916 H 2.208373 c -0.476684,0 -0.857907,-0.381163 -0.857907,-0.857916 V 11.78809 c 0,-0.476693 0.381159,-0.857916 0.857907,-0.857916 h 3.876385 c 0.476683,0 0.857907,0.381163 0.857907,0.857916 z M 15.95057,9.5798941 h -4.225907 c -1.127943,0 -2.04943,0.9214969 -2.04943,2.0494449 v 3.622216 c 0,1.127948 0.921487,2.049445 2.04943,2.049445 H 15.95057 C 17.078512,17.301 18,16.379503 18,15.251555 V 11.629339 C 18,10.501391 17.078512,9.5798941 15.95057,9.5798941 Z m 0.683009,5.4968099 c 0,0.476683 -0.381159,0.857916 -0.857907,0.857916 h -3.876385 c -0.476684,0 -0.857908,-0.381163 -0.857908,-0.857916 V 11.78809 c 0,-0.476693 0.38116,-0.857916 0.857908,-0.857916 h 3.876385 c 0.476683,0 0.857907,0.381163 0.857907,0.857916 z" /> </svg>`;