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