iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const CloudRefreshClockwise = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.387 7.483a5.615 5.615 0 0111.227 0A4.766 4.766 0 0122 12.337a6.908 6.908 0 00-1.88-1.634 3.265 3.265 0 00-2.885-1.735h-.368a.75.75 0 01-.75-.75v-.603a4.115 4.115 0 00-8.23 0v.603a.75.75 0 01-.75.75h-.37a3.266 3.266 0 000 6.532h3.076A6.924 6.924 0 009.76 17H6.766a4.766 4.766 0 01-.38-9.517z", fill: "#323544" }),
React.createElement("path", { d: "M12.022 15.745a.75.75 0 01-.447-.962 5.375 5.375 0 019.877-.525.75.75 0 01-.718 1.116h-1.67a.75.75 0 110-1.5h.29a3.878 3.878 0 00-5.402-.056c-.434.414-.765.92-.968 1.48a.75.75 0 01-.962.447zM14.781 20.034a3.88 3.88 0 01-.89-.662h.294a.75.75 0 000-1.5h-1.732a.75.75 0 00-.677 1.076 5.376 5.376 0 009.9-.484.75.75 0 10-1.41-.513 3.876 3.876 0 01-5.485 2.083z", fill: "#323544" }));
exports.default = CloudRefreshClockwise;