UNPKG

@braineet/ui

Version:

Braineet design system

26 lines 1.35 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function ChatDuo(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 15C15.5523 15 16 15.4477 16 16V17.0704C16 17.5043 15.6418 17.8561 15.2 17.8561H7.6L5.44 20.6842C4.97871 21.2882 4 20.9678 4 20.2129V16C4 15.4477 4.44772 15 5 15H15Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.5 14H7C6.44772 14 6 13.5523 6 13V5C6 4.44772 6.44772 4 7 4H20C20.5523 4 21 4.44772 21 5V17C21 17.961 19.7766 18.3688 19.2 17.6L16.5 14ZM8 12H17C17.3148 12 17.6111 12.1482 17.8 12.4L19 14V6H8V12Z", fill: "currentColor" })] })); } export default ChatDuo;