iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 733 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Crop2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.023 2.75a.75.75 0 00-1.5 0V4.5h-1.75a.75.75 0 100 1.5h1.75v11.25a2.25 2.25 0 002.25 2.25h11.25v1.75a.75.75 0 001.5 0V19.5h1.75a.75.75 0 100-1.5h-1.75V5.56l1.78-1.78a.75.75 0 10-1.06-1.06l-1.78 1.78H6.023V2.75zM16.963 6L6.023 16.94V6h10.94zM7.084 18l10.94-10.94V18H7.083z", fill: "#323544" }));
exports.default = Crop2;