@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 853 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCardLayoutSmall20",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.5 8h9a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-9zM6 8H3.5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1H6zM1 9a2.5 2.5 0 0 1 2.5-2.5h13A2.5 2.5 0 0 1 19 9v2a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 1 11z",
clipRule: "evenodd"
}
)
}
);
}
const m = e(l);
export {
m as default
};
//# sourceMappingURL=IconCardLayoutSmall20.es.js.map