@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 936 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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9 24a15 15 0 1 0 4.54-10.75h3.21a1.5 1.5 0 0 1 0 3h-6.5a1.5 1.5 0 0 1-1.5-1.5v-6.5a1.5 1.5 0 1 1 3 0v2.56a18 18 0 1 1-5.68 11.64c.07-.84.8-1.45 1.64-1.45.82 0 1.43.75 1.36 1.57-.05.47-.07.95-.07 1.43Zm16-8.5a1.5 1.5 0 0 0-3 0v10c0 .83.67 1.5 1.5 1.5h5a1.5 1.5 0 0 0 0-3H25v-8.5Z"
}));
});
History.displayName = 'History';
export var HistoryDimensions = {
height: 48,
width: 48
};