@react95/icons
Version:
React95 icons gallery
107 lines • 4.47 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 HtmlPage_16x16_8 = function HtmlPage_16x16_8(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: "#888",
d: "M3 0h9M3 1h1M3 2h1M3 3h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#fff",
d: "M4 1h7M4 2h1m7 0h1M4 3h1m-1 9h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#a0a0a0",
d: "M11 1h1m-1 1h1m0 2h1m0 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#585858",
d: "M12 1h1m0 1h1m-3 1h1m2 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1M4 14h11"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#fff8f0",
d: "M5 2h6M5 3h2m2 0h2M8 4h1m1 1h1M5 6h2M5 8h2m1 0h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#0078b8",
d: "M7 3h2M4 4h4m0 1h1M4 6h1m4 0h1M4 7h6M4 8h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#303030",
d: "M12 3h3M2 10h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "navy",
d: "M3 4h1M2 5h1M1 6h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#2858ff",
d: "M9 4h1M3 7h1M2 8h2M3 9h2m3 0h1m-5 1h4"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#f0f0f0",
d: "M10 4h1M9 5h1m0 1h1M7 8h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#d0d0d0",
d: "M11 4h1m0 1h1m0 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1M4 13h10"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#787878",
d: "M13 4h1M1 7h1M0 8h1m2 4h1m-1 1h1m-1 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#909090",
d: "M3 5h1M2 6h1M1 9h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#a8c8f0",
d: "M4 5h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#2828ff",
d: "M5 5h2m0 1h1M7 9h1m-7 1h1m1 0h1m-3 1h1m0 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#68ffff",
d: "M7 5h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#e8e8e8",
d: "M11 5h1m-1 1h2m-3 1h3M9 8h4m-3 1h3m-4 1h4m-5 1h5m-8 1h8"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#ffff90",
d: "M3 6h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#00a8ff",
d: "M8 6h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#ffd890",
d: "M2 7h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#ff9068",
d: "M1 8h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#606060",
d: "M0 9h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#003098",
d: "M2 9h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "silver",
d: "M5 9h2"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#006098",
d: "M9 9h1m-2 1h1m-4 1h3"
}), /*#__PURE__*/React.createElement("path", {
stroke: "olive",
d: "M0 10h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
d: "M3 11h2"
}));
};
export var htmlPageData = {
'16x16_8': HtmlPage_16x16_8
};
var HtmlPageComponent = function HtmlPageComponent(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '16x16_8' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = htmlPageData[variant];
return /*#__PURE__*/React.createElement(Svg, rest);
};
export var HtmlPage = /*#__PURE__*/React.memo(HtmlPageComponent);
HtmlPage.displayName = 'HtmlPage';