@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.01 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function o(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLinkBox32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 8h18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2m-4 2a4 4 0 0 1 4-4h18a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4zm17.5 10.5a4.5 4.5 0 1 0 0-9h-2a1 1 0 1 0 0 2h2a2.5 2.5 0 0 1 0 5h-2a1 1 0 1 0 0 2zm-9-9a4.5 4.5 0 1 0 0 9h2a1 1 0 1 0 0-2h-2a2.5 2.5 0 0 1 0-5h2a1 1 0 1 0 0-2zm1 4.5a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1",
clipRule: "evenodd"
}
)
}
);
}
const h = t(o);
export {
h as default
};
//# sourceMappingURL=IconLinkBox32.es.js.map