@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 665 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Terminal = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 203 171", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Terminal-b{fill:white;}` }) }), _jsx("path", { className: "Terminal-b", d: "M185.5,156H17.5c-1.4,0-2.5-1.1-2.5-2.5V31.5c0-1.4,1.1-2.5,2.5-2.5h168c1.4,0,2.5,1.1,2.5,2.5v122c0,1.4-1.1,2.5-2.5,2.5ZM203,168.5V2.5c0-1.4-1.1-2.5-2.5-2.5H2.5C1.1,0,0,1.1,0,2.5v166c0,1.4,1.1,2.5,2.5,2.5h198c1.4,0,2.5-1.1,2.5-2.5ZM30,55l25,30-25,30h21l25-30-25-30h-21Z" })] }));
export default Terminal;
//# sourceMappingURL=Terminal.js.map