UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.64 kB
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: "M12 5a8.5 8.5 0 0 1 8.43 9.56 4.29 4.29 0 0 0-2.18-.56 4.12 4.12 0 0 0-2.92 1.18 2.99 2.99 0 0 0-.27.32v.02h-.01s.14-.2 0 0a1.75 1.75 0 0 0 1.78 2.7 1.75 1.75 0 0 0 0 1.06 1.74 1.74 0 0 0-2 2.24A8.5 8.5 0 1 1 12 5zm0 3c-.38 0-.7.28-.74.65l-.01.1v4.6a.75.75 0 0 0 1.5 0v-4.7A.75.75 0 0 0 12 8zm7.17-2.88.08.06 1.15 1a.75.75 0 0 1-.9 1.2l-.08-.06-1.15-1a.75.75 0 0 1 .9-1.2zM14.25 2.5a.75.75 0 0 1 .1 1.5h-4.6a.75.75 0 0 1-.1-1.5h4.6zm5.12 15.23c-.13.13-.4.27-.87.27a.75.75 0 0 0 0 1.5c.47 0 .74.14.87.27.14.12.2.28.19.44-.02.26-.29.79-1.31.79-.46 0-.76-.14-.93-.25a1.05 1.05 0 0 1-.2-.18.75.75 0 0 0-1.04-.2c-.58.38-.2 1.05-.2 1.05v.01l.02.02a1.43 1.43 0 0 0 .15.18c.1.1.25.24.44.37.4.26.97.5 1.76.5 1.62 0 2.73-.97 2.8-2.2a2.04 2.04 0 0 0-.57-1.55c.41-.43.6-.99.57-1.54-.07-1.24-1.18-2.21-2.8-2.21-.79 0-1.37.24-1.76.5a2.54 2.54 0 0 0-.6.55v.02h-.01v.01a.75.75 0 0 0 1.23.85l.03-.03c.04-.04.1-.1.18-.15.17-.11.47-.25.93-.25 1.02 0 1.29.53 1.3.8.01.15-.04.3-.18.43zm-2.25 2.85zm0-3.66z" })); }); Timer3.displayName = 'Timer3'; export var Timer3Dimensions = { height: 24, width: 24 };