iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 947 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 Bicycle = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 112a47.81 47.81 0 00-16.93 3.09L165.93 72H192a8 8 0 018 8 8 8 0 0016 0 24 24 0 00-24-24h-40a8 8 0 00-6.91 12l11.65 20H99.26L82.91 60A8 8 0 0076 56H48a8 8 0 000 16h23.41l13.71 23.51-15.71 21.55a48.13 48.13 0 1012.92 9.44l11.59-15.9 31.17 53.4a8 8 0 1013.82-8l-30.32-52h57.48l11.19 19.17A48 48 0 10208 112zM80 160a32 32 0 11-20.21-29.74l-18.25 25a8 8 0 1012.92 9.42l18.25-25A31.88 31.88 0 0180 160zm128 32a32 32 0 01-22.51-54.72l15.6 26.72a8 8 0 1013.82-8l-15.61-26.79A32 32 0 11208 192z" }));
exports.default = Bicycle;