UNPKG

@react95/icons

Version:
47 lines (46 loc) 2.47 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.confcp108Data = exports.Confcp108 = 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 Confcp108_32x32_4 = function Confcp108_32x32_4(props) { return /*#__PURE__*/_react["default"].createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", shapeRendering: "crispEdges", viewBox: "0 -0.5 32 32" }, props)); }; var Confcp108_16x16_4 = function Confcp108_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: "#000", d: "M3 3h11M3 4h1m9 0h1M3 5h1m9 0h1M3 6h1m9 0h1M3 7h1m9 0h1M3 8h1m9 0h1M3 9h1m9 0h1M3 10h1m9 0h1M3 11h1m9 0h1M3 12h1m9 0h1M3 13h11" }), /*#__PURE__*/_react["default"].createElement("path", { stroke: "#fff", d: "M4 4h9M4 5h9M4 6h9M4 7h9M4 8h9M4 9h9m-9 1h9m-9 1h9m-9 1h9" })); }; var confcp108Data = exports.confcp108Data = { '32x32_4': Confcp108_32x32_4, '16x16_4': Confcp108_16x16_4 }; var Confcp108 = exports.Confcp108 = function Confcp108(_ref) { var _ref$variant = _ref.variant, variant = _ref$variant === void 0 ? '32x32_4' : _ref$variant, rest = _objectWithoutProperties(_ref, _excluded); var Svg = confcp108Data[variant]; return /*#__PURE__*/_react["default"].createElement(Svg, rest); };