@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Timer2 = /*#__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: "M20.4 12.16a8.5 8.5 0 1 0-5.4 9.3v-.21c0-1.31.6-2.48 1.53-3.26A1.75 1.75 0 0 1 15 16.25a4.25 4.25 0 0 1 5.4-4.1Zm-9.14-3.51a.75.75 0 0 1 1.48 0l.01.1v4.6a.75.75 0 0 1-1.5 0v-4.7Zm8-3.47-.09-.06a.75.75 0 0 0-.9 1.2l1.15 1 .08.06a.75.75 0 0 0 .9-1.2l-1.15-1ZM15 3.25a.75.75 0 0 0-.75-.75h-4.6a.75.75 0 0 0 .1 1.5h4.6a.75.75 0 0 0 .65-.75ZM19.25 13A3.25 3.25 0 0 0 16 16.25a.75.75 0 0 0 1.5 0A1.75 1.75 0 1 1 19.25 18 3.25 3.25 0 0 0 16 21.25v1c0 .41.34.75.75.75h5a.75.75 0 0 0 0-1.5H17.5v-.25c0-.97.78-1.75 1.75-1.75a3.25 3.25 0 0 0 0-6.5Z"
}));
});
Timer2.displayName = 'Timer2';
export var Timer2Dimensions = {
height: 24,
width: 24
};