iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 634 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 Googlefonts = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4 2.8A3.6 3.6 0 104 10a3.6 3.6 0 000-7.2zm7.6 0v18.4h7.2a5.2 5.2 0 110-10.4 4 4 0 110-8zm7.2 0v8a4 4 0 100-8zm0 8v10.4A5.2 5.2 0 0024 16a5.2 5.2 0 00-5.2-5.2zm-7.7-7.206L0 21.199h8.8l2.3-3.64z" }));
exports.default = Googlefonts;