@gechiui/icons
Version:
GeChiUI Icons package, based on dashicon.
23 lines (19 loc) • 733 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _element = require("@gechiui/element");
var _primitives = require("@gechiui/primitives");
/**
* GeChiUI dependencies
*/
const formatIndentRTL = (0, _element.createElement)(_primitives.SVG, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24"
}, (0, _element.createElement)(_primitives.Path, {
d: "M20 5.5H4V4H20V5.5ZM12 12.5H4V11H12V12.5ZM20 20V18.5H4V20H20ZM20.0303 9.03033L17.0607 12L20.0303 14.9697L18.9697 16.0303L15.4697 12.5303L14.9393 12L15.4697 11.4697L18.9697 7.96967L20.0303 9.03033Z"
}));
var _default = formatIndentRTL;
exports.default = _default;
//# sourceMappingURL=format-indent-rtl.js.map