@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLinkBox16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13 3H3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1M3 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm3 3.5a2.5 2.5 0 0 0 0 5h.75a.5.5 0 0 0 0-1H6a1.5 1.5 0 1 1 0-3h.75a.5.5 0 0 0 0-1zm.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm3.5 3a2.5 2.5 0 0 0 0-5h-.75a.5.5 0 0 0 0 1H10a1.5 1.5 0 0 1 0 3h-.75a.5.5 0 0 0 0 1z",
clipRule: "evenodd"
}
)
}
);
}
const l = t(o);
export {
l as default
};
//# sourceMappingURL=IconLinkBox16.es.js.map