@figlinq/plotly-icons
Version:
set of plotly icons
57 lines • 1.78 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 TraceTypeSurfaceIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsxs("linearGradient", {
id: "a",
x1: "23.445",
x2: "23.445",
y1: "12.605",
y2: "28.002",
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/_jsx("stop", {
offset: "0",
stopColor: "#1d9cfc"
}), /*#__PURE__*/_jsx("stop", {
offset: "1",
stopColor: "#55bbe7"
})]
})
}), /*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
stroke: "#08547d",
d: "m23.511 23.571.005-15.302L37 14.295v15.75l-13.489-6.474z",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
stroke: "#08547d",
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", {
fill: "#55bbe7",
stroke: "#08547d",
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", {
fill: "url(#a)",
stroke: "#08547d",
d: "M16.565 29.746c1.795-.942 3.07-4.294 3.07-9.292a3.81 3.81 0 1 1 7.62 0c0 4.998 1.275 8.35 3.07 9.292",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
})]
});
export default TraceTypeSurfaceIcon;