UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 809 B
var f = Object.defineProperty, n = Object.defineProperties; var p = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var c = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable; var a = (r, o, e) => o in r ? f(r, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[o] = e, m = (r, o) => { for (var e in o || (o = {})) c.call(o, e) && a(r, e, o[e]); if (t) for (var e of t(o)) d.call(o, e) && a(r, e, o[e]); return r; }, i = (r, o) => n(r, p(o)); import s, { forwardRef as R } from "react"; import l from "../lib/IconBase.mjs"; import w from "../defs/RoadHorizon.mjs"; const z = R((r, o) => /* @__PURE__ */ s.createElement(l, i(m({ ref: o }, r), { weights: w }))); z.displayName = "RoadHorizon"; export { z as RoadHorizon };