UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.11 kB
"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 FileInfinity = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-file-infinity", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M15.536 17.586a2.123 2.123 0 00-2.929 0 1.951 1.951 0 000 2.828c.809.781 2.12.781 2.929 0 .809-.781-.805.778 0 0l1.46-1.41 1.46-1.419" }), React.createElement("path", { d: "M15.54 17.582l1.46 1.42 1.46 1.41c.809.78-.805-.779 0 0s2.12.781 2.929 0a1.951 1.951 0 000-2.828 2.123 2.123 0 00-2.929 0M14 3v4a1 1 0 001 1h4" }), React.createElement("path", { d: "M9.5 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v6" })); exports.default = FileInfinity;