UNPKG

@scaleflex/icons

Version:
40 lines 2.75 kB
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 NoNotification = function NoNotification(_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": "NoNotification", 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", { d: "M138.208 9.59204C137.426 9.59204 136.792 10.2256 136.792 11.0071C136.792 11.7887 137.426 12.4222 138.208 12.4222H148.585C149.366 12.4222 150 11.7887 150 11.0071C150 10.2256 149.366 9.59204 148.585 9.59204H138.208Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M126.415 21.3842C126.415 20.6027 127.048 19.9691 127.83 19.9691H143.868C144.649 19.9691 145.283 20.6027 145.283 21.3842C145.283 22.1658 144.649 22.7993 143.868 22.7993H127.83C127.048 22.7993 126.415 22.1658 126.415 21.3842Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M9.43384 49.6864C9.43384 48.9048 10.0674 48.2713 10.8489 48.2713H21.2263C22.0078 48.2713 22.6414 48.9048 22.6414 49.6864C22.6414 50.4679 22.0078 51.1015 21.2263 51.1015H10.8489C10.0674 51.1015 9.43384 50.4679 9.43384 49.6864Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M0 39.3087C0 38.5271 0.633563 37.8935 1.4151 37.8935H17.4528C18.2343 37.8935 18.8679 38.5271 18.8679 39.3087C18.8679 40.0902 18.2343 40.7237 17.4528 40.7237H1.4151C0.633563 40.7237 0 40.0902 0 39.3087Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M98.777 50.6256L94.6904 43.5005C92.7673 40.2504 91.8058 36.3754 91.8058 32.6254V26.3753C91.8058 18.5002 86.7576 11.7501 79.7864 9.62511V5.00005C79.7864 2.25002 77.6229 0 74.9786 0C72.3344 0 70.1709 2.25002 70.1709 5.00005V9.5001C63.1996 11.6251 58.1515 18.3752 58.1515 26.2503V32.5004C58.1515 36.3754 57.1899 40.1254 55.2668 43.3755L51.1803 50.5006C50.9399 50.8756 50.9399 51.3756 51.1803 51.7506C51.4207 52.1256 51.7812 52.3756 52.262 52.3756H97.9356C98.4164 52.3756 98.777 52.1256 99.0174 51.7506C99.0174 51.5006 99.0174 51.0006 98.777 50.6256Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M67.4065 55C68.7286 58 71.6132 60 74.9785 60C78.3439 60 81.2285 58 82.5506 55H67.4065Z", fill: color })); }; export default NoNotification;