@icongo/fc
Version:
Flat Color Icons
24 lines • 744 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 FCRatings = 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: "#42A5F5",
d: "M36 44H8V8h20l8 8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#90CAF9",
d: "M40 40H12V4h20l8 8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#E1F5FE",
d: "M38.5 13H31V5.5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#1976D2",
d: "M34 20h-7l2.4 2.4-2.4 2.5-4-4-6.1 6 2.2 2.2 3.9-4 4 4 4.6-4.5L34 27z"
})]
}));
export { FCRatings };