@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 879 B
JavaScript
var p = Object.defineProperty, f = Object.defineProperties;
var n = Object.getOwnPropertyDescriptors;
var a = Object.getOwnPropertySymbols;
var s = Object.prototype.hasOwnProperty, R = Object.prototype.propertyIsEnumerable;
var e = (o, t, r) => t in o ? p(o, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : o[t] = r, m = (o, t) => {
for (var r in t || (t = {}))
s.call(t, r) && e(o, r, t[r]);
if (a)
for (var r of a(t))
R.call(t, r) && e(o, r, t[r]);
return o;
}, i = (o, t) => f(o, n(t));
import { jsx as S } from "react/jsx-runtime";
import { forwardRef as d } from "react";
import h from "../../lib/SSRBase.mjs";
import l from "../../defs/devices/SmartphoneRotateOrientation.mjs";
const w = d((o, t) => /* @__PURE__ */ S(h, i(m({ ref: t }, o), { weights: l })));
w.displayName = "SmartphoneRotateOrientation";
export {
w as default
};