@scaleflex/icons
Version:
SVG icons as React components
42 lines • 3.35 kB
JavaScript
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 NoResult = function NoResult(_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": "NoResult",
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: "M75.8524 32.0615C75.2272 32.6902 74.2137 32.6902 73.5886 32.0615L69.0362 27.4833L64.5785 31.9713C63.9537 32.6004 62.9407 32.6004 62.3159 31.9713C61.6912 31.3423 61.6912 30.3225 62.3159 29.6934L66.7724 25.2067L62.1198 20.5276C61.4947 19.8989 61.4947 18.8796 62.1198 18.251C62.7449 17.6223 63.7585 17.6223 64.3836 18.251L69.035 22.9288L73.7783 18.1532C74.4031 17.5242 75.416 17.5242 76.0408 18.1532C76.6656 18.7822 76.6656 19.8021 76.0408 20.4311L71.2988 25.2054L75.8524 29.7849C76.4775 30.4135 76.4775 31.4328 75.8524 32.0615Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M85.1852 45.2287L101.129 58.8435C101.575 59.5423 102.325 59.8874 103.105 59.9767C103.885 60.0661 104.694 59.8998 105.272 59.4479C105.866 58.8683 106.199 58.2588 106.287 57.4917C106.375 56.7246 106.204 55.9278 105.743 55.3568L89.3382 41.171C92.2629 37.4907 94.077 33.1649 94.6211 28.4345C96.2239 14.4991 85.9681 1.79524 71.8047 0.171968C57.6413 -1.45131 44.7679 8.60173 43.165 22.5371C41.5621 36.4726 51.818 49.1764 65.9814 50.7997C72.8682 51.589 79.8186 49.5359 85.1852 45.2287ZM66.4691 45.4152C55.2943 44.1345 47.2279 34.1427 48.4925 23.1477C49.7572 12.1528 60.027 4.13298 71.0572 5.52669C82.2319 6.80744 90.2983 16.7993 89.0337 27.7942C87.769 38.7891 77.6439 46.696 66.4691 45.4152Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M136.792 11.0071C136.792 10.2256 137.426 9.59204 138.208 9.59204H148.585C149.366 9.59204 150 10.2256 150 11.0071C150 11.7887 149.366 12.4222 148.585 12.4222H138.208C137.426 12.4222 136.792 11.7887 136.792 11.0071Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M127.83 19.9691C127.048 19.9691 126.415 20.6027 126.415 21.3842C126.415 22.1658 127.048 22.7993 127.83 22.7993H143.868C144.649 22.7993 145.283 22.1658 145.283 21.3842C145.283 20.6027 144.649 19.9691 143.868 19.9691H127.83Z",
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: "M1.4151 37.8935C0.633563 37.8935 0 38.5271 0 39.3087C0 40.0902 0.633563 40.7237 1.4151 40.7237H17.4528C18.2343 40.7237 18.8679 40.0902 18.8679 39.3087C18.8679 38.5271 18.2343 37.8935 17.4528 37.8935H1.4151Z",
fill: color
}));
};
export default NoResult;