iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 978 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 TransitionRight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-transition-right", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M18 2a4 4 0 014 4v12a4 4 0 01-4 4 1 1 0 01-.117-1.993L18 20a2 2 0 002-2V6a2 2 0 00-2-2 1 1 0 010-2m-8 16a4 4 0 11-8 0V6a4 4 0 118 0v5h4.585l-1.292-1.293a1 1 0 01-.083-1.32l.083-.094a1 1 0 011.414 0l3 3 .097.112.071.11.031.062.034.081.024.076.03.148L18 12l-.004.085-.016.116-.03.111-.044.111-.052.098-.074.104-.073.082-3 3a1 1 0 01-1.414-1.414L14.585 13H10z" }));
exports.default = TransitionRight;