lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 1.65 kB
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const BoneIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 1024 1024", style: { margin: 2, opacity: 0.25, flexShrink: 0 }, children: _jsx("path", { fill: "#fff", d: "M699.904 10.496c-25.216-14.976-57.856-5.76-70.912 20.48-30.592 61.44-87.552 153.088-145.92 192.512-11.008 7.424-22.4 14.592-31.488 24.704-52.352 59.008-35.328 147.072 29.184 183.936 23.424 13.44 49.408 17.792 74.112 14.592 25.728-3.456 50.944 11.008 60.928 34.816 9.728 23.04 26.752 43.136 50.176 56.576 64.512 36.864 149.12 6.912 173.312-68.096 3.968-12.16 5.12-24.576 5.504-37.12 2.176-77.312 53.504-163.712 92.288-216.576 17.536-24.064 10.624-57.856-14.976-73.088L699.904 10.496zm-41.344 323.84c.512.256.896.64 1.408.896-.512.256-.896.512-1.408.768.128-.512 0-1.024 0-1.664zm75.008 372.48c9.088-34.176-.512-69.376-25.344-94.464C688 592 663.296 582.4 638.72 581.632c-14.72-.384-27.776-9.6-33.28-23.296-8.192-20.096-22.784-37.632-43.008-49.28-20.864-11.904-44.288-15.488-66.304-11.904-14.592 2.432-28.8-4.864-36.608-17.408-12.032-19.584-30.848-35.456-55.808-43.52-40.576-13.184-86.784 2.176-111.872 36.736-17.408 23.936-15.744 91.904-16.64 99.2-1.28 10.624-1.536 14.208-1.664 21.632-2.176 77.312-54.784 163.712-93.568 216.576-17.536 24.064-10.624 57.856 14.976 73.088l222.336 132.736c25.216 14.976 57.856 5.76 70.912-20.48 30.592-61.44 87.552-153.088 145.92-192.512 10.752-7.168 89.6-59.008 99.456-96.384zM456.96 691.584c.512-.256.896-.512 1.408-.768v1.792a5.683 5.683 0 00-1.408-1.024z" }) }));
};
export default BoneIcon;
//# sourceMappingURL=BoneIcon.js.map