UNPKG

@semcore/icon

Version:
26 lines 1.46 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 React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function ChatPlus({ 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" })); } ChatPlus.displayName = 'ChatPlus'; export default createBaseComponent(ChatPlus);