UNPKG

@react95/icons

Version:
32 lines 2.04 kB
var _excluded = ["variant"]; function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; } function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; } function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; var Binoc_16x16_4 = function Binoc_16x16_4(props) { return /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", shapeRendering: "crispEdges", viewBox: "0 -0.5 16 16" }, props), /*#__PURE__*/React.createElement("path", { stroke: "#000", d: "M3 1h3m3 0h3M3 2h1m1 0h1m3 0h1m1 0h1M3 3h3m3 0h3M2 4h5m1 0h5M2 5h1m1 0h3m1 0h1m1 0h3M1 6h13M0 7h2m1 0h3m1 0h2m1 0h5M0 8h2m1 0h3m1 0h2m1 0h5M0 9h2m1 0h6m1 0h5M0 10h7m1 0h7M0 11h1m1 0h3m5 0h1m1 0h3M0 12h1m1 0h3m5 0h1m1 0h3M0 13h5m5 0h5" }), /*#__PURE__*/React.createElement("path", { stroke: "#fff", d: "M4 2h1m5 0h1M3 5h1m5 0h1M2 7h1m6 0h1M2 8h1m6 0h1M2 9h1m6 0h1m-9 2h1m9 0h1M1 12h1m9 0h1" })); }; export var binocData = { '16x16_4': Binoc_16x16_4 }; var BinocComponent = function BinocComponent(_ref) { var _ref$variant = _ref.variant, variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant, rest = _objectWithoutProperties(_ref, _excluded); var Svg = binocData[variant]; return /*#__PURE__*/React.createElement(Svg, rest); }; export var Binoc = /*#__PURE__*/React.memo(BinocComponent); Binoc.displayName = 'Binoc';