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