UNPKG

@figlinq/plotly-icons

Version:
11 lines 405 B
import React from 'react'; import PlotlyIconBase from './IconBase.js'; import { jsx as _jsx } from "react/jsx-runtime"; const PlotIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, { viewBox: "0 0 32 32", ...props, children: /*#__PURE__*/_jsx("path", { d: "M31.875 4.063 20.937 15.001l-7-6.938-9.938 9.938v6l9.938-10 7 7 10.938-11zM4 27.938V.063H0v31.875h32v-4z" }) }); export default PlotIcon;