@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.06 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconReport16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4 2h8a1 1 0 0 1 1 1v10.143a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1M2 3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v10.143a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm3.429 1a.5.5 0 0 0 0 1h5.143a.5.5 0 0 0 0-1zm-.5 2.5a.5.5 0 0 1 .5-.5h3.428a.5.5 0 0 1 0 1H5.43a.5.5 0 0 1-.5-.5m2.56 2.819-.348-.338-.348.338-1.69 1.64a.5.5 0 0 0 .696.718l1.342-1.303 1.343 1.303.348.338.348-.338 1.691-1.64a.5.5 0 1 0-.696-.718L8.834 10.62z",
clipRule: "evenodd"
}
)
}
);
}
const m = a(o);
export {
m as default
};
//# sourceMappingURL=IconReport16.es.js.map