@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VehicleCarProfileLtr = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m11.78 6.5-.14-.05-1.13-2.13A2.5 2.5 0 0 0 8.3 3H5.44a2.5 2.5 0 0 0-2.37 1.7l-.54 1.63A2.5 2.5 0 0 0 1 8.63v1.12c0 .71.42 1.32 1.03 1.6a2 2 0 0 0 3.9.15h4.13a2 2 0 0 0 3.91-.15c.6-.28 1.03-.89 1.03-1.6v-.34c0-1.06-.67-2-1.66-2.35l-1.51-.54V6.5h-.05zM4.02 5.03A1.5 1.5 0 0 1 5.44 4H6.5v2.5H3.53l.49-1.47zm6.51 1.47H7.5V4h.8c.55 0 1.06.3 1.32.8l.91 1.7zM3 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm9-1a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"
}));
});
VehicleCarProfileLtr.displayName = 'VehicleCarProfileLtr';
export var VehicleCarProfileLtrDimensions = {
height: 16,
width: 16
};