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