@trejgun/material-ui-icons-google
Version:
Set of Google flat icons for Material UI
16 lines • 2.02 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.Slides = props => {
return (react_1.default.createElement(core_1.SvgIcon, Object.assign({}, props),
react_1.default.createElement("path", { fill: "#FBBB00", d: "M19.9462124,6.57351562 L19.9462124,22.453875 C19.9462124,23.3078906 19.2708737,23.9999531 18.4389247,23.9999531 L4.50728763,23.9999531 C3.67469892,23.9999531 3,23.3078906 3,22.453875 L3,1.54607812 C3,0.6920625 3.67465323,-2.04281037e-13 4.50728763,-2.04281037e-13 L13.5376237,-2.04281037e-13 L19.9462124,6.57351562 Z" }),
react_1.default.createElement("polygon", { fill: "#E2A203", points: "14.4388978 6.4306875 19.973129 8.76932812 19.973129 6.57351562 16.8353952 5.62321875" }),
react_1.default.createElement("path", { fill: "#F4D37D", d: "M19.973129,6.57351562 L15.071828,6.57351562 C14.2391935,6.57351562 13.5645403,5.88145312 13.5645403,5.0274375 L13.5645403,0 L19.973129,6.57351562 Z" }),
react_1.default.createElement("path", { fill: "#FBBB00", d: "M14.57275,10.9438594 L8.42683871,10.9438594 C7.85715591,10.9438594 7.39536828,11.4175781 7.39536828,12.001875 L7.39536828,18.3059531 C7.39536828,18.8902969 7.85720161,19.3639687 8.42683871,19.3639687 L14.57275,19.3639687 C15.1424328,19.3639687 15.6042204,18.89025 15.6042204,18.3059531 L15.6042204,12.0019219 C15.6042204,11.4175781 15.1424328,10.9438594 14.57275,10.9438594 Z", stroke: "#FFFFFF", strokeWidth: "0.693", strokeLinecap: "round", strokeLinejoin: "round" }),
react_1.default.createElement("rect", { fill: "#FBBB00", stroke: "#FFFFFF", strokeWidth: "0.693", strokeLinecap: "round", strokeLinejoin: "round", x: "8.93606183", y: "13.2398906", width: "5.12746505", height: "3.82771875" })));
};
//# sourceMappingURL=slides.js.map