@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 860 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as e } from "react";
function l(a) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCardLayoutSmall24",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.5 9.5H19a1.5 1.5 0 0 1 1.5 1.5v2a1.5 1.5 0 0 1-1.5 1.5H9.5zM8 9.5H5A1.5 1.5 0 0 0 3.5 11v2A1.5 1.5 0 0 0 5 14.5h3zM2 11a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3z",
clipRule: "evenodd"
}
)
}
);
}
const m = e(l);
export {
m as default
};
//# sourceMappingURL=IconCardLayoutSmall24.es.js.map