@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
31 lines (28 loc) • 1.49 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgMessage = function SvgMessage(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("g", {
clipPath: "url(#a)"
}, /*#__PURE__*/React.createElement("path", {
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-4.587-1.112l-3.826 1.067a1.25 1.25 0 0 1-1.54-1.54l1.068-3.823a9.96 9.96 0 0 1-1.115-4.592c0-5.523 4.477-10 10-10Zm0 1.5a8.5 8.5 0 0 0-8.5 8.5c0 1.47.373 2.883 1.073 4.137l.15.27-1.112 3.984 3.987-1.112.27.15a8.5 8.5 0 1 0 4.133-15.93Zm-3.25 9.5h4.498a.75.75 0 0 1 .102 1.493l-.102.007h-4.498a.75.75 0 0 1-.102-1.493l.102-.007h4.498-4.498Zm0-3.5h6.505a.75.75 0 0 1 .101 1.493l-.101.007h-6.505a.75.75 0 0 1-.102-1.493l.102-.007h6.505-6.505Z",
fill: color
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "a"
}, /*#__PURE__*/React.createElement("path", {
fill: color,
d: "M0 0h24v24h-24z"
}))));
};
export { SvgMessage as S };