@trejgun/material-ui-icons-google
Version:
Set of Google flat icons for Material UI
18 lines • 1.77 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.Docs = props => {
return (react_1.default.createElement(core_1.SvgIcon, Object.assign({}, props),
react_1.default.createElement("path", { fill: "#518EF8", d: "M20.4099375,6.57351563 L20.4099375,22.453875 C20.4099375,23.3078906 19.7172188,23.9999531 18.8638594,23.9999531 L4.5736875,23.9999531 C3.71967188,23.9999531 3.02760938,23.3078906 3.02760938,22.453875 L3.02760938,1.54607812 C3.02760938,0.6920625 3.719625,0 4.5736875,0 L13.8364219,0 L20.4099375,6.57351563 Z" }),
react_1.default.createElement("rect", { fill: "#FFFFFF", x: "7.2740625", y: "12.0494062", width: "8.88871875", height: "1" }),
react_1.default.createElement("rect", { fill: "#FFFFFF", x: "7.2740625", y: "14.25525", width: "8.88871875", height: "1" }),
react_1.default.createElement("rect", { fill: "#FFFFFF", x: "7.2740625", y: "16.4611406", width: "8.88871875", height: "1" }),
react_1.default.createElement("rect", { fill: "#FFFFFF", x: "7.2740625", y: "18.6670313", width: "6.32132812", height: "1" }),
react_1.default.createElement("polygon", { fill: "#3A5BBC", points: "14.7332812 6.4306875 20.4099375 8.76932813 20.4099375 6.57351562 17.1914531 5.62321875" }),
react_1.default.createElement("path", { fill: "#ACD1FC", d: "M20.4099375,6.57351563 L15.3825,6.57351563 C14.5284375,6.57351563 13.8364219,5.88145313 13.8364219,5.0274375 L13.8364219,0 L20.4099375,6.57351563 Z" })));
};
//# sourceMappingURL=docs.js.map