UNPKG

@figlinq/plotly-icons

Version:
33 lines 1.19 kB
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 TraceTypeCarpetIcon = 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: "m41.5 16.469-8.745 8.887-4.71 7.858-4.709 3.418-8.745-5.468L4.5 29.796l5.382-4.101 4.036-7.176 9.418-8.887 8.073 4.786L41.5 16.469z", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }), /*#__PURE__*/_jsx("path", { stroke: "#08547d", d: "m28.045 33.214-9.418-5.468-8.745-2.051m22.873-.339-9.419-3.419-9.418-3.418", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }), /*#__PURE__*/_jsx("path", { stroke: "#08547d", d: "m14.591 31.164 4.036-3.418 4.709-5.809 8.073-7.519", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" })] }) }); export default TraceTypeCarpetIcon;