iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 635 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 Googlechronicle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.719 4.812l4.812 3v4l-4.812 3zm0 10l4.812-3v9.375l-3.914-2.389a1.875 1.875 0 01-.898-1.6zM2.719 0h18.562v4.812H2.719zm4.812 21.188l13.75-8.594v4.618c0 .626-.323 1.208-.854 1.539L12 24z" }));
exports.default = Googlechronicle;