UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 979 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 Enter = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.578 2.5a2.25 2.25 0 00-2.25 2.25v1.878c.12.081.235.175.342.282l1.158 1.159V4.75a.75.75 0 01.75-.75h6a.75.75 0 01.75.75v15.5a.75.75 0 01-.75.75h-6a.75.75 0 01-.75-.75v-3.319l-1.158 1.16c-.107.106-.221.2-.342.28v1.879a2.25 2.25 0 002.25 2.25h6a2.25 2.25 0 002.25-2.25V4.75a2.25 2.25 0 00-2.25-2.25h-6z", fill: "#323544" }), React.createElement("path", { d: "M7.548 15.97l2.718-2.72H4.328a.75.75 0 010-1.5h5.938L7.548 9.03a.75.75 0 011.06-1.06l3.964 3.966a.748.748 0 01-.002 1.13L8.61 17.03a.75.75 0 11-1.061-1.06z", fill: "#323544" })); exports.default = Enter;