UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 317 B
import * as e from "react"; import c from "../lib/IconBase.es.js"; import r from "../defs/DeviceRotate.es.js"; const o = e.forwardRef((t, a) => /* @__PURE__ */ e.createElement(c, { ref: a, ...t, weights: r })); o.displayName = "DeviceRotateIcon"; const s = o; export { s as DeviceRotate, o as DeviceRotateIcon };