@anoki/fse-ui
Version:
FSE UI components library
32 lines (31 loc) • 866 B
JavaScript
import { j as L } from "./index.es244.js";
const s = ({
className: t,
height: i = 20,
width: e = 20,
decorative: r = !1,
ariaLabel: l = "Twitter"
}) => /* @__PURE__ */ L.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: e,
height: i,
viewBox: "0 0 16 16",
fill: "none",
className: t,
"aria-hidden": r,
"aria-label": r ? void 0 : l,
children: /* @__PURE__ */ L.jsx(
"path",
{
d: "M9.52217 6.77143L15.4785 0H14.0671L8.89516 5.87954L4.76437 0H0L6.24656 8.8909L0 15.9918H1.41155L6.87321 9.78279L11.2356 15.9918H16L9.52183 6.77143H9.52217ZM7.58887 8.96923L6.95596 8.0839L1.92015 1.03921H4.0882L8.15216 6.7245L8.78507 7.60983L14.0677 14.9998H11.8997L7.58887 8.96957V8.96923Z",
fill: "currentColor"
}
)
}
);
export {
s as Twitter
};
//# sourceMappingURL=index.es218.js.map