@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 821 B
JavaScript
var i = Object.defineProperty, f = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var n = Object.getOwnPropertySymbols;
var c = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable;
var t = (r, e, o) => e in r ? i(r, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[e] = o, a = (r, e) => {
for (var o in e || (e = {}))
c.call(e, o) && t(r, o, e[o]);
if (n)
for (var o of n(e))
d.call(e, o) && t(r, o, e[o]);
return r;
}, m = (r, e) => f(r, p(e));
import s, { forwardRef as y } from "react";
import N from "../lib/IconBase.mjs";
import b from "../defs/GenderNonbinary.mjs";
const l = y((r, e) => /* @__PURE__ */ s.createElement(N, m(a({ ref: e }, r), { weights: b })));
l.displayName = "GenderNonbinary";
export {
l as GenderNonbinary
};