iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.01 kB
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 EnterDown = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.078 13.25a.748.748 0 00.56-.252l3.97-3.967a.75.75 0 00-1.06-1.06l-2.72 2.717V4.75a.75.75 0 00-1.5 0v5.938L8.608 7.97a.75.75 0 00-1.06 1.061l3.968 3.965a.748.748 0 00.562.254z", fill: "#323544" }),
React.createElement("path", { d: "M22.078 12a2.25 2.25 0 00-2.25-2.25H17.95c-.08.12-.175.236-.281.342L16.51 11.25h3.318a.75.75 0 01.75.75v6a.75.75 0 01-.75.75h-15.5a.75.75 0 01-.75-.75v-6a.75.75 0 01.75-.75h3.318l-1.158-1.158a2.263 2.263 0 01-.282-.342H4.328A2.25 2.25 0 002.078 12v6a2.25 2.25 0 002.25 2.25h15.5a2.25 2.25 0 002.25-2.25v-6z", fill: "#323544" }));
exports.default = EnterDown;