@trejgun/material-ui-icons-google
Version:
Set of Google flat icons for Material UI
21 lines • 2.79 kB
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const react_1 = __importDefault(require("react"));
const core_1 = require("@material-ui/core");
exports.News = props => {
return (react_1.default.createElement(core_1.SvgIcon, Object.assign({}, props),
react_1.default.createElement("polygon", { fill: "#E6E6E6", points: "18.633 20.3529219 18.633 22.786625 0 22.786625 0 2.025875 1.71426562 3.34807812 3.42796875 2.025875 5.14223437 3.34807812 6.8565 2.025875 8.57076562 3.34807812 10.2844219 2.025875 11.9992969 3.34807812 13.7129531 2.025875 15.4272188 3.34807812 17.1420938 2.025875 18.8563594 3.34807812 20.570625 2.025875 22.2855 3.34807812 24 2.025875 24 17.4190156 18.633 17.4190156 18.633 18.1378438" }),
react_1.default.createElement("rect", { fill: "#3A5BBC", x: "1.67339062", y: "10.6870625", width: "10.3144219", height: "10.3144219" }),
react_1.default.createElement("rect", { fill: "#518EF8", x: "1.67339062", y: "6.2031875", width: "20.6526562", height: "2.67740625" }),
react_1.default.createElement("rect", { fill: "#CCCCCC", x: "13.6153594", y: "11.0345937", width: "9.16870313", height: "1" }),
react_1.default.createElement("rect", { fill: "#CCCCCC", x: "13.6153594", y: "13.2496719", width: "9.16870313", height: "1" }),
react_1.default.createElement("rect", { fill: "#CCCCCC", x: "13.6153594", y: "15.4647031", width: "9.16870313", height: "1" }),
react_1.default.createElement("rect", { fill: "#CCCCCC", x: "13.6153594", y: "17.6797813", width: "5.47570312", height: "1" }),
react_1.default.createElement("rect", { fill: "#CCCCCC", x: "13.6153594", y: "19.8948594", width: "5.47570312", height: "1" }),
react_1.default.createElement("path", { fill: "#FFFFFF", d: "M6.83085937,18.8315937 C5.1838125,18.8315937 3.84384375,17.491625 3.84384375,15.8445781 C3.84384375,14.1975313 5.1838125,12.8575625 6.83085937,12.8575625 C7.628625,12.8575625 8.37871875,13.1682969 8.94295312,13.7325312 L8.29523437,14.38025 C7.90401562,13.9890312 7.38398437,13.7736406 6.83090625,13.7736406 C5.68898437,13.7736406 4.75996875,14.7026563 4.75996875,15.8445781 C4.75996875,16.9865 5.68898437,17.9155156 6.83090625,17.9155156 C7.81542187,17.9155156 8.64173437,17.2248594 8.85079687,16.3025937 L6.83085937,16.3025937 L6.83085937,15.3865625 L9.817875,15.3865625 L9.817875,15.844625 C9.817875,17.491625 8.47790625,18.8315937 6.83085937,18.8315937 Z" }),
react_1.default.createElement("polygon", { fill: "#999999", points: "24 17.4190156 18.633 22.786625 18.633 20.3529219 18.633 18.1378437 18.633 17.4190156" })));
};
//# sourceMappingURL=news.js.map