@react95/icons
Version:
React95 icons gallery
42 lines • 2.5 kB
JavaScript
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 Regedit201_16x16_4 = function Regedit201_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: "M6 1h8M5 2h1m7 0h1M4 3h1m7 0h2M4 4h1m7 0h2M4 5h1m5 0h1m1 0h2M4 6h1m5 0h1m1 0h2M4 7h1m2 0h4m1 0h2M4 8h1m7 0h1m1 0h2M4 9h1m8 0h1M3 10h1m8 0h1m1 0h1M3 11h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h2M2 12h1m-2 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "silver",
d: "M6 2h7m-2 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1M6 8h6m2 1h1M4 10h8m1 0h1M4 12h1m1 0h1m1 0h1m1 0h1m1 0h1m-1 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
d: "M14 2h1m-1 1h1M6 4h5m3 0h1M6 5h1m7 0h1M6 6h1m7 0h1M6 7h1m7 0h1m-2 1h1M5 9h8m2 0h1m-1 1h1M4 11h1m1 0h1m1 0h1m1 0h1m1 0h1m2 0h1M3 12h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h2m-2 1h1M1 14h12"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#fff",
d: "M5 3h6M5 4h1M5 5h1M5 6h1M5 7h1M5 8h1m-4 5h10"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#0ff",
d: "M7 5h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "teal",
d: "M8 5h2M7 6h3"
}));
};
export var regedit201Data = {
'16x16_4': Regedit201_16x16_4
};
export var Regedit201 = function Regedit201(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = regedit201Data[variant];
return /*#__PURE__*/React.createElement(Svg, rest);
};