@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 894 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function r(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCard32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 5h12a2 2 0 0 1 2 2v4H8V7a2 2 0 0 1 2-2m-2 8v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V13zM6 7a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v18a4 4 0 0 1-4 4H10a4 4 0 0 1-4-4zm5 10a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1m1 3a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z",
clipRule: "evenodd"
}
)
}
);
}
const m = t(r);
export {
m as default
};
//# sourceMappingURL=IconCard32.es.js.map