@scaleflex/icons
Version:
SVG icons as React components
27 lines • 1.19 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 CropClassicTv = function CropClassicTv(_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": "CropClassicTv",
ref: ref,
width: size,
height: size,
viewBox: "0 0 44 36",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M0.125 2.37561C0.125 1.51267 0.824555 0.81311 1.6875 0.81311H42.3125C43.1754 0.81311 43.875 1.51267 43.875 2.37561V33.6256C43.875 34.4886 43.1754 35.1881 42.3125 35.1881H1.6875C0.824555 35.1881 0.125 34.4886 0.125 33.6256V2.37561ZM3.25 3.93811V32.0631H40.75V3.93811H3.25Z",
fill: color
}));
};
export default CropClassicTv;