@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.27 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ClockToolbox = /*#__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 2a10 10 0 0 0-9.91 11.32 2.75 2.75 0 0 1 2.66-2.07h3.5A2.75 2.75 0 0 1 11 14v.05a2.5 2.5 0 0 1 2 2.45v5c0 .16-.01.3-.04.45A10 10 0 0 0 12 2Zm3.75 11.5h-4a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 1 1.5 0V12h3.25a.75.75 0 0 1 0 1.5ZM3 15h-.5c-.83 0-1.5.67-1.5 1.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H12v-1.5c0-.83-.67-1.5-1.5-1.5H10v-1c0-.97-.78-1.75-1.75-1.75h-3.5C3.78 12.25 3 13.03 3 14v1Zm1.5-1c0-.14.11-.25.25-.25h3.5c.14 0 .25.11.25.25v1h-4v-1ZM1 21.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H12v2c0 .83-.67 1.5-1.5 1.5h-8A1.5 1.5 0 0 1 1 21.5Z"
}));
});
ClockToolbox.displayName = 'ClockToolbox';
export var ClockToolboxDimensions = {
height: 24,
width: 24
};