UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 979 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 Bike = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-bike", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M5 14a4 4 0 11-4 4l.005-.2A4 4 0 015 14M19 14a4 4 0 11-4 4l.005-.2A4 4 0 0119 14" }), React.createElement("path", { d: "M14.832 7.445L16.535 10H19a1 1 0 01.993.883L20 11a1 1 0 01-1 1h-3a1 1 0 01-.832-.445l-1.396-2.093-3.275 2.62 2.21 2.21a1 1 0 01.284.577L13 15v4a1 1 0 01-2 0v-3.585l-2.707-2.708a1 1 0 01-.01-1.403l.092-.085 5-4a1 1 0 011.457.226M17 3a2 2 0 11-2 2l.005-.15A2 2 0 0117 3" })); exports.default = Bike;