@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 316 B
JavaScript
import * as e from "react";
import t from "../lib/SSRBase.es.js";
import c from "../defs/RewindCircle.es.js";
const r = e.forwardRef((o, i) => /* @__PURE__ */ e.createElement(t, { ref: i, ...o, weights: c }));
r.displayName = "RewindCircleIcon";
const n = r;
export {
n as RewindCircle,
r as RewindCircleIcon
};