@react95/icons
Version:
React95 icons gallery
50 lines • 2.88 kB
JavaScript
var _excluded = ["variant"];
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); }
import React from 'react';
var WebLink_16x16_4 = function WebLink_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 0h6M2 1h2M1 2h1M0 3h2m9 0h1M0 4h1M0 5h1M0 6h1M0 7h1M0 8h1m10 0h1m-6 4h1m5 0h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "teal",
d: "M4 1h1m3 4h1m0 2h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "silver",
d: "M5 1h1M3 2h1m0 1h1M2 4h1m2 6h1m1 0h1m3 0h1m1 0h1M4 11h1m9 0h1m-7 1h3m-7 1h1m9 0h1M5 14h1m1 0h1m3 0h1m1 0h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "green",
d: "M6 1h3M5 2h5M9 3h2M3 4h2m1 0h2m1 0h2M2 5h5m3 0h1M3 6h6M5 7h4M5 8h4"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
d: "M9 1h1m0 1h1m0 2h1m-1 1h1m-1 1h1m-1 1h1M1 9h1m3 0h4m1 0h4M2 10h1m1 0h1m4 0h1m4 0h1M3 11h1m1 0h9m1 0h1M3 12h1m1 0h1m1 0h1m3 0h1m1 0h1m1 0h1M3 13h1m1 0h9m1 0h1M4 14h1m4 0h1m4 0h1M5 15h4m1 0h4"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#fff",
d: "M2 2h1m1 0h1M3 3h1m2 7h1m1 0h1m1 0h1m1 0h1m-9 2h1m9 0h1m-9 2h1m1 0h1m1 0h1m1 0h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#00f",
d: "M2 3h1m2 0h4M1 4h1m6 0h1M1 5h1M1 6h2m6 0h2M1 7h4m5 0h1M2 8h3m4 0h1M2 9h3"
}), /*#__PURE__*/React.createElement("path", {
stroke: "navy",
d: "M5 4h1m1 1h1m1 0h1M1 8h1m8 0h1M9 9h1m-7 1h1"
}));
};
export var webLinkData = {
'16x16_4': WebLink_16x16_4
};
var WebLinkComponent = function WebLinkComponent(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = webLinkData[variant];
return /*#__PURE__*/React.createElement(Svg, rest);
};
export var WebLink = /*#__PURE__*/React.memo(WebLinkComponent);
WebLink.displayName = 'WebLink';