@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 970 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function r(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: "IconCard24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 3.5h10A1.5 1.5 0 0 1 18.5 5v3.5h-13V5A1.5 1.5 0 0 1 7 3.5M5.5 10v9A1.5 1.5 0 0 0 7 20.5h10a1.5 1.5 0 0 0 1.5-1.5v-9zM4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm3.75 7.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM7 16.25a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const s = a(r);
export {
s as default
};
//# sourceMappingURL=IconCard24.es.js.map