UNPKG

@iimm/icons

Version:

some react svg icons

82 lines (77 loc) 4.16 kB
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 IconImageColorful = function IconImageColorful(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: "M106.666667 192h810.666666v640H106.666667z", fill: "#90A4AE", "p-id": "2743" }), /*#__PURE__*/React.createElement("path", { d: "M149.333333 234.666667h725.333334v554.666666H149.333333z", fill: "#FFFFFF", "p-id": "2744" }), /*#__PURE__*/React.createElement("path", { d: "M192 277.333333h640v298.666667H192z", fill: "#4FC3F7", "p-id": "2745" }), /*#__PURE__*/React.createElement("path", { d: "M192 576h640v-106.666667L192 448v128z", fill: "#B3E5FC", "p-id": "2746" }), /*#__PURE__*/React.createElement("path", { d: "M192 640h640v106.666667H192z", fill: "#1976D2", "p-id": "2747" }), /*#__PURE__*/React.createElement("path", { d: "M746.666667 469.333333m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z", fill: "#B3E5FC", "p-id": "2748" }), /*#__PURE__*/React.createElement("path", { d: "M661.333333 448m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z", fill: "#B3E5FC", "p-id": "2749" }), /*#__PURE__*/React.createElement("path", { d: "M512 448m-42.666667 0a42.666667 42.666667 0 1 0 85.333334 0 42.666667 42.666667 0 1 0-85.333334 0Z", fill: "#B3E5FC", "p-id": "2750" }), /*#__PURE__*/React.createElement("path", { d: "M576 448m-42.666667 0a42.666667 42.666667 0 1 0 85.333334 0 42.666667 42.666667 0 1 0-85.333334 0Z", fill: "#B3E5FC", "p-id": "2751" }), /*#__PURE__*/React.createElement("path", { d: "M234.666667 448m-42.666667 0a42.666667 42.666667 0 1 0 85.333333 0 42.666667 42.666667 0 1 0-85.333333 0Z", fill: "#B3E5FC", "p-id": "2752" }), /*#__PURE__*/React.createElement("path", { d: "M277.333333 426.666667m-42.666666 0a42.666667 42.666667 0 1 0 85.333333 0 42.666667 42.666667 0 1 0-85.333333 0Z", fill: "#B3E5FC", "p-id": "2753" }), /*#__PURE__*/React.createElement("path", { d: "M448 426.666667m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z", fill: "#B3E5FC", "p-id": "2754" }), /*#__PURE__*/React.createElement("path", { d: "M362.666667 448m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z", fill: "#B3E5FC", "p-id": "2755" }), /*#__PURE__*/React.createElement("path", { d: "M789.333333 469.333333m-42.666666 0a42.666667 42.666667 0 1 0 85.333333 0 42.666667 42.666667 0 1 0-85.333333 0Z", fill: "#B3E5FC", "p-id": "2756" }), /*#__PURE__*/React.createElement("path", { d: "M192 640h640v-64h-64l-106.666667-42.666667-106.666666 42.666667-170.666667-128-192 128v64z", fill: "#0D47A1", "p-id": "2757" })); };