UNPKG

@scaleflex/icons

Version:
27 lines 1.88 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var Comment2Right = intrinsicComponent(function (_ref, 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, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Comment2Right", ref: ref, width: size, height: size, viewBox: "0 0 50 46", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.87363 0H43.1264C46.919 0 50 3.0758 50 6.86199V29.0093C50 32.7877 46.9268 35.8557 43.1498 35.8713V45.9184L28.6831 35.8713H6.87363C3.08102 35.8713 0 32.7955 0 29.0093V6.86199C0 3.0758 3.08884 0 6.87363 0ZM36.6164 11.1841C36.6164 10.8389 36.3365 10.5591 35.9914 10.5591H14.0086C13.6635 10.5591 13.3836 10.8389 13.3836 11.1841V12.8616C13.3836 13.2067 13.6635 13.4866 14.0086 13.4866H35.9914C36.3365 13.4866 36.6164 13.2067 36.6164 12.8616V11.1841ZM36.6164 17.4215C36.6164 17.0764 36.3365 16.7965 35.9914 16.7965H14.0086C13.6635 16.7965 13.3836 17.0764 13.3836 17.4215V19.099C13.3836 19.4442 13.6635 19.724 14.0086 19.724H35.9914C36.3365 19.724 36.6164 19.4442 36.6164 19.099V17.4215ZM35.9914 23.034C36.3365 23.034 36.6164 23.3138 36.6164 23.659V25.3365C36.6164 25.6817 36.3365 25.9615 35.9914 25.9615H14.0086C13.6635 25.9615 13.3836 25.6817 13.3836 25.3365V23.659C13.3836 23.3138 13.6635 23.034 14.0086 23.034H35.9914Z", fill: color })); }); export default Comment2Right;