UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.39 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ArrowRepeat1 = /*#__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.18c.44.66.72 1.42.8 2.25.74.3 1.41.74 1.99 1.28a7.07 7.07 0 0 0-1.17-4.71ZM9.4 16.99h1.61a6.6 6.6 0 0 0 .15 2H9.4l1.3 1.3.09.09a1 1 0 0 1-1.4 1.4l-.1-.08-3-3-.08-.09a1 1 0 0 1 0-1.23l.08-.1 3-3 .1-.07a1 1 0 0 1 1.22-.01l.1.08.08.1a1 1 0 0 1 0 1.22l-.08.1-1.3 1.29Zm13.6.51a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-4.89-3.49a.5.5 0 0 0-.56.27c-.05.11-.27.45-.61.82-.33.38-.74.74-1.16.95a.5.5 0 1 0 .44.9c.5-.25.93-.62 1.28-.98v4.53a.5.5 0 0 0 1 0v-6a.5.5 0 0 0-.39-.49Z" })); }); ArrowRepeat1.displayName = 'ArrowRepeat1'; export var ArrowRepeat1Dimensions = { height: 24, width: 24 };