iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 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 Gradleplaypublisher = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.191 6.777a1.409 1.409 0 00-1.384 1.41v7.62a1.406 1.406 0 002.109 1.218l6.633-3.832a1.38 1.38 0 000-2.392L9.916 6.969a1.39 1.39 0 00-.725-.192zm.381 1.33a.895.895 0 01.602.106l5.22 3.014a.896.896 0 010 1.546l-5.22 3.014a.894.894 0 01-1.342-.773V8.986a.895.895 0 01.74-.878zM8.154.633C3.414 2.233 0 6.716 0 12c0 6.626 5.374 12 12 12 5.161 0 9.568-3.266 11.258-7.84l-3.838-.844-5.148 5.149-8.465-2.272-2.272-8.465 5.059-5.056zM12 0c-.471 0-.929.025-1.387.076l.412 3.801 7.168 1.924 1.91 7.101 3.774.832c.084-.567.123-1.14.123-1.734 0-6.626-5.374-12-12-12z" }));
exports.default = Gradleplaypublisher;