iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.06 kB
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 Firebase = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.455 8.369c-.538-.748-1.778-2.285-3.681-4.569a446.88 446.88 0 00-1.884-2.245 146 146 0 00-.488-.576l-.207-.245-.113-.133-.022-.032-.01-.005L12.57 0l-.609.488a13.343 13.343 0 00-3.681 4.64 11.378 11.378 0 00-1.043 3.176 12.34 12.34 0 00-.121.738 11.047 11.047 0 00-.632-.033l-.059-.003a7.46 7.46 0 00-2.28.274l-.317.089-.163.286a9.63 9.63 0 00-1.252 4.416 9.53 9.53 0 001.583 5.625 9.573 9.573 0 004.42 3.611l.236.095.071.025.003-.001a9.59 9.59 0 002.941.568q.171.006.342.006a9.496 9.496 0 003.69-.742l.008.004.313-.145a9.63 9.63 0 003.927-3.335 9.578 9.578 0 001.641-5.042c.075-2.161-.643-4.304-2.133-6.371m-7.083 6.695c.328 1.244.264 2.44-.191 3.558-1.135-1.12-1.967-2.352-2.475-3.665-.543-1.404-.87-2.74-.974-3.975.48.157.922.366 1.315.622 1.132.737 1.914 1.902 2.325 3.461zm.207 6.022c.482.368.99.712 1.513 1.028a7.904 7.904 0 01-2.369.273 8 8 0 01-.373-.022 9.185 9.185 0 001.228-1.279zm1.347-6.431c-.516-1.957-1.527-3.437-3.002-4.398a7.405 7.405 0 00-2.194-.95 8.732 8.732 0 01.089-.713 11.556 11.556 0 01.91-2.765l.004-.008c.177-.358.376-.719.61-1.105l.092-.152-.003-.001a11.672 11.672 0 011.942-2.311l.288.341c.672.796 1.304 1.548 1.878 2.237 1.291 1.549 2.966 3.583 3.612 4.48 1.277 1.771 1.893 3.579 1.83 5.375a7.973 7.973 0 01-3.995 6.641 15.502 15.502 0 01-2.539-1.599c.79-1.575.952-3.28.479-5.072zm-2.575 5.397a7.857 7.857 0 01-2.09 1.856 5.514 5.514 0 01-.243-.093l-.065-.026a7.974 7.974 0 01-3.635-3.01 7.938 7.938 0 01-1.298-4.653 7.892 7.892 0 01.882-3.379c.316-.07.638-.114.96-.131l.084-.002c.162-.003.324-.003.478 0 .227.011.454.035.677.07.073 1.513.445 3.145 1.105 4.852.637 1.644 1.694 3.162 3.144 4.515z" }));
exports.default = Firebase;