iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 878 B
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 RefreshCircle1Clockwise = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.136 9.542a.75.75 0 101.45.388 8 8 0 0115.251-.644l-1.675-.943a.75.75 0 10-.736 1.307l3.08 1.735a.75.75 0 001.022-.286l1.735-3.08a.75.75 0 00-1.307-.737l-.761 1.352a9.5 9.5 0 00-18.059.908zM21.49 14.458a.75.75 0 10-1.448-.388 8 8 0 01-15.25.651l1.663.936a.75.75 0 00.736-1.307l-3.08-1.734a.75.75 0 00-1.022.285l-1.735 3.081a.75.75 0 101.307.736l.767-1.362a9.5 9.5 0 0018.063-.898z", fill: "#323544" }));
exports.default = RefreshCircle1Clockwise;