@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 859 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function a(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLinkOpen20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.25 5.75a4.25 4.25 0 0 0 0 8.5h2a.75.75 0 0 0 0-1.5h-2a2.75 2.75 0 1 1 0-5.5h2a.75.75 0 0 0 0-1.5zm9.5 8.5a4.25 4.25 0 0 0 0-8.5h-2a.75.75 0 0 0 0 1.5h2a2.75 2.75 0 1 1 0 5.5h-2a.75.75 0 0 0 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const l = n(a);
export {
l as default
};
//# sourceMappingURL=IconLinkOpen20.es.js.map