@react95/icons
Version:
React95 icons gallery
45 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 Rnaapp110_16x16_4 = function Rnaapp110_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: "M2 0h6M1 1h1M1 2h1m4 0h1M1 3h1m4 0h1M1 4h1m4 0h1M1 5h1m6 1h6M0 7h1m6 0h1M0 8h1m6 0h1m4 0h1M7 9h1m4 0h1m-6 1h1m4 0h1m-6 1h1m-2 2h1m7 0h1m-9 1h1m7 0h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#fff",
d: "M2 1h6M1 7h6m1 0h6m-7 6h7"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
d: "M8 1h1M2 2h4m2 0h1M2 3h1m5 0h1M2 4h1m5 0h1M8 5h1M1 6h7m6 1h1M8 8h4m2 0h1M1 9h6m1 0h1m5 0h1m-7 1h1m5 0h1m-1 1h1m-8 1h7m1 0h1m-1 1h1m-1 1h1m-9 1h8"
}), /*#__PURE__*/React.createElement("path", {
stroke: "silver",
d: "M7 2h1M7 3h1M7 4h1M2 5h6M1 8h1m1 0h4m6 0h1m-1 1h1m-1 1h1m-6 1h6m0 1h1m-8 2h1m1 0h5"
}), /*#__PURE__*/React.createElement("path", {
stroke: "navy",
d: "M9 2h4m-1 1h1m-1 1h1m-1 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "green",
d: "M3 3h3M3 4h3m3 5h3m-3 1h3"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#0f0",
d: "M2 8h1m5 6h1"
}));
};
export var rnaapp110Data = {
'16x16_4': Rnaapp110_16x16_4
};
export var Rnaapp110 = function Rnaapp110(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = rnaapp110Data[variant];
return /*#__PURE__*/React.createElement(Svg, rest);
};