@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 892 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CatchUp = /*#__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: "M11.37 7.27a2 2 0 0 0-3.73.01l-1.2 3.15a.5.5 0 0 1-.47.32h-1.4a2 2 0 1 0 .28 2h1.12a2.5 2.5 0 0 0 2.33-1.6L9.51 8l3.22 8.22a2 2 0 0 0 3.67.14l1.6-3.33a.5.5 0 0 1 .44-.28h.7a2 2 0 1 0 .3-2h-1a2.5 2.5 0 0 0-2.25 1.42l-1.6 3.33-3.22-8.23Z"
}));
});
CatchUp.displayName = 'CatchUp';
export var CatchUpDimensions = {
height: 24,
width: 24
};