iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 kB
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 BicycleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 114a45.88 45.88 0 00-17.8 3.58L162.45 70H192a10 10 0 0110 10 6 6 0 0012 0 22 22 0 00-22-22h-40a6 6 0 00-5.18 9l13.4 23H98.11L81.18 61A6 6 0 0076 58H48a6 6 0 000 12h24.55l15 25.64L70 119.62a46.22 46.22 0 109.68 7.09L94.11 107l32.71 56a6 6 0 005.19 3 5.91 5.91 0 003-.82 6 6 0 002.16-8.2l-32.07-55h62.11l12.63 21.66A46 46 0 10208 114zM82 160a34 34 0 11-19.13-30.57l-19.72 27a6 6 0 009.7 7.08l19.7-27A33.88 33.88 0 0182 160zm126 34a34 34 0 01-22-59.86L202.82 163a6 6 0 005.19 3 5.91 5.91 0 003-.82 6 6 0 002.16-8.2l-16.86-28.91A34 34 0 11208 194z" }));
exports.default = BicycleLight;