@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VehicleSubway = /*#__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: "M16.25 3A3.75 3.75 0 0 1 20 6.75v9a3.75 3.75 0 0 1-2.89 3.65l2.46 1.17a.75.75 0 0 1-.55 1.4l-.1-.04-5.09-2.43h-3.66l-5.1 2.43a.75.75 0 1 1-.64-1.36l2.46-1.17A3.75 3.75 0 0 1 4 15.75v-9A3.75 3.75 0 0 1 7.75 3h8.5zM8 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm8 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm.25-10.5h-8.5c-1.24 0-2.25 1-2.25 2.25v5.75h13V6.75c0-1.24-1-2.25-2.25-2.25zm-3 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5h2.5z"
}));
});
VehicleSubway.displayName = 'VehicleSubway';
export var VehicleSubwayDimensions = {
height: 24,
width: 24
};