UNPKG

@icongo/fc

Version:
18 lines 552 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 FCAreaChart = 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: "#3F51B5", d: "M42 37H6V25l10-15 14 7L42 6z" }), /*#__PURE__*/_jsx("path", { fill: "#00BCD4", d: "M42 42H6V32l10-8 14 2 12-9z" })] })); export { FCAreaChart };