UNPKG

@scaleflex/icons

Version:
36 lines 2.45 kB
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 BatchEdit = 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": "BatchEdit", 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: "M21.6003 21.0342L28.9663 28.4002L46.7394 10.6272L39.3733 3.26113L21.6003 21.0342Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M27.6823 29.076L20.9245 22.3182L17.8835 31.3736C17.7483 31.8467 18.1538 32.2522 18.6268 32.117L27.6823 29.076Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M47.753 9.61348L49.037 8.32949C50.321 7.04551 50.321 4.95059 49.037 3.6666L46.3339 0.963477C45.0499 -0.320508 42.955 -0.320508 41.671 0.963477L40.387 2.24746L47.753 9.61348Z", fill: color }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.8419 8.96481H26.1104C27.0862 8.96481 27.8728 9.7623 27.8728 10.7316C27.8728 11.7009 27.0862 12.4984 26.1104 12.4984H12.8448C11.8795 12.5055 11.1022 13.2888 11.1022 14.2515V37.1453C11.1093 38.1262 11.8947 38.9013 12.8419 38.9013H37.3709C38.3364 38.8943 39.1138 38.111 39.1138 37.1482V22.8403C39.1138 21.871 39.9004 21.0735 40.8762 21.0735C41.8453 21.0735 42.6425 21.866 42.6298 22.8472V37.157C42.6298 39.7327 40.7861 41.8911 38.3378 42.3464V44.2626C38.3378 47.4201 35.7895 50.0003 32.6244 50.0003H5.71338C2.55798 50.0003 0 47.4201 0 44.253V19.1359C0 15.9655 2.56391 13.4001 5.71338 13.3885L7.65624 13.3886C8.06709 10.8835 10.2367 8.97433 12.8419 8.96481ZM12.8419 42.4349H34.5849V44.253C34.5849 45.3377 33.7088 46.2202 32.6211 46.228H5.71338C4.64521 46.228 3.76093 45.3541 3.75298 44.25V19.1359C3.75298 18.0513 4.62884 17.1688 5.7164 17.1609H7.58623V37.1482C7.58623 40.0612 9.939 42.4349 12.8419 42.4349Z", fill: color })); }); export default BatchEdit;