@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 896 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiCrop = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiCrop = function LIGuiCrop(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11 10V3.354l1.5-1.5-.354-.354-1.5 1.5H4V1H3v2H1v1h2v7h7v2h1v-2h2v-1h-2ZM9.646 4 4 9.646V4h5.646Zm-5.292 6L10 4.354V10H4.354Z"
})
}));
};
exports.LIGuiCrop = LIGuiCrop;