@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 743 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Hamburger = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 112 112", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Hamburger-b{fill:white;}` }) }), _jsx("path", { className: "Hamburger-b", d: "M101,22H11C4.9,22,0,17.1,0,11S4.9,0,11,0h90c6.1,0,11,4.9,11,11s-4.9,11-11,11Z" }), _jsx("path", { className: "Hamburger-b", d: "M101,67H11c-6.1,0-11-4.9-11-11s4.9-11,11-11h90c6.1,0,11,4.9,11,11s-4.9,11-11,11Z" }), _jsx("path", { className: "Hamburger-b", d: "M101,112H11c-6.1,0-11-4.9-11-11s4.9-11,11-11h90c6.1,0,11,4.9,11,11s-4.9,11-11,11Z" })] }));
export default Hamburger;
//# sourceMappingURL=Hamburger.js.map