UNPKG

@icongo/fc

Version:
25 lines 616 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 FCInfo = 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: "#2196F3" }), /*#__PURE__*/_jsx("path", { fill: "#fff", d: "M22 22h4v11h-4z" }), /*#__PURE__*/_jsx("circle", { cx: 24, cy: 16.5, r: 2.5, fill: "#fff" })] })); export { FCInfo };