@icongo/fc
Version:
Flat Color Icons
29 lines (28 loc) • 1.04 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCDocument = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCDocument = function FCDocument(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90CAF9",
d: "M40 45H8V3h22l10 10z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#E1F5FE",
d: "M38.5 14H29V4.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1976D2",
d: "M16 21h17v2H16zm0 4h13v2H16zm0 4h17v2H16zm0 4h13v2H16z"
})]
}));
};
exports.FCDocument = FCDocument;