UNPKG

@figlinq/plotly-icons

Version:
11 lines 648 B
import React from 'react'; import PlotlyIconBase from './IconBase.js'; import { jsx as _jsx } from "react/jsx-runtime"; const PlotIsosurface3dIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, { viewBox: "0 0 32 32", ...props, children: /*#__PURE__*/_jsx("path", { d: "m30.313 18.375-2.375-2.188-4.438-11.5 1.063-1.375 4.063 7.563zm-12.5 5.188-10.25-7L11.001 5h11.875l4.375 11.25zM24 2.938l-1.063 1.375H10.812l-3-1.625 7.75-.938zm-17.125 0 3.438 1.875-3.375 11.688-5.313 2.875v-7.813zM1.75 20.063l5.438-2.938 10.313 7-.938 6.125-9.313-2.563zm22.75 7-7.25 3.063.875-5.938 9.5-7.375 2.75 2.563z" }) }); export default PlotIsosurface3dIcon;