eapp-amis-theme-editor
Version:
amis主题编辑器
24 lines (20 loc) • 894 B
JavaScript
/**
* amis-theme-editor v2.0.11-beta.2
* Copyright 2018-2023 @fex
*/
import * as React from 'react';
var _path;
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 SvgAddButton = function SvgAddButton(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg",
className: "icon"
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
stroke: "currentColor",
fill: "none",
strokeLinejoin: "round",
d: "M2.5 2.5h11v11h-11zM5 8h6M8 5v6"
})));
};
export { SvgAddButton as default };