@pinuts/bsr-uikit-relaunch
Version:
BSR UI-KIT Relaunch
39 lines (38 loc) • 3.57 kB
JavaScript
;
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 Hartkunststoffe = props => {
const {
width = _defaultIconPropValues.Icon48PropValues.width,
height = _defaultIconPropValues.Icon48PropValues.height,
fill = _defaultIconPropValues.Icon48PropValues.fill,
...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: "M44.41 27.78C42.79 26.16 40.09 25.78 38 26.66V25C38 24.45 37.55 24 37 24H35.31L35.54 22H39C39.55 22 40 21.55 40 21V20C40 11.65 35.62 5.96 28 3.88V3C28 2.45 27.55 2 27 2H15C14.45 2 14 2.45 14 3V3.88C6.38 5.96 2 11.65 2 20V21C2 21.55 2.45 22 3 22H6.3L6.75 27.83L4.29 30.29C4 30.58 3.92 31.01 4.07 31.38C4.22 31.75 4.59 32 4.99 32H7.06L7.99 44.08C8.03 44.6 8.46 45 8.99 45H21.99C21.99 45.55 22.44 46 22.99 46H36.99C37.54 46 37.99 45.55 37.99 45V40.95C37.99 40.95 38.04 40.93 38.06 40.91L44.4 35.45C45.43 34.43 45.99 33.07 45.99 31.62C45.99 30.17 45.43 28.81 44.4 27.79L44.41 27.78ZM16 4H26V5H16V4ZM6.27 17.32C6.08 17.52 5.99 17.8 6.01 18.08L6.16 20H4.01C4.01 12.78 7.58 7.9 14.01 5.96V6C14.01 6.55 14.46 7 15.01 7H27.01C27.56 7 28.01 6.55 28.01 6V5.96C34.44 7.9 38.01 12.78 38.01 20H35.79L36.01 18.11C36.04 17.83 35.95 17.54 35.76 17.33C35.57 17.12 35.3 17 35.01 17H7C6.72 17 6.46 17.12 6.27 17.32ZM22 41.44L12.87 31.55L14.03 30.39L22 37.45V41.44ZM13 28.5L11.5 30H7.41L13 24.41V28.5ZM9.08 32H10.56L20.71 43H9.92L9.07 32H9.08ZM22 25V34.78L15 28.58V22.01C15 21.61 14.76 21.24 14.38 21.09C14 20.93 13.58 21.02 13.29 21.31L8.61 25.99L8.07 19.02H33.87L33.29 24.02H22.99C22.44 24.02 21.99 24.47 21.99 25.02L22 25ZM36 44H24V26H36V44ZM43.05 33.98L38 38.33V28.94C39.35 27.81 41.74 27.94 43 29.2C43.65 29.84 44 30.7 44 31.62C44 32.54 43.64 33.39 43.05 33.99V33.98Z",
fill: fill,
stroke: "none"
}));
};
Hartkunststoffe.propTypes = {
width: _propTypes.default.string,
height: _propTypes.default.string,
fill: _propTypes.default.string,
stroke: _propTypes.default.string
};
var _default = exports.default = Hartkunststoffe;