@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 994 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var RotateLeft = /*#__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.5 15a.75.75 0 0 1 0-1.5h.5c2.49 0 4.5-1.57 4.5-3.5 0-1.87-1.9-3.4-4.28-3.5H8.06l1.72 1.72a.75.75 0 0 1-.98 1.13l-.08-.07-3-3a.75.75 0 0 1 0-1.06l3-3 .08-.07a.75.75 0 0 1 .98 1.13L8.06 5H15c3.31 0 6 2.24 6 5s-2.69 5-6 5h-.5Zm-11-4.63a.5.5 0 0 0-.5.5V20a1 1 0 0 0 1 1h16.14a.5.5 0 0 0 .25-.93L3.75 10.43a.5.5 0 0 0-.25-.06Z"
}));
});
RotateLeft.displayName = 'RotateLeft';
export var RotateLeftDimensions = {
height: 24,
width: 24
};