UNPKG

@scaleflex/icons

Version:
39 lines 2.99 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 NoLogs2 = 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": "NoLogs2", ref: ref, width: size, height: size / 2.5, viewBox: "0 0 150 60", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__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 }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M61.0743 60C56.8353 60 53.3999 56.5647 53.3999 52.3256V7.67442C53.3999 5.64 54.2092 3.68651 55.6464 2.24651C57.0864 0.809303 59.0399 0 61.0743 0H64.4511H94.5627C95.718 0 96.6557 0.937674 96.6557 2.09302V46.7442C96.6557 47.8995 95.718 48.8372 94.5627 48.8372H64.4511H61.0743C59.1487 48.8372 57.5859 50.4 57.5859 52.3256C57.5859 54.2512 59.1487 55.814 61.0743 55.814H94.5627C95.718 55.814 96.6557 56.7516 96.6557 57.907C96.6557 59.0623 95.718 60 94.5627 60H61.0743ZM84.9906 15.3488H67.2976C66.1422 15.3488 65.2046 14.4112 65.2046 13.2558C65.2046 12.1005 66.1422 11.1628 67.2976 11.1628H84.9906C86.146 11.1628 87.0836 12.1005 87.0836 13.2558C87.0836 14.4112 86.146 15.3488 84.9906 15.3488ZM67.3056 24.6H84.9986C86.154 24.6 87.0916 23.6623 87.0916 22.507C87.0916 21.3516 86.154 20.4139 84.9986 20.4139H67.3056C66.1502 20.4139 65.2126 21.3516 65.2126 22.507C65.2126 23.6623 66.1502 24.6 67.3056 24.6Z", fill: color })); }); export default NoLogs2;