@neo4j-ndl/react
Version:
React implementation of Neo4j Design System
25 lines (24 loc) • 2.51 kB
JavaScript
/**
*
* Copyright (c) "Neo4j"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const SvgComponent = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "49", height: "65", viewBox: "0 0 49 65", fill: "none" }, props, { children: [_jsx("path", { d: "M38 50.75H11C6.71979 50.75 3.25 47.2802 3.25 43V8C3.25 3.71979 6.71979 0.25 11 0.25H31.1425C32.909 0.25 34.6224 0.853442 35.999 1.96036L40.2465 5.37574L43.2712 8.18208C44.8518 9.64858 45.75 11.7073 45.75 13.8634V43C45.75 47.2802 42.2802 50.75 38 50.75Z", fill: "rgb(var(--theme-palette-primary-border-weak))", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "0.5" }), _jsx("path", { d: "M32 0V0C33.3718 0 34.7015 0.474175 35.7638 1.34221L40.4848 5.2L44.1083 8.61637C45.3156 9.75472 46 11.3406 46 13V13H36C33.7909 13 32 11.2091 32 9V0Z", fill: "rgb(var(--theme-palette-primary-bg-strong))" }), _jsx("line", { x1: "15.5", y1: "19.5", x2: "35.5", y2: "19.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("line", { x1: "11.5", y1: "25.5", x2: "31.5", y2: "25.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("line", { x1: "13.5", y1: "31.5", x2: "36.5", y2: "31.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("line", { x1: "12.5", y1: "37.5", x2: "34.5", y2: "37.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("ellipse", { cx: "24.5", cy: "62.5", rx: "24.5", ry: "2.5", fill: "rgba(var(--theme-palette-primary-hover-weak))" })] })));
export default SvgComponent;
//# sourceMappingURL=File.js.map