@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowRepeatAll = /*#__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: "m14.71 2.29-.08-.08a1 1 0 0 0-1.33.08l-.08.09a1 1 0 0 0 .08 1.32L14.6 5H8.76a7 7 0 0 0-5.57 10.9 1 1 0 0 0 1.63-1.17l-.14-.22A5 5 0 0 1 9 7h5.6l-1.3 1.3-.08.08a1 1 0 0 0 1.5 1.33l3-3 .08-.1a1 1 0 0 0-.08-1.32l-3-3zm6.08 5.77a1 1 0 0 0-1.62 1.18A5 5 0 0 1 15 16.99H9.41l1.3-1.3.08-.09a1 1 0 0 0 0-1.23l-.08-.09-.1-.08a1 1 0 0 0-1.23 0l-.09.08-3 3-.08.1a1 1 0 0 0 0 1.23l.08.09 3 3 .1.09a1 1 0 0 0 1.4-1.41l-.08-.09-1.3-1.3h5.83A7 7 0 0 0 20.8 8.05z"
}));
});
ArrowRepeatAll.displayName = 'ArrowRepeatAll';
export var ArrowRepeatAllDimensions = {
height: 24,
width: 24
};