iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 644 B
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 FileIcon = (props) => React.createElement("svg", { "aria-label": "File icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("path", { d: "M17.174 9L13 4.826V9h4.174zM18 20v-9h-6.5a.5.5 0 0 1-.5-.5V4H6v16h12zM5 22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h7.798a.5.5 0 0 1 .354.146l6.702 6.704a.5.5 0 0 1 .146.353V21a1 1 0 0 1-1 1H5z" }));
exports.default = FileIcon;