@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 821 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as e } from "react";
function l(t) {
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: "IconCardLayoutSmall16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 6h7a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H6zM5 5h8a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zm0 1v4H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z",
clipRule: "evenodd"
}
)
}
);
}
const n = e(l);
export {
n as default
};
//# sourceMappingURL=IconCardLayoutSmall16.es.js.map