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