@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ClockDismiss = /*#__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 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zM13 1a10 10 0 1 1-1 19.95A6.5 6.5 0 0 0 3.05 12 10 10 0 0 1 13 1zM3.72 14.59l-.07.06-.06.07a.5.5 0 0 0 0 .56l.06.07 2.14 2.15-2.14 2.15-.06.07a.5.5 0 0 0 0 .56l.06.07.07.06c.17.12.4.12.56 0l.07-.06 2.15-2.14 2.15 2.14.07.06c.17.12.4.12.56 0l.07-.06.06-.07a.5.5 0 0 0 0-.56l-.06-.07-2.14-2.15 2.14-2.15.06-.07a.5.5 0 0 0 0-.56l-.06-.07-.07-.06a.5.5 0 0 0-.56 0l-.07.06-2.15 2.14-2.15-2.14-.07-.06a.5.5 0 0 0-.49-.04l-.07.04zM12.25 5a.75.75 0 0 0-.75.75v5.5c0 .42.33.75.75.75h4a.75.75 0 0 0 0-1.5H13V5.75a.75.75 0 0 0-.75-.75z"
}));
});
ClockDismiss.displayName = 'ClockDismiss';
export var ClockDismissDimensions = {
height: 24,
width: 24
};