iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.14 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 Bike = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.792 3.616a1.25 1.25 0 10-1.768 1.768 1.25 1.25 0 001.768-1.768zM17.068 10.218a.75.75 0 10.088-1.497l-2.082-.122a.75.75 0 01-.636-.432l-.784-1.68a1.593 1.593 0 00-2.568-.452L8.428 8.693a1.61 1.61 0 00.386 2.562l2.056 1.089a.75.75 0 01.399.668l-.018 2.659a.75.75 0 001.5.01l.018-2.66a2.25 2.25 0 00-1.197-2.003l-1.272-.673 2.385-2.387.394.843a2.25 2.25 0 001.907 1.295l2.082.122z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 15.75a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0zm3.75-2.25a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5zM18.25 12a3.75 3.75 0 100 7.5 3.75 3.75 0 000-7.5zM16 15.75a2.25 2.25 0 114.5 0 2.25 2.25 0 01-4.5 0z", fill: "#323544" }));
exports.default = Bike;