@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ClockAlarm = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8 3c1.52 0 2.89.68 3.8 1.75a11.97 11.97 0 0 1 8.4 0 4.99 4.99 0 1 1 7.05 7.05 11.98 11.98 0 0 1-2.09 11.95l2.55 2.54a1 1 0 0 1-1.42 1.42l-2.54-2.55a11.95 11.95 0 0 1-15.5 0l-2.54 2.55a1 1 0 0 1-1.42-1.42l2.55-2.54A11.95 11.95 0 0 1 4.75 11.8 4.99 4.99 0 0 1 8 3zM5.67 9.89a12.06 12.06 0 0 1 4.22-4.22 3 3 0 0 0-4.22 4.22zm16.44-4.22a12.06 12.06 0 0 1 4.22 4.22 3 3 0 0 0-4.22-4.22zM16 10a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2h-4v-6z"
}));
});
ClockAlarm.displayName = 'ClockAlarm';
export var ClockAlarmDimensions = {
height: 32,
width: 32
};