@scaleflex/icons
Version:
SVG icons as React components
33 lines • 2.23 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 Folders = function Folders(_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": "Folders",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 42",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M45.21 33.6535C45.21 33.1711 45.21 32.2275 45.21 32.0723L45.21 11.7536C45.21 11.2364 44.7962 10.8225 44.2789 10.8225L19.2349 10.8225L18.3116 8.46288C17.3612 5.99176 15.8868 6.05277 15.2523 6.07903C15.1961 6.08135 11.6853 6.0834 11.6432 6.0834H0.931098C0.413822 6.0834 0 6.49723 0 7.0145V40.7451C0 41.2624 0.413822 41.6762 0.931098 41.6762H44.2789C44.7962 41.6762 45.21 41.2624 45.21 40.7451V33.6535Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M50 7.07588V34.9974C50 35.5147 49.5862 35.9285 49.0689 35.9285H47.0936C47.126 34.745 47.126 32.278 47.126 32.073L47.126 10.507C47.126 9.62336 46.4097 8.90725 45.526 8.90725C45.526 8.90725 45.748 8.90725 44.3076 8.90725C42.8673 8.90725 43.1335 8.90721 43.802 8.90725C43.7975 8.90719 40.4612 8.90683 40.4567 8.90683L20.5425 8.90683L20.0978 7.7704C19.497 6.21128 18.6193 5.18436 17.5372 4.62994C16.5187 4.10813 15.5712 4.14845 15.2012 4.16419L14.5462 4.16538L14.2152 4.16779L13.8511 4.16781H4.78999V1.26684C4.78999 0.749564 5.20381 0.33574 5.72109 0.33574H19.8945C19.9365 0.33574 19.9861 0.333688 20.0423 0.331364C20.6768 0.305104 22.1512 0.244091 23.1016 2.71522L24.0249 5.07487H47.9996C49.1041 5.07487 50 5.97131 50 7.07588Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M45.21 11.7543V32.073L45.21 30.1588L45.21 30.1566L45.21 11.7543Z",
fill: color
}));
};
export default Folders;