UNPKG

@react95/icons

Version:
64 lines 3.78 kB
var _excluded = ["variant"]; function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(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 (e.includes(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 ReaderOpened_32x32_4 = function ReaderOpened_32x32_4(props) { return /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", shapeRendering: "crispEdges", viewBox: "0 -0.5 32 32" }, props), /*#__PURE__*/React.createElement("path", { stroke: "gray", d: "M3 13h28M2 14h1m27 0h1M1 15h1m27 0h2M0 16h1m27 0h3M0 17h1m27 0h3M0 18h1m8 0h15m4 0h3M0 19h1m6 0h2m15 0h2m2 0h3M0 20h1m6 0h2m15 0h2m2 0h3M0 21h1m27 0h3M0 22h1m27 0h3M0 23h1m27 0h3M0 24h1m6 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m2 0h3M0 25h1m27 0h3M0 26h1m27 0h2M0 27h29" }), /*#__PURE__*/React.createElement("path", { stroke: "silver", d: "M3 14h27M2 15h27M2 17h26M2 18h7m15 0h4M2 19h1m2 0h2m19 0h2M2 20h1m2 0h2m19 0h2M2 21h5m19 0h2M2 22h7m15 0h4M2 23h26M2 24h5m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h2M2 25h5m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h2M2 26h26" }), /*#__PURE__*/React.createElement("path", { stroke: "#000", d: "M31 14h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1M9 19h15m7 0h1M9 20h15m7 0h1M9 21h15m7 0h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-2 1h1m-2 1h1M1 28h28" }), /*#__PURE__*/React.createElement("path", { stroke: "#fff", d: "M1 16h27M1 17h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m5 0h2m15 0h2M1 22h1m7 0h15M1 23h1m-1 1h1m-1 1h1m5 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1M1 26h1" }), /*#__PURE__*/React.createElement("path", { stroke: "red", d: "M3 19h2m-2 1h2" })); }; var ReaderOpened_16x16_4 = function ReaderOpened_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: "gray", d: "M2 4h13M1 5h1m12 0h1M0 6h1m12 0h2M0 7h1m12 0h2M0 8h1m3 0h1m6 0h1m1 0h2M0 9h1m12 0h2M0 10h1m12 0h2M0 11h1m12 0h2M0 12h1m1 0h12" }), /*#__PURE__*/React.createElement("path", { stroke: "silver", d: "M2 5h12M2 7h11M3 8h1m8 0h1M2 9h2m8 0h1M2 10h3m6 0h2M2 11h11" }), /*#__PURE__*/React.createElement("path", { stroke: "#000", d: "M15 5h1m-1 1h1m-1 1h1M5 8h6m4 0h1M5 9h6m4 0h1m-1 1h1m-1 1h1m-2 1h1M1 13h13" }), /*#__PURE__*/React.createElement("path", { stroke: "#fff", d: "M1 6h12M1 7h1M1 8h1M1 9h1m2 0h1m6 0h1M1 10h1m3 0h6M1 11h1m-1 1h1" }), /*#__PURE__*/React.createElement("path", { stroke: "red", d: "M2 8h1" })); }; export var readerOpenedData = { '32x32_4': ReaderOpened_32x32_4, '16x16_4': ReaderOpened_16x16_4 }; export var ReaderOpened = function ReaderOpened(_ref) { var _ref$variant = _ref.variant, variant = _ref$variant === void 0 ? '32x32_4' : _ref$variant, rest = _objectWithoutProperties(_ref, _excluded); var Svg = readerOpenedData[variant]; return /*#__PURE__*/React.createElement(Svg, rest); };