@scaleflex/icons
Version:
SVG icons as React components
39 lines • 2.27 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 Upscale = function Upscale(_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": "Upscale",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("g", {
"clip-path": "url(#clip0_29346_69654)"
}, /*#__PURE__*/React.createElement("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M45.6031 0.0250244C48.0068 0.0251269 49.9745 1.99281 49.9746 4.39655V34.9972C49.9745 37.401 48.0068 39.3687 45.6031 39.3688H15.0024C12.5986 39.3687 10.631 37.401 10.6309 34.9972V4.39655C10.631 1.99282 12.5987 0.0251457 15.0024 0.0250244H45.6031ZM26.2902 9.35779C25.2026 9.35779 24.3191 10.2381 24.3191 11.3256C24.3191 12.4131 25.2026 13.2934 26.2902 13.2934H33.7416L20.6655 26.3696C19.8965 27.1386 19.8965 28.3857 20.6655 29.1547C21.3383 29.8272 22.3755 29.9123 23.1397 29.4078L23.4474 29.1547L36.5235 16.0785V23.53C36.5235 24.6175 37.407 25.4978 38.4945 25.4978C39.5818 25.4976 40.4624 24.6173 40.4624 23.53V11.3256C40.4624 10.3744 39.7888 9.58024 38.892 9.39625L38.4945 9.35779H26.2902Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M18.8662 42.4396V46.2076H3.793V31.1344H7.56102V27.3658H1.90842C0.872868 27.3658 0.0244141 28.2143 0.0244141 29.2499V48.0922C0.0244141 49.1261 0.872868 49.9762 1.90842 49.9762H20.7508C21.7863 49.9762 22.6348 49.1261 22.6348 48.0922V42.4396H18.8662Z",
fill: color
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_29346_69654"
}, /*#__PURE__*/React.createElement("rect", {
width: "50",
height: "50",
fill: "white",
transform: "translate(0 0.000610352)"
}))));
};
export default Upscale;