@react95/icons
Version:
React95 icons gallery
63 lines • 3.32 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 Shdocvw261_16x16_4 = function Shdocvw261_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: "M5 0h3M3 1h2m3 0h2M2 2h1M1 3h1m7 0h1M1 4h1M0 5h1M0 6h1M0 7h1m0 1h1M1 9h1m0 1h1m0 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "silver",
d: "M5 1h1M4 2h1M3 3h1m2 0h1M2 4h1m3 0h1M1 5h1m1 0h1m2 0h1M2 6h1m3 0h1m2 0h1M5 7h2m2 0h1M6 8h1m2 0h1M6 9h1m2 0h1m-4 1h1m2 0h1m-4 1h1m2 0h1m-4 1h1m2 0h1m-4 1h1m2 0h1m-4 1h1m2 0h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#fff",
d: "M6 1h1M3 2h1m1 0h1m3 0h1M2 3h1m0 1h1m5 0h1M2 5h1m9 1h1m-1 1h1m-1 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
d: "M7 1h1M6 2h2M7 3h1M7 4h1m2 0h1m2 0h1M7 5h1m1 0h2M7 6h1m2 0h1m4 0h1M7 7h1m2 0h1m4 0h1M7 8h2m1 0h1m4 0h1M7 9h1m2 0h1m1 0h2m1 0h1m-9 1h1m2 0h2m2 0h2M4 11h1m2 0h1m2 0h2m-7 1h1m1 0h1m2 0h1m-4 1h1m2 0h1m-4 1h1m2 0h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "green",
d: "M8 2h1M5 3h1M4 4h1m0 1h1M1 7h1m0 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "maroon",
d: "M10 2h2M8 3h1m3 0h2"
}), /*#__PURE__*/React.createElement("path", {
stroke: "teal",
d: "M4 3h1M1 6h1m2 0h2M2 9h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#f0f",
d: "M10 3h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "red",
d: "M11 3h1M8 4h1m2 0h2M8 5h1m2 0h1M8 6h1M8 7h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#00f",
d: "M5 4h1M4 5h1M3 6h1M2 7h3M3 8h3M3 9h3m-3 1h2"
}), /*#__PURE__*/React.createElement("path", {
stroke: "olive",
d: "M12 5h2m-3 1h1m2 0h1m-1 1h1m-1 1h1m-1 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#ff0",
d: "M13 6h1m-3 1h1m1 0h1m-3 1h1m1 0h1m-3 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "navy",
d: "M5 10h1m-1 1h1"
}));
};
export var shdocvw261Data = {
'16x16_4': Shdocvw261_16x16_4
};
export var Shdocvw261 = function Shdocvw261(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = shdocvw261Data[variant];
return /*#__PURE__*/React.createElement(Svg, rest);
};