UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 995 B
"use strict"; 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 TransitionBottom = (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-bottom", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M21 17a1 1 0 011 1 4 4 0 01-4 4H6a4 4 0 01-4-4 1 1 0 012 0 2 2 0 002 2h12a2 2 0 001.995-1.85L20 18a1 1 0 011-1m-9 1l-.082-.004-.119-.016-.111-.03-.111-.044-.098-.052-.096-.067-.09-.08-3-3a1 1 0 011.414-1.414L11 14.586V10H6a4 4 0 110-8h12a4 4 0 110 8h-5v4.583l1.293-1.29a1 1 0 011.32-.083l.094.083a1 1 0 010 1.414l-3 3-.112.097-.11.071-.062.031-.081.034-.076.024-.149.03z" })); exports.default = TransitionBottom;