UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

7 lines 531 B
import React from "react"; import { SvgIcon } from "@mui/material"; const AreaChartIcon = (props) => (React.createElement(SvgIcon, { ...props, viewBox: "0 0 24 24" }, React.createElement("path", { d: "M3 17L9 10L14 15L21 7V15Q21 17 19 17H3Z", fill: "currentColor", opacity: "0.4" }), React.createElement("path", { d: "M4 16L9 10L14 15L20 8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }))); export default AreaChartIcon; //# sourceMappingURL=AreaChartIcon.js.map