@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 875 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function l(e) {
return /* @__PURE__ */ t(
"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: "IconCardLayoutSmall12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.75 4h5.75a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H4.75zm-1-1h6.75A1.5 1.5 0 0 1 12 4.5v3A1.5 1.5 0 0 1 10.5 9h-9A1.5 1.5 0 0 1 0 7.5v-3A1.5 1.5 0 0 1 1.5 3zm0 1v4H1.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5z",
clipRule: "evenodd"
}
)
}
);
}
const n = a(l);
export {
n as default
};
//# sourceMappingURL=IconCardLayoutSmall12.es.js.map