UNPKG

@react95/icons

Version:
45 lines 2.53 kB
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 Mailnews23_16x16_4 = function Mailnews23_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 0h1M3 1h1M3 2h1m3 0h1M0 3h1m2 0h1m2 0h1M1 4h1m1 0h1m1 0h1M2 5h1M0 6h3m2 0h5M3 7h1m1 0h1M2 8h2m2 0h1M1 9h1m1 0h1m-1 1h1" }), /*#__PURE__*/React.createElement("path", { stroke: "#ff0", d: "M4 0h1M0 2h1m3 0h1M1 3h1m5 0h1M2 4h1m1 0h1m1 0h1M1 5h1m1 0h1m1 0h1m1 0h1m1 0h1M4 6h1M2 7h1m3 0h1M1 8h1m2 0h1m2 0h1M0 9h1m3 1h1" }), /*#__PURE__*/React.createElement("path", { stroke: "#fff", d: "M4 1h1M4 3h1M0 5h1m3 0h1m1 0h1m1 0h1M3 6h1m0 1h1m2 0h6M5 8h1m2 0h5M4 9h11M5 10h1m6 0h3M4 11h11M4 12h2m6 0h3M4 13h11" }), /*#__PURE__*/React.createElement("path", { stroke: "#000", d: "M10 6h6m-1 1h1m-1 1h1m-1 1h1m-1 1h1M3 11h1m11 0h1M3 12h1m11 0h1M3 13h1m11 0h1M3 14h13" }), /*#__PURE__*/React.createElement("path", { stroke: "maroon", d: "M13 7h1m0 1h1" }), /*#__PURE__*/React.createElement("path", { stroke: "red", d: "M14 7h1m-2 1h1" }), /*#__PURE__*/React.createElement("path", { stroke: "#00f", d: "M6 10h6m-6 2h6" })); }; export var mailnews23Data = { '16x16_4': Mailnews23_16x16_4 }; export var Mailnews23 = function Mailnews23(_ref) { var _ref$variant = _ref.variant, variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant, rest = _objectWithoutProperties(_ref, _excluded); var Svg = mailnews23Data[variant]; return /*#__PURE__*/React.createElement(Svg, rest); };