"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.IconRollup = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var _react = _interopRequireDefault(require("react")); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const IconRollup = ({ ...props }) => /*#__PURE__*/_react.default.createElement("svg", (0, _extends2.default)({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 32 32" }, props), /*#__PURE__*/_react.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25 30C27.7613 30 30 27.7613 30 25C30 22.2387 27.7613 20 25 20C22.2387 20 20 22.2387 20 25C20 27.7613 22.2387 30 25 30ZM25 22C26.6567 22 28 23.3433 28 25C28 26.6567 26.6567 28 25 28C23.3433 28 22 26.6567 22 25C22 23.3433 23.3433 22 25 22Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { d: "M26 21H24V18H26V21Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { d: "M26 32H24V29H26V32Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { d: "M29 26V24H32V26H29Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { d: "M18 26V24H21V26H18Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { d: "M27.1213 28.535L28.5359 27.1211L30.6569 29.2431L29.2423 30.657L27.1213 28.535Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { d: "M19.343 20.7567L20.7576 19.3428L22.8786 21.4648L21.464 22.8787L19.343 20.7567Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { d: "M28.5359 22.8789L27.1213 21.465L29.2423 19.343L30.6569 20.7569L28.5359 22.8789Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { d: "M20.7576 30.6572L19.343 29.2433L21.464 27.1213L22.8786 28.5352L20.7576 30.6572Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { d: "M6 10V8H21V10H6Z", fill: "#00BFB3" }), /*#__PURE__*/_react.default.createElement("path", { d: "M6 15V13H21V15H6Z", fill: "#00BFB3" }), /*#__PURE__*/_react.default.createElement("path", { d: "M6 20V18H15V20H6Z", fill: "#00BFB3" }), /*#__PURE__*/_react.default.createElement("path", { d: "M6 25V23H13V25H6Z", fill: "#00BFB3" }), /*#__PURE__*/_react.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26 25C26 25.553 25.552 26 25 26C24.448 26 24 25.553 24 25C24 24.447 24.448 24 25 24C25.552 24 26 24.447 26 25Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { d: "M16.0408 29V31H4C2.34315 31 1 29.6569 1 28V4C1 2.34315 2.34315 1 4 1H23C24.6569 1 26 2.34315 26 4V15H24V4C24 3.44772 23.5523 3 23 3H4C3.44772 3 3 3.44772 3 4V28C3 28.5523 3.44772 29 4 29H16.0408Z", fill: "#535766" })); exports.IconRollup = IconRollup;