@scaleflex/icons
Version:
SVG icons as React components
40 lines • 2.41 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 NoCollections = 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": "NoCollections",
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: "M96.2612 8.21956H54V2.5291C54 1.13809 55.1456 0 56.5459 0H93.7154C95.1156 0 96.2612 1.13809 96.2612 2.5291V8.21956Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M94.2245 59.7495L75.1306 44.9543L55.9094 59.7495C55.1456 60.3817 54 59.7495 54 58.6114V10.8115H96.2612V34.8369V58.5621C96.2612 59.7002 95.1156 60.3817 94.2245 59.7495Z",
fill: color
}), /*#__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
}));
});
export default NoCollections;