@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 968 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as e } from "react";
function o(t) {
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: "IconClipboardOut32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2h1a4 4 0 0 1 4 4v5h-2V9a2 2 0 0 0-2-2h-1a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2H9a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h3v2H9a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4zm2 0v2h6V5zm.293 9.293a1 1 0 0 1 1.415 0L24 24.588V19a1 1 0 1 1 2 0v9h-9a1 1 0 1 1 0-2h5.584l-10.29-10.293a1 1 0 0 1 0-1.414",
clipRule: "evenodd"
}
)
}
);
}
const i = e(o);
export {
i as default
};
//# sourceMappingURL=IconClipboardOut32.es.js.map