UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 721 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 Firebase = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M5.32 15.057l1.948-12.67c.067-.431.637-.533.839-.147l2.092 3.977-4.878 8.84zm13.84 3.08l-1.857-11.67a.449.449 0 00-.76-.25L4.84 18.137l6.478 3.692c.402.228.906.228 1.309 0l6.533-3.692zM13.902 7.956l-1.5-2.898a.443.443 0 00-.793 0l-6.59 11.931 8.883-9.033z", fill: "#323544" })); exports.default = Firebase;