UNPKG

@iimm/icons

Version:

some react svg icons

34 lines (29 loc) 2.87 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 IconFileColorful = function IconFileColorful(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: "M663.466667 755.2c78.933333 19.2 183.466667-10.666667 232.533333-46.933333-57.6 78.933333-200.533333 224-283.733333 268.8 42.666667-44.8 59.733333-164.266667 51.2-221.866667z", fill: "#185ABD", "p-id": "3525" }), /*#__PURE__*/React.createElement("path", { d: "M853.333333 42.666667H170.666667c-23.466667 0-42.666667 19.2-42.666667 42.666666v853.333334c0 23.466667 19.2 42.666667 42.666667 42.666666h281.6c185.6 0 128-313.6 128-313.6 115.2 29.866667 315.733333 17.066667 315.733333-117.333333V85.333333c0-23.466667-19.2-42.666667-42.666667-42.666666z", fill: "#41A5EE", "p-id": "3526" }), /*#__PURE__*/React.createElement("path", { d: "M746.666667 469.333333c0 12.8-8.533333 21.333333-21.333334 21.333334H298.666667c-12.8 0-21.333333-8.533333-21.333334-21.333334v-21.333333c0-12.8 8.533333-21.333333 21.333334-21.333333h426.666666c12.8 0 21.333333 8.533333 21.333334 21.333333v21.333333zM746.666667 298.666667c0 12.8-8.533333 21.333333-21.333334 21.333333H298.666667c-12.8 0-21.333333-8.533333-21.333334-21.333333v-21.333334c0-12.8 8.533333-21.333333 21.333334-21.333333h426.666666c12.8 0 21.333333 8.533333 21.333334 21.333333v21.333334z", fill: "#FFFFFF", "p-id": "3527" })); };