UNPKG

@icongo/mc

Version:
13 lines 561 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var MCMdlAreaChart = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 2048 2048" }, props, { children: /*#__PURE__*/_jsx("path", { d: "m256 1792 1664 1v128l-1792-1V129h128v1663zm1664-859v731H384V760l320-160 435 218 333-332zM704 744l-192 95v441h433l540-270 307 307V987l-320-321-307 308zm-192 792h1280v-37l-333-333-484 242H512v128z" }) })); export { MCMdlAreaChart };