UNPKG

@icongo/fc

Version:
20 lines 596 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var FCRating = 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("circle", { cx: 24, cy: 24, r: 21, fill: "#F44336" }), /*#__PURE__*/_jsx("path", { fill: "#FFCA28", d: "m24 11 3.9 7.9 8.7 1.3-6.3 6.1 1.5 8.7-7.8-4.1-7.8 4.1 1.5-8.7-6.3-6.1 8.7-1.3z" })] })); export { FCRating };