@icongo/li
Version:
LibreICONS Icons
33 lines (32 loc) • 2.18 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandRocketChat = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandRocketChat = function LIBrandRocketChat(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#c1272d",
d: "M13 6.992c0-.603-.18-1.18-.536-1.718-.32-.482-.767-.909-1.33-1.268-1.086-.694-2.515-1.077-4.022-1.077-.503 0-1 .043-1.48.127a4.897 4.897 0 0 0-1.018-.73C2.638 1.37 1 2.304 1 2.304s1.523 1.251 1.276 2.348c-.682.676-1.051 1.491-1.051 2.34v.016c0 .849.369 1.664 1.05 2.34C2.524 10.445 1 11.696 1 11.696s1.638.935 3.614-.022c.37-.199.72-.45 1.018-.73a8.61 8.61 0 0 0 1.48.127c1.507 0 2.936-.382 4.023-1.077.562-.36 1.01-.786 1.33-1.268A3.072 3.072 0 0 0 13 7.008v-.016z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M7.112 3.781c2.79 0 5.052 1.445 5.052 3.227 0 1.782-2.262 3.227-5.052 3.227a7.638 7.638 0 0 1-1.766-.203c-.558.672-1.787 1.607-2.981 1.305.388-.417.964-1.122.84-2.283-.715-.557-1.145-1.27-1.145-2.046 0-1.782 2.262-3.227 5.052-3.227"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#c1272d",
d: "M7.112 7.783a.671.671 0 1 0 0-1.342.671.671 0 0 0 0 1.342zm2.334 0a.671.671 0 1 0 0-1.342.671.671 0 0 0 0 1.342zm-4.667 0a.671.671 0 1 0 0-1.342.671.671 0 0 0 0 1.342z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ccc",
d: "M7.112 9.81a8.764 8.764 0 0 1-1.766-.175c-.493.514-1.509 1.205-2.562 1.18-.138.21-.29.382-.419.522 1.194.302 2.423-.633 2.981-1.305a7.64 7.64 0 0 0 1.766.203c2.768 0 5.016-1.422 5.051-3.184-.035 1.527-2.283 2.76-5.05 2.76z"
})]
}));
};
exports.LIBrandRocketChat = LIBrandRocketChat;