UNPKG

@iimm/icons

Version:

some react svg icons

40 lines (34 loc) 2.56 kB
var _excluded = ["size", "color"]; 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); } function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } import React from 'react'; /** 方框里的加号 */ export var IconSquarePlusColorful = function IconSquarePlusColorful(props) { var _props$size = props.size, size = _props$size === void 0 ? 24 : _props$size, _props$color = props.color, color = _props$color === void 0 ? '#1a42e3' : _props$color, restProps = _objectWithoutProperties(props, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size }, restProps, { viewBox: "0 0 1024 1024" }), /*#__PURE__*/React.createElement("path", { d: "M70.4 153.6c0-45.9264 37.2736-83.2 83.2-83.2h716.8c45.9264 0 83.2 37.2736 83.2 83.2v716.8c0 45.9264-37.2736 83.2-83.2 83.2H153.6A83.2 83.2 0 0 1 70.4 870.4V153.6z m64 0v716.8c0 10.5984 8.6016 19.2 19.2 19.2h716.8a19.2 19.2 0 0 0 19.2-19.2V153.6A19.2 19.2 0 0 0 870.4 134.4H153.6A19.2 19.2 0 0 0 134.4 153.6z", fill: color, "p-id": "22753" }), /*#__PURE__*/React.createElement("path", { d: "M307.2 544a32 32 0 1 1 0-64h409.6a32 32 0 1 1 0 64H307.2z", fill: color, "p-id": "22754", "data-spm-anchor-id": "a313x.7781069.0.i25" }), /*#__PURE__*/React.createElement("path", { d: "M480 307.2a32 32 0 1 1 64 0v409.6a32 32 0 1 1-64 0V307.2z", fill: color, "p-id": "22755", "data-spm-anchor-id": "a313x.7781069.0.i24" })); };