UNPKG

@scaleflex/icons

Version:
37 lines 2.99 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 NoAccessUsers = function NoAccessUsers(_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": "NoAccessUsers", 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.5918C137.426 9.5918 136.792 10.2254 136.792 11.0069C136.792 11.7884 137.426 12.422 138.208 12.422H148.585C149.366 12.422 150 11.7884 150 11.0069C150 10.2254 149.366 9.5918 148.585 9.5918H138.208Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M126.415 21.384C126.415 20.6024 127.048 19.9689 127.83 19.9689H143.868C144.649 19.9689 145.283 20.6024 145.283 21.384C145.283 22.1655 144.649 22.7991 143.868 22.7991H127.83C127.048 22.7991 126.415 22.1655 126.415 21.384Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M9.43384 49.6861C9.43384 48.9046 10.0674 48.271 10.8489 48.271H21.2263C22.0078 48.271 22.6414 48.9046 22.6414 49.6861C22.6414 50.4676 22.0078 51.1012 21.2263 51.1012H10.8489C10.0674 51.1012 9.43384 50.4676 9.43384 49.6861Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M0 39.3084C0 38.5269 0.633563 37.8933 1.4151 37.8933H17.4528C18.2343 37.8933 18.8679 38.5269 18.8679 39.3084C18.8679 40.0899 18.2343 40.7235 17.4528 40.7235H1.4151C0.633563 40.7235 0 40.0899 0 39.3084Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M101.442 8.39731C101.335 7.62371 100.778 6.98737 100.026 6.77821L75.9105 0.0717652C75.5667 -0.0239217 75.2036 -0.0239217 74.8595 0.0717652L50.7443 6.77821C49.9919 6.98737 49.4353 7.62345 49.3276 8.39731C49.1877 9.40307 45.9969 33.1669 54.1812 44.9887C62.3559 56.7963 74.4154 59.8222 74.9246 59.9454C75.076 59.982 75.2303 60 75.385 60C75.5398 60 75.6941 59.9817 75.8454 59.9454C76.355 59.8222 88.4144 56.7963 96.5888 44.9887C104.773 33.1671 101.582 9.40333 101.442 8.39731ZM90.9362 22.2709L74.4872 38.7199C74.1045 39.1026 73.6025 39.2942 73.1008 39.2942C72.5991 39.2942 72.0972 39.1029 71.7144 38.7199L61.5442 28.5496C61.1763 28.182 60.9698 27.6832 60.9698 27.1632C60.9698 26.6432 61.1766 26.1444 61.5442 25.7768L63.5635 23.7574C64.3293 22.9919 65.5708 22.9917 66.3363 23.7574L73.1008 30.5219L86.1441 17.4784C86.5116 17.1106 87.0105 16.904 87.5305 16.904C88.0505 16.904 88.5493 17.1106 88.9169 17.4784L90.9362 19.4978C91.702 20.2635 91.702 21.5051 90.9362 22.2709Z", fill: color })); }; export default NoAccessUsers;