styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
17 lines (16 loc) • 1.21 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.EBike = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }),
React.createElement("path", { d: "M15.5 6.937A6.997 6.997 0 0119 13v8h-4.17a3.001 3.001 0 01-5.66 0H5v-8a6.997 6.997 0 013.5-6.063A3.974 3.974 0 018.125 6H5V4h3.126a4.002 4.002 0 017.748 0H19v2h-3.126a4.02 4.02 0 01-.373.937zm-1.453 1.5A3.976 3.976 0 0112 9a3.981 3.981 0 01-2.047-.563A5.001 5.001 0 007 13v6h2v-4a3 3 0 016 0v4h2v-6a5.001 5.001 0 00-2.953-4.563zM12 14a1 1 0 00-1 1v5a1 1 0 002 0v-5a1 1 0 00-1-1zm0-7a2 2 0 100-4 2 2 0 000 4z", key: "k1" })));
});
exports.EBike.displayName = 'EBike';
exports.EBikeDimensions = { height: 24, width: 24 };
;