@icongo/fc
Version:
Flat Color Icons
40 lines (39 loc) • 1.66 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCReadingEbook = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCReadingEbook = function FCReadingEbook(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: "#2196F3",
d: "M33.5 27c-2.2-3-5.2-5-9.5-5s-7.3 2-9.5 5h19z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#546E7A",
d: "M34.1 43H13.9c-1.1 0-1.9-.8-2-1.9l-.8-13c0-1.1.9-2.1 2-2.1h21.8c1.2 0 2.1 1 2 2.1l-.8 13c-.1 1.1-.9 1.9-2 1.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 34,
cy: 29,
r: 1,
fill: "#B0BEC5"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#FFB74D",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 12,
r: 8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.1 42.4 15 43.5c-.6.6-1.6.6-2.2 0l-3.3-3.3c-.6-.6-.6-1.6 0-2.2l1.1-1.1c1.3-1.3 3.1-1.3 4.4 0l1.1 1.1c1.2 1.3 1.2 3.2 0 4.4zM31.9 38l1.1-1.1c1.3-1.3 3.1-1.3 4.4 0l1.1 1.1c.6.6.6 1.6 0 2.2l-3.3 3.3c-.6.6-1.6.6-2.2 0l-1.1-1.1c-1.2-1.2-1.2-3.1 0-4.4z"
})]
})]
}));
};
exports.FCReadingEbook = FCReadingEbook;