@iimm/icons
Version:
some react svg icons
44 lines (38 loc) • 2.55 kB
JavaScript
var _excluded = ["size"];
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 IconZipColorful = function IconZipColorful(props) {
var _props$size = props.size,
size = _props$size === void 0 ? 24 : _props$size,
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: "M97.9 376h828.4v269.2H97.9z",
fill: "#F95F5D",
"p-id": "24716"
}), /*#__PURE__*/React.createElement("path", {
d: "M926.3 376V161.5c0-26.6-23.8-50.3-52.1-50.3H149.9c-28.3 0-52.1 23.7-52.1 50.3V376h828.5z m0 0",
fill: "#55C7F7",
"p-id": "24717"
}), /*#__PURE__*/React.createElement("path", {
d: "M97.9 645.2v214.5c0 26.6 23.6 50.3 51.7 50.3h725c28.1 0 51.7-23.7 51.7-50.3V645.2H97.9z m0 0",
fill: "#7ECF3B",
"p-id": "24718"
}), /*#__PURE__*/React.createElement("path", {
d: "M421.8 111.2h184.9V910H421.8z",
fill: "#FDAF42",
"p-id": "24719"
}), /*#__PURE__*/React.createElement("path", {
d: "M606.7 457.4v112.4H413V457.4h193.7m31.1-45.9H381.9c-4.4 0-11.8 4.4-11.8 11.8v179c0 4.4 4.4 11.8 11.8 11.8h255.9c4.4 0 11.8-4.4 11.8-11.8v-179c-2.9-8.8-7.4-11.8-11.8-11.8z m0 0",
fill: "#FFFFFF",
"p-id": "24720"
}));
};