@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 851 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const FaceMirror = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 140 167", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.FaceMirror-b{fill:white;}` }) }), _jsx("path", { className: "FaceMirror-b", d: "M130,167H10c-5.5,0-10-4.5-10-10V10C0,4.5,4.5,0,10,0h120c5.5,0,10,4.5,10,10v147c0,5.5-4.5,10-10,10ZM10,10v147s120,0,120,0V10s-120,0-120,0Z" }), _jsx("circle", { className: "FaceMirror-b", cx: "35", cy: "45", r: "9" }), _jsx("circle", { className: "FaceMirror-b", cx: "104", cy: "45", r: "9" }), _jsx("path", { className: "FaceMirror-b", d: "M48,65c-1.8,0-3.2,1.6-3,3.4,1.7,12.8,12.6,22.6,25.8,22.6s24.1-9.9,25.8-22.6c.2-1.8-1.2-3.4-3-3.4h-45.6Z" })] }));
export default FaceMirror;
//# sourceMappingURL=FaceMirror.js.map