UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 884 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ArrowClockwise = /*#__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: "M24 39a15 15 0 0 0 14.93-16.43c-.07-.82.54-1.57 1.36-1.57.84 0 1.57.61 1.64 1.45a18 18 0 1 1-5.68-11.64V8.25a1.5 1.5 0 0 1 3 0v6.5c0 .83-.67 1.5-1.5 1.5h-6.5a1.5 1.5 0 0 1 0-3h3.21A15 15 0 1 0 24 39Z" })); }); ArrowClockwise.displayName = 'ArrowClockwise'; export var ArrowClockwiseDimensions = { height: 48, width: 48 };