UNPKG

@react95/icons

Version:
58 lines (57 loc) 3.54 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mshtml32545Data = exports.Mshtml32545 = void 0; var _react = _interopRequireDefault(require("react")); var _excluded = ["variant"]; function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } 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); } var Mshtml32545_16x16_4 = function Mshtml32545_16x16_4(props) { return /*#__PURE__*/_react["default"].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["default"].createElement("path", { stroke: "gray", d: "M5 0h5M3 1h2M2 2h1M1 3h1m4 0h7M1 4h1m11 0h1M0 5h1m13 0h1M0 6h1M0 7h1M0 8h1M0 9h1m-1 1h1" }), /*#__PURE__*/_react["default"].createElement("path", { stroke: "silver", d: "M5 1h1M4 2h1M3 3h1M2 4h1m3 0h1m5 0h1M1 5h1m1 0h1m2 0h1m5 0h1M6 6h1M1 7h1m1 0h1m1 0h2m5 0h1m1 0h1M2 8h1m1 0h1m1 0h1m3 0h1m3 0h1M2 9h1m3 0h1m2 0h1m4 0h1M5 10h2m7 0h1m-9 1h1m5 0h1m1 0h1m-9 1h1m7 0h1m-9 1h1m7 0h1m-9 1h9" }), /*#__PURE__*/_react["default"].createElement("path", { stroke: "#fff", d: "M6 1h1M3 2h1m1 0h1M2 3h1m0 1h1m3 0h3m1 0h1M2 5h1m1 0h1m2 0h1m1 0h3m1 0h1M1 6h3m3 0h3m1 0h1M2 7h1m1 0h1m2 0h1m5 0h1M3 8h1m3 0h1m1 0h1m3 0h1M7 9h1m5 0h1m-7 1h1m5 0h1m-7 1h1m5 0h1m-7 1h3m1 0h3m-7 1h1m1 0h3m1 0h1" }), /*#__PURE__*/_react["default"].createElement("path", { stroke: "#00f", d: "M7 1h1m2 0h2M6 2h1m1 0h1m2 0h1M5 5h1M4 6h1M3 9h1m7 0h1M2 10h3m4 0h3M1 11h1m1 0h3m-4 1h4m-3 1h2" }), /*#__PURE__*/_react["default"].createElement("path", { stroke: "teal", d: "M8 1h2M4 3h1m4 4h3M1 8h1m6 0h1M1 9h1m2 0h2m2 0h1m-1 1h1" }), /*#__PURE__*/_react["default"].createElement("path", { stroke: "green", d: "M7 2h1m1 0h2M5 3h1M4 4h2M5 6h1M5 8h1m5 0h1m-2 1h1M1 10h1m0 1h1" }), /*#__PURE__*/_react["default"].createElement("path", { stroke: "navy", d: "M12 2h1m-1 6h1m-1 1h1m-1 1h1m-4 1h3M1 12h1m0 1h1m2 0h1m-3 1h3" }), /*#__PURE__*/_react["default"].createElement("path", { stroke: "#000", d: "M13 3h1m-2 3h4m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1M5 15h11" }), /*#__PURE__*/_react["default"].createElement("path", { stroke: "#ff0", d: "M10 4h1M8 5h1m1 1h1M8 7h1m-1 4h1m1 1h1m-3 1h1m3 0h1" })); }; var mshtml32545Data = exports.mshtml32545Data = { '16x16_4': Mshtml32545_16x16_4 }; var Mshtml32545 = exports.Mshtml32545 = function Mshtml32545(_ref) { var _ref$variant = _ref.variant, variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant, rest = _objectWithoutProperties(_ref, _excluded); var Svg = mshtml32545Data[variant]; return /*#__PURE__*/_react["default"].createElement(Svg, rest); };