@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.37 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Timer10 = /*#__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: "M19.5 15a2.5 2.5 0 0 1 2.5 2.33v2.17a2.5 2.5 0 0 1-5 .17V17.5a2.5 2.5 0 0 1 2.5-2.5zM12 5a8.5 8.5 0 0 1 8.47 9.14 3.46 3.46 0 0 0-3.57 1.02 1.75 1.75 0 0 0-2.06-1.11l-.14.04-1.5.5-.16.07-.15.08a1.76 1.76 0 0 0-.84 1.92l.04.15.06.16.08.14.1.15c.24.33.57.56.94.67l.15.04.08.01v3.27l.01.18v.44A8.5 8.5 0 1 1 12 5zm4 10.65v5.6a.75.75 0 0 1-1.5.1v-4.56l-.51.17a.75.75 0 0 1-.91-.37l-.04-.1a.75.75 0 0 1 .38-.9l.1-.05 1.5-.5c.45-.15.92.15.98.6zm3.5.85a1 1 0 0 0-1 .88v2.12a1 1 0 0 0 2 .12V17.5a1 1 0 0 0-1-1zM12 8c-.38 0-.7.28-.75.65v4.7a.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-.09-.06-1.14-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.6z"
}));
});
Timer10.displayName = 'Timer10';
export var Timer10Dimensions = {
height: 24,
width: 24
};