@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.14 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function a(t) {
return /* @__PURE__ */ e(
"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: "IconDocumentCode20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.5 17.5h9a1 1 0 0 0 1-1V8.493h-5.493V2.5H5.5a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1m6.007-14.285 3.82 3.778h-3.82zM14.5 19h-9A2.5 2.5 0 0 1 3 16.5v-13A2.5 2.5 0 0 1 5.5 1h5.078a2 2 0 0 1 1.406.578l4.422 4.373A2 2 0 0 1 17 7.373V16.5a2.5 2.5 0 0 1-2.5 2.5M5.908 9.03a.75.75 0 0 1 1.061 0l2.618 2.617.53.53-.53.531-2.618 2.618a.75.75 0 0 1-1.06-1.061l2.087-2.087-2.088-2.088a.75.75 0 0 1 0-1.06m3.863 5.73a.75.75 0 0 1 .75-.75h2.942a.75.75 0 0 1 0 1.5H10.52a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const c = o(a);
export {
c as default
};
//# sourceMappingURL=IconDocumentCode20.es.js.map