UNPKG

@wufengteam/inputs

Version:

平台提供的右侧属性编辑器,需要在主工程中注册

18 lines 759 B
import React from 'react'; export var AddIcon = function AddIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }), /*#__PURE__*/React.createElement("path", { d: "M7.5 8.5H4.5V7.5H7.5V4.5H8.5V7.5H11.5V8.5H8.5V11.5H7.5V8.5Z", fill: "#1C242E", fillOpacity: "0.75" }), /*#__PURE__*/React.createElement("path", { d: "M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14Z", fill: "#1C242E", fillOpacity: "0.75" })); };