@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 305 B
JavaScript
import * as r from "react";
import c from "../lib/IconBase.es.js";
import t from "../defs/Barricade.es.js";
const a = r.forwardRef((e, o) => /* @__PURE__ */ r.createElement(c, { ref: o, ...e, weights: t }));
a.displayName = "BarricadeIcon";
const s = a;
export {
s as Barricade,
a as BarricadeIcon
};