lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 1.23 kB
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const AudioIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 1024 1024", children: _jsx("path", { fill: "#fff", d: "M588.78 3.1c-8.53-5.687-19.905-2.843-28.437 2.844L219.096 244.817H51.316c-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.906zm307.124 224.655c-14.219-14.219-34.125-14.219-48.344 0s-14.218 36.969 0 54.031c48.344 54.03 79.625 130.812 79.625 218.967s-31.281 162.093-79.625 218.968c-14.218 14.218-14.218 36.968 0 54.03 14.219 14.22 34.125 14.22 48.344 0 62.562-68.249 102.374-164.936 102.374-272.998s-39.812-204.748-102.374-272.998zM787.842 335.817c-14.219-14.219-34.125-14.219-48.343 0s-14.22 36.968 0 54.03c25.593 25.594 42.656 65.407 42.656 108.063s-14.22 79.624-42.656 108.061c-14.22 14.22-14.22 36.969 0 54.031 14.218 14.219 34.124 14.219 48.343 0 39.812-42.656 62.562-99.53 62.562-162.092s-22.75-125.125-62.562-162.093z" }) }));
};
export default AudioIcon;
//# sourceMappingURL=AudioIcon.js.map