eapp-amis-theme-editor
Version:
amis主题编辑器
34 lines (30 loc) • 1.17 kB
JavaScript
/**
* amis-theme-editor v2.0.11-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 SvgGlobal = function SvgGlobal(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", {
transform: "translate(0 .57)",
stroke: "currentColor",
strokeLinejoin: "round",
strokeWidth: 1.25,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("path", {
d: "M2.701 2.702h14.603V8.55H2.701zM2.701 11.451h5.848v5.848H2.701z"
}), /*#__PURE__*/React.createElement("rect", {
x: 11.456,
y: 11.451,
width: 5.848,
height: 5.848,
rx: 2.924
}))));
};
export { SvgGlobal as default };