@figlinq/plotly-icons
Version:
set of plotly icons
32 lines • 1.36 kB
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
const TraceTypeMesh3dIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: /*#__PURE__*/_jsxs("g", {
fill: "none",
children: [/*#__PURE__*/_jsx("path", {
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("path", {
stroke: "#08547d",
d: "M23.511 20.062 9.516 13.588l13.929-6.319 14.039 6.319-13.973 6.474zM9.516 13.588v16.75l13.999 6.026-.004-16.302-13.995-6.474z",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
stroke: "#08547d",
d: "M37.484 13.588v16.75l-13.999 6.026.004-16.302 13.995-6.474z",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
stroke: "#08547d",
d: "M18.489 17.739v16.408M14 15.662V32.5m9.515-1.695L9.516 24.588m13.999 1.217L9.516 19.588m19.026-1.924v16.483m4.489-18.387V32.5m-9.516-1.695 14-6.217m-14 1.217 14-6.217m-23.128-8.21 14.155 6.286m-9.814-8.255 14.303 6.351m-14.542 1.979 14.124-6.292M14 15.662l14.123-6.291",
strokeLinecap: "round",
strokeLinejoin: "round"
})]
})
});
export default TraceTypeMesh3dIcon;