@figlinq/plotly-icons
Version:
set of plotly icons
12 lines • 619 B
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
const PlotConeIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, {
viewBox: "0 0 1360 1360",
...props,
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "m225.789 819.922 222.98-96.366-104.28-115.568zM560.889 447.017 773.026 328.73l-115.36-104.498zM652.143 812.807l232.156-71.453-91.035-126.252zM925.186 966.93l238.652-45.326-76.505-135.553zM294.912 1135.768l233.006-68.614-89.48-127.343zM928.172 538.308l236.041-57.275-83.24-131.544z"
})
});
export default PlotConeIcon;