@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.1 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconReport24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 3.5h10A1.5 1.5 0 0 1 18.5 5v14a1.5 1.5 0 0 1-1.5 1.5H7A1.5 1.5 0 0 1 5.5 19V5A1.5 1.5 0 0 1 7 3.5M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm4 1a.75.75 0 0 0 0 1.5h7.2a.75.75 0 0 0 0-1.5zm-.75 3.75A.75.75 0 0 1 8 9h4a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75m3.881 3.819-.526-.519-.527.519-2.81 2.768a.75.75 0 0 0 1.053 1.069l2.284-2.25 2.284 2.25.526.518.526-.518 2.81-2.768a.75.75 0 0 0-1.052-1.07l-2.284 2.25z",
clipRule: "evenodd"
}
)
}
);
}
const m = a(o);
export {
m as default
};
//# sourceMappingURL=IconReport24.es.js.map