UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 997 B
"use strict"; 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 BicycleBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M204 108a51.82 51.82 0 00-15.13 2.25L168.89 76H192a4 4 0 014 4 12 12 0 0024 0 28 28 0 00-28-28h-44a12 12 0 00-10.37 18l8.14 14h-36.21L94.37 58A12 12 0 0084 52H52a12 12 0 000 24h25.11l11.07 19L74 112.89a52.17 52.17 0 1018.8 14.92l8.37-10.57L118 146.05A12 12 0 10138.7 134l-15.14-26h36.21l8.39 14.38A52 52 0 10204 108zM80 160a28 28 0 11-21.71-27.28l-15.7 19.83a12 12 0 0018.82 14.9l15.7-19.83A27.84 27.84 0 0180 160zm124 28a28 28 0 01-23.11-43.79l12.74 21.84A12 12 0 00214.37 154l-12.75-21.84c.79-.07 1.58-.11 2.38-.11a28 28 0 010 56z" })); exports.default = BicycleBold;