iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 812 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 DirectionRtl = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.085 20.063a.748.748 0 010-1.13l2.965-2.967a.75.75 0 111.061 1.06l-1.72 1.722h11.687a.75.75 0 010 1.5H7.39l1.721 1.722a.75.75 0 11-1.061 1.06l-2.965-2.967zM13.828 13.496V4h-3v9.496a.75.75 0 01-1.5 0V9.25H8.203a3.375 3.375 0 010-6.75h10.875a.75.75 0 010 1.5h-3.75v9.496a.75.75 0 01-1.5 0zm-4.5-5.746V4H8.203a1.875 1.875 0 000 3.75h1.125z", fill: "#323544" }));
exports.default = DirectionRtl;