@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.45 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootChatPlus({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "ChatPlus",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3.003 2h18.045A1.003 1.003 0 0 1 22 3v14.012a1 1 0 0 1-1.003 1.001H8.707l-5.153 3.803a1.004 1.004 0 0 1-1.003.09 1.002 1.002 0 0 1-.551-.89V3a1 1 0 0 1 1.003-1Zm5.423 14.012h11.62V4.022H4.004v15.012l3.83-2.822a1 1 0 0 1 .591-.2Zm2.597-5.005H9.018a1.003 1.003 0 0 1-1.003-1 1 1 0 0 1 1.003-1.001h2.005V7.004a1 1 0 0 1 1.002-1 1.003 1.003 0 0 1 1.003 1v2.002h2.005a1.003 1.003 0 0 1 1.002 1 1 1 0 0 1-1.002 1.001h-2.005v2.002a1 1 0 0 1-1.003 1 1.003 1.003 0 0 1-1.002-1v-2.002Z",
shapeRendering: "geometricPrecision"
}));
}
RootChatPlus.displayName = 'ChatPlus';
const ChatPlus = createBaseComponent(RootChatPlus);
export { ChatPlus as default };