iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 969 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 TransitionTop = (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-top", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12 6l.081.003.12.017.111.03.111.044.098.052.104.074.082.073 3 3a1 1 0 11-1.414 1.414L13 9.415V14h5a4 4 0 110 8H6a4 4 0 110-8h5V9.415l-1.293 1.292a1 1 0 01-1.32.083l-.094-.083a1 1 0 010-1.414l3-3 .112-.097.11-.071.062-.031.081-.034.076-.024.118-.025.058-.007zm6-4a4 4 0 014 4 1 1 0 01-1.993.117L20 6a2 2 0 00-2-2H6a2 2 0 00-2 2 1 1 0 11-2 0 4 4 0 014-4z" }));
exports.default = TransitionTop;