@pinuts/bsr-uikit-relaunch
Version:
BSR UI-KIT Relaunch
76 lines (75 loc) • 4.92 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _propTypes = _interopRequireDefault(require("prop-types"));
var _defaultIconPropValues = require("../_defaultIconPropValues.ts");
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
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); }
const Beratung = props => {
const {
width = _defaultIconPropValues.Icon48PropValues.width,
height = _defaultIconPropValues.Icon48PropValues.height,
fill = _defaultIconPropValues.Icon48PropValues.fill,
stroke = _defaultIconPropValues.Icon48PropValues.stroke,
...restProps
} = props;
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 48 48",
width: width,
height: height,
fill: "none"
}, restProps), /*#__PURE__*/React.createElement("path", {
d: "M13 31C16.31 31 19 28.31 19 25C19 21.69 16.31 19 13 19C9.69 19 7 21.69 7 25C7 28.31 9.69 31 13 31ZM13 21C15.21 21 17 22.79 17 25C17 27.21 15.21 29 13 29C10.79 29 9 27.21 9 25C9 22.79 10.79 21 13 21Z",
fill: fill,
stroke: stroke,
strokeWidth: "0.6"
}), /*#__PURE__*/React.createElement("path", {
d: "M29 25C29 28.31 31.69 31 35 31C38.31 31 41 28.31 41 25C41 21.69 38.31 19 35 19C31.69 19 29 21.69 29 25ZM39 25C39 27.21 37.21 29 35 29C32.79 29 31 27.21 31 25C31 22.79 32.79 21 35 21C37.21 21 39 22.79 39 25Z",
fill: fill,
stroke: stroke,
strokeWidth: "0.6"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.29 32C16.99 31.99 16.7 32.05 16.39 32.19C15.96 32.38 14.46 33 13 33C11.54 33 10.04 32.38 9.61 32.19C9.3 32.05 9.01 31.99 8.71 32C5.4 32.14 3 34.66 3 38V44C3 45.1 3.9 46 5 46H21C22.1 46 23 45.1 23 44V38C23 34.66 20.6 32.14 17.29 32ZM21 44H5V38C5 35.74 6.56 34.09 8.79 34.01C9.45 34.31 11.19 35 13 35C14.81 35 16.54 34.31 17.21 34C19.44 34.09 21 35.74 21 38V44Z",
fill: fill,
stroke: stroke,
strokeWidth: "0.6"
}), /*#__PURE__*/React.createElement("path", {
d: "M39.29 32C39 31.99 38.7 32.05 38.39 32.19C37.96 32.38 36.46 33 35 33C33.54 33 32.04 32.38 31.61 32.19C31.3 32.05 31.02 31.99 30.71 32C27.4 32.14 25 34.66 25 38V44C25 45.1 25.9 46 27 46H43C44.1 46 45 45.1 45 44V38C45 34.66 42.6 32.14 39.29 32ZM43 44H27V38C27 35.74 28.56 34.09 30.79 34.01C31.45 34.31 33.19 35 35 35C36.81 35 38.54 34.31 39.21 34C41.44 34.09 43 35.74 43 38V44Z",
fill: fill,
stroke: stroke,
strokeWidth: "0.6"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.57 19.9C19.71 19.97 19.86 20 20 20C20.22 20 20.44 19.93 20.62 19.78L25.35 16H36C37.65 16 39 14.65 39 13V5C39 3.35 37.65 2 36 2H22C20.35 2 19 3.35 19 5V19C19 19.38 19.22 19.73 19.57 19.9ZM21 5C21 4.45 21.45 4 22 4H36C36.55 4 37 4.45 37 5V13C37 13.55 36.55 14 36 14H25C24.77 14 24.55 14.08 24.38 14.22L21 16.92V5Z",
fill: fill,
stroke: stroke,
strokeWidth: "0.6"
}), /*#__PURE__*/React.createElement("path", {
d: "M25 10C25.5523 10 26 9.55228 26 9C26 8.44772 25.5523 8 25 8C24.4477 8 24 8.44772 24 9C24 9.55228 24.4477 10 25 10Z",
fill: fill,
stroke: stroke,
strokeWidth: "0.8"
}), /*#__PURE__*/React.createElement("path", {
d: "M29 10C29.5523 10 30 9.55228 30 9C30 8.44772 29.5523 8 29 8C28.4477 8 28 8.44772 28 9C28 9.55228 28.4477 10 29 10Z",
fill: fill,
stroke: stroke,
strokeWidth: "0.8"
}), /*#__PURE__*/React.createElement("path", {
d: "M33 10C33.5523 10 34 9.55228 34 9C34 8.44772 33.5523 8 33 8C32.4477 8 32 8.44772 32 9C32 9.55228 32.4477 10 33 10Z",
fill: fill,
stroke: stroke,
strokeWidth: "0.8"
}));
};
Beratung.propTypes = {
width: _propTypes.default.string,
height: _propTypes.default.string,
fill: _propTypes.default.string,
stroke: _propTypes.default.string
};
var _default = exports.default = Beratung;