@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.67 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Timer3 = /*#__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: "M15.45 15.92c.53.6 1.37.74 2.06.4a2.99 2.99 0 0 0 0 3.35 1.75 1.75 0 0 0-2.5 1.78 8.5 8.5 0 1 1 5.38-9.3c-.37-.1-.76-.15-1.14-.15a5.47 5.47 0 0 0-3.35 1.19 5.53 5.53 0 0 0-.28.22l-.02.02-.01.01a1.75 1.75 0 0 0-.14 2.48Zm-4.2-7.27v4.7a.75.75 0 0 0 1.5 0v-4.7a.75.75 0 0 0-1.5 0Zm8-3.47-.08-.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-.75ZM18.25 18c0-.41.34-.75.75-.75.53 0 1.06-.18 1.44-.47.4-.3.56-.63.56-.9 0-.65-.66-1.38-1.75-1.38-.52 0-1.01.19-1.4.4a4.1 4.1 0 0 0-.6.4v.01a.75.75 0 0 1-1-1.12l.02-.02a3.08 3.08 0 0 1 .23-.18c.15-.1.36-.25.62-.4.51-.28 1.27-.59 2.13-.59 1.68 0 3.25 1.18 3.25 2.88 0 .89-.52 1.62-1.16 2.1l-.03.02.03.02c.64.48 1.16 1.21 1.16 2.1 0 1.7-1.57 2.88-3.25 2.88-.86 0-1.62-.31-2.13-.6a5.58 5.58 0 0 1-.85-.57l-.01-.01-.01-.01a.75.75 0 0 1 1-1.12l.02.02a2.96 2.96 0 0 0 .57.38c.4.22.9.41 1.41.41 1.09 0 1.75-.73 1.75-1.38 0-.27-.17-.6-.56-.9a2.48 2.48 0 0 0-1.44-.47.75.75 0 0 1-.75-.75Z"
}));
});
Timer3.displayName = 'Timer3';
export var Timer3Dimensions = {
height: 24,
width: 24
};