@icongo/tb
Version:
Tabler Icons
41 lines (40 loc) • 1.6 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TBBrandDiscord = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TBBrandDiscord = function TBBrandDiscord(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-brand-discord",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 9,
cy: 12,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 15,
cy: 12,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.5 7.5c3.5-1 5.5-1 9 0m-9.5 9c3.5 1 6.5 1 10 0"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.5 17c0 1 1.5 3 2 3 1.5 0 2.833-1.667 3.5-3 .667-1.667.5-5.833-1.5-11.5-1.457-1.015-3-1.34-4.5-1.5l-1 2.5M8.5 17c0 1-1.356 3-1.832 3-1.429 0-2.698-1.667-3.333-3-.635-1.667-.476-5.833 1.428-11.5C6.151 4.485 7.545 4.16 9 4l1 2.5"
})]
}));
};
exports.TBBrandDiscord = TBBrandDiscord;