@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.36 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VehicleCarParking = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M36.5 2a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2H39v28.75a1.25 1.25 0 1 0 2.5 0V16H44a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-7.5Zm-4 4.19c-.49-.13-1-.19-1.52-.19h-14.3a6.25 6.25 0 0 0-6.08 4.76L9.81 14H7.25a1.25 1.25 0 1 0 0 2.5H9.2l-.43 1.77A4.25 4.25 0 0 0 6 22.25v17.5C6 41.55 7.46 43 9.25 43h3.5c1.8 0 3.25-1.46 3.25-3.25V36.5h16v3.25c0 1.8 1.46 3.25 3.25 3.25H37v-2.5h-1.75a.75.75 0 0 1-.75-.75V36.5H37V18H11.4l1.63-6.64a3.75 3.75 0 0 1 3.64-2.86h14.3c.55 0 1.06.11 1.53.32V6.2ZM8.5 36.5h5v3.25c0 .41-.34.75-.75.75h-3.5a.75.75 0 0 1-.75-.75V36.5ZM12 26a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm22 2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm-6.25 0a1.25 1.25 0 1 1 0 2.5h-7.5a1.25 1.25 0 1 1 0-2.5h7.5Z"
}));
});
VehicleCarParking.displayName = 'VehicleCarParking';
export var VehicleCarParkingDimensions = {
height: 48,
width: 48
};