@react95/icons
Version:
React95 icons gallery
46 lines (45 loc) • 2.61 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.printData = exports.Print = void 0;
var _react = _interopRequireDefault(require("react"));
var _excluded = ["variant"];
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
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); }
var Print_16x16_4 = function Print_16x16_4(props) {
return /*#__PURE__*/_react["default"].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["default"].createElement("path", {
stroke: "gray",
d: "M5 1h8M4 2h1M4 3h1M3 4h1M3 5h1M2 6h1m11 0h1M1 7h2m10 0h1M0 8h1m11 0h1m1 0h1M0 9h11m2 0h2M0 10h1m6 0h3m3 0h1M0 11h1m-1 1h1m12 0h1M2 13h9m1 0h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#000",
d: "M13 1h1m-1 1h1M6 3h5m1 0h1m-1 1h1M5 5h5m1 0h4m-4 1h1m1 0h1m1 0h1M3 7h8m1 0h1m1 0h2m-5 1h1m1 0h1m1 0h1m-5 1h2m2 0h1m-4 1h1m1 0h1m-3 1h3M1 12h12m1 0h1M1 13h1m9 0h1m1 0h1M2 14h11"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#fff",
d: "M5 2h8M5 3h1m5 0h1M4 4h8M4 5h1m5 0h1M3 6h8"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "silver",
d: "M12 6h1m-2 1h1M1 8h10M1 10h6m3 0h2M1 11h6m3 0h2"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#ff0",
d: "M7 11h3"
}));
};
var printData = exports.printData = {
'16x16_4': Print_16x16_4
};
var Print = exports.Print = function Print(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = printData[variant];
return /*#__PURE__*/_react["default"].createElement(Svg, rest);
};