UNPKG

@figlinq/plotly-icons

Version:
11 lines 529 B
import React from 'react'; import PlotlyIconBase from './IconBase.js'; import { jsx as _jsx } from "react/jsx-runtime"; const PlotLine3dIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, { viewBox: "0 0 32 32", ...props, children: /*#__PURE__*/_jsx("path", { d: "M21.5 15.625 16.062 14l3.25 5.313zM26 8l-4.5 7.625 2.688.75 1.813-3.063 2.375 4.313-4.188-1.25-4.875 8.313-5.875-9.938-9.125 2.688L10.688 10l2.75 4.75 2.563-.75h.063l-5.375-8.688L.001 18.625h.063l-.063.063 16 8 16-8z" }) }); export default PlotLine3dIcon;