@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 2.04 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const KeyboardThin = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 182 107", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.KeyboardThin-b{fill:white;}` }) }), _jsx("rect", { className: "KeyboardThin-b", x: "51", y: "74", width: "84", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "22", y: "49", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "22", y: "26", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "47", y: "26", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "73", y: "26", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "100", y: "26", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "125", y: "26", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "151", y: "26", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "47", y: "49", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "73", y: "49", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "100", y: "49", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "125", y: "49", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("rect", { className: "KeyboardThin-b", x: "151", y: "49", width: "10", height: "10", rx: "2", ry: "2" }), _jsx("path", { className: "KeyboardThin-b", d: "M160,107H22c-12.1,0-22-9.8-22-22V21C0,9.4,9.4,0,21,0h139c12.1,0,22,9.8,22,22v63c0,12.1-9.8,22-22,22ZM14,21v64c0,4.4,3.6,8,8,8h138c4.4,0,8-3.6,8-8V22c0-4.4-3.6-8-8-8H21c-3.9,0-7,3.1-7,7Z" })] }));
export default KeyboardThin;
//# sourceMappingURL=KeyboardThin.js.map