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) • 851 B
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="M357.72 158.27v-158.269h474.806v158.269h-474.806zM595.124 786.596l268.265-103.666q15.827-4.748 32.049-15.431t16.222-22.553v-270.639q0-5.539-64.099-71.221t-74.386-65.682h-415.455q-13.453 0-28.092 11.079t-22.553 22.157l-7.913 11.87-182.009 286.467q-11.87 24.531 5.539 41.942l88.63 87.048q10.287 10.287 25.323 10.683t26.905-8.309l95.752-67.264-0.791 238.986q0 66.473 30.466 109.205t87.443 42.733 87.839-43.524 30.862-109.996v-83.882zM832.527 395.673v232.655l-269.056 102.874q-15.827 4.748-31.653 15.827t-15.827 22.949v159.851q0 17.409-19.783 24.531t-39.567 0-19.783-24.531v-372.327t-1.187-9.1-3.957-9.496-7.518-5.539q-18.992-10.287-36.401 3.957l-145.607 115.536-65.682-68.056 187.548-268.265h398.046z"></path>
</svg>
`;