@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 997 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var RotateRight = /*#__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: "M9.5 15a.75.75 0 0 0 0-1.5H9c-2.49 0-4.5-1.57-4.5-3.5 0-1.87 1.9-3.4 4.28-3.5h7.16l-1.72 1.72a.75.75 0 0 0 .98 1.13l.08-.07 3-3c.3-.3.3-.77 0-1.06l-3-3-.08-.07a.75.75 0 0 0-.98 1.13L15.94 5H9c-3.31 0-6 2.24-6 5s2.69 5 6 5h.5zM20.5 10.37c.28 0 .5.22.5.5V20a1 1 0 0 1-1 1H3.86a.5.5 0 0 1-.25-.93l16.64-9.64a.5.5 0 0 1 .25-.06z"
}));
});
RotateRight.displayName = 'RotateRight';
export var RotateRightDimensions = {
height: 24,
width: 24
};