@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 969 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCard20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.5 2.5h9a1 1 0 0 1 1 1v3h-11v-3a1 1 0 0 1 1-1M4.5 8v8.5a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V8zM3 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.5zm3.75 7a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM6 14.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const s = a(r);
export {
s as default
};
//# sourceMappingURL=IconCard20.es.js.map