styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.51 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var RefreshOutline = 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: "M17.368 4.998c-.488 0-1.2.145-1.956.773A7.966 7.966 0 0012 5a8 8 0 000 16c4.312 0 8-3.316 8-8V8.064c-.016-2.111-1.375-3.066-2.632-3.066zM18 13h-5.128c-1.134 0-1.407-.561-.604-1.363l1.448-1.402a3.431 3.431 0 00-1.909-.549c-.93 0-1.805.375-2.464 1.033a3.47 3.47 0 00-1.02 2.467 3.47 3.47 0 001.02 2.469c.659.658 1.534 1.021 2.464 1.021s1.805-.36 2.465-1.019c.177-.18.334-.372.468-.579a1.161 1.161 0 011.955 1.256 5.962 5.962 0 01-.78.965 5.764 5.764 0 01-4.106 1.703 5.762 5.762 0 01-4.104-1.701 5.767 5.767 0 01-1.701-4.106c0-1.551.604-3.012 1.702-4.104a5.759 5.759 0 014.104-1.7c1.311 0 2.551.436 3.566 1.229l1.154-1.158c.311-.312.602-.461.841-.461.377 0 .627.372.632 1.065V13zm-7.08.05c.162.392.63.95 1.952.95h1.299s-.21.504-.614.907-1.086.745-1.75.745a2.459 2.459 0 01-2.485-2.467c0-.664.258-1.139.726-1.604.472-.472 1.097-.581 1.759-.581l-.246.123c-.935.934-.803 1.536-.641 1.927z", key: "k0" })));
});
RefreshOutline.displayName = 'RefreshOutline';
export var RefreshOutlineDimensions = { height: 24, width: 24 };