@icongo/fc
Version:
Flat Color Icons
27 lines • 905 B
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 FCReading = 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: "#5C6BC0",
d: "M40 40c-6.9 0-16 4-16 4V22s9-4 18-4l-2 22z"
}), /*#__PURE__*/_jsx("path", {
fill: "#7986CB",
d: "M8 40c6.9 0 16 4 16 4V22s-9-4-18-4l2 22z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#FFB74D",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 12,
r: 8
}), /*#__PURE__*/_jsx("path", {
d: "M41 32h1c.6 0 1-.4 1-1v-4c0-.6-.4-1-1-1h-1c-1.7 0-3 1.3-3 3s1.3 3 3 3zM7 26H6c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1h1c1.7 0 3-1.3 3-3s-1.3-3-3-3z"
})]
})]
}));
export { FCReading };