@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VehicleCarProfileRtl = /*#__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: "M15.97 4c1.24 0 2.33.83 2.66 2.03l.95 3.49A2.75 2.75 0 0 1 22 12.25v2.25c0 .86-.4 1.64-1.02 2.14a3.25 3.25 0 0 1-6.32.61H9.84a3.25 3.25 0 0 1-6.25-.26A2.75 2.75 0 0 1 2 14.5v-1.69c0-1.26.86-2.36 2.08-2.67l2.19-.54 2.5-4.25c.5-.84 1.4-1.35 2.37-1.35h4.83Zm1.2 2.42a1.25 1.25 0 0 0-1.2-.92H14.5v4h3.52l-.84-3.08ZM13 9.5v-4h-1.86c-.44 0-.85.23-1.07.61l-2 3.39H13Zm4.75 5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5ZM8.5 16.25a1.75 1.75 0 1 0-3.5 0 1.75 1.75 0 0 0 3.5 0Z"
}));
});
VehicleCarProfileRtl.displayName = 'VehicleCarProfileRtl';
export var VehicleCarProfileRtlDimensions = {
height: 24,
width: 24
};