@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.09 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLinkBox20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.5 4.5h13a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1M1 5.5A2.5 2.5 0 0 1 3.5 3h13A2.5 2.5 0 0 1 19 5.5v9a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 1 14.5zm6.25 1a3.5 3.5 0 1 0 0 7H8.5a.75.75 0 0 0 0-1.5H7.25a2 2 0 1 1 0-4H8.5a.75.75 0 0 0 0-1.5zm5.5 7a3.5 3.5 0 1 0 0-7H11.5a.75.75 0 0 0 0 1.5h1.25a2 2 0 1 1 0 4H11.5a.75.75 0 0 0 0 1.5zM7.25 10A.75.75 0 0 1 8 9.25h4a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const l = t(o);
export {
l as default
};
//# sourceMappingURL=IconLinkBox20.es.js.map