iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 811 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 DirectionLtr = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.571 20.063a.749.749 0 000-1.13l-2.965-2.967a.75.75 0 00-1.06 1.06l1.72 1.722H5.578a.75.75 0 000 1.5h11.688l-1.72 1.722a.75.75 0 101.06 1.06l2.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 = DirectionLtr;