@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 941 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCard12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.5 1h7a.5.5 0 0 1 .5.5V4H2V1.5a.5.5 0 0 1 .5-.5M2 5v5.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V5zM1 1.5A1.5 1.5 0 0 1 2.5 0h7A1.5 1.5 0 0 1 11 1.5v9A1.5 1.5 0 0 1 9.5 12h-7A1.5 1.5 0 0 1 1 10.5zm2 5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5M3.5 8a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const s = a(r);
export {
s as default
};
//# sourceMappingURL=IconCard12.es.js.map