UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.02 kB
"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 BicycleThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 116a43.66 43.66 0 00-18.62 4.15L159 68h33a12 12 0 0112 12 4 4 0 008 0 20 20 0 00-20-20h-40a4 4 0 00-3.46 6l15.16 26H97L79.46 62A4 4 0 0076 60H48a4 4 0 000 8h25.7l16.19 27.76-19.32 26.49A44.21 44.21 0 1077 127l17.29-23.7 34.25 58.7a4 4 0 003.46 2 4.11 4.11 0 002-.54 4 4 0 001.44-5.48l-33.83-58h66.74l14.11 24.19A44 44 0 10208 116zM84 160a36 36 0 11-18.16-31.25l-21.07 28.89a4 4 0 006.46 4.72l21.07-28.9A35.92 35.92 0 0184 160zm124 36a36 36 0 01-21.47-64.88l18 30.9a4 4 0 003.46 2 4.11 4.11 0 002-.54 4 4 0 001.44-5.48l-18-30.89A36 36 0 11208 196z" })); exports.default = BicycleThin;