@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.11 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconReport20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.5 2.5h9a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1v-13a1 1 0 0 1 1-1M3 3.5A2.5 2.5 0 0 1 5.5 1h9A2.5 2.5 0 0 1 17 3.5v13a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 16.5zm4 .75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zm-.75 3.725a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75m3.193 3.543-.534-.54-.534.54L6.2 13.722a.75.75 0 0 0 1.068 1.054l1.641-1.663 1.641 1.663.534.54.534-.54 2.175-2.204a.75.75 0 0 0-1.067-1.054l-1.642 1.663z",
clipRule: "evenodd"
}
)
}
);
}
const m = a(o);
export {
m as default
};
//# sourceMappingURL=IconReport20.es.js.map