@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TabDesktopArrowClockwise = /*#__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: "M5.75 3A2.75 2.75 0 0 0 3 5.75v5.35a6.98 6.98 0 0 1 7.77-1.53 1.75 1.75 0 0 1 3.23.93v1.9a6.97 6.97 0 0 1-1.1 8.6h5.35A2.75 2.75 0 0 0 21 18.25V8h-7.75C12.01 8 11 7 11 5.75V3H5.75z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12.5 3v2.75c0 .41.34.75.75.75H21v-.75A2.75 2.75 0 0 0 18.25 3H12.5zM13 13.25c0 .41-.34.75-.75.75H9.5a.75.75 0 0 1 0-1.5h1.33l-.02-.01A4.5 4.5 0 1 0 12.5 16a.75.75 0 0 1 1.5 0 6 6 0 1 1-2.5-4.87v-.63a.75.75 0 0 1 .75-.75c.41 0 .75.34.75.75v2.75z"
}));
});
TabDesktopArrowClockwise.displayName = 'TabDesktopArrowClockwise';
export var TabDesktopArrowClockwiseDimensions = {
height: 24,
width: 24
};