UNPKG

@neo4j-ndl/react

Version:

React implementation of Neo4j Design System

27 lines (26 loc) 3.25 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/>. */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const SvgComponent = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ width: 63, height: 77, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M10 8.5a8 8 0 0 1 8-8h25.194a8 8 0 0 1 4.997 1.753L53.5 6.5l3.926 3.624A8 8 0 0 1 60 16.003V51.5a8 8 0 0 1-8 8H18a8 8 0 0 1-8-8v-43Z", fill: "#A3E2FF" }), (0, jsx_runtime_1.jsx)("path", { d: "M43.5.5c1.618 0 3.188.55 4.452 1.562L53.5 6.5l4.296 3.965A6.852 6.852 0 0 1 60 15.5H47.5a4 4 0 0 1-4-4V.5Z", fill: "#7AD1FF" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#E6F8FF", strokeWidth: 3, strokeLinecap: "round", d: "M24.5 24h24M19.5 31h24M22.5 38h27M20.5 45h27" }), (0, jsx_runtime_1.jsx)("rect", { y: 8.5, width: 32, height: 18, rx: 4, fill: "#006FD6" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.974 21.608c-.832 0-1.544-.176-2.136-.528a3.505 3.505 0 0 1-1.368-1.5c-.312-.648-.468-1.42-.468-2.316 0-.888.156-1.656.468-2.304a3.505 3.505 0 0 1 1.368-1.5c.592-.352 1.304-.528 2.136-.528.584 0 1.12.092 1.607.276.497.184.917.452 1.26.804l-.383.804a3.536 3.536 0 0 0-1.152-.744 3.431 3.431 0 0 0-1.308-.24c-.952 0-1.68.3-2.184.9-.504.6-.756 1.444-.756 2.532 0 1.096.252 1.944.756 2.544.504.6 1.232.9 2.184.9.48 0 .916-.076 1.308-.228.4-.16.784-.412 1.152-.756l.383.804a3.585 3.585 0 0 1-1.26.804 4.524 4.524 0 0 1-1.607.276Zm7.01 0a6.004 6.004 0 0 1-1.8-.252 4.17 4.17 0 0 1-1.393-.756l.348-.792a4.48 4.48 0 0 0 1.284.696c.448.152.968.228 1.56.228.72 0 1.252-.132 1.596-.396.352-.272.528-.628.528-1.068 0-.352-.128-.632-.384-.84-.248-.208-.668-.372-1.26-.492l-1.248-.252c-.752-.16-1.316-.42-1.692-.78-.368-.368-.552-.856-.552-1.464 0-.504.128-.944.384-1.32a2.596 2.596 0 0 1 1.092-.876c.464-.208 1-.312 1.608-.312.568 0 1.096.092 1.584.276.488.176.9.432 1.236.768l-.348.768a3.413 3.413 0 0 0-1.14-.708 3.76 3.76 0 0 0-1.344-.228c-.632 0-1.136.148-1.512.444a1.378 1.378 0 0 0-.564 1.152c0 .384.116.688.348.912.24.224.628.388 1.164.492l1.248.264c.808.168 1.404.424 1.788.768.392.336.588.796.588 1.38 0 .472-.128.888-.384 1.248-.248.36-.608.64-1.08.84-.464.2-1.016.3-1.656.3Zm7.157-.108-3.696-8.46h1.056l3.108 7.212 3.096-7.212h1.032l-3.708 8.46h-.888Z", fill: "#fff" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: 35, cy: 74, rx: 28, ry: 2.5, fill: "#018BFF", fillOpacity: 0.08 })] }))); exports.default = SvgComponent; //# sourceMappingURL=CSV-file.js.map