@scaleflex/icons
Version:
SVG icons as React components
32 lines • 2.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size", "ref"];
import React from 'react';
export var Comment2RightNotification = function Comment2RightNotification(_ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
ref = _ref.ref,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "Comment2RightNotification",
ref: ref,
width: size,
height: size,
viewBox: "0 0 63 60",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13 25.5392V43.0094C13 46.7956 16.081 49.8714 19.8736 49.8714H41.6831L56.1498 59.9185V49.8714C59.9268 49.8558 63 46.7878 63 43.0094V20.8621C63 17.0759 59.919 14.0001 56.1264 14.0001H25.2895C24.2232 20.1018 19.2236 24.8512 13 25.5392ZM48.9914 24.5592C49.3365 24.5592 49.6164 24.839 49.6164 25.1842V26.8616C49.6164 27.2068 49.3365 27.4866 48.9914 27.4866H27.0086C26.6635 27.4866 26.3836 27.2068 26.3836 26.8616V25.1842C26.3836 24.839 26.6635 24.5592 27.0086 24.5592H48.9914ZM48.9914 30.7966C49.3365 30.7966 49.6164 31.0764 49.6164 31.4216V33.0991C49.6164 33.4443 49.3365 33.7241 48.9914 33.7241H27.0086C26.6635 33.7241 26.3836 33.4443 26.3836 33.0991V31.4216C26.3836 31.0764 26.6635 30.7966 27.0086 30.7966H48.9914ZM49.6164 37.6591C49.6164 37.3139 49.3365 37.0341 48.9914 37.0341H27.0086C26.6635 37.0341 26.3836 37.3139 26.3836 37.6591V39.3366C26.3836 39.6818 26.6635 39.9616 27.0086 39.9616H48.9914C49.3365 39.9616 49.6164 39.6818 49.6164 39.3366V37.6591Z",
fill: color
}), /*#__PURE__*/React.createElement("circle", {
cx: "11.4375",
cy: "11.5625",
r: "10.9375",
fill: "#3ECF8B"
}));
};
export default Comment2RightNotification;