@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.31 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VehicleBus = /*#__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: "M10.75 5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M4 5.75A3.75 3.75 0 0 1 7.75 2h8.5A3.75 3.75 0 0 1 20 5.75V9.5h1.23a.75.75 0 0 1 0 1.5H20v8.75c0 .97-.78 1.75-1.75 1.75h-1.5c-.97 0-1.75-.78-1.75-1.75V18.5H9v1.25c0 .97-.78 1.75-1.75 1.75h-1.5c-.97 0-1.75-.78-1.75-1.75V11H2.75a.75.75 0 0 1 0-1.5H4V5.75zM16.5 18.5v1.25c0 .14.11.25.25.25h1.5c.14 0 .25-.11.25-.25V18.5h-2zm-11 0v1.25c0 .14.11.25.25.25h1.5c.14 0 .25-.11.25-.25V18.5h-2zm2.25-15c-1.24 0-2.25 1-2.25 2.25V12h13V5.75c0-1.24-1-2.25-2.25-2.25h-8.5zM9 15a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm7 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
}));
});
VehicleBus.displayName = 'VehicleBus';
export var VehicleBusDimensions = {
height: 24,
width: 24
};