styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
15 lines (14 loc) • 956 B
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var EBike2 = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __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: "M19.981 9l2.746 7.545A4 4 0 0115.126 19h-4.252a4.002 4.002 0 01-7.8-.226A2 2 0 012 17V7a1 1 0 011-1h7a1 1 0 011 1v5a1 1 0 001 1h2a1 1 0 001-1V3h-3V1h4a1 1 0 011 1v1h5v6h-2.019zm.883 8.272a2 2 0 10.016.044l-.016-.044zM4 10h5V8H4v2zm13-3h3V5h-3v2zM7 20a2 2 0 100-4 2 2 0 000 4z", key: "k1" })));
});
EBike2.displayName = 'EBike2';
export var EBike2Dimensions = { height: 24, width: 24 };