@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 987 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Portraits = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 163 163", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Portraits-b{fill:white;}` }) }), _jsx("path", { className: "Portraits-b", d: "M158,46h-7v100c0,2.7-2.2,5-5,5H46v7c0,2.7,2.2,5,5,5h107c2.7,0,5-2.2,5-5V51c0-2.7-2.2-5-5-5Z" }), _jsx("path", { className: "Portraits-b", d: "M140,135V28c0-2.7-2.2-5-5-5h-7v100c0,2.7-2.2,5-5,5H23v7c0,2.7,2.2,5,5,5h107c2.7,0,5-2.2,5-5Z" }), _jsx("path", { className: "Portraits-b", d: "M117,112V5c0-2.7-2.2-5-5-5H5C2.2,0,0,2.2,0,5v107c0,2.7,2.2,5,5,5h107c2.7,0,5-2.2,5-5ZM58.4,13.1c10.1,0,18.3,8.2,18.3,18.3s-8.2,18.3-18.3,18.3-18.3-8.2-18.3-18.3,8.2-18.3,18.3-18.3ZM82.1,98.1h0c-14.6,7.7-32,7.9-46.7.4l-.8-.4c-.7-.4-1.1-1.2-1-2l4-25.7c3.7-24,38.4-23.9,41.8.2l3.7,25.6c.1.8-.3,1.6-1,2Z" })] }));
export default Portraits;
//# sourceMappingURL=Portraits.js.map