baseui
Version:
A React Component library implementing the Base design language
44 lines (41 loc) • 2.93 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
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 && Object.prototype.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; }
/*
Copyright (c) Uber Technologies, Inc.
This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.
*/
const Jcb = ({
size
}) => /*#__PURE__*/React.createElement("svg", {
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, /*#__PURE__*/React.createElement("path", {
d: "M13 4H15V16C15 18.21 13.21 20 11 20H9V8C9 5.79 10.79 4 13 4Z",
fill: "#BF2240"
}), /*#__PURE__*/React.createElement("path", {
d: "M8 4V16C8 18.21 6.21 20 4 20H1V8C1 5.79 2.79 4 5 4H8Z",
fill: "#1061A7"
}), /*#__PURE__*/React.createElement("path", {
d: "M23 4V16C23 18.21 21.21 20 19 20H16V8C16 5.79 17.79 4 20 4H23Z",
fill: "#43A946"
}), /*#__PURE__*/React.createElement("path", {
d: "M1 12.47C1.22 12.61 2.3 12.96 2.74 12.99C3.69 13.06 4.28 12.74 4.37 11.95V9.01001H6.47V11.89C6.36 13.54 4.91 13.87 2.71 13.76C2.14 13.73 1.37 13.58 1 13.49V12.47Z",
fill: "white"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 9.77011C9.74 9.19011 10.94 8.91011 12.47 9.02011C13.34 9.09011 13.98 9.21009 14.33 9.31009V10.3401C13.94 10.1501 13.18 9.8601 12.55 9.8201C11.11 9.7201 10.36 10.3901 10.36 11.4801C10.36 12.4601 10.94 13.3001 12.55 13.1901C13.08 13.1501 13.96 12.8501 14.33 12.6701V13.6701C14.01 13.7701 13.01 13.9901 12.06 14.0001C10.64 14.0001 9.63 13.7001 9 13.2101V9.77011Z",
fill: "white"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.99 11.35V11.33C20.88 11.16 21.13 10.63 21.13 10.17C21.13 9.29998 20.29 9 19.58 9H16V13.79H19.92C20.44 13.79 21.42 13.53 21.42 12.58C21.41 11.65 20.51 11.35 19.99 11.35ZM17.2 9.76001C17.37 9.75001 18.13 9.77001 18.56 9.76001C18.86 9.75001 19.15 10.01 19.15 10.39C19.15 10.76 18.82 10.97 18.59 10.98L17.2 10.97V9.76001ZM18.68 13.02H17.21V11.7C17.37 11.7 18.27 11.7 18.68 11.7C19.01 11.7 19.32 11.97 19.32 12.35C19.32 12.78 18.96 13.02 18.68 13.02Z",
fill: "white"
}));
var _default = exports.default = Jcb;