iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 797 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 Beat = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.407 3.25a.75.75 0 01.719.617l2.438 13.554 1.892-4.377a.75.75 0 01.689-.453h2.878a.75.75 0 110 1.5h-2.385l-2.683 6.207a.75.75 0 01-1.427-.165L13.29 7.693l-2.051 8.73a.75.75 0 01-1.393.178l-3.017-5.71-1.408 2.788a.75.75 0 01-.67.412H1.874a.75.75 0 010-1.5H4.29L6.144 8.92a.75.75 0 011.333-.012l2.76 5.223 2.42-10.302a.75.75 0 01.75-.578z", fill: "#323544" }));
exports.default = Beat;