@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 903 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCard16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4 2h8a1 1 0 0 1 1 1v2H3V3a1 1 0 0 1 1-1M2 6V3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm1 0h10v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm1.5 3.5A.5.5 0 0 1 5 9h3.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5M5 11a.5.5 0 0 0 0 1h5.5a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(r);
export {
s as default
};
//# sourceMappingURL=IconCard16.es.js.map