UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var VehicleBicycle = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M13 2a1 1 0 1 0 0 2h1.19l.62 3H9V6a1 1 0 0 0-1-1H5a1 1 0 0 0 0 2h2v.86l-.9 3.16a4.5 4.5 0 1 0 4.9 4.35l4.47-5.21.25 1.2A4.5 4.5 0 1 0 17.7 11l-1.71-8.2A1 1 0 0 0 15 2h-2zm3.14 11.4.38 1.8a1 1 0 0 0 1.96-.4l-.36-1.72a2.5 2.5 0 1 1-1.98.32zm-5.83-.3a4.52 4.52 0 0 0-2.21-1.8L8.75 9h5.08l-3.52 4.1zm-2.76.13c.37.17.7.44.95.77H7.33l.22-.77zm-2.08 0-.43 1.5A1 1 0 0 0 6 16h2.95a2.5 2.5 0 1 1-3.48-2.78z" })); }); VehicleBicycle.displayName = 'VehicleBicycle'; export var VehicleBicycleDimensions = { height: 24, width: 24 };