@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
34 lines (27 loc) • 1.32 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ChatRightDots = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var ChatRightDots = function ChatRightDots(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props), {}, {
className: "btfont ".concat(props.className ? props.className : ''),
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z",
fillRule: "evenodd"
})]
}));
};
exports.ChatRightDots = ChatRightDots;
//# sourceMappingURL=ChatRightDots.js.map
;