@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.1 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Mirror = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 68 80", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Mirror-b{fill:white;}` }) }), _jsx("path", { className: "Mirror-b", d: "M59.7,80H8.3c-4.6,0-8.3-3.7-8.3-8.3V8.3C0,3.7,3.7,0,8.3,0h51.4c4.6,0,8.3,3.7,8.3,8.3v63.4c0,4.6-3.7,8.3-8.3,8.3ZM8.3,8c-.2,0-.3.1-.3.3v63.4c0,.2.1.3.3.3h51.4c.2,0,.3-.1.3-.3V8.3c0-.2-.1-.3-.3-.3H8.3Z" }), _jsx("path", { className: "Mirror-b", d: "M17,39c-1,0-2-.4-2.8-1.2-1.6-1.6-1.6-4.1,0-5.7l21-21c1.6-1.6,4.1-1.6,5.7,0,1.6,1.6,1.6,4.1,0,5.7l-21,21c-.8.8-1.8,1.2-2.8,1.2Z" }), _jsx("path", { className: "Mirror-b", d: "M17,63c-1,0-2-.4-2.8-1.2-1.6-1.6-1.6-4.1,0-5.7l24-24c1.6-1.6,4.1-1.6,5.7,0,1.6,1.6,1.6,4.1,0,5.7l-24,24c-.8.8-1.8,1.2-2.8,1.2Z" }), _jsx("path", { className: "Mirror-b", d: "M44,64c-1,0-2-.4-2.8-1.2-1.6-1.6-1.6-4.1,0-5.7l8-8c1.6-1.6,4.1-1.6,5.7,0,1.6,1.6,1.6,4.1,0,5.7l-8,8c-.8.8-1.8,1.2-2.8,1.2Z" })] }));
export default Mirror;
//# sourceMappingURL=Mirror.js.map