@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowUndo = /*#__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: "M7 5.5a1.5 1.5 0 1 1 3 0v11.48l7.9-8.06c5.57-6.3 14.95-6.16 19.93-.67 5 5.52 3.38 13.31.03 17.23h-.01l-2.26 2.55-2.54 2.54-4.24 4.16-8.25 8.33-.5.5a1.5 1.5 0 1 1-2.12-2.12l.5-.5 8.25-8.34 4.25-4.17 2.47-2.46 2.18-2.46c2.63-3.09 3.74-9.14.02-13.24-3.74-4.12-11.05-4.37-15.49.67l-.02.03L12.22 19H23.5a1.5 1.5 0 1 1 0 3h-15A1.5 1.5 0 0 1 7 20.5v-15Z"
}));
});
ArrowUndo.displayName = 'ArrowUndo';
export var ArrowUndoDimensions = {
height: 48,
width: 48
};