styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.24 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Sync = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M13 7.101l.01.001a4.978 4.978 0 012.526 1.362 5.005 5.005 0 011.363 2.528 5.061 5.061 0 01-.001 2.016 4.976 4.976 0 01-1.363 2.527l1.414 1.414a7.014 7.014 0 001.908-3.54 6.98 6.98 0 000-2.819 6.957 6.957 0 00-1.907-3.539 6.97 6.97 0 00-2.223-1.5 6.921 6.921 0 00-1.315-.408c-.137-.028-.275-.043-.412-.063V2L9 6l4 4V7.101zm-7.45 7.623c.174.412.392.812.646 1.19.249.37.537.718.854 1.034a7.036 7.036 0 002.224 1.501c.425.18.868.317 1.315.408.167.034.338.056.508.078v2.944l4-4-4-4v3.03c-.035-.006-.072-.003-.107-.011a4.978 4.978 0 01-2.526-1.362 4.994 4.994 0 01.001-7.071L7.051 7.05a7.01 7.01 0 00-1.5 2.224A6.974 6.974 0 005 12a6.997 6.997 0 00.55 2.724z", key: "k0" })));
});
Sync.displayName = 'Sync';
export var SyncDimensions = { height: 24, width: 24 };