UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.13 kB
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 16 16" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "m4.22 6.5.14-.05 1.13-2.13A2.5 2.5 0 0 1 7.7 3h2.86a2.5 2.5 0 0 1 2.37 1.7l.54 1.63A2.5 2.5 0 0 1 15 8.63v1.12c0 .71-.42 1.32-1.03 1.6a2 2 0 0 1-3.9.15H5.93a2 2 0 0 1-3.91-.15A1.75 1.75 0 0 1 1 9.75v-.34c0-1.06.67-2 1.66-2.35l1.51-.54V6.5h.05zm7.76-1.47A1.5 1.5 0 0 0 10.56 4H9.5v2.5h2.97l-.49-1.47zM5.47 6.5H8.5V4h-.8c-.55 0-1.06.3-1.32.8l-.91 1.7zM13 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm-9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" })); }); VehicleCarProfileRtl.displayName = 'VehicleCarProfileRtl'; export var VehicleCarProfileRtlDimensions = { height: 16, width: 16 };