UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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