@figlinq/plotly-icons
Version:
set of plotly icons
11 lines • 419 B
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
const TooltipCompareIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, {
viewBox: "0 0 17.994 16",
...props,
children: /*#__PURE__*/_jsx("path", {
d: "M2.998 1.019V1L.006 4.008 3 7h15V1.019H2.998zm0 7.988v-.015L.006 11.994 3 15h15V9l-15.002.007z"
})
});
export default TooltipCompareIcon;