UNPKG

@scaleflex/icons

Version:
43 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 NoProducts = 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": "NoProducts", 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 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", { d: "M74.9368 26.2841L98.8105 14.2841C99.6947 13.7789 99.6947 12.5157 98.8105 12.0104L74.9368 0.515696C74.5579 0.389381 74.179 0.389381 73.8 0.515696C73.8 0.515696 56.8737 9.23149 50.8105 12.5157C49.9263 13.021 49.9263 14.2841 50.8105 14.7894C57 17.821 73.9263 26.2841 73.9263 26.2841C74.1789 26.5368 74.6842 26.5368 74.9368 26.2841Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M76.0737 27.7999C75.6947 27.9262 75.4421 28.4315 75.4421 28.8104V58.1157C75.4421 58.9999 76.4526 59.6315 77.2105 59.2525C83.1474 56.3473 101.463 47.2525 101.463 47.2525C101.842 46.9999 102.095 46.621 102.095 46.1157V16.6841C102.095 15.7999 101.084 15.1683 100.326 15.5473L76.0737 27.7999Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M72.6632 28.0525L49.9263 16.6841C49.0421 16.3052 48.1579 16.9368 48.1579 17.821V46.8736C48.1579 47.3789 48.4105 47.7578 48.9158 48.0104L71.6526 59.3788C72.5368 59.7578 73.4211 59.1262 73.4211 58.242V29.1894C73.4211 28.6841 73.1684 28.1789 72.6632 28.0525Z", fill: color })); }); export default NoProducts;