UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 768 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 Files = (props) => React.createElement("svg", { className: "lucide lucide-files", 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: "M20 7h-3a2 2 0 01-2-2V2" }), React.createElement("path", { d: "M9 18a2 2 0 01-2-2V4a2 2 0 012-2h7l4 4v10a2 2 0 01-2 2z" }), React.createElement("path", { d: "M3 7.6v12.8A1.6 1.6 0 004.6 22h9.8" })); exports.default = Files;