@figlinq/plotly-icons
Version:
set of plotly icons
11 lines • 373 B
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
const PlotVolume3dIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, {
viewBox: "0 0 32 32",
...props,
children: /*#__PURE__*/_jsx("path", {
d: "m2 25 12 5V16L2 11zm16-9v14l12-5V11zM16 1 2 7l14 6 14-6z"
})
});
export default PlotVolume3dIcon;