UNPKG

amis-theme-editor

Version:

amis主题编辑器

62 lines (58 loc) 1.9 kB
/** * amis-theme-editor v2.0.22-beta.2 * Copyright 2018-2023 @fex */ import * as React from 'react'; var _g; function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } var SvgCustom = function SvgCustom(props) { return /*#__PURE__*/React.createElement("svg", _extends({ viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", className: "icon" }, props), _g || (_g = /*#__PURE__*/React.createElement("g", { transform: "translate(1 1)", fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { d: "M0 0h16v16H0z" }), /*#__PURE__*/React.createElement("rect", { fill: "#84868C", x: 7.116, y: 2.951, width: 6.913, height: 1, rx: 0.5 }), /*#__PURE__*/React.createElement("rect", { fill: "#84868C", x: 7.116, y: 5.989, width: 5.188, height: 1, rx: 0.5 }), /*#__PURE__*/React.createElement("rect", { fill: "#84868C", x: 7.116, y: 9.028, width: 6.913, height: 1, rx: 0.5 }), /*#__PURE__*/React.createElement("rect", { fill: "#84868C", x: 7.116, y: 12.066, width: 5.188, height: 1, rx: 0.5 }), /*#__PURE__*/React.createElement("path", { d: "M4.284 2.5v1.488m0 2.742v2.144m0 3.065V13.5", stroke: "#84868C", strokeLinecap: "round", strokeLinejoin: "bevel" }), /*#__PURE__*/React.createElement("path", { d: "M4.25 9.195a1.336 1.336 0 1 1 0 2.671 1.336 1.336 0 0 1 0-2.671Zm0-5.153a1.336 1.336 0 1 1 0 2.672 1.336 1.336 0 0 1 0-2.672Z", stroke: "#84868C", strokeLinejoin: "round" })))); }; export { SvgCustom as default };