iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 824 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 LogoBeats = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { fill: "#0080D5", d: "M15 20H4V0h11c5.522 0 10 4.478 10 10s-4.478 10-10 10" }),
React.createElement("path", { fill: "#00C2B3", d: "M26.702 15.624C24.6 19.979 20.152 23 15 23H4v9h15c5.522 0 10-4.478 10-10a9.952 9.952 0 0 0-2.298-6.376" }),
React.createElement("path", { className: "euiIcon__fillNegative", d: "M24.338 13.554A9.942 9.942 0 0 0 19 12H4v8h11c4.27 0 7.903-2.68 9.338-6.446" }));
exports.default = LogoBeats;