@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 2.32 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Log = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 160 200", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Log-b{fill:white;}` }) }), _jsx("rect", { className: "Log-b", x: "26", y: "70", width: "110", height: "20", rx: "6.9", ry: "6.9" }), _jsx("rect", { className: "Log-b", x: "26", y: "101", width: "110", height: "20", rx: "6.9", ry: "6.9" }), _jsx("path", { className: "Log-b", d: "M83,153.3c-2-1.2-4.2-1.9-6.8-1.9s-3.5.3-5.1,1c-1.5.7-2.9,1.7-4,3-1.1,1.3-2,3-2.6,5-.6,2-1,4.3-1,6.9s.3,4.9,1,7c.6,2.1,1.6,3.8,2.7,5.2s2.5,2.4,4.1,3.1,3.2,1,5,1,4.5-.6,6.4-1.8,3.5-3,4.7-5.4,1.7-5.4,1.7-9-.5-6.2-1.6-8.6-2.6-4.2-4.6-5.5Z" }), _jsx("path", { className: "Log-b", d: "M106.7,0H7.1C3.2,0,0,3.2,0,7.1v185.8c0,3.9,3.2,7.1,7.1,7.1h145.8c3.9,0,7.1-3.2,7.1-7.1V53.7L106.7,0ZM114,47.8l.2.2h-.2s0-.2,0-.2ZM15,15h84l-.6,43.5c0,2.5,2,4.6,4.5,4.5h0s42-.6,42-.6v70.6H15V15ZM49.2,189c-.8.7-1.9,1-3.4,1h-22.1c-2,0-3.4-.4-4.3-1.3-.9-.9-1.3-2.3-1.4-4.3v-34.7c.1-1.8.5-3.2,1.4-4.2.8-.9,1.9-1.4,3.3-1.4s2.5.5,3.3,1.4c.9.9,1.3,2.3,1,4.2v32.3h18.8c1.5.5,2.6.9,3.4,1.6.8.7,1.2,1.6,1.2,2.7s-.4,2-1.2,2.7ZM97,176.9c-.9,2.9-2.4,5.3-4.2,7.4s-4.2,3.7-7,4.8-5.9,1.7-9.4,1.7-6.7-.6-9.5-1.7c-2.8-1.1-5.1-2.7-7-4.8-1.9-2.1-3.3-4.6-4.2-7.5-1-2.9-1.4-6.1-1.4-9.4s.5-6.6,1.5-9.5c1-2.9,2.4-5.4,4.3-7.4,1.9-2,4.2-3.6,6.9-4.7,2.7-1.1,5.8-1.6,9.2-1.6s8.7.9,12,2.8c3.4,1.9,5.9,4.6,7.6,8.1s2.6,7.6,2.6,12.3-.5,6.7-1.4,9.5ZM147,180.3c0,1.2-.1,2.1-.3,2.8s-.6,1.3-1.2,1.9c-.6.6-1.3,1.1-2.2,1.6-2.6,1.5-5.1,2.6-7.5,3.3s-5,1-7.9,1-6.3-.5-9.1-1.6c-2.7-1.1-5-2.7-7-4.7s-3.4-4.6-4.4-7.5c-1-3-1.5-6.2-1.5-9.9s.5-6.9,1.5-9.8c1-3,2.5-5.5,4.4-7.6,1.9-2.1,4.3-3.7,7.1-4.8,2.8-1.1,5.9-1.6,9.5-1.6s5.5.4,7.7,1.2,4,1.9,5.4,3.1,2.4,2.6,3.1,4c.7,1.4,1.1,2.6,1.1,3.7s-.4,2.2-1.2,3c-.8.8-1.8,1.2-2.9,1.2s-1.2-.2-1.8-.5-1.1-.8-1.5-1.3c-1.1-1.8-2-3.2-2.7-4.1-.7-.9-1.8-1.7-3-2.3-1.3-.6-2.9-.9-4.8-.9s-3.8.4-5.4,1.1c-1.6.7-2.9,1.8-4.1,3.2-1.1,1.4-2,3.1-2.6,5.2s-.9,4.3-.9,6.8c0,5.4,1.2,9.6,3.5,12.5,2.3,2.9,5.6,4.4,9.7,4.4s3.9-.3,5.7-.8,3.6-1.4,5.4-2.4v-7.5h-6.8c-1.6,0-2.9-.3-3.7-.8s-1.2-1.4-1.2-2.7.3-1.9,1-2.5c.7-.7,1.6-1,2.8-1h9.9c1.2,0,2.2.1,3.1.3s1.5.7,2,1.5c.5.8.8,2,.8,3.6v8.8Z" })] }));
export default Log;
//# sourceMappingURL=Log.js.map