UNPKG

@figlinq/plotly-icons

Version:
11 lines 439 B
import React from 'react'; import PlotlyIconBase from './IconBase.js'; import { jsx as _jsx } from "react/jsx-runtime"; const PlotStackedAreaIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, { viewBox: "0 0 32 32", ...props, children: /*#__PURE__*/_jsx("path", { d: "M14.688 22.688 0 17.313v9.375h32v-5.375l-8-3.938zM24 8l-9.313 5.375L-.001 5.312v9.313L14.687 20 24 14.687l8 4v-6.75z" }) }); export default PlotStackedAreaIcon;