UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 997 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 Exit = (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: "M3.578 12.5c0 .226.1.428.258.566l3.961 3.964a.75.75 0 101.061-1.06L6.14 13.25h5.938a.75.75 0 000-1.5H6.14l2.718-2.72a.75.75 0 00-1.06-1.06l-3.964 3.966a.748.748 0 00-.256.564z", fill: "#323544" })); exports.default = Exit;