@react95/icons
Version:
React95 icons gallery
79 lines (78 loc) • 4.14 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.shdocvw273Data = exports.Shdocvw273 = 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 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); }
var Shdocvw273_32x32_4 = function Shdocvw273_32x32_4(props) {
return /*#__PURE__*/_react["default"].createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "32",
height: "32",
shapeRendering: "crispEdges",
viewBox: "0 -0.5 32 32"
}, props));
};
var Shdocvw273_16x16_4 = function Shdocvw273_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 1h4M3 2h2m4 0h2M2 3h1M1 4h1M1 5h1M0 6h1m6 0h2M0 7h1m5 0h1M0 8h1m4 0h1M0 9h1m4 0h1m-6 1h1m4 0h1m0 1h1m4 0h1m-5 1h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "silver",
d: "M5 2h1M4 3h1M3 4h1M2 5h1M1 6h1m1 0h1M3 8h1m6 0h1M2 9h1m1 0h1m4 0h1m-2 1h1m1 0h1m-4 1h1m1 0h1m0 1h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#00f",
d: "M6 2h1M6 3h1M6 5h2M5 6h2m5 0h1M4 7h1m6 0h1M2 10h2m-3 1h1m1 0h3m-4 1h5m-4 1h2m3 0h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "teal",
d: "M7 2h2M4 4h1m4 1h1m2 2h1M1 8h1M1 9h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#fff",
d: "M3 3h1m1 0h1M2 4h1m0 1h1M2 6h1m1 0h1M1 7h3m3 0h1m1 0h1M2 8h1m1 0h1m1 0h3M3 9h1m3 0h2m-5 1h1m1 0h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "green",
d: "M7 3h4M5 4h7M4 5h2m2 0h1m1 0h2m-2 1h2M5 7h1m-5 3h1m0 1h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "navy",
d: "M11 3h1m0 5h1m-1 1h1m-1 1h1M1 12h1m0 1h1m2 0h3m1 0h2m-8 1h6"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#000",
d: "M12 4h1m-1 1h1M9 6h1m3 0h1m-4 1h1m2 0h1m-3 1h1m1 0h1m-3 1h1m1 0h1m-3 1h1m1 0h1m-4 1h1m1 0h1m-5 1h2m-1 2h2m-6 1h4m4 0h2"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#0ff",
d: "M8 7h1m0 1h1M6 9h1m3 0h1m-4 1h1m1 0h1m-2 1h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#f0f",
d: "M11 12h1m0 1h1m0 1h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "red",
d: "M12 12h1m0 1h1m0 1h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "maroon",
d: "M13 12h1m-3 1h1m2 0h1m-3 1h1m2 0h1"
}));
};
var shdocvw273Data = exports.shdocvw273Data = {
'32x32_4': Shdocvw273_32x32_4,
'16x16_4': Shdocvw273_16x16_4
};
var Shdocvw273Component = function Shdocvw273Component(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '32x32_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = shdocvw273Data[variant];
return /*#__PURE__*/_react["default"].createElement(Svg, rest);
};
var Shdocvw273 = exports.Shdocvw273 = /*#__PURE__*/_react["default"].memo(Shdocvw273Component);
Shdocvw273.displayName = 'Shdocvw273';