@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 967 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var History = /*#__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 3a9 9 0 1 1-8.96 8.18 1 1 0 1 1 1.99.18 7.1 7.1 0 0 0 1.03 4.35A7.04 7.04 0 0 0 12 19 7 7 0 1 0 7.1 7h1.4a1 1 0 0 1 .11 2H4.5a1 1 0 0 1-1-.88V4a1 1 0 0 1 1.99-.11v1.89A8.98 8.98 0 0 1 12 3zm-.75 4c.38 0 .7.28.74.65l.01.1V12h2.25a.75.75 0 0 1 .1 1.5h-3.1a.75.75 0 0 1-.74-.65l-.01-.1v-5c0-.41.34-.75.75-.75z"
}));
});
History.displayName = 'History';
export var HistoryDimensions = {
height: 24,
width: 24
};