UNPKG

@neo4j-ndl/react

Version:

React implementation of Neo4j Design System

25 lines (24 loc) 2.03 kB
/** * * 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 SvgCurlyBrackets = (props) => (_jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ndl-icon-svg" }, props, { children: [_jsx("path", { d: "M7 2H6.61906C5.74941 2 5.04436 2.66497 5.04416 3.48536L5.043 8.51468C5.0428 9.33508 4.33775 10 3.46809 10H3", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M14 2H14.381C15.2506 2 15.9556 2.66497 15.9559 3.48536L15.957 8.51468C15.9572 9.33508 16.6623 10 17.5319 10H18", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M7 18H6.61906C5.74941 18 5.04436 17.3351 5.04416 16.5147L5.043 11.4853C5.0428 10.6649 4.33775 10 3.46809 10H3", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M14 18H14.381C15.2506 18 15.9556 17.3351 15.9559 16.5147L15.957 11.4853C15.9572 10.6649 16.6623 10 17.5319 10H18", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] }))); export default SvgCurlyBrackets; //# sourceMappingURL=CurlyBrackets.js.map