@icongo/fc
Version:
Flat Color Icons
32 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCReadingEbook = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#2196F3",
d: "M33.5 27c-2.2-3-5.2-5-9.5-5s-7.3 2-9.5 5h19z"
}), /*#__PURE__*/_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__*/_jsx("circle", {
cx: 34,
cy: 29,
r: 1,
fill: "#B0BEC5"
}), /*#__PURE__*/_jsxs("g", {
fill: "#FFB74D",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 12,
r: 8
}), /*#__PURE__*/_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"
})]
})]
}));
export { FCReadingEbook };