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