UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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