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 Favicon = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-favicon", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M19 4a4 4 0 014 4v8a4 4 0 01-4 4H5a4 4 0 01-4-4V8a4 4 0 014-4zM6 9a1 1 0 00-1 1v4a1 1 0 002 0v-4a1 1 0 00-1-1m5 0a3 3 0 000 6 1 1 0 00.117-1.993L11 13a1 1 0 01-.117-1.993L11 11a1 1 0 000-2m5 0a3 3 0 00-2.995 2.824L13 12a3 3 0 103-3" }), React.createElement("path", { d: "M16 11a1 1 0 100 2 1 1 0 000-2" })); exports.default = Favicon;