@figlinq/plotly-icons
Version:
set of plotly icons
39 lines • 1.52 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 TraceTypeLine3dIcon = 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: "#55bbe7",
d: "m23.511 23.571.005-15.302L37 14.295v15.75l-13.489-6.474z",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
stroke: "#55bbe7",
d: "M23.511 23.571 9.516 30.045l13.929 6.319L37 30.045l-13.489-6.474z",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
stroke: "#55bbe7",
d: "M9.516 30.045v-15.75l13.999-6.026-.004 15.302-13.995 6.474z",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
stroke: "#08547d",
d: "M31.536 15.247a6.357 6.357 0 0 1-4.188 6.763c-5.017 2.166-11.255.028-11.255-3.14s5.11-3.87 7.48-3.87 7.48 1.908 7.48 5.684c0 3.654-3.797 5.485-8.216 5.566s-6.744-2.266-6.744-4.104 2.786-3.986 7.458-3.986 7.492 3.526 7.492 5.934a5.722 5.722 0 0 1-2.82 5.074",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
})]
})
});
export default TraceTypeLine3dIcon;