@scaleflex/icons
Version:
SVG icons as React components
55 lines • 3.81 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 NoFolders2 = function NoFolders2(_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": "NoFolders2",
ref: ref,
width: size,
height: size / 2.5,
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: "M67.0935 4.41455H45V47.6318H68.3745C70.1886 47.6318 71.8686 48.2137 73.2422 49.1982V10.5633C73.2422 7.17291 70.4838 4.41455 67.0935 4.41455ZM57.2746 8.7335L61.0281 8.7315L67.3639 26.3511L64.0557 27.5407L63.0002 24.6055H55.2521L54.1847 27.5457L50.8801 26.346L57.2746 8.7335ZM69.0401 43.2224H49.1721V39.7067H69.0401V43.2224ZM69.0401 35.3158H49.1721V31.8002H69.0401V35.3158Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M61.736 21.09L59.1449 13.884L56.5286 21.09H61.736Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M81.6256 51.1475C79.0896 51.1475 77.0015 53.1013 76.7787 55.5857H105V51.1475H81.6256Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M68.3745 51.1475H45V55.5857H73.2214C72.9987 53.1013 70.9105 51.1475 68.3745 51.1475Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M76.7578 10.5633V49.1982C78.1313 48.2137 79.8112 47.6318 81.6255 47.6318H105V4.41455H82.9065C79.5162 4.41455 76.7578 7.17291 76.7578 10.5633ZM100.813 43.2224H80.9449V39.7067H100.813V43.2224ZM100.813 35.3158H80.9449V31.8002H100.813V35.3158ZM84.5367 19.1928V15.6772V8.76443H90.6579C93.5331 8.76443 95.8722 11.1035 95.8722 13.9787C95.8722 15.0601 95.5411 16.0656 94.9752 16.8994C96.3403 17.9617 97.221 19.6186 97.221 21.4783C97.221 24.6771 94.6186 27.2794 91.4198 27.2794H84.5367V19.1928Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M93.7055 21.4783C93.7055 20.218 92.6802 19.1929 91.42 19.1929H90.658H88.0523V23.7638H91.4198C92.6802 23.7638 93.7055 22.7385 93.7055 21.4783Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M92.3565 13.9787C92.3565 13.0421 91.5946 12.28 90.6579 12.28H88.0523V15.6772H90.6579C91.5946 15.6773 92.3565 14.9152 92.3565 13.9787Z",
fill: color
}));
};
export default NoFolders2;