@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 914 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: "IconCardLayoutLarge12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 2H1.5a.5.5 0 0 0-.5.5V7h2zm1 3v2h3V5zm0-1h3V2H4zm4 1v2h3V5zm3-1H8V2h2.5a.5.5 0 0 1 .5.5zm1 0v5.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 0 9.5v-7A1.5 1.5 0 0 1 1.5 1h9A1.5 1.5 0 0 1 12 2.5zM7 8h4v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V8z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(r);
export {
l as default
};
//# sourceMappingURL=IconCardLayoutLarge12.es.js.map