@figlinq/plotly-icons
Version:
set of plotly icons
11 lines • 390 B
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
const PlotLineIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, {
viewBox: "0 0 32 32",
...props,
children: /*#__PURE__*/_jsx("path", {
d: "m32 5.313-9.375 14.688L6.687 5.313-.001 18.688v7.938l8-14.625 16 14.625 8-13.313z"
})
});
export default PlotLineIcon;