UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 923 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 BicycleFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M54.46 164.71l27.87-38.21a48 48 0 11-12.92-9.44l-27.87 38.23a8 8 0 1012.92 9.42zM208 112a47.81 47.81 0 00-16.93 3.09L214.91 156a8 8 0 11-13.82 8l-23.83-40.86A48 48 0 10208 112zm-42.07-40H192a8 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.55a47.87 47.87 0 0112.92 9.44l11.59-15.9 31.17 53.4a8 8 0 1013.82-8l-30.32-52h57.48l11.19 19.17a48.11 48.11 0 0113.81-8.08z" })); exports.default = BicycleFill;