UNPKG

@scaleflex/icons

Version:
42 lines 3.02 kB
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 IncreaseOutline = function IncreaseOutline(_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": "IncreaseOutline", ref: ref, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.221 25.2516C15.8901 24.5825 15.8901 23.4977 15.221 22.8286C14.5519 22.1594 13.467 22.1594 12.7979 22.8286L4.1756 31.4509L4.1756 27.4665C4.1756 26.5173 3.40609 25.7478 2.45685 25.7478C1.50761 25.7478 0.738098 26.5173 0.738098 27.4665V35.5959C0.738098 36.5451 1.50761 37.3146 2.45685 37.3146H10.5862C11.5354 37.3146 12.3049 36.5451 12.3049 35.5959C12.3049 34.6466 11.5354 33.8771 10.5862 33.8771H6.59547L15.221 25.2516Z", fill: color }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.41284 0.638222C1.4636 0.638222 0.694092 1.40773 0.694092 2.35697V10.4863C0.694092 11.4356 1.4636 12.2051 2.41284 12.2051C3.36208 12.2051 4.13159 11.4356 4.13159 10.4863L4.13159 6.49691L12.7559 15.1212C13.425 15.7903 14.5099 15.7903 15.179 15.1212C15.8481 14.4521 15.8481 13.3673 15.179 12.6982L6.55654 4.07572L10.5422 4.07572C11.4914 4.07572 12.2609 3.30621 12.2609 2.35697C12.2609 1.40773 11.4914 0.638222 10.5422 0.638222H2.41284Z", fill: color }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.8248 12.6995C22.1557 13.3686 22.1557 14.4534 22.8248 15.1225C23.4939 15.7916 24.5787 15.7916 25.2478 15.1225L33.8701 6.50024V10.4846C33.8701 11.4338 34.6396 12.2033 35.5889 12.2033C36.5381 12.2033 37.3076 11.4338 37.3076 10.4846V2.35523C37.3076 1.40599 36.5381 0.636475 35.5889 0.636475L27.4595 0.636475C26.5103 0.636475 25.7408 1.40598 25.7408 2.35522C25.7408 3.30446 26.5103 4.07397 27.4595 4.07397L31.4503 4.07398L22.8248 12.6995Z", fill: color }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.5899 37.3648C36.5392 37.3648 37.3087 36.5953 37.3087 35.646V27.5167C37.3087 26.5675 36.5392 25.7979 35.5899 25.7979C34.6407 25.7979 33.8712 26.5675 33.8712 27.5167L33.8712 31.5061L25.2469 22.8818C24.5778 22.2127 23.4929 22.2127 22.8238 22.8818C22.1547 23.5509 22.1547 24.6357 22.8238 25.3048L31.4462 33.9273H27.4606C26.5114 33.9273 25.7418 34.6968 25.7418 35.646C25.7418 36.5953 26.5114 37.3648 27.4606 37.3648H35.5899Z", fill: color })); }; export default IncreaseOutline;