@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 986 B
JavaScript
import { j as s } from "./index.es278.js";
import { createColorClasses as a } from "./index.es352.js";
import { clsx as V } from "./index.es280.js";
const d = ({
width: e = 24,
height: o = 24,
className: r,
color: H,
decorative: l = !1,
ariaLabel: i = "ASL"
}) => {
const t = a({ color: H });
return /* @__PURE__ */ s.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: e,
height: o,
fill: "currentColor",
viewBox: "0 0 24 24",
className: V(r, t),
"aria-hidden": l,
"aria-label": l ? void 0 : i,
children: /* @__PURE__ */ s.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#0066CC",
d: "M2 9L12 2L22 9H2ZM3 20V19H21V20H3ZM3 21V22H21V21H3ZM12 3.2L18.8 8H5.2L12 3.2ZM6 18V10H5V18H6ZM10 10V18H9V10H10ZM15 18V10H14V18H15ZM19 10V18H18V10H19Z"
}
)
}
);
};
export {
d as ASL
};
//# sourceMappingURL=index.es4.js.map