@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VehicleCarProfileLtrClock = /*#__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: "M6.5 1a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Zm2 5.5h-2V4a.5.5 0 0 0-1 0v3c0 .28.22.5.5.5h2.5a.5.5 0 0 0 0-1Zm-2 6.5c1.75 0 3.33-.69 4.5-1.81V12h4.93l-2-3.39A1.25 1.25 0 0 0 12.86 8h-.03c.11-.48.17-.98.17-1.5.92.05 1.76.55 2.23 1.35l2.5 4.25 2.19.54A2.76 2.76 0 0 1 22 15.31V17c0 1.1-.65 2.05-1.59 2.5a3.25 3.25 0 0 1-6.25.25H9.34a3.25 3.25 0 0 1-6.32-.61A2.74 2.74 0 0 1 2 17v-2.25c0-1.08.62-2.02 1.53-2.47.9.46 1.9.72 2.97.72Zm-.25 4a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm9.25 1.75a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Z"
}));
});
VehicleCarProfileLtrClock.displayName = 'VehicleCarProfileLtrClock';
export var VehicleCarProfileLtrClockDimensions = {
height: 24,
width: 24
};