UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 902 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 FileBox = (props) => React.createElement("svg", { className: "lucide lucide-file-box", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M14.5 22H18a2 2 0 002-2V7l-5-5H6a2 2 0 00-2 2v4" }), React.createElement("path", { d: "M14 2v4a2 2 0 002 2h4M3 13.1a2 2 0 00-1 1.76v3.24a2 2 0 00.97 1.78L6 21.7a2 2 0 002.03.01L11 19.9a2 2 0 001-1.76V14.9a2 2 0 00-.97-1.78L8 11.3a2 2 0 00-2.03-.01zM7 17v5" }), React.createElement("path", { d: "M11.7 14.2L7 17l-4.7-2.8" })); exports.default = FileBox;