UNPKG

amis-theme-editor

Version:

amis主题编辑器

40 lines (36 loc) 1.42 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 SvgCode = function SvgCode(props) { return /*#__PURE__*/React.createElement("svg", _extends({ viewBox: "0 0 20 21", xmlns: "http://www.w3.org/2000/svg", className: "icon" }, props), _g || (_g = /*#__PURE__*/React.createElement("g", { fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { d: "M0 .57h20v20H0z" }), /*#__PURE__*/React.createElement("path", { stroke: "#151B26", strokeWidth: 1.25, strokeLinejoin: "round", d: "M2.5 4.32h15v12.5h-15z" }), /*#__PURE__*/React.createElement("path", { stroke: "#151B26", strokeWidth: 1.25, strokeLinecap: "round", d: "m11.709 7.411-3.362 6.284" }), /*#__PURE__*/React.createElement("path", { stroke: "#151B26", strokeWidth: 1.25, strokeLinecap: "round", strokeLinejoin: "round", d: "m13.643 8.803 1.768 1.768-1.766 1.766M6.582 8.803l-1.768 1.768 1.766 1.766" })))); }; export { SvgCode as default };