@react95/icons
Version:
React95 icons gallery
61 lines • 3.27 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 Lights100_32x32_4 = function Lights100_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: "M6 9h25M5 10h25M4 11h25m1 0h1M3 12h25m1 0h2m-5 1h1m1 0h3m-4 1h4m-4 1h4m-4 1h4m-4 1h4m-4 1h4m-4 1h3m-3 1h2m-2 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
d: "M31 9h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1M1 14h25m5 0h1M0 15h27m4 0h1M0 16h5m4 0h9m4 0h5m4 0h1M0 17h4m6 0h7m6 0h4m4 0h1M0 18h4m6 0h7m6 0h4m4 0h1M0 19h4m6 0h7m6 0h4m3 0h1M0 20h4m6 0h7m6 0h4m2 0h1M0 21h5m4 0h9m4 0h5m1 0h1M0 22h28M1 23h25"
}), /*#__PURE__*/React.createElement("path", {
stroke: "silver",
d: "M30 10h1m-2 1h1m-2 1h1M2 13h24m1 0h1m-2 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "red",
d: "M5 16h4m9 0h4M4 17h6m7 0h6M4 18h6m7 0h6M4 19h6m7 0h6M4 20h6m7 0h6M5 21h4m9 0h4"
}));
};
var Lights100_16x16_4 = function Lights100_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: "M3 3h13M2 4h12M1 5h12m1 0h1M0 6h1m12 0h2m-2 1h2m-2 1h2m-2 1h2m-2 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "silver",
d: "M14 4h1m-2 1h1M1 6h12"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
d: "M15 4h1m-1 1h1m-1 1h1M0 7h13m2 0h1M0 8h2m3 0h3m3 0h2m2 0h1M0 9h2m3 0h3m3 0h2m2 0h1M0 10h2m3 0h3m3 0h2m1 0h1M0 11h14M1 12h12"
}), /*#__PURE__*/React.createElement("path", {
stroke: "maroon",
d: "M2 8h1m1 0h1m3 0h1m1 0h1m-9 2h1m1 0h1m3 0h1m1 0h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "red",
d: "M3 8h1m5 0h1M2 9h3m3 0h3m-8 1h1m5 0h1"
}));
};
export var lights100Data = {
'32x32_4': Lights100_32x32_4,
'16x16_4': Lights100_16x16_4
};
export var Lights100 = function Lights100(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '32x32_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = lights100Data[variant];
return /*#__PURE__*/React.createElement(Svg, rest);
};