@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 971 B
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: "IconClipboard32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13 3a2 2 0 0 0-2 2H9a4 4 0 0 0-4 4v15a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4h-2a2 2 0 0 0-2-2zM9 7h2a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2h2a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m4 0V5h6v2zm3 5a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3h-3a1 1 0 1 1 0-2h3v-3a1 1 0 0 1 1-1",
clipRule: "evenodd"
}
)
}
);
}
const h = t(o);
export {
h as default
};
//# sourceMappingURL=IconClipboard32.es.js.map