UNPKG

@figlinq/plotly-icons

Version:
11 lines 355 B
import React from 'react'; import PlotlyIconBase from './IconBase.js'; import { jsx as _jsx } from "react/jsx-runtime"; const PlotAreaIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, { viewBox: "0 0 32 32", ...props, children: /*#__PURE__*/_jsx("path", { d: "m32 26.625-12-16L16 16 9.312 5.25-.001 26.625z" }) }); export default PlotAreaIcon;