@scaleflex/icons
Version:
SVG icons as React components
34 lines • 3.14 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 Organize = function Organize(_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": "Organize",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M48.8976 10.3224H23.6963C23.0874 10.3224 22.5938 10.7906 22.5938 11.3683V15.604C22.5938 16.1816 23.0874 16.6499 23.6963 16.6499H48.8976C49.5064 16.6499 50 16.1816 50 15.604V11.3683C50 10.7906 49.5064 10.3224 48.8976 10.3224Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M48.8976 21.806H23.6963C23.0874 21.806 22.5938 22.2743 22.5938 22.8519V27.0877C22.5938 27.6653 23.0874 28.1335 23.6963 28.1335H48.8976C49.5064 28.1335 50 27.6653 50 27.0877V22.8519C50 22.2743 49.5064 21.806 48.8976 21.806Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M48.8976 33.2897H23.6963C23.0874 33.2897 22.5938 33.7579 22.5938 34.3355V38.5713C22.5938 39.1489 23.0874 39.6172 23.6963 39.6172H48.8976C49.5064 39.6172 50 39.1489 50 38.5713V34.3355C50 33.7579 49.5064 33.2897 48.8976 33.2897Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M17.0708 38.3622H13.3226V26.0942C13.3226 26.0942 13.3226 26.0314 13.3226 26V11.5984H17.0487C17.2465 11.5981 17.4405 11.5473 17.6105 11.4514C17.7804 11.3556 17.92 11.2181 18.0147 11.0534C18.1094 10.8887 18.1557 10.7029 18.1486 10.5154C18.1416 10.3279 18.0816 10.1457 17.9748 9.98778L10.0043 0.470379C9.90388 0.325821 9.76721 0.207171 9.60655 0.125073C9.44588 0.0429763 9.26625 0 9.08377 0C8.90128 0 8.72165 0.0429763 8.56099 0.125073C8.40033 0.207171 8.26366 0.325821 8.16325 0.470379L0.181728 10.0296C0.0725339 10.1869 0.0101401 10.3693 0.0011349 10.5574C-0.00787027 10.7456 0.0368473 10.9325 0.130566 11.0986C0.224284 11.2646 0.363525 11.4036 0.533584 11.5007C0.703644 11.5979 0.89821 11.6497 1.09674 11.6507H4.84496V23.9188C4.84496 23.9188 4.84496 23.9815 4.84496 24.0129V38.3936H1.11878C0.920111 38.392 0.724682 38.4414 0.553164 38.5365C0.381647 38.6316 0.240416 38.769 0.144408 38.934C0.0484007 39.099 0.00118482 39.2856 0.00775407 39.474C0.0143233 39.6624 0.0744335 39.8456 0.181728 40.0042L8.1412 49.5216C8.24114 49.6684 8.37825 49.7891 8.54002 49.8726C8.70178 49.9562 8.88304 50 9.06723 50C9.25142 50 9.43268 49.9562 9.59445 49.8726C9.75621 49.7891 9.89332 49.6684 9.99326 49.5216L17.9748 39.9833C18.0835 39.8267 18.1458 39.6453 18.1553 39.4581C18.1648 39.2708 18.121 39.0846 18.0286 38.9189C17.9362 38.7532 17.7986 38.614 17.63 38.5161C17.4615 38.4182 17.2684 38.365 17.0708 38.3622Z",
fill: color
}));
};
export default Organize;