UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

48 lines (47 loc) 3.6 kB
"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 Muellauto = props => { const { width = _defaultIconPropValues.Icon48PropValues.width, height = _defaultIconPropValues.Icon48PropValues.height, stroke = _defaultIconPropValues.Icon48PropValues.stroke, 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("g", { clipPath: "url(#prefix__a)" }, /*#__PURE__*/React.createElement("path", { fill: fill, stroke: stroke, strokeWidth: 0.4, d: "M39 13h-7.184A2.995 2.995 0 0 0 29 11H11c-4.962 0-9 4.038-9 9v9c0 1.654 1.346 3 3 3h1.826a4 4 0 0 0-.076.75A4.255 4.255 0 0 0 11 37a4.25 4.25 0 0 0 3.875-2.523A4.25 4.25 0 0 0 18.75 37 4.255 +4.255 0 0 0 23 32.75c0-.257-.032-.506-.076-.75h9.902a4 4 0 0 0-.076.75A4.254 4.254 0 0 0 37 37a4.254 4.254 0 0 0 4.25-4.25c0-.257-.032-.506-.076-.75H43c1.654 0 3-1.346 3-3v-9c0-3.86-3.14-7-7-7Zm5 7v2h-5a1 1 0 0 1-1-1v-6h1c2.757 0 5 2.243 5 5ZM4 29v-9c0-3.86 3.14-7 7-7h2.566L7.302 30H5a1 1 0 0 1-1-1Zm7 6c-1.24 0-2.25-1.01-2.25-2.25S9.76 30.5 11 30.5s2.25 1.01 2.25 2.25S12.24 35 11 35Zm7.75 0c-1.24 0-2.25-1.01-2.25-2.25s1.01-2.25 2.25-2.25S21 31.51 21 32.75 19.99 35 18.75 35Zm0-6.5c-1.29 0-2.433.59-3.213 1.5h-1.324c-.78-.91-1.923-1.5-3.213-1.5-.372 0-.726.063-1.07.153L15.698 13H29a1 1 0 0 1 1 1v16h-8.037c-.78-.91-1.923-1.5-3.213-1.5ZM37 35c-1.24 0-2.25-1.01-2.25-2.25S35.76 30.5 37 30.5s2.25 1.01 2.25 2.25S38.24 35 37 35Zm7-6a1 1 0 0 1-1 1h-2.786c-.78-.91-1.924-1.5-3.214-1.5s-2.434.59-3.214 1.5H32V15h4v6c0 1.654 1.346 3 3 3h5z" })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "prefix__a" }, /*#__PURE__*/React.createElement("path", { fill: "#fff", d: "M2 11h44v26H2z" })))); }; Muellauto.propTypes = { width: _propTypes.default.string, height: _propTypes.default.string, fill: _propTypes.default.string, stroke: _propTypes.default.string }; var _default = exports.default = Muellauto;