@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.02 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Reticule = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 179 180", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Reticule-b{fill:white;}` }) }), _jsx("path", { className: "Reticule-b", d: "M170.8,81h-3.1c-3.5-37.5-33.2-67.5-70.6-71.5v-1.2c0-4-2.8-7.6-6.8-8.2s-9.2,3.1-9.2,7.9v1.4C43.1,12.9,12.9,43.1,9.4,81h-1.1c-4,0-7.6,2.8-8.2,6.8s3.1,9.2,7.9,9.2h1.5c4,37.4,34,67.1,71.5,70.6v4.1c0,4,2.8,7.6,6.8,8.2s9.2-3.1,9.2-7.9v-4.5c37.1-4,66.6-33.5,70.5-70.5h3.5c4.8,0,8.6-4.2,7.9-9.2s-4.2-6.8-8.2-6.8ZM97,151.4v-14.2c0-4-2.8-7.6-6.8-8.2s-9.2,3.1-9.2,7.9v14.5c-28.7-3.4-51.6-26-55.4-54.5h11.2c4,0,7.6-2.8,8.2-6.8s-3.1-9.2-7.9-9.2h-11.5c3.4-29,26.5-52.1,55.5-55.5v11.3c0,4,2.8,7.6,6.8,8.2s9.2-3.1,9.2-7.9v-11.4c28.6,3.8,51.1,26.7,54.5,55.4h-11.3c-4,0-7.6,2.8-8.2,6.8s3.1,9.2,7.9,9.2h11.4c-3.8,28.2-26.2,50.6-54.4,54.4Z" })] }));
export default Reticule;
//# sourceMappingURL=Reticule.js.map