UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.17 kB
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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M8.03 4c-1.24 0-2.33.83-2.66 2.03l-.95 3.49A2.75 2.75 0 0 0 2 12.25v2.25c0 .86.4 1.64 1.02 2.14a3.25 3.25 0 0 0 6.32.61h4.82a3.25 3.25 0 0 0 6.25-.26A2.75 2.75 0 0 0 22 14.5v-1.69c0-1.26-.86-2.36-2.08-2.67l-2.19-.54-2.5-4.25A2.75 2.75 0 0 0 12.86 4H8.03Zm-1.2 2.42c.14-.54.63-.92 1.2-.92H9.5v4H5.98l.84-3.08ZM11 9.5v-4h1.86c.44 0 .85.23 1.07.61l2 3.39H11Zm-4.75 5a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Zm9.25 1.75a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Z" })); }); VehicleCarProfileLtr.displayName = 'VehicleCarProfileLtr'; export var VehicleCarProfileLtrDimensions = { height: 24, width: 24 };