@scaleflex/icons
Version:
SVG icons as React components
45 lines • 3.64 kB
JavaScript
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 NoAssets = 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": "NoAssets",
ref: ref,
width: size,
height: size,
viewBox: "0 0 150 61",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M101.129 59.3435L85.1852 45.7287C79.8186 50.0359 72.8682 52.089 65.9814 51.2997C51.818 49.6764 41.5621 36.9726 43.165 23.0371C44.7679 9.10173 57.6413 -0.951307 71.8047 0.671968C85.9681 2.29524 96.224 14.9991 94.6211 28.9345C94.077 33.6649 92.2629 37.9907 89.3382 41.671L105.743 55.8568C106.204 56.4278 106.375 57.2246 106.287 57.9917C106.199 58.7588 105.866 59.3683 105.272 59.9479C104.694 60.3998 103.885 60.5661 103.105 60.4767C102.325 60.3874 101.575 60.0423 101.129 59.3435ZM48.4925 23.6477C47.2279 34.6427 55.2943 44.6345 66.4691 45.9152C77.6439 47.196 87.769 39.2891 89.0337 28.2942C90.2983 17.2993 82.232 7.30744 71.0572 6.02669C60.027 4.63298 49.7572 12.6528 48.4925 23.6477Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M55.1047 27.1027C69.8656 41.9918 81.6646 28.7248 83.015 27.0951C83.052 27.0506 83.0719 26.9947 83.0714 26.9372C83.0709 26.8797 83.05 26.8241 83.0123 26.7803C70.1643 11.7406 56.7092 25.0642 55.1003 26.7628C55.0565 26.8091 55.0325 26.8703 55.0334 26.9336C55.0342 26.9969 55.0597 27.0575 55.1047 27.1027ZM69.1815 32.876C65.7295 32.876 62.9311 30.2062 62.9311 26.9128C62.9311 23.6194 65.7306 20.9496 69.1815 20.9496C72.6324 20.9496 75.4319 23.6194 75.4319 26.9128C75.4319 30.2062 72.6346 32.876 69.1815 32.876Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M69.2371 30.319C71.1672 30.319 72.7318 28.8139 72.7318 26.9573C72.7318 25.1007 71.1672 23.5956 69.2371 23.5956C67.3071 23.5956 65.7425 25.1007 65.7425 26.9573C65.7425 28.8139 67.3071 30.319 69.2371 30.319Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M138.208 9.5C137.426 9.5 136.792 10.1336 136.792 10.9151C136.792 11.6966 137.426 12.3302 138.208 12.3302H148.585C149.366 12.3302 150 11.6966 150 10.9151C150 10.1336 149.366 9.5 148.585 9.5H138.208Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M126.415 21.2922C126.415 20.5107 127.048 19.8771 127.83 19.8771H143.868C144.649 19.8771 145.283 20.5107 145.283 21.2922C145.283 22.0737 144.649 22.7073 143.868 22.7073H127.83C127.048 22.7073 126.415 22.0737 126.415 21.2922Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M9.43384 49.5943C9.43384 48.8128 10.0674 48.1792 10.8489 48.1792H21.2263C22.0078 48.1792 22.6414 48.8128 22.6414 49.5943C22.6414 50.3759 22.0078 51.0094 21.2263 51.0094H10.8489C10.0674 51.0094 9.43384 50.3759 9.43384 49.5943Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M0 39.2166C0 38.4351 0.633563 37.8015 1.4151 37.8015H17.4528C18.2343 37.8015 18.8679 38.4351 18.8679 39.2166C18.8679 39.9981 18.2343 40.6317 17.4528 40.6317H1.4151C0.633563 40.6317 0 39.9981 0 39.2166Z",
fill: color
}));
});
export default NoAssets;