@react95/icons
Version:
React95 icons gallery
40 lines (39 loc) • 2.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.lst2iconData = exports.Lst2icon = 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 Lst2icon_16x16_4 = function Lst2icon_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: "navy",
d: "M0 1h2m6 0h2M0 2h1m1 0h1m5 0h1m1 0h1M0 3h3m5 0h3M0 6h2m6 0h2M0 7h1m1 0h1m5 0h1m1 0h1M0 8h3m5 0h3M0 11h2m6 0h2M0 12h1m1 0h1m5 0h1m1 0h1M0 13h3m5 0h3"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#fff",
d: "M1 2h1m7 0h1M1 7h1m7 0h1m-9 5h1m7 0h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#000",
d: "M4 2h3m5 0h3M4 7h3m5 0h3M4 12h3m5 0h3"
}));
};
var lst2iconData = exports.lst2iconData = {
'16x16_4': Lst2icon_16x16_4
};
var Lst2icon = exports.Lst2icon = function Lst2icon(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = lst2iconData[variant];
return /*#__PURE__*/_react["default"].createElement(Svg, rest);
};