UNPKG

@icongo/fc

Version:
14 lines 421 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var FCBarChart = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: /*#__PURE__*/_jsx("path", { fill: "#00BCD4", d: "M19 22h10v20H19zM6 12h10v30H6zm26-6h10v36H32z" }) })); export { FCBarChart };