lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 1.02 kB
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const MuteIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 1024 1024", style: { opacity: 0.25 }, children: _jsx("path", { fill: "#fff", d: "M890.216 514.972l88.156 88.156c14.219 14.218 14.219 39.812 0 54.03s-39.812 14.22-54.03 0l-88.157-88.155-88.155 88.156c-14.219 14.218-39.812 14.218-54.031 0s-14.219-39.813 0-54.031l88.156-88.156-91-88.156c-14.219-14.218-14.219-39.812 0-54.03s39.812-14.22 54.031 0l88.156 88.155 88.155-88.156c14.22-14.218 39.813-14.218 54.031 0s14.219 39.813 0 54.031l-85.312 88.156zM577.406 3.1C568.875-2.587 557.5.257 548.969 5.944L207.72 244.817H39.94c-14.22 0-25.594 11.375-25.594 22.75V756.69c0 14.219 11.375 22.75 25.593 22.75h167.78l344.092 238.874c5.688 2.843 8.531 5.687 14.219 5.687 2.844 0 8.531 0 11.375-2.844 8.531-2.843 14.218-11.375 14.218-19.906V23.006c0-8.53-5.687-17.062-14.218-19.906z" }) }));
};
export default MuteIcon;
//# sourceMappingURL=MuteIcon.js.map