UNPKG

@figlinq/plotly-icons

Version:
11 lines 413 B
import React from 'react'; import PlotlyIconBase from './IconBase.js'; import { jsx as _jsx } from "react/jsx-runtime"; const ZoomPlusIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, { viewBox: "0 0 16 16", ...props, children: /*#__PURE__*/_jsx("path", { d: "M.013 1.012V15h13.999V1.012H.013zm10.999 7.995H8.013v2.999h-2V9.007h-3V7.008h3V4.01h2v2.998h2.999v1.999z" }) }); export default ZoomPlusIcon;