iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 933 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 Peloton = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.728 5.764l1.731-3.006a1.84 1.84 0 00-.672-2.513 1.84 1.84 0 00-2.513.673l-1.74 3.007a8.459 8.459 0 00-9.86 3.847 8.457 8.457 0 00-.664 7.032l3.205-5.558a5.49 5.49 0 013.353-2.572 5.433 5.433 0 014.183.554c2.631 1.523 3.541 4.905 2.018 7.536a5.523 5.523 0 01-7.536 2.018l1.84-3.185a1.84 1.84 0 002.511-.672 1.84 1.84 0 00-.672-2.512 1.84 1.84 0 00-2.512.672L4.545 21.242a1.84 1.84 0 00.672 2.512 1.84 1.84 0 002.512-.672l1.741-3.007a8.459 8.459 0 009.86-3.847c2.018-3.491 1.257-7.833-1.602-10.464z" }));
exports.default = Peloton;