UNPKG

@scaleflex/icons

Version:
39 lines 3.07 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 NoCommentsRight = 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": "NoCommentsRight", ref: ref, width: size, height: size, viewBox: "0 0 150 60", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M53.2484 4.80078H96.7516C101.303 4.80078 105 8.49174 105 13.0352V39.6119C105 44.146 101.312 47.8276 96.7798 47.8463V59.9028L79.4198 47.8463H53.2484C48.6972 47.8463 45 44.1554 45 39.6119V13.0352C45 8.49174 48.7066 4.80078 53.2484 4.80078ZM88.9396 18.2217C88.9396 17.8075 88.6039 17.4717 88.1896 17.4717H61.8104C61.3961 17.4717 61.0604 17.8075 61.0604 18.2217V20.2346C61.0604 20.6489 61.3961 20.9846 61.8104 20.9846H88.1896C88.6039 20.9846 88.9396 20.6489 88.9396 20.2346V18.2217ZM88.9396 25.7066C88.9396 25.2924 88.6039 24.9566 88.1896 24.9566H61.8104C61.3961 24.9566 61.0604 25.2924 61.0604 25.7066V27.7196C61.0604 28.1338 61.3961 28.4696 61.8104 28.4696H88.1896C88.6039 28.4696 88.9396 28.1338 88.9396 27.7196V25.7066ZM88.1896 32.4416C88.6039 32.4416 88.9396 32.7774 88.9396 33.1916V35.2046C88.9396 35.6188 88.6039 35.9546 88.1896 35.9546H61.8104C61.3961 35.9546 61.0604 35.6188 61.0604 35.2046V33.1916C61.0604 32.7774 61.3961 32.4416 61.8104 32.4416H88.1896Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M138.208 9C137.426 9 136.792 9.63356 136.792 10.4151C136.792 11.1966 137.426 11.8302 138.208 11.8302H148.585C149.366 11.8302 150 11.1966 150 10.4151C150 9.63356 149.366 9 148.585 9H138.208Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M126.415 20.7922C126.415 20.0107 127.048 19.3771 127.83 19.3771H143.868C144.649 19.3771 145.283 20.0107 145.283 20.7922C145.283 21.5737 144.649 22.2073 143.868 22.2073H127.83C127.048 22.2073 126.415 21.5737 126.415 20.7922Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M9.43384 49.0943C9.43384 48.3128 10.0674 47.6792 10.8489 47.6792H21.2263C22.0078 47.6792 22.6414 48.3128 22.6414 49.0943C22.6414 49.8759 22.0078 50.5094 21.2263 50.5094H10.8489C10.0674 50.5094 9.43384 49.8759 9.43384 49.0943Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M0 38.7166C0 37.9351 0.633563 37.3015 1.4151 37.3015H17.4528C18.2343 37.3015 18.8679 37.9351 18.8679 38.7166C18.8679 39.4981 18.2343 40.1317 17.4528 40.1317H1.4151C0.633563 40.1317 0 39.4981 0 38.7166Z", fill: color })); }); export default NoCommentsRight;